文件名称:线性卷积的计算
介绍说明--下载内容均来自于网络,请自行研究使用
1.编制一个计算两个序列线性卷积的程序,计算y(i)=x(m)*h(n),分别绘制x(m)和h(n),以及线性卷积结果y(i)的图形,使用matlab自带的conv函数来验证结果。
2.使用matlab自带的FFT和iFFT程序,实现线性卷积的快速计算,并对计算结果进行绘制。(1. Make a program to calculate the linear convolution of two sequences, calculate y (I) = x (m) * H (n), draw the graph of X (m) and H (n), and the graph of the linear convolution result y (I), and use the conv function of MATLAB to verify the result.
2. The FFT and IFFT programs of MATLAB are used to realize the fast calculation of linear convolution and draw the calculation results.)
2.使用matlab自带的FFT和iFFT程序,实现线性卷积的快速计算,并对计算结果进行绘制。(1. Make a program to calculate the linear convolution of two sequences, calculate y (I) = x (m) * H (n), draw the graph of X (m) and H (n), and the graph of the linear convolution result y (I), and use the conv function of MATLAB to verify the result.
2. The FFT and IFFT programs of MATLAB are used to realize the fast calculation of linear convolution and draw the calculation results.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
convset.m | 606 | 2019-09-06 |
speedconv.m | 581 | 2019-09-06 |
comout.m | 700 | 2019-09-06 |