Convolution
a. Plot the following signals
x(t) = u(t + 2) - u(t - 2)
x2(t) = u(t + 1) - u(t - 5)
x3(t) = (2t + 1) [u(t + 1) - u(t - 4)]
x4(t) = (t + 2) [u(t - 2) - u(t)] + (2 - t) [u(t) - u(t - 2)]
for time span of - 10 to 10 seconds.
b. Use ‘conv‘ command in MATLAB and compute and plot the following signals:
y1 = x1 (t)*x2(t)
Solve this problem by hand and compare your results. Submit your hand calculation along with your report.
c. Use ‘conv' commend in MATLAB and compute and plot the following signals:
y2 = x2(t)*x3(t)
Solve this problem by hand and compare your results. Submit your hand calculation along with your report.
d. Use ‘conv' commend in MATLAB and compute and plot the following signals:
y2 = x4(t)*x1(t)
Solve this problem by hand and compare your results. Submit your hand calculation along with your report.