EXPERIMENT_3 (1)
EXPERIMENT_3 (1)
TECHNOLOGY HYDERABAD
T
AF
VIGHNESH EE24BTECH11205
DR
MAHENDAR EE24BTECH11213
DEPARTMENT OF ELECTRICAL
ENGINEERING
EXPERIMENT-3
2 EXPERIMENT 10
3 Results 15
4 Conclusion 16
T
AF
DR
1
Chapter 1
[1]
Bode plots are a useful way to visualize how a system responds to different frequencies.
Developed by Hendrik Bode, these plots consist of two graphs—one showing the magni-
tude (or gain) and the other showing the phase shift, both plotted against frequency on
a logarithmic scale. They help engineers and researchers understand how signals behave
when they pass through a system, making them an essential tool in electronics, control
systems, and signal processing.
One of the main reasons Bode plots are so important is that they make it easier to
analyze and design systems that work with different frequencies. Instead of dealing with
complex mathematical equations, engineers can simply look at these plots to understand
T
how a system amplifies or attenuates signals at various frequencies. Bode plots also help
AF
in determining stability by providing insights into phase and gain margins, which are
DR
key factors in designing reliable systems. Since they use logarithmic scaling, they can
represent a wide range of frequencies in a clear and manageable way.
Bode plots are especially useful when working with filters, such as low-pass and
high-pass filters. In a low-pass filter, for example, the magnitude plot remains steady at
lower frequencies but starts to drop sharply after a certain point, indicating that higher
frequencies are being blocked. On the other hand, a high-pass filter does the opposite,
allowing higher frequencies to pass while reducing the strength of lower-frequency sig-
nals. By analyzing these plots, engineers can fine-tune filters for applications like audio
processing, communication systems, and noise reduction.
2
LOW PASS FILTERS
A low pass filter is a type of electronic filter that allows signals with lower frequencies to
pass through while blocking or reducing higher-frequency signals. It plays a crucial role
in various applications such as audio processing, signal conditioning, and communication
systems.
The basic working principle of a low pass filter is simple: it permits signals below
a certain frequency threshold, known as the cutoff frequency, to pass unaffected while
attenuating frequencies above this limit. This can be achieved using different configura-
tions, including passive and active components. Passive low pass filters rely on resistors
and capacitors to achieve the desired effect, whereas active low pass filters use operational
amplifiers for better performance and signal control. In modern digital systems, low pass
filtering is also implemented through software-based algorithms.
Mathematically, a simple RC (resistor-capacitor) low pass filter is described by the
transfer function
1
H(s) =
1 + sRC
where R is the resistance, C is the capacitance, and s is the complex frequency variable
in the Laplace domain. Low-pass filters have numerous real-life applications across various
fields, including audio processing, communication systems, and medical devices. In audio
engineering, they are used to eliminate high-frequency noise, ensuring clear and smooth
sound output in speakers and recording systems. In communication systems, low-pass
filters help in demodulating signals by removing high-frequency interference, enhancing
T
signal quality in radios, televisions, and mobile networks. They are also crucial in medical
AF
imaging, such as electrocardiograms (ECGs), where they filter out unwanted noise to
DR
provide accurate heart rate monitoring. s represents the complex frequency variable.
This equation helps determine how the filter responds to different input frequencies.
Low pass filters are widely used in practical applications. In audio systems, they
help eliminate high-frequency noise, resulting in clearer sound quality. In image process-
ing, they are used for blurring effects by removing sharp transitions in pixel intensity. In
control systems, they smooth out signal fluctuations to ensure stable operation. Addition-
ally, in communication systems, they help remove unwanted high-frequency interference,
improving the clarity of transmitted signals.
Overall, the low pass filter is an essential component in both analog and digital sys-
tems, playing a key role in enhancing signal quality and ensuring smooth system perfor-
mance.
10kΩ
Vin Vout
100µF
GND
A low-pass filter allows low-frequency signals to pass while attenuating higher frequencies.
The simplest form is a first-order RC low-pass filter, consisting of a resistor (R) and a
capacitor (C) in series, with the output taken across the capacitor.
The circuit’s transfer function is derived from voltage division:
3
Vout (s) 1
H(s) = =
Vin (s) 1 + sRC
where:
• s = jω (Laplace transform variable)
• ω is the angular frequency in radians per second
• j is the imaginary unit
The magnitude of the transfer function is:
1
|H(jω)| = q
1 + (ωRC)2
1
At the cutoff frequency ωc = RC
, the gain is:
!
1
20 log10 √ = −3 dB
T
2
AF
Magnitude Plot:
• At low frequencies (ω ≪ ωc ), the gain is approximately 0 dB.
• After ωc , the gain decreases at -20 dB/decade (one-tenth increase in frequency
reduces gain by 20 dB).
Phase Plot:
• The phase starts at 0° at low frequencies.
• It decreases gradually, reaching -45° at ωc , and approaches -90° at high frequencies.
The Bode plot of a first-order RC low-pass filter consists of a magnitude plot that
rolls off at -20 dB/decade beyond the cutoff frequency and a phase plot that transitions
from 0° to -90°. This analysis helps in designing and understanding filtering effects in
various electronic applications.
4
Bode Plot of Low-Pass Filter
−10
Magnitude (dB)
−20
−30
−40
0
AF
−1,000
DR
Phase (Degrees)
−2,000
−3,000
−4,000
−5,000
5
SINGLE CASCADE FILTER
R1 R2 Vout
C1 C2
• ⇒ Increased Gain
A single-stage amplifier may not provide sufficient gain, whereas cascading multiple
stages amplifies the signal significantly, improving overall performance.
• ⇒ Higher Bandwidth
In communication systems, cascading helps extend the bandwidth of amplifiers and
T
AF
Cascading enables better control over the circuit parameters, reducing distortion
and ensuring a more stable system operation.
A cascaded filter consists of multiple filtering stages connected in series. Each stage
contributes to the overall attenuation and phase shift. The total transfer function of an
n-stage cascaded filter is obtained by multiplying the individual transfer functions.
For a single-stage low-pass RC filter, the transfer function is given by:
1
H1 (s) =
1 + sRC
When multiple such stages are cascaded, the overall transfer function becomes:
n
1
H(s) =
1 + sRC
where n represents the number of cascaded stages.
The magnitude response is given by:
n
1
|H(jω)| =
1 + jωRC
6
Converting this into decibels (dB):
1
Magnitude (dB) = 20n log10 q
1 + (ωRC)2
The phase response is:
̸ H(jω) = −n tan−1 (ωRC)
The cutoff frequency fc of a single-stage RC filter is given by:
1
fc =
2πRC
For an n-stage cascaded filter, the effective cutoff frequency is adjusted as:
1 1
fc′ = fc · (2 n − 1)− 2
which lowers the cutoff frequency as the number of stages increases.
The overall magnitude roll-off beyond the cutoff frequency follows:
Roll-off rate = −20n dB/decade
which means that each additional stage increases the attenuation rate, improving
signal suppression at higher frequencies.
The phase shift also increases with more stages, leading to a total phase shift of:
Total Phase Shift = −90n◦ (for high frequencies)
T
This means that for a two-stage cascaded filter, the total phase shift approaches
AF
By increasing the number of cascaded stages, the filter achieves a steeper roll-off,
better suppression of unwanted signals, and an improved transition band. However,
the increased phase shift and potential signal distortion must be considered in practical
applications.
[colback=orange!20, colframe=orange!80, title=Note] This calculations are for Cas-
cading of low pass filter with the same low pass filter multiple times.
7
1.1.2 Phase Angle Calculation
The phase shift θ(ω) of the filter is given by:
• At high frequencies (ω ≫ 1/RC), θ ≈ −90◦ , meaning the output lags the input
significantly.
This shows a gradual transition from 0◦ at low frequencies to −90◦ at high frequen-
AF
cies, indicating that the low-pass filter introduces progressive phase lag as frequency
DR
• T = 1
f
is the time period of the signal.
8
0.010
θ= × 360◦ ≈ 57.2◦ (1.11)
0.06289
For f = 159 Hz:
1
T = ≈ 0.006289 sec (1.12)
159
0.0014
θ= × 360◦ ≈ 80.1◦ (1.13)
0.006289
Thus, the phase differences for the respective frequencies are approximately:
T
AF
DR
9
Chapter 2
EXPERIMENT
[2]
10kΩ
Vin Vout
10µF
GND
T
AF
DR
10
Image Frequency (Hz) Output Voltage (V) 20 log |H(jω)| (dB)
image1.jpg
image2.jpg
f 3.5 -3.1
image3.jpg
image4.jpg
DR
image5.jpg
11
Frequency (Hz) Output Voltage (V) 20 log |H(jω)| (dB)
0.1f 4.97 -0.04
f 3.5 -3.1
10f 049 -20.03
100f 0.050 -40.2
1000f 0.005 -59.6
T
AF
10kΩ 10kΩ
Vin Vout
100µF 100µF
GND
SINGLE CASCADING
DOUBLE CASCADING
12
Image Frequency (f ) Output Voltage (V) Bode Plot (dB)
image6.jpg
image7.jpg
f 2.79 -5.04
image8.jpg
image9.jpg
image10.jpg
1000f 0 -1
Table 2.3: Table with Images, Frequencies, Output Voltages, and Bode Plot Values
13
Image Frequency (Hz) Output Voltage (V) 20 log |H(jω)| (dB)
image11.jpg
image12.jpg
f 1.77 -9.1
image13.jpg
image14.jpg
image15.jpg
14
Chapter 3
Results
[3]
T
AF
DR
15
Chapter 4
Conclusion
[4]
T
AF
DR
16