No system or file called 'FFTHDLOptimizedExample_Burst' found.
古いコメントを表示
I'm just trying to follow from https://in.mathworks.com/help/hdlcoder/examples/generate-hdl-code-for-fft-hdl-optimized-block.html#hdlcoder_product-FFTHDLOptimizedExample
But I found the below error, what am I supposed to do?
>> modelname = 'FFTHDLOptimizedExample_Burst';
open_system(modelname);
No system or file called 'FFTHDLOptimizedExample_Burst' found.
回答 (2 件)
Walter Roberson
2018 年 2 月 1 日
0 投票
That example appears to be part of the DSP toolbox starting from R2017b.
2 件のコメント
satish guruma
2018 年 2 月 1 日
編集済み: satish guruma
2018 年 2 月 1 日
Walter Roberson
2018 年 2 月 1 日
For me, giving the commands you show opens a Simulink model; from there the steps are typical for Simulink, such as clicking Run
Bharath Venkataraman
2018 年 2 月 2 日
0 投票
You will need the DSP System Toolbox product for this example. Type ver dsp at the MATLAB prompt to see if you have this product.
カテゴリ
ヘルプ センター および File Exchange で Get Started with DSP System Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!