Implementation of LTI systems consider the recursive discrete-time system described by the difference equation y(n) = a
Question:
Implementation of LTI systems consider the recursive discrete-time system described by the difference equation
y(n) = a1y(n - 1) – a2y(n - 2) + b0x(n)
where a1 = -0.8, a2 = 0.64 and b0 = 0.866.
(a) Write a program to compute and plot the impulse response h(n) of the system for 0 ≤ n ≤ 49.
(b) Write a program to compute and plot the zero-state step response s(n) of the system for 0 ≤ n ≤ 100.
(c) Define an FIR system with impulse response hFIR (n) given by, where h(n) is the impulse response computed in part (a). Write a program to compute and plot its steps response.
(d) Compare the results obtained in parts (b) and (c) and explain their similarities and differences.
Step by Step Answer:
Digital Signal Processing
ISBN: ?978-0133737622
3rd Edition
Authors: Jonh G. Proakis, Dimitris G.Manolakis