Luby Transform matlab code

조회 수: 4 (최근 30일)
Ronald Niwamanya
Ronald Niwamanya 2020년 11월 11일
댓글: Adarsh Reddy 2023년 5월 4일
Given a degree distribution (Ideal Soliton Distribution)
P(d) =1/K for d=1
=1/(d(d-1) ) for d=2,3,4……K.
For example when K=20, P(1)=1/20, P(2)=0.5 and so on
And the input x.
x=101100111010111001110100
Perform the following:
Step 1: Divide x into k symbols of equal size.
For example x1= 101100, x2=111010 x3=111001 and x4=110100. In this case k=4.
Step 2: Generate a degree d at random according to the degree distribution. Then randomly select d symbols from x1, x2….x4 and combine them using the XOR operation to generate the output symbol yn.
Continue the above until you have n symbols as the output where n=(1+a)k. where a is say 0.1.
  댓글 수: 2
SHANMUGASUNDARAM K
SHANMUGASUNDARAM K 2021년 2월 15일
SIr I am currently working with this.I want the matlab code for LT code.So,Please upload the matlab code for both encoding and decoding of Luby Transform
Adarsh Reddy
Adarsh Reddy 2023년 5월 4일
sir if you got the matlab code can you please share it! Even i'm doing the same

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by