Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

reed solomon decoding

Status
Not open for further replies.

srilakshmi28

Newbie level 3
Joined
Feb 12, 2008
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
hi
i need to implement rs decoding in ccsds standards(255,223),in which the primitive element is alpha=alpha^11,i am having a code which uses alpha=2,can anyone suggest where i need to change my code,i am using c langague.its very urgent for me pls help meout

thaks
 

There must be a place in the code where the list of GF(256) elemens are generated and mapped to thier logarithms. This you must change to generate the GF elements using the primitve polynomial that correponds to having alpha^11 as primitve element.
-b
 

hi
thanks for
but when i am placing alpha^11 as my primitive element during generating the field polynomial i am
getting very large numbers and its creating errors.
pls help me out.

thanks
 

There is the field generator polynomial for CCSDS which is
F(x) = x8 + x7 + x2 + x + 1

and the codeword generating poly, which is
g(x) = Π(j=128 – E) to (127 + E) ( x – α^11j )

From your last reply, I guess you are talking about the second. Am I right?

I dont get how you can get any number greater that 255, because all operations are "mod 256". During which operation do you get such numbers? Encoding? Decoding?
- b

Note: α^11 is chosen to make the g(x) symmetric, α^1 will also have same ECC capacity, but circuits would be slightly bigger.
 

sir
i want to know abt how to do coding in rs using awgn using qam
i will be grateful to you
thanks sir in advance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top