reed solomon code over odd characteristic field

please help! how can i obtain a gen matrix and gen polynimial for reed solomon codes over odd characteristic field? all tolls that i found were intended for fields over GF(2^m).

Respuestas (1)

R
R el 8 de Mayo de 2024

0 votos

You can use the rsgenpoly function in MATLAB to get the generator polynomial of Reed-Solomon code.
If you want to use a primitive polynomial other than GF(2^m), you can specify it in the 'prim_poly' input argument of the function. Here is the documentation for the same:

Categorías

Más información sobre Robust Control Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 8 de Abr. de 2021

Respondida:

R
R
el 8 de Mayo de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by