FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-22-2004, 10:01 AM
Sudeep
Guest
 
Posts: n/a
Default Generator polynomial for reed solomon codes

Can anyone tell me which generator polynomial to use for rs(255,223) code

and also how to find out generator polynomila for other rs codes...(n,k)
sudeep
Reply With Quote
  #2 (permalink)  
Old 04-23-2004, 08:27 AM
rider
Guest
 
Posts: n/a
Default Re: Generator polynomial for reed solomon codes

[email protected] (Sudeep) wrote in message news:<[email protected] com>...
> Can anyone tell me which generator polynomial to use for rs(255,223) code
>
> and also how to find out generator polynomila for other rs codes...(n,k)
> sudeep



Use rspoly(n,k) [or rsgenpoly(n,k) in new Matlab versions] to get the
generator polynomial for any RS(n,k) code. You can also specify the
Primitive Polynomial if you like to.

Rider
Reply With Quote
  #3 (permalink)  
Old 04-23-2004, 02:53 PM
Jaco Versfeld
Guest
 
Posts: n/a
Default Re: Generator polynomial for reed solomon codes

[email protected] (Sudeep) wrote in message news:<[email protected] com>...
> Can anyone tell me which generator polynomial to use for rs(255,223) code
>
> and also how to find out generator polynomila for other rs codes...(n,k)
> sudeep

Hi, a Reed-Solomon Code is a code where the generator polynomail
consists of h = n - k , i.e. h = (255-223) = 32, consecutive roots of
a primitive element of the GF(2^m) field. Thus, for a (255,223) RS
code you would use GF(2^8). The Galois Field polynomial in GF(2^8)
with primitive element z will be a RS generator: g(x) = (1 - z^1)(1 -
z^2)..(1 - z^32).

Actually, the more general form would be g(x) = (1 - z^{i+1})(1 -
z^{i+2})..(1-z^{i+32}).

An RS code is also a cyclic code, implicating that g(x) should divide
x^n - 1, or in the case above, x^255 - 1.


Hope this helps a bit
Jaco Versfeld
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generator polynomial for reed solomon codes Sudeep DSP 0 04-22-2004 10:01 AM
Generator polynomial for reed solomon codes Sudeep DSP 0 04-22-2004 10:01 AM
Re: BCH Codes and Reed-Solomon Codes Julius Kusuma DSP 1 04-02-2004 01:03 AM
How to using the Reed-Solomon decoder for the polynomial reconstruction Yang DSP 1 02-11-2004 08:51 AM
Questions regarding Reed-Solomon Erasure codes? Jaco Versfeld DSP 0 01-16-2004 02:10 PM


All times are GMT +1. The time now is 02:40 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved