搜索资源列表
FFT快速傅里叶变换源码
- 用于进行快速傅里叶变换,进行频谱分析的例子源代码。
快速傅里叶变化
- 该算法是调用FFT库来进行快速傅里叶变换的
快速傅里叶变换FFT
- 快速傅里叶变换FFT
FFT.rar
- 快速傅里叶变换子程序,可用于频谱分析、频率域滤波,FFT subroute
FFT2D.rar
- 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
fft_c
- fft(快速傅里叶变换)算法的c语言实现-fft (Fast Fourier Transform) algorithm implementation c language
src
- 利用java写的一个简单的快速傅里叶变换的程序,包括正、逆变换。-Using java to write a simple fast Fourier transform procedure, including forward and inverse transform.
fft
- 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination of the image grid of informati
FFTc
- 快速傅里叶变换用c语言实现!!经测试可用-Fast Fourier Transform using c language! ! Been tested and can be used
FFT快速傅里叶变换程序
- 计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。
shizixinhaochuli
- 快速傅里叶变换的源程序,不调用fft函数-the source of Fast Fourier Transform,do not call fft function
fft
- 用MATLAB实现快速傅里叶变换。方程有需要的话,可以自己设定-Using MATLAB to achieve fast Fourier transform. Equation there is a need, they can set their own
dit_fft
- 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
fourier
- 快速傅里叶变换,把该文件包含后即可使用其函数。- The fast Fournier transformation, after contains this document then uses its function.
report
- 实现快速傅里叶变换,运算速度为Nlog2N 只能用于有2^n 个样本的信号-Fast Fourier transform, computation speed can only be used for Nlog2N there are 2 ^ n signal samples
cfft
- fft使用C语言编程,快速傅里叶变换,有文本说明,可使用-fft the use of C language programming, fast Fourier transform, there are texts that can be used
FFTReal
- FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras <ldesoras@club-internet.fr>
digital_signal_processing
- 给出了数字信号处理课程设计的基本程序,包括采样、快速傅里叶变换、功率谱分析等。-Give a digital signal processing of the basic procedures for curriculum design, including sampling, fast Fourier transform, power spectrum analysis.
fft
- 快速傅里叶变换c语言源程序,用户可根据自身情况修改-Fast Fourier Transform source code c language, the user can modify according to their own circumstances
fft
- 用c++实现快速傅里叶变换(fft),适合于电子通信类专业学生,希望对大家有所帮助。-Using c++ to achieve fast Fourier transform (fft), suitable for electronic communications professional students, we hope to be helpful.