02.10.2019 Views

UploadFile_6417

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Characteristics of Prototype Analog Filters 413<br />

function [b,a] = u_chb1ap(N,Rp,Omegac);<br />

% Unnormalized Chebyshev-1 Analog Lowpass Filter Prototype<br />

% --------------------------------------------------------<br />

% [b,a] = u_chb1ap(N,Rp,Omegac);<br />

% b = numerator polynomial coefficients<br />

% a = denominator polynomial coefficients<br />

% N = Order of the Elliptic Filter<br />

% Rp = Passband Ripple in dB; Rp > 0<br />

% Omegac = Cutoff frequency in radians/sec<br />

%<br />

[z,p,k] = cheb1ap(N,Rp); a = real(poly(p)); aNn = a(N+1);<br />

p = p*Omegac; a = real(poly(p)); aNu = a(N+1);<br />

k = k*aNu/aNn;<br />

b0 = k; B = real(poly(z)); b = k*B;<br />

8.3.7 DESIGN EQUATIONS<br />

Given Ω p ,Ω s , R p , and A S , three parameters are required to determine<br />

a Chebyshev-I filter: ɛ, Ω c , and N. From equations (8.3) and (8.4), we<br />

obtain<br />

√<br />

ɛ = 10 0.1Rp − 1 and A =10 As/20<br />

From these properties, we have<br />

Ω c =Ω p and Ω r = Ω s<br />

(8.57)<br />

Ω p<br />

The order N is given by<br />

g = √ (A 2 − 1) /ɛ 2 (8.58)<br />

⎡<br />

log 10<br />

[g + √ ] ⎤<br />

g 2 − 1<br />

N =<br />

⎢log 10<br />

[Ω r + √ ]<br />

(8.59)<br />

Ω 2 r − 1 ⎥<br />

Now using (8.54), (8.53), and (8.55), we can determine H a (s).<br />

□ EXAMPLE 8.5 Design a lowpass Chebyshev-I filter to satisfy<br />

Passband cutoff: Ω p =0.2π ;Passband ripple: R p = 1dB<br />

Stopband cutoff: Ω s =0.3π ; Stopband ripple: A s = 16dB<br />

Solution<br />

First compute the necessary parameters.<br />

ɛ = √ 10 0.1(1) − 1=0.5088 A =10 16/20 =6.3096<br />

Ω c =Ω p =0.2π Ω r = 0.3π<br />

0.2π =1.5<br />

g = √ (A 2 − 1) /ɛ 2 =12.2429 N =4<br />

Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).<br />

Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!