Skip to content
Sahithyan's S2
Sahithyan's S2 — Theory of Electricity

Filters

In electronic circuits, filters are components or systems designed to attenuate (reduce) certain frequencies while allowing others to pass through. They process signals based on their frequency content, making them essential for applications like audio systems, radio communications, power supplies, and signal processing.

Transfer Function

Describes a function’s frequency response. Shows how the filter modifies the amplitude and phase of different frequencies. Typically represented as a ratio of the output voltage to the input voltage in the frequency domain.

H(f)=VoutVinH(f) = \frac{V_{out}}{V_{in}}

A transfer function’s magnitude value can be converted to decibels using the formula:

H(f)dB=20log10H(f)H(f)_{dB} = 20 \log_{10} \lvert H(f) \rvert

Bode plot

A plot of the decibel magnitude of a network function vs. logarithmic frequency.

Types

Low Pass Filters

Allows signals with lower frequencies than a certain cutoff frequency (fcf_c) to pass through, while attenuating higher frequencies.

In an ideal low pass filter:

  • Frequencies below fcf_c pass with no attenuation (gain = 11 or 00 dB)
  • Frequencies above fcf_c are completely blocked (gain = 00 or -\infty dB)
  • The transition between pass band and stop band occurs instantaneously at fcf_c

Low pass filters are commonly used in audio systems to remove high-frequency noise, anti-aliasing before analog-to-digital conversion, and smoothing in power supplies.

High Pass Filters

Allows signals with higher frequencies than the cutoff frequency to pass through while attenuating lower frequencies.

In an ideal high pass filter:

  • Frequencies above fcf_c pass with no attenuation
  • Frequencies below fcf_c are completely blocked
  • The transition is instantaneous at fcf_c

High pass filters are used to block DC components, reduce low-frequency noise, and in audio applications to isolate higher frequencies.

Band Pass Filters

Combines the characteristics of both low pass and high pass filters. It allows signals within a specific frequency range (band) to pass through while attenuating frequencies outside this range.

In an ideal band pass filter:

  • Frequencies between a lower cutoff frequency (fLf_L) and higher cutoff frequency (fHf_H) pass without attenuation
  • Frequencies below fLf_L and above fHf_H are completely blocked
  • The transitions at both cutoff frequencies are instantaneous

Band pass filters are used in radio receivers to select specific channels, in audio systems to isolate certain frequency ranges, and in many communication systems.

Optical bandpass filters

Bandpass filters that work on frequencies of light. Used in optical systems to isolate specific wavelengths or colors of light.

Typically consist of multiple layers of dielectric materials with precisely controlled thicknesses. The interference effects between reflections at the boundaries of these layers create the desired transmission characteristics.

  • Center wavelength: The wavelength at which maximum transmission occurs
  • Bandwidth: The range of wavelengths that can pass through (often specified as Full Width at Half Maximum or FWHM)
  • Transmission efficiency: The percentage of light at the peak wavelength that passes through
  • Blocking level: How effectively the filter rejects unwanted wavelengths

Optical bandpass filters are essential in spectroscopy, fluorescence microscopy, astronomy, photography, laser systems, and many other optical applications.

Band-reject filters

Aka. notch filters. Attenuates signals within a specific frequency range while allowing frequencies outside that range to pass through. Opposite function of bandpass filters.

In an ideal band-reject filter:

  • Frequencies below a lower cutoff frequency (fLf_L) and above a higher cutoff frequency (fHf_H) pass without attenuation
  • Frequencies between fLf_L and fHf_H are completely blocked
  • The transitions at both cutoff frequencies are instantaneous

Commonly used to eliminate specific interference frequencies, such as removing 50/60 Hz power line noise from audio or measurement systems, suppressing unwanted carriers in communication systems, or eliminating resonances in acoustic applications.

The width of the rejected band can be narrow (as in notch filters targeting a specific frequency) or wide (rejecting a broader range of frequencies).

Order

First-order

Contains resistors and one type of reactive component.

CombinationOutput taken acrossType
Resistor, CapacitorCapacitorLow pass
Resistor, CapacitorResistorHigh pass
Resistor, InductorInductorHigh pass
Resistor, InductorResistorLow pass

fBf_B is the frequency at which the power of the signal is reduced by half, and called “half power frequency”.

fB=12πRC    or    fB=R2πLf_B = \frac{1}{2\pi R C}\;\; \text{or}\;\; f_B = \frac{R}{2\pi L}

First-order low-pass filter

First-order low-pass filter

H(f)=11+j(f/fB)H(f) = \frac{1}{1 + j(f/f_B)}

When f=fBf=f_B, the magnitude response is 3dB-3\,\text{dB} or 0.7070.707 of the maximum amplitude. And the phase response is 45-45^\circ.

First-order high-pass filter

H(f)=11j(fB/f)H(f) = \frac{1}{1 - j(f_B/f)}

Second-order

Second-order high-pass filter

Contains resistors, capacitors, and inductors. Provides a roll-off rate of 40dB40\,\text{dB} per decade (or 12dB12\,\text{dB} per octave) beyond the cutoff frequency, making them more effective at signal rejection than first-order filters.

Q=2πf0LR=12πf0CRQ = \frac{2\pi f_0 L}{R} = \frac{1}{2\pi f_0 C R}

Here f0f_0 is the resonance frequency. Higher QQ means higher selectivity, and narrower bandwidth.

Filter TypeOutput Taken AcrossQ Factor
Low PassCapacitorQ=1Q = 1 (typically)
High PassInductorQ=1Q = 1 (typically)
Band PassResistorDepends on band width
Band RejectCapacitor & inductor (in series)Depends on band width