This is a programming question to be solved in MATLAB. (Do not use the conv() function for convolution operation) We need to perform convolution using mathematical equations. A clear solution with an explanation using comments is required for both sub-questions.
Programming Problems:
1. [CO2] (10 points) A system S is represented by its impulse response:
(5)
a) (5 pts) Find the response of the system if the input is x(t) = cos(t)u(t). Plot the signals x(t), h(t), and y(t) for t = [0,20].
b) (5 pts) Find the response of the system if h(t) = 2(e^(-t) - e^(-4t))u(t) and x(t) = e^(-t)sin(t)u(t). Plot the signals x(t), h(t), and y(t) for t = [0,20].