Use lsquoconvlsquo command in matlab and compute and plot


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.

Request for Solution File

Ask an Expert for Answer!!
Simulation in MATLAB: Use lsquoconvlsquo command in matlab and compute and plot
Reference No:- TGS01658539

Expected delivery within 24 Hours