Question: In Matlab: Exercise 1 Write a MATLAB M-file to compute the output response of the 8-point MA filter to the input x[n] = 2*sin(*n/10 /3)
In Matlab:
Exercise 1 Write a MATLAB M-file to compute the output response of the 8-point MA filter to the input
x[n] = 2*sin(*n/10 /3) , 0 n 40
Exercise 2 A discrete-time system has the following unit-pulse response
h[n] = (2(0.6)^n)*u[n]
Use conv to calculate the response of this system to
(a) x[n] = u[n]
(b) x[n] = cos(n / 4)u[n]
(c) x[n] = u[n]+ cos(n / 4)u[n]
and plot the response. Using the results to justify the linearity of the system.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
