搜索资源列表
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
myfft_DIT_DIF
- 采用DIT和DIF两种蝶形算法实现的FFT变换,其中myfft1是DIT算法,myfft2是DIF算法,已经过测试,可以方便使用。
shuzhi2bak
- 用矩阵分解法做的快速傅立叶变换,由于是matlab的迭代程序,较蝶形算法慢
myfft
- 用蝶形算法和码位倒置法编写的fft变换程序
fft
- fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
fft
- 此程序用Fortran语言编写,对所给数组用蝶形算法进行FFT变换-Fortran language with the program prepared to the array of the butterfly algorithm using FFT transform
FFT_solution_in_matlab
- 数值模拟实验,采用蝶形算法利用matlab实现的fft变换,针对指数函数,包含正fft以及逆变换。附带实验报告-Numerical simulation experiments, using butterfly algorithm fft using matlab to achieve transformation, for exponential function, including being fft and inverse transform. Incidental to the exp
fft
- 快速离散傅立叶变换,实现8点的蝶形图matlab算法-Fast Discrete Fourier Transform to achieve 8:00 of the butterfly graph algorithm matlab
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!
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的matlab实现,利用蝶形算法计算fft的matlab-Matlab implementation of FFT, using the matlab fft butterfly algorithm
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
DFTaFFT
- 离散傅立叶变换DFT源程序,包括时域离散化,求W算子表,原信号的时域描述和离散频域描述。以及快速傅立叶变换FFT源程序,里面有蝶形算法的循环步骤。适合初学者-Discrete Fourier Transform DFT source, including the time-domain discretization, find the W operator table, the original descr iption of the time-domain signal and discret
myfft&myifft
- 谱分析,自己编写的算法过程,蝶形算法的全过程,详细,便于初学者使用。(Spectral analysis, the algorithm itself written process, butterfly algorithm of the whole process, detailed, easy for beginners to use.)
diexing
- 解压缩之后是FFT蝶形算法程序,可以直接使用(FFT butterfly algorithm program)
基于分布式算法实现64点FFT
- 基于分布式算法,实现64点基8的快速傅里叶变换的仿真(Based on distributed algorithm, 64-point base 8 fast Fourier transform simulation)
VC中FFT计算
- 在VC++语言环境下,蝶形算法写的FFT。亲测可用