文件名称:How to implement the FFT algorithm
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 27.27kb
- 下载次数:
- 0次
- 提 供 者:
- 冰*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of complex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I was developing a software to make frequency analysis on a sample of captured sound.-Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of co mplex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I wa s developing a software to make frequency Analytics sis on a sample of captured sound.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 15883867how to implement the fft algorithm.zip 列表 howtofft_src/ howtofft_src/ChildView.cpp howtofft_src/ChildView.h howtofft_src/FFTExample.cpp howtofft_src/FFTExample.h howtofft_src/FFTExample.rc howtofft_src/FFTExample.sln howtofft_src/FFTExample.vcproj howtofft_src/Fourier.cpp howtofft_src/Fourier.h howtofft_src/MainFrm.cpp howtofft_src/MainFrm.h howtofft_src/ReadMe.txt howtofft_src/res/ howtofft_src/Resource.h howtofft_src/res/FFTExample.ico howtofft_src/res/FFTExample.manifest howtofft_src/res/FFTExample.rc2 howtofft_src/res/Toolbar.bmp howtofft_src/stdafx.cpp howtofft_src/stdafx.h