搜索资源列表
FFT快速傅里叶变换源码
- 用于进行快速傅里叶变换,进行频谱分析的例子源代码。
基于短时傅里叶变换实现对语音频谱的分析
- 基于短时傅里叶变换实现对语音频谱的分析 (分别对清音和浊音进行分析)。,Based on short-time Fourier Transform of the voice spectrum analysis (respectively, pairs of voiceless and voiced for analysis).
傅里叶变换源代码
- 傅里叶变换源代码,将一幅图像经过傅里叶变换显示成为频谱图,Fourier Transform
FFT.rar
- 快速傅里叶变换子程序,可用于频谱分析、频率域滤波,FFT subroute
dft2.zip
- 对二维图像进行离散傅里叶变换,分别给出了直流分量移动到频谱中心前后的频谱图样。,Two-dimensional images of the discrete Fourier transform, respectively, given the spectrum to move to the DC component of the spectrum before and after the design center.
FFT
- 对文本文档内的数据进行傅里叶变换,得到波形 -频谱图,相位图的对话框界面-For text document data within the Fourier Transform, the wave- frequency spectrum, phase diagram of the dialog box interface
test
- 对语音信号加窗(汉明窗)并进行短时傅里叶变换,观察其频谱图,同时进行相位幅值分析-fft
shengyinpinpufenxi
- 男声,女声,乐器声音频谱分析和傅里叶转换-Male, female, musical instruments, sound spectrum analysis and Fourier transform
FFt
- 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the role of Notch function, the fre
fft2d
- 数字图像的傅里叶变换包括旋转平移后的原图及其频谱图。显示用的是三维坐标-Digital image, including the Fourier transform of the image after rotation and translation spectrum Fig. Show that using a three-dimensional coordinates
sin
- 实现正弦波的傅里叶变换,并且画图 频谱图-The realization of the Fourier sine transform, and spectral graph drawing
DFT
- 离散傅里叶变换的程序,可以画出原图和频谱-Discrete Fourier Transform process
data
- 此程序为c++实现频谱分析,可用于对傅里叶变换进行分析-This procedure for the c++ to achieve spectral analysis, Fourier transform can be used to analyze
FFT
- 这是一个经典的fourier translate 傅里叶变换的程序 计算图像的中心点并标记和傅里叶频谱图的最大能量环并标记-This is a classic Fourier transform fourier translate the program to calculate the center of the image and mark and Fourier frequency spectrum of the maximum energy ring and mark
1
- 本上传讲解了傅里叶变换与频谱分析之间的关系,通过fft的到信号的频谱图-Explained the Fourier transform of the upload and spectral analysis of the relationship between the fft of the signal through the frequency spectrum
proj04_02
- 中心化后的傅里叶谱,傅里叶频谱和平均值,计算图像的平均值-Fourier spectrum and average value
双矩形脉冲的正反傅里叶变换
- 双矩形脉冲的正反傅里叶变换 (1) 画出以上式子所定脉冲的时域波形; (2)画出信号的振幅谱 abs(sf);(3) 将第二步所得的频谱求傅里叶反变换,并画出其波形,并与原始信号对比;(Positive and inverse Fourier transform of double rectangular pulses (1) draw the above formula set by the pulse waveform; (2) draw the signal amplitu
matlab傅里叶变化性质验证
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给 出的图像进行傅立叶变换处理。 自行设计一幅图像,验证离散傅立叶变换的性质,如: 频谱图中高频分量迅速衰减,可分离性,平移,周期性与共 轭对称性,旋转、线性和比例性,平均值。(The Matlab implementation of two-dimensional Fu Liye transform is based on image processing software. The image is processed by Fu
傅里叶谱与频域低通滤波
- 傅里叶谱与频域低通滤波 (a)从图书网站下载图4.41(a)并计算其(居中)傅里叶谱。(b)显示频谱。(c)在等式(4.8-7)中实现高斯低通滤波器。您必须能够指定结果2D函数的大小,M x N。此外,您必须能够指定高斯函数的中心位置。(d)从图书网站下载图4.41(a),并对其进行低通滤波,以复制图4.48中的结果。(Fourier Spectrum and Lowpass Filtering in Frequency Domain (a) Download Fig. 4.41(a)
快速傅里叶分析(最新)
- 利用快速傅里叶分析的方法绘制数据的频谱图,分析其是否有固有周期(Drawing the spectrum of random number)