100% found this document useful (1 vote)
250 views14 pages

Frequency Response of Circuit

This document discusses the frequency response of circuits. It begins by defining frequency response as the analysis of a circuit's response to a sinusoidal source with varying frequency. Frequency selection in circuits is called filtering because circuits can filter out certain input signals based on frequency. The document then discusses using the Laplace transform and transfer function to analyze a circuit's frequency response. It provides examples of low-pass, high-pass, band-pass and band-reject filters and their ideal magnitude and phase responses. Cutoff frequency is defined as the frequency where the transfer function magnitude decreases by a factor of 1/√2. Examples are then provided to calculate cutoff frequencies, component values and frequency responses for RL and RC circuits.

Uploaded by

pra_zara2637
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
250 views14 pages

Frequency Response of Circuit

This document discusses the frequency response of circuits. It begins by defining frequency response as the analysis of a circuit's response to a sinusoidal source with varying frequency. Frequency selection in circuits is called filtering because circuits can filter out certain input signals based on frequency. The document then discusses using the Laplace transform and transfer function to analyze a circuit's frequency response. It provides examples of low-pass, high-pass, band-pass and band-reject filters and their ideal magnitude and phase responses. Cutoff frequency is defined as the frequency where the transfer function magnitude decreases by a factor of 1/√2. Examples are then provided to calculate cutoff frequencies, component values and frequency responses for RL and RC circuits.

Uploaded by

pra_zara2637
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

ECE307

Frequency Response of a Circuit

Z. Aliyazicioglu
Electrical and Computer Engineering Department
Cal Poly Pomona

The Laplace
Transform
Frequency
Response
of a Circuit
Some Preliminaries
Analysis of a circuit with varying frequency of a sinusoidal
sources is called the frequency response of a circuit

Frequency selection in the circuits are called filters because of


their ability to filter out certain input signals on the basis of
frequency

Input signal

Filter
Filter

Output signal

ECE 307-4 2

Frequency Response of a Circuit


Some Preliminaries
We remember that the transfer function is the output voltage to
the input voltage of a circuit in s-domain is.

H (s ) =

V0 (s )
Vi (s )

Using sinusoidal source, the transfer function will be the


magnitude and phase of output voltage to the magnitude and
phase of input voltage of a circuit .
In this case we will use (j) instead of s .

H ( j ) =

V0 ( j )
Vi ( j )
ECE 307-4 3

Frequency Response of a Circuit


Frequency Response
Using transfer function of circuit, we plot a frequency
response of the circuit for both amplitude and phase
with changing source frequency
One graph of |H(j)| versus frequency j. It is called the
Magnitude plot.
One graph of (j) versus frequency . It is called the Phase
Angle plot
(j)

|H(j)|

Stopband

Passband

(jc)

c : Cutoff frequency

ECE 307-4 4

Frequency Response of a Circuit


Filter
A Low-Pass filter passes
signals at frequencies lower
than the cutoff frequency
from the input to the output
c Cutoff frequency

|H(j)|
Passband
0

|H(j)|

Stopband
0

(j)

(jc)

Passband

Stopband

(j)

A High-Pass filter passes


signals at frequencies higher
than the cutoff frequency from
the input to the output

(jc)

Ideal High-Pass Filter

Ideal Low-Pass Filter

ECE 307-4 5

Frequency Response of a Circuit


Filter
A Band-Pass filter passes
signals within the band defined
by two cutoff frequencies from
the input to the output

A Band-reject filter passes


signals outside the band defined
by two cutoff frequencies from
the input to the output

c Cutoff frequency

|H(j)|

|H(j)|
Stop
band

(j)
(jc1)

c1

Passband

Stopband

c2

Pass
band

(j)
(jc1)

Stop
band

c1

Pass
band

c2

(jc1)

(jc1)

Ideal Band-Pass Filter

Ideal Band-Reject Filter


ECE 307-4 6

Frequency Response of a Circuit


Cutoff Frequency
The transfer function magnitude is decreased by the factor
1/2 from its maximum value is called cutoff frequency
1
Hmax
2

H ( j c ) =

|Hmax | is the maximum magnitude of the transfer function

ECE 307-4 7

Frequency Response of a Circuit


A Serial RL Circuit

Low-Pass Filter
1

sL

+
Vi(s)

Vo(s)
-

V0 (s )
R
=
Vi (s ) sL + R

R
L

H (s ) =

s+

R
L

To find frequency response, substitute s=j in equation

H ( j ) =

R
L

R
j +
L

Magnitude Response
H ( j ) =

Phase Response

R
L
R
+
L
2

( j ) = tan1

ECE 307-4 8

Frequency Response of a Circuit


A Serial RL Circuit
When =0
H ( j 0) =

When =
R
L

R
02 +
L

=1

H ( j ) =

R
L
R
+
L

=0

0L
D
=0
R

L
D
= 90
R

( j 0) = tan1

( j ) = tan1

To find Cutoff Frequency

H ( jc ) =

Result

R
L
R

c 2 +

1
2

c =

R
L

ECE 307-4 9

Frequency Response of a Circuit


Example
L=

R=1K F=1KHz. L=? Plot H(j).

1000
= 0.159 H H ( j ) =
2 * * 1000

1000
0.159
1000
j +
0.159
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>

R=1000;
L=0.159;
f=0:25:10000;
w=2*pi*f;
subplot (2,1,1)
h=abs((R/L)./(j*w+(R/L)));
semilogx(w,h)
grid on
title('|H(j\omega)|')
xlabel ('\omega')
ylabel ('|H(j\omega)|')
theta=angle((R/L)./(j*w+(R/L)));
subplot (2,1,2)
degree=theta*180/pi;
semilogx(w,degree)
grid on
title('\theta(j\omega)')
xlabel('\omega')
ylabel('\theta(j\omega)')

ECE 307-4 10

Frequency Response of a Circuit


R=1K F=1KHz. L=? Plot H(j).

Example

H (s ) =

R/L
s + R/L

Matlab
>> syms s
>> n=[0 1000/0.159];
>> d=[1 1000/0.159];
>> g=tf(n,d)
Transfer function:
6289
-------s + 6289
>> bode (g)
>> grid on
ECE 307-4 11

Frequency Response of a Circuit


Example

1
V

1Vac
0Vdc

L1

0.159H

V1

R1
1k

0
1. 0V

fc=1KHz

0. 5V

0V
1 0 0 Hz
V( L1 : 2 )

3 0 0 Hz
V( V1 : +)

1 . 0 KHz

3 . 0 KHz
Fr e q u e n c y

1 0 KHz

3 0 KHz

1 0 0 KHz

ECE 307-4 12

Frequency Response of a Circuit


A Serial RC Circuit

Low-Pass Filter
R

+
Vi(s)

1/sC

1
RC
H (s ) =
1
s+
RC

1
V0 (s )
sC
=
Vi (s ) R + 1
sC

Vo(s)
-

To find frequency response, substitute s=j in equation

H ( j ) =

1
RC

Magnitude Response

1
j +
RC

H ( j ) =

1
RC

Phase Response

( j ) = tan1 ( RC )

RC

2 +

ECE 307-4 13

Frequency Response of a Circuit


A Serial RC Circuit
When =0
H ( j 0) =

When =
1
RC

1
02 +

RC

=1

H ( j ) =

1
RC
1
+

RC

=0

( j 0) = tan1 ( 0RC ) = 0D

( j ) = tan1 ( RC ) = 90D

To find Cutoff Frequency

H ( jc ) =

Result

1
RC
1

RC

c 2 +

1
2

c =

1
RC

ECE 307-4 14

Frequency Response of a Circuit


Example

A series RC low-pass filter cutoff frequency is 8KHz.


R=10K Find the capacitor value
c =

Example

1
RC

C=

1
c R

C=

1
= 1.99 nF
2 * * 8000 x10000

A series RL low-pass filter cutoff frequency is 2KHz.


R=5K Find the inductor value. Find |H(j)| at 50
KHz?
c =

H ( j )

R
L

50 KHz

L=

L=

c
R
L

R
+
L
2

5000
= 2.5 H
2000
5000
2.5

5000
(2 * * 50000) +

2.5

= 0.0635

ECE 307-4 15

Frequency Response of a Circuit


Example

A series RC low-pass filter cutoff frequency is 8KHz.


R=10K, C=1.99 nF
r=10000;
c=19.9*10^-9;
f=0:25:100000;
w=2*pi*f;
h=abs((1/(r*c))./(j*w+1/(r*c)));
subplot (2,1,1)
semilogx(w,h)
grid on
title('|H(j\omega)')
xlabel ('\omega')
ylabel ('|H(j\omega)')
theta=angle((1/(r*c))./(j*w+1/(r*c))
);
subplot (2,1,2)
degree=theta*180/pi;
semilogx (w, degree)
grid on
title('\theta(j\omega)')
xlabel('\omega')
ylabel('\theta(j\omega)')

ECE 307-4 16

Frequency Response of a Circuit


R1

Example

1Vac
0Vdc

10k

V1

C1
1.99n

0
1. 0V

fc=8KHz

H (fc ) =

1
2

0. 5V

0V
1 0 0 Hz
V( R1 : 1 )

1 . 0 KHz

1 0 KHz

1 0 0 KHz

1 . 0 MHz

V( V1 : +)
Fr e q u e n c y

ECE 307-4 17

Frequency Response of a Circuit


High-Pass Filter

A Serial RC Circuit
1/sC
+

Vi(s)

Vo(s)
-

V0 (s )
R
=
Vi (s ) R + 1
sC

H (s ) =
s+

1
RC

To find frequency response, substitute s=j in equation


H ( j ) =

j
j +

1
RC

Magnitude Response
H ( j ) =

1
+

RC
2

Phase Response

( j ) = 90D tan1 ( RC )

ECE 307-4 18

Frequency Response of a Circuit


A Serial RC Circuit
When =0
H ( j 0) =

When =
0

1
0 +

RC

=0

H ( j ) =

1
+

RC

=1

0
D
= 90
RC

( j 0) = 90D tan1


D
=0
RC

( j ) = 90D tan1

To find Cutoff Frequency


Result

1
H ( jc ) =
=
2
2
1
c 2 +

RC

c =

1
RC

ECE 307-4 19

Frequency Response of a Circuit


A Serial RL Circuit

High-Pass Filter
R

Vi(s)

sL

Vo(s)
2

V0 (s )
sL
=
Vi (s ) sL + R

H (s ) =

s
s+

R
L

To find frequency response, substitute s=j in equation


H ( j ) =

j
R
j +
L

Magnitude Response
H ( j ) =

R
+
L
2

Phase Response
L

( j ) = 90D tan1

ECE 307-4 20

10

Frequency Response of a Circuit


A Serial RL Circuit
When =0

When =
0

H ( j 0) =

R
0 +
L

=0

H ( j ) =

R
+
L

=1

0L
D
= 90
R

L
D
=0
R

( j 0) = 90D tan1

( j ) = 90D tan1

To find Cutoff Frequency


Result

1
H ( jc ) =
=
2
2
R
c 2 +
L

c =

R
L

ECE 307-4 21

Frequency Response of a Circuit


Example

Define R and L values for a high pass filter with a


cutoff frequency of 10KHz. Find |H(j)|at 5 KHz
c =

Let

R
L

We cant calculate R and L values


independently. We can select R or L values
then define the other

R = 1K

Result
L=

H ( j )

5 KHz

L=

R
+
L
2

1000
= 15.9 mH
2 * * 10000
2 * * 5000

1000
(2 * * 5000) +

0.0159

= 0.4469

ECE 307-4 22

11

Frequency Response of a Circuit


Example

A RL high pass filter with a cutoff frequency of


1000
10KHz.
R = 1K
L=
= 15.9 mH
2 * * 10000
R=1000;
L=15.9*10^-3;
f=0:25:70000;
w=2*pi*f;
h=abs((j*w)./(j*w+R/L));
subplot (2,1,1)
semilogx(w,h)
grid on
title('|H(j\omega)')
xlabel ('\omega')
ylabel ('|H(j\omega)')
theta=angle((j*w)./(j*w+R/L));
subplot (2,1,2)
plot (w, theta)
degree=theta*180/pi;
semilogx (f, degree)
grid on
title('\theta(j\omega)')
xlabel('\omega')
ylabel('\theta(j\omega)')

ECE 307-4 23

Frequency Response of a Circuit


Example

R1

1Vac
0Vdc

1K

L2

V1

15.9mH
2

1. 0V

fc=8KHz

H (fc ) =

1
2

0. 5V

0V
1 0 0 Hz
V( R1 : 2 )

1 . 0 KHz

1 0 KHz

V( V1 : + )
Fr e q u e n c y

1 0 0 KHz

1 . 0 MHz

ECE 307-4 24

12

Frequency Response of a Circuit


Plotting phase:
R1

VP

1Vac
0Vdc

1K

VP

Take the probe Phase of Voltage, which is under Pspice,


Markers, and Advanced.
Marked the node you want to see phase

L2

V1

15.9mH
2

100d

fc=8KHz

50d

0d
1 0 0 Hz
VP( V1 : +)

1 . 0 KHz

1 0 KHz

(H (fc ) = 45D

1 0 0 KHz

1 . 0 MHz

VP( R1 : 2 )
Fr e q u e n c y

ECE 307-4 25

Frequency Response of a Circuit


Lets place load resister in parallel to inductor in RL
high-pass filter shown in the figure
a. Find the transfer function
b. Rs=RL=1K, find L value for cutoff frequency at
10KHz.
R
RLsL
1
+
V0 (s )
RL + sL
=
sL
RL Vo(s)
Vi (s ) R + RL sL
RL + sL
2

Example

Vi(s)

RL
s
R + RL
Ks
=
H (s ) =
RL R
R
s+
s+K
R + RL L
L
R
c = K
L

where

K=

RL
R + RL

K=

1
= 0.5
1+ 1

Result
L=K

= 0.5

1
= 7.95 mH
2 * * 10
ECE 307-4 26

13

Frequency Response of a Circuit


Example

Rs=RL=1K, L=7.95 mH High-pass filter cutoff


frequency at 10KHz.
H ( j ) =

j K
j + K

R
L

R=1000;
RL=1000;
L=7.95*10^-3;
K=RL/(R+RL)
f=0:25:70000;
w=2*pi*f;
h=abs((j*w*K)./(j*w+K*R/L));
subplot (2,1,1)
semilogx(w,h)
grid on
title('|H(j\omega)')
xlabel ('\omega')
ylabel ('|H(j\omega)')
theta=angle((j*w*K)./(j*w+K*R/L));
subplot (2,1,2)
plot (w, theta)
degree=theta*180/pi;
semilogx (f, degree)
grid on
title('\theta(j\omega)')
xlabel('\omega')
ylabel('\theta(j\omega)')
grid on

ECE 307-4 27

14

You might also like