搜索资源列表
fft
- fft的快速傅里叶变换 // data 长度为 (2 * 2^n), data 的偶位为实数部分, data 的奇位为虚数部分 // isInverse表示是否为逆变换
invspecgram
- 逆短时傅里叶变换,由短时傅里叶谱恢复原信号-INVSPECGRAM Performs the Inverse Short Time FFT (Inverse SPECGRAM).
C_FFT_IFFT
- 这是快速傅里叶变换及逆变换的实现c代码,傅里叶变换是小波变换的基础更是图像及信号处理的基础-This is the fast Fourier transform and inverse transform of the realization of c code, Fourier transform is based on wavelet transform is the basis of image and signal processing
zj
- 傅里叶变换c++实现,用C实现了快速傅里叶变换,逆傅里叶变换。- Fourier transform implemented by c.
FFT_IFFT
- 二维图像的快速傅里叶变换与逆变换函数,编译通过。-Image FFT and Image IFFT