dsp.FFT does not work with HDL coder
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a code and a testbench code that I'm trying to convert to VHDL.
The code uses FFT. When I use canned FFT, I get "Function 'fft' not supported for fixed point conversion" at "Verify" step of Fixed Point Conversion".
When I instead use dsp.FFT it instead complains about ' "dsp.FFT" cannot be displayed ' at the Analyze step of fixed point converions.
I cannot use dsphdl.FFT since we don't have the license for that.
Can this be solved or do we need to buy dsphdl.FFT?
Incidentally, is there a real-to-complex FFT, taking N real points and returning N/2+1 complex ones like FFTW or np.fft.rfft in python? Using complex FFT on real data wastes resource by a factor of 2, but all the examples seem to be using that.
Thanks,
anze
0 件のコメント
採用された回答
Kiran Kintali
2022 年 9 月 5 日
dsphdl.FFT ships with DSP HDL Toolbox.
You can also find some examples of how to write custom FFT in MATLAB suitable for HDL Code Generation in the attached examples.
2 件のコメント
Kiran Kintali
2022 年 9 月 8 日
Yes, those requirements are supported out of the box. Check the Performance section of dsphdl.FFT for additional details related to optimizations. It covers topics related to real inputs and output ordering.
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!