搜索资源列表
fft
- fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
fft
- This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
FFT
- 实现fft运算,带入2的整数次幂的数组点数,实现FFT运算(Implementation of FFT operation)