DSP_fft32x32源代码

你好!
在C:\ti\dsplib_c64Px_3_4_0_0\packages\ti\dsplib\src\DSP_fft32x32\c64P
例程中使用到DSP_fft32x32()函数,对应的文件下前有DSP_fft32x32.h,请问一下对应的源程序在那里,我只发现有
DSP_fft32X32_cn.c DSP_fft32X32_i.c
请问对应的DSP_fft32x32源代码在哪里?

  • 以下链接DSP_fft32x32()中有如下说明:

    DSP_fft32x32_cn.c is the natural C equivalent of the optimized intrinsic C code without restrictions. Note that the intrinsic C code is optimized and restrictions may apply.

    dsplib_c64xP_3_4_0_4/docs/doxygen/html/dsplib_html/group___d_s_p__fft32x32.html

    应该就是你列出来的.c文件,具体区别可能要看一下源码,没有看到相关说明。