electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

can any one tell me about the reedsolomon coding


Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital communication -> can any one tell me about the reedsolomon coding
Author Message
Jeeva



Joined: 18 Nov 2006
Posts: 43
Helped: 1


Post09 Jun 2007 11:47   

can any one tell me about the reedsolomon coding


i have developed wimax protocol . in that i have developed all other blocks except reedsolomon coding . i cant understand that . so plz can any one tell me about the reedsolomon coding

thanks and regards,
-jeeva
Back to top
Google
AdSense
Google Adsense




Post09 Jun 2007 11:47   

Ads




Back to top
deolan



Joined: 08 Jul 2002
Posts: 82
Helped: 5


Post18 Jun 2007 6:18   

Re: can any one tell me about the reedsolomon coding


Hi,

For understanding, how you can implement the WiMAX RS coder, you should use the following script on Matlab:

y = ['D4';'BA';'A1';'12';'F2';'74';'96';'30';'27';'D4';'88';'9C';'96';'E3';'A9';'52';'B3';'15';'AB';'FD';'92';'53';'07';'32';'C0';'62';'48';'F0';'19';'22';'E0';'91';'62';'1A';'C1'];
y = hex2dec(y);
yk=[zeros(1,203) y' 0]; % Make source data
m = 8; % Number of bits per symbol
n = 2^m-1; % Word lengths for code
k= 239; % Number of information symbols
msg=gf([yk],m); % Galois array
gen=rsgenpoly(n,k,285,0) % Specify RS generation polynomial
code = rsenc(msg,n,k,gen) % Encode the information symbols

This is an example with WiMAX example data from page 444 of IEEE Std 802.16-2004.

There are a lot of algorithms for RS decoder, and you should choose one of them, depending on available memory and mips resources.
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital communication -> can any one tell me about the reedsolomon coding
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
can any one tell me about the verifcation (4)
can any one tell me what is the difference between the (F2-F (1)
Can any one tell me the verfication of Design. and lang (10)
Can any one tell which are the good books for functional ver (3)
can any one tell me whether hspice can simulate KT/C noise? (7)
can any one tell me what is replica baising ? (1)
can any one tell regarding sta interview questions (9)
can any one tell me how to create GUI USING MATLAB (1)
CAN ANY ONE TELL ME HOW TO CREATE A GUI USING MATLAB (3)
plz can any one tell me ?expain Low-power design techniques? (7)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS