Changing HDL FIR filter numerator while simulation is running
古いコメントを表示
We are working on zynq 706 using MATLAB. we are using HDL optimized FIR filter in simulink and we are trying to change filters numenator . but each time we need to stop the simulation for cahnging numenator . How can we change the parameters while simulations contionue to run
回答 (2 件)
Bharath Venkataraman
2022 年 1 月 18 日
編集済み: Bharath Venkataraman
2022 年 1 月 18 日
0 投票
You can set the property Coefficients Source to input port and feed the coefficients via the input port. This will allow you to change coefficients without having to stop the simulation.
Example on how to do this: https://www.mathworks.com/help/dsp/ug/optimizing-prog-fir-resources.html
muhammad ahmad
2022 年 1 月 31 日
0 投票
2 件のコメント
Bharath Venkataraman
2022 年 1 月 31 日
I think it may be best for you to contact MathWorks support with your specific files to see if we can look further into the problem at hand.
muhammad ahmad
2022 年 1 月 31 日
カテゴリ
ヘルプ センター および File Exchange で HDL Code Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!