Practical 2
Use MATLAB to compute the convolution y(t) = x(t) * h(t) for the signals.
Input: x(t) = t[u(t+4) - u(t-4)]
Output: h(t) = e^(-2t)cos(3tu(t))
Provide the MATLAB code: <Insert your function program here.>
Use the subplot function in MATLAB to display x(t), h(t), and the convolution result h(t).
<Paste MATLAB script here.> <Insert MATLAB figure here.>