Laboratory Session No. 08: Objective
Laboratory Session No. 08: Objective
Objective:
To understand that the transfer function of any circuit (RC) can be obtained through
frequency response
Outcomes:
Note:
𝑣𝑜 1
=
𝑣𝑖𝑛 𝑅𝐶𝑠+1
𝑣𝑜 1
H(s) =𝑣𝑖𝑛=𝑅𝐶𝑠+1
Here H(s) is known as the transfer function which actually is the ratio of the output and the input
voltage. It is also termed as the frequency response of an LTI system.
The term ‘s’ here represent the frequency of the input voltage given so H(s)=H(jw). We need to find the
magnitude of the H(jw) which can easily be calculated using H(s),
Laboratory Session#03 Signals &Systems (EE-231)
Department of Electrical Engineering NED University of Engineering and Technology
𝑣𝑜 1
H(jw) = =
𝑣𝑖𝑛 𝑗𝑤𝑅𝐶+1
The phase angle of the above expression can also be calculated , the expression of phase angle is as
follows
<H(jw) =- atan(wRC)
CODES
w=0:32000:288000;
amp=[2,1.96,1.86,1.71,1.56,1.41,1.28,1.16,1.06,0.97];
angle=[0,-11.37,-21.91,-31.10,-38.81,-45.15,-50.34,-54.61,-58.13,-61.07];
plot(w,angle);
plot(w,amp);
PLOTS
𝑣𝑜 𝑅𝐶𝑠
=
𝑣𝑖𝑛 𝑅𝐶𝑠+1
𝑣𝑜 𝑅𝐶𝑠
H(s) =𝑣𝑖𝑛=𝑅𝐶𝑠+1
As mentioned above the H(s) is the frequency response, and ‘s’ here represent the frequency of the
input voltage which is H(jw). The expression of the magnitude of H(jw) is as follows
𝑣𝑜 𝑗𝑤𝑅𝐶
H(jw) =𝑣𝑖𝑛=𝑗𝑤𝑅𝐶+1
The phase angle of the above expression can also be calculated , the expression of phase angle is as
follows
<H(jw) =90-atan(wRC)
CODES
w=0:16000:320000;
amp=[0,0.20,0.39,0.58,0.75,0.90,1.03,1.15,1.25,1.34,1.41,1.48,1.54,1.59,1.63,
1.67,1.70,1.73,1.75,1.75,1.77,1.79];
angle=[0,84.26,78.63,73.22,68.09,63.31,58.90,54.87,51.19,47.86,44.85,42.12,39
.66,37.42,35.30,33.55,31.87,30.33,28.93,27.63,26.44]];
plot(w,angle);
plot(w,amp)
CONCLUSION
We can see the response of the series RC circuit when the frequency of the input voltage source is
changed. We conclude that when the frequency of the input voltage source is less, the voltage across
the capacitor is high. However, when the frequency of the input voltage is increased or is above 160kHz
the voltage across the resistor is high. When the voltage is 160kHz, the voltage across the capacitor and
resistor is almost same. So, from 0 t0 160kHz the voltage across the capacitor is more than the voltage
across the resistor while the vice versa is true for the frequencies above 160kHz.