Title: FILTERS
1CHAPTER 7
2Chapter 7FILTERS - DEFINATION
- WHAT IS FILTER ?
- It can be classified as Analog or Digital.
- Digital filters are implemented using a digital
computer or special purpose digital hardware. - Analog filters may be classified as either
passive or active and are usually implemented
with R, L, and components and operational
amplifiers. -
It is a circuit that is designed to pass
signals with desired frequencies and reject or
attenuate others.
3Chapter 7 FILTERS- Classification of Filters
- An active filter is one that, along with R, L,
and C components, also contains an energy source,
such as that derived from an operational
amplifier. -
- A passive filter is one that contains only R, L,
and C components. It is not necessary that all
three be present. L is often omitted (on
purpose) from passive filter design because of
the size and cost of inductors and they also
carry along an R that must be included in the
design.
4Chapter 7 FILTERS Types of Filters
- In this course we will be concerned with Passive
Filters. - There are 4 types of passive filter as shown
below - H(?) IDEAL
- REALISTIC
- ?c
- A Lowpass Filter passes low frequencies and stop
high frequencies
Lowpass Filter
5Chapter 7 FILTERS Types of Filters
Highpass Ideal
- H(?)
- IDEAL
- REALISTIC
-
-
-
?c - A Highpass Filter passes high frequencies and
rejects - low frequencies
-
IDEAL -
- H(?)
REALISTIC - ?1
?2 -
Bandpass Ideal
6Chapter 7 FILTERS Types of Filters
Bandstop Ideal
- H(?)
- IDEAL
- REALISTIC
-
-
-
-
?1 ?2 - A Bandstop Filter passes frequencies outside
frequency - band and blocks or attenuates frequencies within
the - band
-
7Chapter 7FILTERS Application
- The lowpass filter circuit is formed when the
output of an RC circuit taken off capacitance as
shown below -
-
- ? Pass frequencies from dc up to cut-off
frequency
Low Pass Filter Circuit
R
?c 1/RC
VO
VI
C
_
8Chapter 7 FILTERS Application
- Bode Plot of Lowpass Filter
- Linear Plot of Lowpass Filter
-
0 dB
.
-3 dB
?
1/RC
x
0.707
1/RC
?
0
9Chapter 7 FILTERS Application
- The highpass filter is formed when the output of
an RC circuit is taken off the resistor as shown
below -
-
-
High Pass Filter
?Pass all frequencies above its cut-off frequency
?c 1/RC
C
VO
R
Vi
_
10Chapter 7 FILTERS Application
- Bode plot of Highpass Filter
- Linear plot of highpass filter
- 0.707
-
-
-3 dB
1/RC
?
0 dB
0
?
1/RC
11Chapter 7 FILTERS Application
- The bandpass filter is formed of RLC circuit
where the output is taken off the resistor as
shown below -
-
- Designed to pass all frequencies within a
band of frequencies, ?1 lt ? lt ?2 -
-
BandPass Filter
?0 1/
L
C
R
VO
Vi
12Chapter 7 FILTERS Application
- Bode plot of Bandpass Filter
- dB
-
- ?lo
? - Linear plot of bandpass filter
- 1
- 0.707
-
?hi
0
?lo
?hi
?
13Chapter 7 FILTERS Application
- Suppose we use the previous series RLC
circuit with output across R to design a bandpass
filter. We will place poles at 200 rad/sec and
2000 rad/sec hoping that our 3 dB points will
be located there and hence have a bandwidth of
1800 rad/sec. To match the RLC circuit form we
use -
14Chapter 7 FILTERS Application
- MATLAB Program for Bandpass Filter
- N 10 10th order butterworth analog
- ZB, PB, KB buttap(N)
- numzb poly(ZB)
- denpb poly(PB)
- wo 600 bw 200 wo is the
center fre -
bw is the bandwidth - numbbs,denbbs lp2bs(numzb,denpb,wo,bw)
- w 111200
- Hbbs freqs(numbbs,denbbs,w)
- Hb abs(Hbbs)
- plot(w,Hb)
- grid
- xlabel('Amplitude')
- ylabel('frequency (rad/sec)')
- title('10th order Butterworth filter')
-
15Chapter 7 FILTERS Application
- Bandpass Filter plot by MATLAB
-
16Chapter 7 FILTERS Application
- The bandstop filter is formed of RLC circuit
where the output is taken off the LC combination
as shown in figure 14.37 in the textbook. -
-
- Design to stop or eliminate all frequencies
within a band of frequencies, ?1 lt ? lt ?2 - H(?) Vo / Vin j(?L 1/?C) / R j(?L
1/?C) -
BandStop Filter
?0 1/
17Chapter 7 FILTERS Application
R
L
C
The transfer function for VO/Vi can be expressed
as follows
18Chapter 7 FILTERS Application
- Design a band stop filter with a center frequency
of 632.5 rad/sec and having poles at 100 rad/sec
and 3000 rad/sec. - MATLAB program for Bandstop filter
-
num 1 0 300000 den 1 3100 300000 w
1 5 10000 Bode(num,den,w)
19Chapter 7 FILTERS Application
- BODE PLOT VS MATLAB FOR BANDSTOP FILTER
-
20Chapter 7 Filters Application
- EXERCISE 1 (Exercise Problem 14.48)
- Find the transfer function Vo / Vs of the
circuit shown below. Show that the circuit is
lowpass filter. -
21Chapter 7 Filters Application
- SOLUTION TO EXERCISE 1
- 1. Obtain the transfer function,
- 2. Simplify the transfer function,
-
- 3. the circuit is a lowpass filter.
-
22Chapter 7 Filters Application
- Active Lowpass Filter
- Active Highpass Filter
-
23Basic Active Filters
Chapter 7 Filters Application
24Chapter 7 Filters Application
25Chapter 7 Filters Application
26(No Transcript)
27(No Transcript)