快速傅里叶变换(fastFouriertransform),即利用计算机计算离散傅里叶变换(DFT)的高效、快速计算方法的统称,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。
Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, can do either fixed or floating point with just a r...
👤 h886166
⬇️ 154 次下载
老外写的关于FFT的论文
老外写的关于FFT的论文...
👤 cx111111
⬇️ 83 次下载
PWM 变频调速FFT分析 use the FFT tool of Powergui to display the frequency spectrum of voltage and current waveforms....
👤 lanjisu111
⬇️ 46 次下载
一种混合高速的FFT算法
可以快速计算高阶FFT...
👤 xiaoxiang
⬇️ 96 次下载
fft源代码,#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void resave(void);
interrupt void phantom...
👤 LouieWu
⬇️ 155 次下载