Hello EveryOne :
I need DSP_fft32x32.asm and DSP_ifft32x32.asm to do FFT and IFFT, but I do not find them, help me.
thank you!!!
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.
Hello EveryOne :
I need DSP_fft32x32.asm and DSP_ifft32x32.asm to do FFT and IFFT, but I do not find them, help me.
thank you!!!
We don't offer assembly optimized dsplib funtions in C66x, it is only C based. After you install the dsplib, you can find the C code at:
C:\ti\dsplib_c66x_x_x_x_x\packages\ti\dsplib\src\DSP_fft32x32
If you want to use the C64x+ asm and recompile for ELF format, you can. This effort is not supported by TI however.
http://processors.wiki.ti.com/index.php/C6000_EABI_Migration
Regards,
Travis
Hi Tscheck :
Thank you for your help.
I have DSP_fft32x32.c and DSP_ifft32x32.c now, but I need to speed up my FFT and IFFT code.
So, I need assembly code, I will try C64x+ asm and recompile for ELF format.
thank you.