Hi ,
I need to calculate some FFTs. What's best for L138 DSP: floating point library or fixed point library?
Thx
KB2603
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.
Based on you end application, you can take advantage of the floating point DSP on OMAPL138 to calculate floating point FFTs.
There are libraries you can use that provide optimized implementation of FFT in both fixed and floating point processor:
Fixed point FFTs :
http://focus.ti.com/docs/toolsw/folders/print/sprc265.html
Floating point FFTs :
http://focus.ti.com/docs/toolsw/folders/print/sprc900.html
Thanks,
Gaurav