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

1 view (last 30 days)
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?

Answers (1)

Kiran Kintali
Kiran Kintali on 24 May 2021
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.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!