Can anybody point me in the direction of an 8192 point, highly optimized FFT for the 5509A DSP?
If not is is possible to modify the one included with the DSPLIB ?
Chris
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.
Can anybody point me in the direction of an 8192 point, highly optimized FFT for the 5509A DSP?
If not is is possible to modify the one included with the DSPLIB ?
Chris
Hi Chris,
I think you may be able to implement an 8192 point FFT with the hand-optimized CFFT DSPLIB routine. You would need to rebuild DSPLIB with a larger twiddle table (a 4096 point complex twiddle table for the 8192 point FFT).
See this note: http://processors.wiki.ti.com/index.php/DSPLIB#Can_the_DSPLIB_implementation_of_FFT_algorithms_support_2048_point_complex_FFTs.3F
I am trying this out now. I'll let you know how it goes.
Regards,
Mark
Mark
Thanks very much for the information. I am going to take a close look
at how to implement it as well. Thanks for your time and help.
Chris