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, a= 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. 

h(n). 0<n 19 0. hFIR (n) eisewhere

(d) Compare the results obtained in parts (b) and (c) and explain their similarities and differences.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Digital Signal Processing

ISBN: ?978-0133737622

3rd Edition

Authors: Jonh G. Proakis, Dimitris G.Manolakis

Question Posted: