搜索资源列表
ding
- 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频
fftall
- 数字信号处理中的离散傅里叶变换用快速傅里叶变换算法实现(为按时间抽取FFT算法实现的程序;考虑到补零情况,进行信号频谱分析过程中可能出现的问题,例如混淆、泄漏、栅栏效应等)-Program of digital signal processing in the discrete Fourier transform using a fast Fourier transform algorithm (as achieved by the d
DTFT
- 应用FFT对典型信号进行频谱分析,应用FFT实现序列的线性卷积和相关(FFT is used to analyze the spectrum of typical signals, and the linear convolution and correlation of sequences are realized by FFT)
11
- 计算多组信号的卷积,并画图,采用傅里叶变换分析信号的幅度谱和角度谱,采用matlab 编写(The convolution of multiple sets of signals was calculated and plotted. The amplitude and angle spectra of the signals were analyzed by Fourier transform. Matlab was used to