414 C H A P T E R 6: Application to Control and Communications
n The half-power frequencyhpof the filter.
n The passband frequencypof the filter.
6.16. Design of low-pass Butterworth/Chebyshev filters
The specifications for a low-pass filter are:
n α( 0 )=20 dBs
n p=1500 rad/sec,α 1 =20.5 dBs
n s=3500 rad/sec,α 2 =50 dBs
(a) Determine the minimum order of the low-pass Butterworth and Chebyshev filters, and determine
which is smaller.
(b) Give the transfer function of the designed low-pass Butterworth and Chebyshev filters (make sure the
dc loss is as specified).
(c) Determine the half-power frequency of the designed filters by lettingα(p)=αmax.
(d) Find the loss function values provided by the designed filters atpands. How are these val-
ues related to theαmaxandαminspecifications? Explain. Which of the two filters provides more
attenuation in the stopband?
(e) If new specifications for the passband and stopband frequencies arep=750 rad/secands=
1750 rad/sec, respectively, are the minimum orders of the filter changed? Explain.
6.17. Butterworth, Chebyshev, and Elliptic filters—MATLAB
Design an analog low-pass filter satisfying the following magnitude specifications:
n αmax=0.5 dB;αmin=20 dB
n p=1000 rad/sec;s=2000 rad/sec
(a) Use the Butterworth method. Plot the poles and zeros and the magnitude and phase of the
designed filter. Verify that the specifications are satisfied by plotting the loss function.
(b) Use the Chebyshev methodcheby1. Plot the poles and zeros and the magnitude and phase of the
designed filter. Verify that the specifications are satisfied by plotting the loss function.
(c) Use the elliptic method. Plot the poles and zeros and the magnitude and phase of the designed
filter. Verify that the specifications are satisfied by plotting the loss function.
(d) Compare the three filters and comment on their differences.
6.18. Chebyshev filter design—MATLAB
Consider the following low-pass filter specifications:
n αmax=0.1 dB;αmin=60 dB
n p=1000 rad/sec;s=2000 rad/sec
(a) Use MATLAB to design a Chebyshev low-pass filter that satisfies the above specifications. Plot the
poles and zeros and the magnitude and phase of the designed filter. Verify that the specifications
are satisfied by plotting the loss function.
(b) Compute the half-power frequency of the designed filter.
6.19. Getting rid of 60-Hz hum with different filters—MATLAB
A desirable signal
x(t)=cos( 100 πt)−2 cos( 50 πt)
is recorded asy(t)=x(t)+cos( 120 πt)—that is, as the desired signal but with a 60 - Hzhum. We would
like to get rid of the hum and recover the desired signal. Use symbolic MATLAB to plotx(t)andy(t).
Consider the following three different alternatives (use symbolic MATLAB to implement the filtering and
use any method to design the filters):
(a) Design a band-eliminating filter to get rid of the 60 - Hzhum in the signal. Plot the output of the
band-eliminating filter.
(b) Design a high-pass filter to get the hum signal and then subtract it fromy(t). Plot the output of the
high-pass filter.