Other Parts Discussed in Thread: FFTLIB
Hi,
I recently asked a question in the Processor Forum about choosing the right FFT Library. Unfortunately the post got marked as resolved although it did not resolve my issues.
You can find the original post here https://e2e.ti.com/support/processors/f/791/p/787393/2912430#2912430
- Are there any fft functions suitable for windowSizes < 64k?
- Do the FFTlib functions without "omp" in the function name do not use openMP?
- Within my project I use the L2SRAM as explicitly adressed memory (with both data and executable program contents). Does this interfere with the implementation of the fft functions in the FFTlib or the DSPlib? (Do these functions overwrite the L2SRAM)
- I also use EDMA form the CSL library in my project. Does this interfere with the EDMA implementation of the FFTlib, which uses functions out of the edma3 library?
- Are any fft functions (either DSPlib or FFTlib) inplace capable ?
Thanks in advance for a detailed answer which concerns all five questions.
Best Regards
Paul