reed solomon code over odd characteristic field

1 回表示 (過去 30 日間)
Victor Panteleev
Victor Panteleev 2021 年 4 月 8 日
回答済み: R 2024 年 5 月 8 日
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).

回答 (1 件)

R
R 2024 年 5 月 8 日
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:

カテゴリ

Help Center および File ExchangeError Detection and Correction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by