搜索资源列表
ding
- 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合
fft
- 快速傅里叶变换的matlab实现,用于对信号进行频谱分析-Fast Fourier transform matlab implementation for spectral analysis of signals
fft
- 信号提取,fft变换,模态分析,互相关分析-fft
spectrum_analysis_with_FFT
- 使用MATLAB实现对信号的fft变换从而进行频谱分析-The use of MATLAB to achieve transformation of the signal in order to carry out the fft spectrum analysis
1
- 信号分析处理的源程序,包括傅里叶变换、DFT、FFT、等的例程地对地导弹的-Signal analysis and processing of the source, including Fourier transform, DFT, FFT, and other routine ground-
2
- 信号分析处理的源程序,包括傅里叶变换、DFT、FFT、等的例程地对地导弹的-Signal analysis and processing of the source, including Fourier transform, DFT, FFT, and other routine ground-
FFTMatlab
- MATLAB 频谱分析和快速傅里叶变换 数字信号处理 信号分析 信号提取-MATLAB FFT spectrum analysis and digital signal processing signal analysis Signal Extraction
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
sound_analysis
- 语音信号的频谱分析,包括采样语音的FFT变换,及倒频谱分析.-Speech signal spectrum analysis, including FFT, voice samples, and cepstrum analysis.
FFtandIfftTest
- Matlab编程实现FFT变换及频谱分析的程序代码(适合初学者加强理解)。(1)用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图;(2)进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选;(3)做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱;(4)用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图。-Matlab codes for FFT Understanding which contains sine wave,rectangula
xianhao
- 北航信号与测试技术实验 基本信号的时域频域分析 FFT变换 自相关互相关变换 matlab源码 以及实验结果图-Northern Testing experimental data signal and the signal in time domain frequency domain analysis FFT, autocorrelation and cross-correlation transform matlab source results map
fftfenxi
- 本文通过matlab分析信号在不同采样频率和变换点数的FFT下的频谱图,研究采样频率和变换点数对信号FFT的影响。同时还讨论了信号在不同频带噪声背景下的采样频率和变换点数的选择。-In this paper, matlab sampling frequency of the signal at different points in the FFT and transform under the frequency spectrum, change the sampling frequency
PeakFinder16
- LFM信号的分数傅里叶变换分析,包含LFM信号分数阶谱图产生及FrFt子程序,及峰值搜索。非常好-LFM signal s fractional Fourier transform, including the LFM signal generation and FrFt fractional spectrum of subroutines, and peak search. Very easy to use.
FFT
- FFT 快速傅里叶 可以用于对输入的快速傅里叶 变换,这样方便使用者进行信号分析-Fast FFT matlab m files you can use it to FFT analysis as your input.
chirp-audiorecorder
- MATLAB中,chirp扫频产生声音信号,播放同时启动audiorecorder录音,之后对录音做FFT变换并分析其频谱-In MATLAB, chirp sweep signal generating sound, while playing audiorecorder start recording, then do the FFT for recording and analyzing the spectrum
fft
- 用于时域信号处理,傅里叶变换,对频域信息进行分析。(It is used for time-domain signal processing, Fourier transform, and frequency domain information analysis.)
matlab
- 对一个信号文件导入并进行fft变换,显示图形;对信号是否平稳,周期性,采样点数N,有偏无偏处理的估计效果等都做了处理和显示(A signal file is imported and transformed by FFT to display graphics; whether the signal is stable, periodic, sampling point N, the estimation effect of biased and unbiased processing are
语音信号的采集与处理
- 1、语音信号的采集利用 Windows下的录音机,录制一段自己的话音,时间在1s内然后在Matlab软件平台下,利用函数wavread对语音信号进行采样,记住采样频率和采样点数。 2、语音信号的频谱分析在Matlab中,可以利用函数fft对信号进行快速傅立叶变换,得到信号的频谱特性,要求学生首先画出语音信号的时域波形,然后对语音信号进行频谱分析。 3、设计数字滤波器和画出其频率响应给出各滤波器的性能指标; 给定滤波器的性能指标如下: (1)低通滤波器的性能指标:fb=1000Hz,fc
FFT_all
- 用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图(fft analysis,plot rms spectrum,power density spectrum, etc.)
Matlab功率谱计算
- 本程序演示了matlab软件处理FFT变换以及求信号功率的方法,里面有各种FFT分析的编程和图示