文件名称:Matlab-HW1
介绍说明--下载内容均来自于网络,请自行研究使用
信号与系统matlab作业,实现卷积操作,供学习信号与系统的同学们参考-1. Define two signals as:
x1[n] =
n, 0 < n N1+1
2
N1 − n+ 1, N1+1
2 < n N1
0, elsewhere
and
x2[n] = 1, 0 < n N2
0, elsewhere
We let N1 = 999 and N2 = 500.
(a) (30 )Write a MATLAB function myconv to compute x1[n]x2[n] where
denotes the convolution sum. You have to plot your result and attach
it in your report. You may use the MATLAB function conv to check
whether your result is correct.
x1[n] =
n, 0 < n N1+1
2
N1 − n+ 1, N1+1
2 < n N1
0, elsewhere
and
x2[n] = 1, 0 < n N2
0, elsewhere
We let N1 = 999 and N2 = 500.
(a) (30 )Write a MATLAB function myconv to compute x1[n]x2[n] where
denotes the convolution sum. You have to plot your result and attach
it in your report. You may use the MATLAB function conv to check
whether your result is correct.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Matlab-HW1 - 副本\Figure1.png
.................\Figure2.png
.................\Figure3.png
.................\Figure4.png
.................\Figure5.png
.................\main.m
.................\mhw1.pdf
.................\myconv.m
.................\Q2(1).m
.................\Q2(2).m
Matlab-HW1 - 副本