搜索资源列表
fft
- 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
FFT 源程序
- c 语言的基2快速傅里叶变换程序
FFT
- C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
Numerical_Recipes_in_C.The_Art_of_Scientific_Compu
- 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
fft-16-4
- 基4fft的快速傅里叶变换及实现此过程的c语言程序-Fast Fourier transform based 4fft and implement this process, c language program
fft
- fft快速傅里叶变换的c语言程序。原始数据在文件中定义。-fft Fast Fourier Transform c language program. The original data in the file definition.
fft
- 本程序是用于二维快速傅里叶变换的C语言实现方法-This procedure is used for two-dimensional fast Fourier transform method for C language
fft-program
- 本程序使用c语言实现快速傅里叶变换的基本算法-The program uses fast Fourier transform c language the basic algorithm
fft_c
- 函数简介:此程序包是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依 赖硬件。此程序包采用联合体的形式表示一个复数,输入为自然顺序的复 数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的 复数.此程序包可在初始化时调用create_sin_tab()函数创建正弦函数表, -Function Descr iption: This package is a generic fast Fourier transform C language function
KKFFT
- 采用C语言编写的快速傅里叶变换程序,简单实用。-Using C language fast Fourier transform program, simple and practical.
FFT
- 这是用C语言写的快速傅里叶变换程序,里面都有注释。-Fast Fourier Transform
fft_C
- C语言版的FFT程序。 快速傅里叶变换C语言函数,移植性强,以下部分不依赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复数,输出为经过FFT变换的自然顺序的复数. -C language FFT program Fast DFT is very easy to run on hardware. input data must be complex, and output data is also complex.
FFT-1.1
- 此程序包是通用的快速傅里叶变换C语言函数。-This function is a generic fast Fourier transform of C language function。
FFT-1.2
- 此程序包是通用的快速傅里叶变换C语言函数,移植性强。-This function is a generic fast Fourier transform of C language function。
fft的c语言实现
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现,程序完完整性较好~
Spectrum-analysis
- 这是一个包含了滤波和快速傅里叶变换的地震方面频谱分析程序,用C语言编写-It contains a filter and a Fast Fourier Transform spectrum analyzer earthquakes
DFTandFFT
- 程序包含直接离散傅里叶变换(DFT)和基2时分快速傅里叶变换(FFT)的计算代码,输入一组数值序列,可以通过程序得到变换后的数值序列。使用VS2008软件和C++语言开发。-Program includes a direct discrete Fourier transform (DFT) and group 2 hours Fast Fourier Transform (FFT) calculation code, enter a numeric sequence, can be progra
fft
- 标准C语言程序,对输入的二维矩阵进行快速傅里叶变换。是一种速度很快的FFT算法。因项目需求编写,完全可用。(Standard C language program, the input two-dimensional matrix fast Fourier transform. Is a fast FFT algorithm. Prepared for the project needs, fully operational.)