Can dsp.HDLFFT have controls on gate count, dimension and data width?
조회 수: 1 (최근 30일)
이전 댓글 표시
I managed to generate some FFT from dsp.HDLFFT and it works nicely. My first question is, My FFT application has variable dimensions from 4K to 64K. Can I achieve that with dsp.HDLFFT? Secondly, can I control the data width growth with saturation and rounding?
Thank you.
댓글 수: 0
답변 (1개)
Bharath Venkataraman
2017년 9월 8일
Current the HDL FFT does not support variable lengths. You can use the largest length needed (64K) and do bin mapping to run the smaller FFT lengths.
You can control bit widths by choosing scaling (every section gets divided by 2 and the output and input lengths stay the same). Not choosing scaling causes each section to grow an additional bit.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!