dsp.FFT does not work with HDL coder
이전 댓글 표시
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개)
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!