Hi,
I have a special requirement where I need to perform an FFT on 480 samples, I had a look at the DSPLib documentation (sprueb8b.pdf, TMS320C64x+ DSP little endian DSP Library Programmer's Reference), but all of the FFT functions had the following requirement:
- Size of FFT must be a power of 2 or 4, and 16 <= nx <= 65536
Any suggestions on functions I can use to perform an FFT on 480 samples (the function should not pad the data to a power of 2 or 4) ?
Thank you.