A.2 Exercise
Plot the frequency response of an IIR filter with coefficients
b = [0.0985, 0, -0.2956, 0, 0.2956, 0, -0.0985]
a = [1, 0, 0.5772, 0, 0.4218, 0, 0.0563]
Plot the frequency response of the FIR filter defined by the difference equation
y(n) = 0.25x(n) + 0.5x(n - 1) + 0.25x(n - 2)