Low-Pass Filter (LPF)
Understanding Low-Pass Filters
The low-pass filter is one of the most fundamental building blocks in RF design. After every power amplifier, an LPF suppresses harmonic content to meet regulatory emission limits. Before every ADC, an anti-aliasing LPF prevents frequency folding. In bias networks, LPFs keep RF energy from leaking into DC supplies. The designer's choice between Butterworth, Chebyshev, Elliptic, and Bessel responses depends on the relative importance of passband flatness, transition sharpness, stopband rejection, and group delay performance.
LPF Design Parameters
fc = 1/(2πRC) (1st order)
fc = 1/(2π√(LC)) (2nd order)
Filter types:
Butterworth: maximally flat (no ripple)
Chebyshev: equiripple (sharper rolloff)
Bessel: maximally flat group delay
Rolloff:
−20 dB/decade per pole (N poles = −20N dB/dec)
LPF Response Type Comparison
| Type | Passband | Rolloff | Group Delay | Stopband | Best For |
|---|---|---|---|---|---|
| Butterworth | Maximally flat | Moderate | Good | Monotonic | General purpose |
| Chebyshev I | Equiripple | Steep | Poor near fc | Monotonic | Sharp cutoff needed |
| Chebyshev II | Flat | Steep | Moderate | Equiripple | Flat passband+steep |
| Elliptic | Equiripple | Steepest | Worst | Equiripple | Min order for spec |
| Bessel | ~Flat | Gradual | Best (flat) | Monotonic | Pulse preservation |
Key Equations
Power: dB = 10log(P2/P1)
Voltage: dB = 20log(V2/V1)
dBm to watts:
P(W) = 10(dBm−30)/10
0 dBm = 1 mW, +30 dBm = 1 W
Wavelength:
λ = c/f = 300/f(MHz) meters
Comparison
| Order | Rolloff | Application | Example fc | Component count |
|---|---|---|---|---|
| 1st (RC) | −20 dB/dec | Basic filtering | 10 MHz | 1R+1C |
| 2nd (LC) | −40 dB/dec | Power supply | 1 MHz | 1L+1C |
| 3rd (π-filter) | −60 dB/dec | EMI filter | 30 MHz | 1L+2C |
| 5th (Chebyshev) | −100 dB/dec | RF selectivity | 2.4 GHz | 3L+2C |
| 7th+ | −140+ dB/dec | Precision | Custom | Many elements |
Frequently Asked Questions
Which type?
Butterworth: flat passband, moderate rolloff. Chebyshev: steeper cutoff with passband ripple. Elliptic: steepest rolloff (transmission zeros), both passband and stopband ripple. Bessel: best group delay, poorest selectivity.
Anti-aliasing?
Must reject at f_s/2 by ADC's dynamic range (~85 dB for 14-bit). High-order analog filters are difficult. Modern solution: oversampling + digital decimation filtering. Analog LPF handles coarse rejection.
RF implementations?
Lumped LC: <5 GHz standard. Stepped-impedance microstrip: high-Z/low-Z alternating traces. Open-stub: quarter-wave stubs for harmonic zeros. MMIC: on-chip spiral+MIM. Waveguide: lowest loss at mmWave.