搜索资源列表
DFT
- 此程序实现八嗲DFT运算,已调试通过! N为运算的点数,运行后再输入运算对象,然后回车即可!-this program eight Dia DFT operation, debugging through! N Operators Points, Operation after operation targeting the importation, then the transport can be!
200628111717
- DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级。其原因是当N较大时,对DFT进行了基4和基2分解运算。FFT算法除了必需的数据存储器ram和旋转因子rom外,仍
FFT
- 基4的FFT算法程序,它是要通过将长度为N的数据序列转化成大小为4的DFT来实现高速化。从理论上讲,它比执行时间缩短为基2的FFT的3/4。该程序性能优越,可用性很强。下载即可用!
DFT
- DFT算法的实现的一种C语言源程序,我是在Win—TC上编译的
DET
- c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
fft_transfer
- FFT变换的C语言实现。FFT变换是DFT变换的一种简化算法-FFT s implement of Clanguage
signalpro
- 在学习数字信号处理算法程序中用VC编写的几个通用算法程序。 卷积计算/DFT与FFT实现/-In the learning process of digital signal processing algorithms using VC General Algorithm for the preparation of several procedures. Convolution calculation/DFT and FFT realization /
FFT
- FFT算法的VC实现 包括FFT、DFT等算法-FFT
cpp
- dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
FFT
- 快速傅里叶变化FFT,实现快速计算DFT的计算-Fast Fourier transform FFT, DFT calculations for fast computing
DFT
- Visual C++实现数据的离散傅里叶变换及逆变换,并输出结果为Excel工作薄。 -Visual C++ achieve data of the discrete Fourier transform and inverse transform, and output the result to an Excel workbook.
FFT
- 一份FFT C语言实现的源码,供大家参考。其中还包括DFT和IDFT的实现(source code for FFT calculation)