搜索资源列表
分数阶傅里叶变换程序
- 分数阶傅里叶变换的直接离散化算法
离散傅里叶变换,即DFT
- 离散傅里叶变换,即DFT, 注意:FFT在matlab里有现成的函数可以用,它只是DFT快速实现的一种方法而已。,DFT: Discrete Fourier transform.
DFT.rar
- 该程序包括了一个应用最为广的离散傅里叶变换,褶积,抽样最小相位。绝对能运行,The program includes an application of the most widely used discrete Fourier transform, convolution, sampling minimum phase. They can certainly run
离散傅里叶变换
- matlab离散傅里叶变换程序
FFT快速傅里叶变换程序
- 计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。
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
fft
- 实现快速离散傅里叶变换,即FFT,很有用的程序-Fast discrete Fourier transform, namely, FFT, very useful program
DFT
- 离散傅里叶变换的程序,可以画出原图和频谱-Discrete Fourier Transform process
fft
- 基2fft,实现对实数序列的离散快速傅里叶变换-Based 2fft, the realization of the real sequence of discrete Fast Fourier Transform
DCT
- 离散傅里叶变换程序源码,matlab主程序,函数-Discrete Fourier transform program source code, matlab main program, function
Disfrct
- 离散分数阶傅里叶变换,可以处理非平稳信号,也可以很好的对抗多普勒频移,用在OFDM系统中尤为重要。-Discrete fractional Fourier transform, can handle non-stationary signal can also be very good against the Doppler frequency shift, used in the OFDM system is particularly important.
FFT
- 实现了matlab的二维离散傅里叶变换. -Achieve two-dimensional discrete Fourier transform matlab.
shijianxulie
- 时间序列的时频特性分析研究时间序列的傅里叶变换及逆变换,快速梅林变换及逆变换,短时离散傅里叶变换,得到瞬时频率。 研究时间序列的Born–Jondan时频分布图,Butterworth时频分布图,Choi–Williams时频分布图,得到瞬时频率。 -Time series analysis of time-frequency characteristics of time series of Fourier transform and inverse transform, the fa
chengxu
- 数字信号变换处理技术实现 研究数字信号离散傅里叶变换数字信号离散余弦变换数字信号离散希尔伯特变换数字信号Chirp Z变换。 -Digital signal processing technology transform Discrete Fourier transform of digital signal digital signal discrete cosine transform discrete Hilbert transform digital signal digital s
matlab-Imagechange
- 这是一个matlab图像变换程序包,包括傅里叶变换、离散余弦变换、Radon变换等-This is an image transform matlab package, including Fourier transform, discrete cosine transform, Radon transform
FFT_Convolution
- 快速傅里叶变换和离散线性褶积matlab程序,可以直接调用-Fast Fourier transform and discrete linear convolution matlab program, you can directly call
二维离散傅里叶变换
- 不调用matlab自带函数实现二维离散傅里叶变换(Do not call matlab own functions to achieve two-dimensional discrete Fourier transform)
kuaisufuliye
- 快速傅里叶变换 (fast Fourier transform), 即利用计算机计算离散傅里叶变换(DFT)的高效、快速计算方法的统称,简称FFT。(Fast Fourier transform, that is, the use of computer to calculate discrete Fourier transform (DFT) efficient and fast calculation methods collectively, referred to as FFT.)
M文件
- 对于离散傅里叶变换的学习理解很有帮助,同时有助于对MATLAB语言的练习。(It is helpful for the learning and understanding of discrete Fourier transform, and it is helpful for the practice of MATLAB language.)
test1
- 将离散的数据或信号,需要进行简单的傅里叶变换进行频谱分析。采用调用fft函数直接进行傅里叶变换。(Fourier transform of data)