搜索资源列表
Soundfrequency
- 这个程序开发于C#环境中,它使用了FFT,实现话音波形的时域和频域的实时显示。C#实现FFT的代码并不是很多,所以,还是非常难得的
fft
- FFT算法的C语言程序,经过调试的,是可以用的
FFT
- 用c实现FFT算法,通过修改该程序可实现32点,64点,128点的FFT运算
256点FFT源代码
- 256点FFT IP核。包括16bit和8bit两种精度和C、VHDL、Verilog三种语言的多版本、多精度的IP核
512点FFT
- 512点FFT IP核。包括C、VHDL和Verilog三种语言版本,8bit与16bit两种精度。
FFT
- 256点FFT算法 可以在程序中直接调用-256-point FFT algorithm can be invoked directly in the program
digital-signal-C-code
- 数字信号C语言程序集,FFT、快速卷积、IIR数字滤波、图像旋转、增强、边缘检测、人工神经网络算法-Digital signal C assembly language, FFT, fast convolution, IIR digital filtering, image rotation, enhancement, edge detection, artificial neural network algorithm
FFTinCyuyan
- c语言实现快速傅里叶变换,移植性较强。用结构体形式表示一个数(复数形式)-DFT,FFT ,Visual C/C++
fft
- C语言实现几种不同FFT的方法:其中包括时间抽取的基2 DFT,频率抽取的基2 DFT,分裂基算法、CZT方法等。-C language implementation of several different FFT approach: including the time taken by the base 2 DFT, frequency extraction base 2 DFT, split based algorithm, CZT methods.
lab45-FFT-FIR
- 快速傅里叶变换的c程序,同时加入FIR滤波器程序,调试成功-Fast Fourier Transform c program, while adding FIR filter program, the successful commissioning
FFT-and-FFT-2D-ANSI-C
- 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t
FFT2_test
- 基于基2的蝶型FFT,用C实现,经过测试,没有错误,可以直接拿去使用。-Based on base 2 FFT butterfly type, use C implementation, after testing, there is no error, can be directly used.
srfft_test
- 基于分裂基的蝶型FFT,用C实现,经过测试,没有错误,可以直接拿去使用。-Based on the division of FFT butterfly type, use C implementation, tested, no error, can directly use.