Difference in the output of CIC decimator while using with unbuffer and without unbuffer
1 回表示 (過去 30 日間)
古いコメントを表示
I am using a CIC decimator block to downsample a high sample rate signal . the CIC decimator output is quite diffrent when i use it without unbuffer. but as for the FPGA apllication i need to unbuffer data the output is changed what could be the possible reason for this ? and how it could be resolved
0 件のコメント
回答 (1 件)
Bharath Venkataraman
2022 年 6 月 13 日
編集済み: Bharath Venkataraman
2022 年 6 月 13 日
Could you please provide a model that shows this behavior (you may want to try it using a fixed known input first)?
Are you sending in the input as a Mx1 array (sending it in as a 1xN array will have the block interpret it as multi-channel data).
3 件のコメント
Bharath Venkataraman
2022 年 6 月 14 日
I want to make sure I have the problem understood correctly.
- You have a Simulink model with the CIC Decimator that simulates correctly.
- You generated HDL code and put it on the FPGA.
- On the FPGA, you are finding discrepancies.
If the above is true, please try using the FPGA in the Loop workflow. This will run the HDL code on the FPGA but get data in and out of Simulink. It is a good way to verify that the HDL code runs on the FPGA correctly.
参考
カテゴリ
Help Center および File Exchange で HDL Code Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!