An RF lowpass filter is a passive or active reactive network that allows radio frequency signals below a specific cutoff frequency to pass with minimal attenuation while progressively blocking higher frequencies. In a real transceiver or mixer circuit, it changes the spectral purity of your signal by stripping out unwanted harmonic emissions, mixer spurious products, and broadband thermal noise, ensuring your transmitter complies with FCC or Ofcom spectral masks without attenuating your fundamental carrier.
The Core Mechanics: Poles, Cutoff, and Roll-Off
The behavior of any RF lowpass filter is dictated by its order (number of poles) and its transfer function topology. Each reactive component—either a series inductor or a shunt capacitor—adds one pole to the filter. A single-pole filter provides a roll-off of 20 dB per decade (or roughly 6 dB per octave) past the cutoff frequency. If you need to suppress a 2nd harmonic that is only one octave above your fundamental, a 1-pole filter only gives you 6 dB of suppression, which is rarely enough. This is why practical RF designs almost always use 3-pole, 5-pole, or 7-pole configurations.
Think of it like a physical sieve for gravel: the mesh size (cutoff frequency) lets sand (your fundamental signal) through but catches rocks (harmonics), and stacking multiple sieve layers (adding poles) makes the sorting boundary much sharper and more definitive.
The cutoff frequency ($f_c$) is traditionally defined at the -3 dB point for maximally flat (Butterworth) filters. However, for equal-ripple (Chebyshev) filters, $f_c$ is defined at the edge of the passband ripple, meaning the signal is already attenuated by the ripple value (e.g., 0.5 dB) exactly at the stated cutoff frequency. This distinction is critical when reading manufacturer datasheets for off-the-shelf components.
Worked Numeric Example: Designing a 50-Ohm 100 MHz Filter
Let's design a 3rd-order (3-pole) Butterworth lowpass filter for a standard 50-ohm RF system with a cutoff frequency of 100 MHz. We will use the standard normalized lowpass prototype values ($g_n$) for a Butterworth response. For $N=3$, the prototype values are $g_1 = 1.0$, $g_2 = 2.0$, and $g_3 = 1.0$.
The formulas to scale these to our specific impedance ($Z_0 = 50 \Omega$) and frequency ($f_c = 100 \times 10^6$ Hz) are:
- Series Inductors: $L = \frac{Z_0 \cdot g_n}{2 \pi f_c}$
- Shunt Capacitors: $C = \frac{g_n}{2 \pi f_c Z_0}$
Calculating L1 and L3 (Series Inductors):
$L_1 = L_3 = \frac{50 \cdot 1.0}{2 \pi \cdot 100,000,000} = \frac{50}{628,318,530} \approx 79.57 \text{ nH}$
Calculating C2 (Shunt Capacitor):
$C_2 = \frac{2.0}{2 \pi \cdot 100,000,000 \cdot 50} = \frac{2.0}{31,415,926,500} \approx 63.66 \text{ pF}$
The Hidden Trap: Self-Resonant Frequency (SRF)
In simulation, this filter works perfectly. On the bench, it might fail. Real inductors have parasitic parallel capacitance, creating a Self-Resonant Frequency (SRF). If you select a standard wirewound 79.6 nH inductor with an SRF of 150 MHz, it will behave as a capacitor at the 200 MHz harmonic (your 2nd harmonic). The filter will actually pass the harmonic instead of blocking it. For a 100 MHz filter, you must select high-SRF RF inductors, such as the Coilcraft 0603CS or 0402CS ceramic chip inductors, which maintain their inductive reactance well into the GHz range.
Where You Meet This in Practice
You will encounter RF lowpass filters in almost every piece of RF hardware, but they serve distinctly different roles depending on where they sit in the signal chain:
- Transmitter Output Stages: Placed directly after a Class C, Class D, or Class E power amplifier. Switching amplifiers generate massive square-wave harmonics. A 5th or 7th order lowpass filter is mandatory here to attenuate the 3rd, 5th, and 7th harmonics by at least 40-60 dB to meet regulatory spurious emission limits.
- SDR (Software Defined Radio) Front-Ends: Wideband ADCs in SDRs (like the RTL-SDR or ADALM-PLUTO) will alias strong out-of-band signals back into your passband. If you are listening to the 2-meter ham band (144-148 MHz), a strong local FM broadcast station at 98 MHz can fold back and deafen your receiver. Inserting a commercial filter like the Mini-Circuits SLP-150+ blocks the FM broadcast band and cellular signals before they hit the mixer.
- Mixer IF Outputs: After a downconversion mixer, a lowpass filter is often used to strip away the Local Oscillator (LO) feedthrough and the upper sideband, leaving only the desired baseband or Intermediate Frequency (IF) signal.
Common Confusions: Lowpass vs. Ferrite Beads and Bandpass
A frequent mistake among hobbyists and junior engineers is confusing a true reactive RF lowpass filter with a ferrite bead, or misunderstanding when to use a lowpass versus a bandpass topology.
Ferrite Beads are Not Lowpass Filters: A ferrite bead is essentially a lossy, frequency-dependent resistor. It does not store and redirect energy like an LC network; it dissipates high-frequency noise as heat. While a ferrite bead provides broadband EMI suppression (great for cleaning up DC power rails or digital clock lines), it has a very gradual, poorly defined roll-off. It cannot provide the sharp 40 dB/octave rejection required to clean up RF transmitter harmonics. Never substitute a ferrite bead for an LC lowpass filter in an RF signal path.
Lowpass vs. Bandpass: A lowpass filter passes everything from DC up to $f_c$. If your circuit has a strong low-frequency interferer (like 60 Hz mains hum, or a 10 MHz clock bleed-through in a 100 MHz system), a lowpass filter will pass that noise right through. In scenarios where you need to block both high-frequency harmonics and low-frequency/sub-harmonic noise, you must use a bandpass filter, which combines a lowpass and a highpass topology.
Frequently Asked Questions
Why does my RF lowpass filter show high insertion loss at the cutoff frequency?
If you are seeing 2 dB or 3 dB of insertion loss right at your fundamental frequency, you are likely operating too close to the filter's defined cutoff point. In a Butterworth filter, the cutoff frequency ($f_c$) is mathematically defined as the -3 dB point. If your transmitter operates at 100 MHz and your filter is rated for a 100 MHz cutoff, you are intentionally attenuating your own carrier by 3 dB (losing half your power). To fix this, design or select a filter where the cutoff frequency is at least 10% to 20% higher than your operating frequency, placing your carrier safely in the flat, low-loss passband.
How do I choose between a Butterworth and Chebyshev RF lowpass filter topology?
Choose a Butterworth topology when you need a maximally flat passband with zero ripple; this is critical for data modems or wideband digital signals where amplitude variations across the passband cause distortion (EVM degradation). Choose a Chebyshev topology when your primary goal is the steepest possible transition from the passband to the stopband, and you can tolerate a small amount of passband ripple (typically 0.1 dB to 0.5 dB). Chebyshev filters achieve much higher harmonic rejection for the same number of components, making them the default choice for narrowband CW or FM transmitter output stages.
Can I use an RF lowpass filter to block DC voltage in my circuit?
No. By definition, a standard LC lowpass filter passes DC (0 Hz) with virtually zero attenuation, as the series inductors act as short circuits and the shunt capacitors act as open circuits at DC. If you need to pass an RF signal while blocking a DC bias voltage (for example, coupling an antenna to an LNA that has a DC bias on the coaxial line), you must place a DC-blocking series capacitor in line with the signal path, or use a dedicated bias-tee network.






