Getting error in HDL Optimized RS Encoder for ufix4 data type
古いコメントを表示
I am working with an example program using HDL optimized RS encoder/decoder. You can find the example here
It is working fine for N = 255, K = 239 and HDL files are being generated perfectly.
Then I tried N = 15, K = 9 by adjusting the paramters and encoder/decoder polynomial [1 0 0 1 1] according to that, I get correct simulations result and HDL file is also generated.
But when i put N=11, K=9 for the same polynomial, the simulation works fine and it gives thecorrect result but while generating the HDL file, I get this error

In case you need to adjust the model according to my paramters, I am attaching screenshots by which you make the alterations.




3 件のコメント
Bharath Venkataraman
2021 年 10 月 15 日
編集済み: Bharath Venkataraman
2021 年 10 月 15 日
Can you try using fixdt(0,4,0) for the table data type?
Also, it would help if you are able to show a snapshot of the inputs and outputs of the RS block with datatypes shown.
Hassaan Saeed
2021 年 10 月 15 日
Hassaan Saeed
2021 年 10 月 15 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Speed Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

