搜索资源列表
111asda
- 该函数用于对图像进行傅立叶变换 采用蝶形算法进行快速付立叶变换该函数用于对图像进行傅立叶变换 采用蝶形算法进行快速付立叶变换-function for the right images using Fourier Transform algorithm for rapid butterfly Fourier transform function for the right images using Fourier Transform algorithm for rapid butterfly F
shuzhi2bak
- 用矩阵分解法做的快速傅立叶变换,由于是matlab的迭代程序,较蝶形算法慢
myfft
- 用蝶形算法和码位倒置法编写的fft变换程序
FFT
- FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may div
fft
- 此程序用Fortran语言编写,对所给数组用蝶形算法进行FFT变换-Fortran language with the program prepared to the array of the butterfly algorithm using FFT transform
FFT-and-IFFT
- fft与ifft的子程序代码,时间抽取基2FFT算法,参数包含4个:N点数、M蝶形运算迭代级数、换算到频域后的实部和虚部-fft ifft coding
fft
- fft蝶形算法,用c++编写,采用循环计算的方法-fft butterfly algorithm, using c++ prepared, using the cycle method of calculation
IntroductionFFT
- 一个讲解FFT原理及蝶形算法的讲义!从一个网上朋友共享得来!-A PPT that introduce the principle of FFT and butterfly algorithm ! Shared from a friend online!
Lab0605-fft
- DSP实现蝶形FFT算法 为某开发板公司5509开发板资料-DSP butterfly FFT algorithm to achieve a development board for the 5509 development board company information
FFT
- 该工程生成的动态库用来实现采用蝶形算法进行快速傅立叶变换。-The project generated by the dynamic libraries used to implement the fast Fourier transform butterfly algorithm.
FFT3
- C语言实现FFT运算,运用FFT蝶形算法的原理,实现离散数列的快速傅里叶变换,常用于数字滤波器的设计-C language FFT computation
FFT
- FFT蝶形算法,程序中包含了原创的补零函数,简单的倒位序函数等依照按时间抽取对序列进行FFT计算.-FFT Butterfly operation
fft
- 复数类,复数的加减乘除,线性卷积,FFT蝶形算法,bit reversal-Complex type, complex addition and subtraction, multiplication and division, linear convolution, FFT butterfly algorithm, bit reversal
fft
- 用c语言写的FFT算法,包含了倒序,蝶形和最后的结果输出-C language written by the FFT algorithm, including the reverse, butterfly, and the final result output
cc
- 用K60单片机对得到的数据先进行到位运算(使用雷德算法),得到FFT运算时需要的数据顺序,然后进行蝶形运算,并将结果进行保存-K60 microcontroller on the data obtained by the first operation carried out in place (with Reid algorithm), data is sequentially obtained when required FFT computation, then butterfly, an
FFT
- 基于蝶形变换的FFT变换程序,以2为底,程序中使用了可快速计算蝶形序号的算法。-Based on the FFT butterfly transformation program, base 2, the program algorithm can quickly calculate the butterfly numbers to use.
fft
- 基于2点蝶形运算的fft算法,采用c语言编写实现。(fft algorithm,Using c language to achieve.)
VC中FFT计算
- 在VC++语言环境下,蝶形算法写的FFT。亲测可用