An RLC band reject filter is a circuit that blocks a specific target frequency (or narrow band of frequencies) while allowing all lower and higher frequencies to pass through unattenuated. In a real circuit, it changes the signal profile by carving out a deep "notch" at a precise interference frequency—like 60Hz mains hum or a strong local RF carrier—without rolling off the rest of your bandwidth. If you need to kill a single annoying frequency while preserving the extreme highs and lows, this is the exact tool for the job.
How the Topology Actually Works
There are two primary ways to wire an RLC band reject filter, but the most common bench topology is the series LC shunt. In this configuration, an inductor (L) and capacitor (C) are wired in series with each other, and that entire LC branch is placed in parallel (shunt) from the signal line down to ground. A resistor (R) is either intentionally added in series with the LC branch, or it is simply the parasitic Equivalent Series Resistance (ESR) of the inductor itself.
At the resonant frequency, the inductive reactance ($X_L$) and capacitive reactance ($X_C$) perfectly cancel each other out. The LC branch's impedance drops to near-zero (limited only by the R), effectively creating a short circuit to ground for that specific frequency. The target frequency is dumped into the ground plane, while frequencies above and below resonance see a high-impedance path to ground and pass straight through to the load.
The alternative topology is the parallel LC tank in series with the signal path. At resonance, a parallel LC circuit exhibits maximum impedance, acting like a brick wall that blocks the target frequency from reaching the load. However, the shunt (series LC to ground) is generally preferred in RF and audio because it's easier to tune and provides a cleaner ground reference for the rejected energy.
Worked Example: Designing a 455 kHz IF Notch Filter
Let’s say you are building a software-defined radio (SDR) front-end, and a nearby piece of equipment is leaking a 455 kHz intermediate frequency (IF) signal that is desensitizing your receiver. You need a passive notch filter to kill exactly 455 kHz.
First, we pick a standard, readily available RF choke for our inductor. Let’s use L = 1 mH (1000 µH). Now, we rearrange the resonant frequency formula to solve for capacitance:
$C = \frac{1}{(2\pi f_r)^2 L}$
Plugging in our numbers:
- $f_r = 455,000 \text{ Hz}$
- $L = 0.001 \text{ H}$
- $(2 \cdot \pi \cdot 455,000)^2 \approx 8.17 \times 10^{12}$
- $C = \frac{1}{8.17 \times 10^{12} \cdot 0.001} = 1.22 \times 10^{-10} \text{ Farads}$
This gives us 122 pF. Since 122 pF isn't a standard E12 value, you would use a standard 100 pF C0G/NP0 ceramic capacitor in parallel with a 5–20 pF trimmer capacitor. On the bench, you inject a 455 kHz sweep from your signal generator and tweak the trimmer until you see the deepest null on your oscilloscope or spectrum analyzer.
What about the R? The resistor dictates the Q-factor (quality factor) and the bandwidth of the notch. If you want an ultra-sharp, narrow notch, you don't add a physical resistor; you rely on the inductor's natural wire resistance (ESR). If you need a wider "ditch" to cover frequency drift (say, blocking 450 kHz to 460 kHz), you intentionally solder a 10Ω to 50Ω carbon film resistor in series with the L and C to lower the Q and widen the rejection band.
Where You Meet This in Practice
According to standard filter theory documented by Electronics Tutorials, band-stop filters are critical whenever broadband signals are corrupted by narrowband noise. You will typically encounter or need to build these in three scenarios:
- RF Front-End Desensitization: Blocking a massive local FM broadcast tower (e.g., 97.1 MHz) from overloading the low-noise amplifier (LNA) of your receiver. A passive RLC notch handles the high RF power without generating the intermodulation distortion that active op-amp filters would create.
- Powerline Communication (PLC): Injecting high-frequency data (e.g., 100 kHz) onto a 120V AC mains line. An RLC band reject filter is used at the data transmitter to prevent the 60 Hz power waveform from shorting out the high-frequency data driver.
- Audio and Sensor Instrumentation: Removing 50/60 Hz mains hum from high-gain analog sensor lines. (Note: For audio frequencies, active filters are usually preferred due to the physical size of audio-frequency inductors, but passive RLC is still used in high-end analog synthesizers and speaker crossovers).
Common Confusions: What It Is Not
When discussing filters on the bench, terminology gets abused. Here is what an RLC band reject filter is commonly confused with:
- Band-Pass Filter: The exact opposite. A band-pass filter only lets the center frequency through and blocks the extremes. A band reject blocks the center and passes the extremes.
- Low-Pass / High-Pass Filters: These filters roll off everything past a specific cutoff slope (e.g., -20dB/decade). A band reject carves a specific hole but leaves the extreme highs and extreme lows completely untouched.
- Active Notch Filters: People often say "notch filter" and immediately think of op-amps (like the twin-T or state-variable topology). An RLC band reject is strictly passive. It requires no power supply, introduces no op-amp thermal noise, and handles high voltages, but it suffers from the physical size and parasitic resistance of inductors.
Bench Realities: Parasitics and PCB Layout
The math above assumes ideal components. On the bench, parasitics will ruin your notch depth if you aren't careful. All About Circuits highlights that real inductors have parallel parasitic capacitance, and real capacitors have series parasitic inductance.
Furthermore, never use X7R or Y5V dielectric capacitors for precision notch filters. These Class II dielectrics exhibit severe capacitance drops when DC bias voltage is applied or when the board temperature changes. Always specify C0G/NP0 ceramics or polystyrene film capacitors to ensure your notch stays exactly where you tuned it.
Decision Path: Which Filter Topology Should You Build?
Don't just default to an RLC circuit because it's the first one taught in textbooks. Use this decision tree to select the right topology for your specific hardware constraints.
| Condition / Constraint | Recommended Topology | Why It Wins Here |
|---|---|---|
| Frequency is > 100 kHz AND signal is high-voltage or RF | Passive RLC (Shunt Notch) | No power rails needed; handles high power; zero active intermodulation distortion. |
| Frequency is < 10 kHz (Audio/Mains) AND you need a sharp notch | Active Op-Amp (Twin-T or UAF42) | Inductors at 60Hz are massive, heavy, and have terrible ESR. Op-amps simulate inductance cleanly. |
| Signal is already digitized AND you need a tunable/adaptive notch | DSP IIR Filter (e.g., CMSIS DSP) | Allows you to shift the notch frequency in software to track drifting interference without touching hardware. |
| Frequency is > 100 MHz AND PCB space is severely limited | SAW / BAW Ceramic Trap | Discrete L and C components become too lossy and physically large at UHF/SHF; integrated ceramic traps are required. |
The Default Pick: If you are working on a general RF or mixed-signal bench project between 100 kHz and 100 MHz, and you aren't sure which route to take, default to a passive RLC shunt notch. Grab a shielded RF choke from Coilcraft or Bourns, pair it with NP0 ceramic capacitors, and tune it with a trimmer. It costs under $2 in parts, requires no dual-rail power supply, introduces zero active noise, and will reliably kill your target interference without altering the surrounding signal bandwidth.






