搜索资源列表
fft
- 本程序完成了FFT变换和逆变换,提供了具体算法和一个函数使用的demo工程
fft
- 一个完整FFT变换的C代码, 本代码在工程项目中得到了应用的检验. 若哪位发现BUG请通知本人.
FFT
- FFT变换源码,实现FFT变换,不需帐号就可自由下载此源码
FFT
- 实现FFT变换的C语言。便于大家在在开发时作为参考使用。
fft
- 这是本人的本科毕业论文《二维FFT变换程序实现及其应用》中的程序,先用c语言将算法模块封装成dll,然后在VC和VB中调用。
FFT-VC++
- VC++环境下对图像进行的FFT变换,其中含有一些测试图片
FFT变换
- FFT的正反变换,按按实部/虚部输出或按模/幅角输出.
FFT快速傅里叶变换源码
- 用于进行快速傅里叶变换,进行频谱分析的例子源代码。
fft的labwindows实现
- 本程序是FFT算法的详细程序,在labwindows上用程序实现并且有相应各种波形的FFT变换的图像界面显示.
FFT算法和STFT算法比较
- 用matlab工具比较fft和stft算法的区别,using Matlab tool fft comparison algorithm and the difference stft
fft
- 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination of the image grid of informati
fft
- 此程序用Fortran语言编写,对所给数组用蝶形算法进行FFT变换-Fortran language with the program prepared to the array of the butterfly algorithm using FFT transform
fft2
- fft变换程序,信号和数据处理用的,相当有用。-fft transform procedures, signal and data processing use, and very useful.
fft
- 信号提取,fft变换,模态分析,互相关分析-fft
FFT
- FFT 变换在德州仪器上的实现。很经典的算法,效率也很高!-FFT transform on the Texas Instruments achieved. Classic algorithm, efficiency is very high!
FFT
- c语言实行快速傅里叶fft变换,可在此基础上开发,已调通!-c language to implement fft Fast Fourier Transform, can be developed on this basis, have had pass!
FFTReal-2.00
- FFT变换,输出正确的FFT变化结果,并且保存-FFT
FFT
- 实现完整的FFT变换的运算,VC++调试的FFT程序电子技术-FFT transformation to achieve full operation, VC++ debugging electronic technology FFT program
fftw-3.3.5-dll32
- 此变换库使用平台为windows系统,安装完毕后可以在IDE里面调用FFTW函数实现数据的FFT变换。(The transformation library uses the platform as the windows system, and after installation, the FFTW function can be called in the IDE to realize the FFT transform of the data.)
C语言实现FFT(快速傅里叶变换)
- 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)