搜索资源列表
pip_audio
- 这是一段用于谱分析算法中的求蝶形算子的 子程序,此程序采用C语言编写,移植性比较强
myfft_DIT_DIF
- 采用DIT和DIF两种蝶形算法实现的FFT变换,其中myfft1是DIT算法,myfft2是DIF算法,已经过测试,可以方便使用。
base2fft
- 根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线
C_AntClusterKnown
- 蚁群聚类算法程序。可以用来做基本的蝶形数据测试。效果很好。
fft
- fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
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
ffti
- 快速傅立叶变换matlab算法 蝶形运算 归一化处理-fft algorithm
FFT
- FFT的matlab实现,利用蝶形算法计算fft的matlab-Matlab implementation of FFT, using the matlab fft butterfly algorithm
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
butterfly
- 根据16点DFT算法得出的运算流程图,得到的16点DFT蝶形运算函数-16 point s DFT algorithm
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)