搜索资源列表
cdaudioxsrc
- 这是一个数字信号处理的函数库,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,这是个不错的选择-This a digital signal processing functions, including FFT, various filtering algorithm, if you want to prepare digital signal processing related to the procedure, which is not a bad choice
FhDgHEP2
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程-Fast Fourier Transform algorithm c language implementation procedures, specific descr iption of the fft algorithm implementation process
fft2_ifft2
- 傅里叶的快速算法,已验证程序。希望对使用FFT的朋友有所帮助。-fft algorithm, i hope it can help somebody.
shengyin
- 这是一个对齿轮箱震动产生的信号进行捕捉并进行谱分析的程序 它应用了FFT变换算法-This is a gearbox vibration signals generated by capturing and spectral analysis procedures for the application of fast Fourier transform algorithm
draw_wav_fft
- 读取wav文件的一段数据,利用fft算法画出频域图形-Read wav files for some data, the use of the frequency domain fft algorithm to draw graphics
fastlms
- 快速块LMS算法 利用FFT,实现频域的LMS快速算法,并且能够加快算法的收敛速度-Fast Block Least Mean Squares
efficient-convolution
- 零延时卷积算法实现,基于fft变换。Efficient Convolution Without Latency by William G. Gardner-It is well known that a block FFT implementation of convolution is vastly more efficient than the direct form FIR filter. Unfortunately, block processing incurs signifi
MCMPFFT
- 利用经典的Cooley-Tukey基2算法求复序列的DFT。Cooley-Tukey提出的FFT使N点DFT的乘法计算量有N^2次降为N/2*log2(N)次。-The use of classical Cooley-Tukey algorithm for radix-2 complex DFT sequence. FFT Cooley-Tukey presented enables multiplication of the amount of N-point DFT has N ^ 2 ti