Frequency Response of A Circuit
Frequency Response of A Circuit
Band-Pass Filter
Z. Aliyazicioglu
ω0 = ωc1ωc 2
ECE 307-5 2
1
Frequency Response of a Circuit
Band-Pass Filter A Serial RLC Circuit
1/sC V0 (s ) R
sL =
1 2 Vi (s ) sL + R + 1
+ sC
Vi(s) R R
Vo(s) s
H (s ) = L
- R 1
s + s+
2
L LC
To find frequency response, substitute s=jω in equation
R
jω
H ( jω ) = L
R 1
−ω 2 + jω + Magnitude Response
L LC Phase Response
R
ω R
H ( jω ) = L ωL
2 2 θ ( jω ) = 90 − tan
−1
1 2 R 1
LC − ω + L ω − ω2
LC
ECE 307-5 3
1
jω0L + =0 1 1
jω0C ω0 = f0 =
LC
2π LC
Hmax will be at |H(jω0)|
substitute ω0=√1/LC
R
ω
H ( jω 0 ) = L 0 Result
2 2
1 2 R
LC − ω0 + L ω0
R
R 1
ωc = L LC
H ( j ω0 ) = L2 =1
2
1 1 R 1
LC − LC + L LC
ECE 307-5 4
2
Frequency Response of a Circuit
A Serial RLC Circuit
2 2 2
1 2 R R 1 2 R
LC − ωc = 2 L ωc − L ωc LC − ωc = ∓ L ωc
Result Confirm
2
R 1 R R 1 1
ωc2 + ωc − =0 ωc1 = − + + ω0 = ωc1ωc 2 =
L LC 2L 2L LC LC
R 1 2
ωc2 − ωc − =0 R R 1
L LC ωc 2 = + +
2L 2L LC ECE 307-5 5
The Bandwidth β is
β = ωc 2 − ωc1
R 2 2
R 1 R R 1 R
= + + − − + + β=
2L 2L LC 2L 2L LC L
ECE 307-5 6
3
Frequency Response of a Circuit
A Serial RLC Circuit
2
β β
+ + (ω 0 )
2
ωc1 = −
2 2
2
β β
+ + (ω 0 )
2
ωc 2 =
2 2
ECE 307-5 7
f0 3162.28
The Quality factor is Q= = = 0.3514
fc 2 − fc1 10000 − 1000
The Resistor is L R=
L
=
0.00253
= 143.24Ω
Q= CQ 2 10−6 (0.3514)2
CR 2
ECE 307-5 8
4
Frequency Response of a Circuit
R=143.25 Ω , L=2.533 mH, C=1 µF, Plot F=50 – 100 KHz.
R
jω >> R=143.25;
>> L=0.002533;
H ( jω ) = L >> C=0.000001;
R 1
−ω 2 + jω + >> f=0:50:100000;
L LC >> w=2*pi*f;
>> h=abs((R/L).*(j*w)./(-
w.^2+(R/L)*(j*w)+(1/(L*C))));
>> subplot (2,1,1)
>> semilogx(w,h)
>> grid on
>> title('|H(j\omega)|')
>> xlabel ('\omega')
>> ylabel ('|H(j\omega)|')
>> subplot (2,1,2)
>> theta=angle((R/L).*(j*w)./(-
w.^2+(R/L)*(j*w)+(1/(L*C))));
>> degree=theta*180/pi;
>> semilogx(w,degree)
>> grid on
>> title('\theta(j\omega)')
>> xlabel('\omega')
>> ylabel('\theta(j\omega)')
ωc1=6283 rad/s
ωc2=62,831 rad/s
ECE 307-5 9
L1 C1
1 2
0.00253 1u
V V
V1
1Vac R1
1Vdc 143
ECE 307-5 10
5
Frequency Response of a Circuit
PSpice Result
1. 2V
0. 8V ( 1 0 . 0 0 0 K, 7 0 6 . 9 8 5 m)
( 1 . 0 0 0 0 K, 7 0 6 . 4 6 8 m)
0. 4V
0V
1 0 Hz 1 0 0 Hz 1 . 0 KHz 1 0 KHz 1 0 0 KHz
V( L1 : 1 ) V( R1 : 2 )
Fr e q u e n c y
ECE 307-5 11