TMS320LF2407上实现快速傅里叶变换(FFT)14.1 快速傅立叶变换(FFT)的原理FFT的程序代码(1)主程序include f2407_c.hinclude math.hdefine N 32 FFT变换的点数 extern void fft(void) extern void resave(void) interr