You are on page 1of 4

(a)

(b)
z/(r^2 - 2^(1/2)*r*z + z^2) - (7071*r)/(10000*(r^2 - 2^(1/2)*r*z + z^2))

r=0.96
>> z=tf('z');
>> r=0.96;
>> H=(z-0.7071*r)/((z-r*exp(i*pi/4))*(z-r*exp(-i*pi/4)))
H=

z - 0.6788
---------------------z^2 - 1.358 z + 0.9216

Graph 20

Graph 21

H=

z - 0.502
---------------------z^2 - 1.004 z + 0.5041

Graph 22
z - 0.09899
---------------------z^2 - 0.198 z + 0.0196

Graph 23

From (i) to (iii) the distance to the unit circle increases (for the same angular
frequency) and hence the frequency response peak gets flattened (in the same
frequency, omega, location)

You might also like