Hi TI Experts,
Please let me confirm the FFT library performance for C2000.
[Question]
Would you teach me the maximum point for FFT?
My customer would like to do the 4096 pt FFT (Complex) for accelerator data.
Best regards.
Kaka
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi TI Experts,
Please let me confirm the FFT library performance for C2000.
[Question]
Would you teach me the maximum point for FFT?
My customer would like to do the 4096 pt FFT (Complex) for accelerator data.
Best regards.
Kaka
Hi,
There are several different DSP libraries within controlSUITE (or c2000ware), you have
All libraries are under controlsuite/libs/dsp. Each has a user's guide document that details the size and performance of the FFT. I think the fixed point FFT can do a max of 4096. The floating point library will also be able to do it but you will have to generate the twiddle factors at runtime, and not use the precomputed twiddle factor table that comes with the library.
Also, if the input is purely real I would recommend using the realFFT as it is quicker.