Can I use a IFFT HDL Optimized block with an input length greater than 2^16?

조회 수: 1 (최근 30일)
Daniele  Massari
Daniele Massari 2018년 12월 10일
답변: Kiran Kintali 2021년 5월 24일
I have an input data greater than 2^16 and i wanted to know if there's a way to use the block IFFT HDL Opltimized for it. Maybe putting more blocks in parallel, but will the result be the same?

답변 (1개)

Kiran Kintali
Kiran Kintali 2021년 5월 24일
https://www.mathworks.com/help/dsp/ref/dsp.hdlfft-system-object.html
FFT length — Number of data points used for one FFT calculation
1024 (default)
This parameter specifies the number of data points used for one inverse-fast-fourier-transform (IFFT) calculation. For HDL code generation, the FFT length must be a power of 2 between 23 and 216.

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by