An RLC band stop filter is a resonant circuit that severely attenuates a specific, narrow range of frequencies while allowing both lower and higher frequencies to pass through unimpeded. In a real circuit, it changes the signal profile by surgically removing a single interfering frequency—like a 60 Hz mains hum or a 10 kHz switching spike—without rolling off the rest of your audio or data bandwidth. Beginners commonly confuse it with a band-pass filter (which does the exact opposite, keeping only the target band) or assume all notch filters require op-amps, overlooking the passive elegance and high-frequency superiority of inductor-capacitor-resistor networks.
The Physics and Math of the Notch
To build an RLC band stop filter, you must understand how inductive and capacitive reactance interact. At low frequencies, a capacitor blocks signals while an inductor passes them. At high frequencies, this reverses. But at one exact frequency—the resonant frequency ($f_r$)—their reactances are equal and opposite ($X_L = X_C$), causing them to cancel each other out.
Depending on how you wire the tank circuit, you get two distinct notch topologies:
- Series RLC (Shunt Notch): The inductor, capacitor, and resistor are in series with each other, and this entire branch is placed in parallel (shunt) across your signal path. At resonance, the LC impedance drops to near-zero, effectively shorting the target frequency to ground while letting other frequencies pass.
- Parallel RLC (Series Notch): The inductor and capacitor are in parallel with each other, and this tank is placed in series with your signal path. At resonance, the tank's impedance spikes to near-infinity, blocking the target frequency while letting others pass through.
Worked Numeric Example: Killing 10 kHz Switching Noise
You are debugging an analog sensor circuit plagued by 10 kHz noise radiating from a nearby buck converter. You need a shunt notch at exactly 10 kHz. You check your bench bin and find a strip of 0.1 µF (100 nF) X7R MLCC capacitors.
Using the resonant formula rearranged for inductance:
$L = \frac{1}{(2\pi \cdot f_r)^2 \cdot C}$
$L = \frac{1}{(2\pi \cdot 10,000)^2 \cdot (0.1 \times 10^{-6})}$
$L = \frac{1}{3.9478 \times 10^9 \cdot 10^{-7}} = \frac{1}{394.78} \approx 0.002533 \text{ H}$
The Result: You need a 2.53 mH inductor. Since 2.53 mH isn't a standard E-series value, you would select a standard 2.7 mH inductor and place a small trimmer capacitor in parallel with your 0.1 µF cap to dial the resonance in perfectly on the bench.
Where You Meet RLC Band Stop Filters in Practice
While textbooks focus on abstract sine waves, on the bench and in the field, RLC band stop filters solve very specific pain points:
- RF Front Ends (SDR & Receivers): If you live near a high-power FM broadcast tower, the 88–108 MHz band will desense your Software Defined Radio (SDR) low-noise amplifier (LNA). An RLC notch filter tuned to the local station's exact carrier frequency is placed at the antenna input to reject that specific signal without blinding the receiver to the rest of the spectrum.
- Audio Crossovers & Impedance Equalization: Speaker drivers exhibit a massive impedance spike at their mechanical free-air resonance ($F_s$). A series RLC circuit (often called a Zobel network or impedance equalizer when configured with specific damping) is placed in parallel with the driver to flatten the impedance curve, ensuring the crossover network behaves predictably.
- Power Electronics & EMI Compliance: Switch-mode power supplies generate harmonics at their switching frequency. To pass CISPR 32 or FCC Part 15 emissions testing, engineers use high-current RLC notch filters on the DC output or AC input lines to trap specific harmonic spikes before they reach the mains or the load.
Decision Path: Choosing Your Filter Topology
Don't just default to the first schematic you find. Use this decision tree to select the right topology and components for your specific constraint.
| Scenario / Constraint | Topology Choice | Concrete Pick / Action |
|---|---|---|
| Low-level RF signal path (e.g., antenna LNA, >1 MHz) | Series RLC Shunt Notch | Use high-Q air-core or chip inductors (e.g., Coilcraft 0402HP series) and C0G/NP0 capacitors to minimize insertion loss outside the notch. |
| High-current DC power rail (e.g., 5A buck converter output) | Parallel RLC Series Notch | Use a toroidal powder-iron choke (e.g., Bourns 2100 series) that won't saturate under DC bias, paired with a high-ripple-current polymer capacitor. |
| Sub-1 kHz audio hum (e.g., 60 Hz or 120 Hz mains) | Active RC (Twin-T) Notch | Do not use RLC. A 60 Hz inductor would be physically massive, expensive, and act as an antenna for more hum. Use an OPA1612 op-amp with precision 1% resistors instead. |
| Wideband noise / general EMI | Ferrite Bead (Low-Pass) | Abandon the notch concept. Use a TDK MMZ series ferrite bead to broadly attenuate high-frequency hash rather than targeting a single frequency. |
Component Selection and Parasitic Edge Cases
The math above assumes ideal components. In reality, parasitics will ruin your notch depth and shift your center frequency if you ignore them. For a deeper look at how real-world inductors behave, review the band-stop filter literature on parasitic resonance.
A high-Q (Quality Factor) circuit yields a very deep, extremely narrow notch. A low-Q circuit yields a shallower, wider notch. In theory, high-Q is better. In practice, if your components have 5% tolerances, a high-Q notch might completely miss your target frequency. Intentionally add a parallel resistor across your LC tank to lower the Q and widen the notch, ensuring you catch the interference even if the values drift.
Inductor Self-Resonant Frequency (SRF)
Every physical inductor has parasitic winding capacitance. This creates a parallel resonant circuit within the component itself, known as the Self-Resonant Frequency (SRF). If your target notch frequency is near or above the inductor's SRF, the inductor stops acting like an inductor and becomes a capacitor. Always check the manufacturer datasheet; for a 10 kHz notch, a standard iron-core choke with an SRF of 2 MHz is perfectly fine. For a 100 MHz RF notch, you must use specialized RF inductors with an SRF well above 200 MHz.
Capacitor Dielectric Selection
For RF and precision audio notch filters, never use X7R or Y5V dielectrics. These Class II ceramics exhibit severe voltage coefficients (capacitance drops as DC bias increases) and microphonics (they generate noise when vibrated). Always specify C0G (NP0) dielectrics for the capacitor in an RLC notch filter to maintain a stable, temperature-independent resonant frequency.
FAQ: Common RLC Band Stop Filter Questions
Why is my measured notch frequency shifted from my calculation?
The most common culprit is the parasitic capacitance of the inductor and the stray capacitance of your PCB traces. At frequencies above 1 MHz, a few picofarads of stray parallel capacitance will pull the resonant frequency down. Always design your PCB with a trimmer capacitor or a provision to swap out the main capacitor to tune the circuit on the bench with a network analyzer.
Can I just use a ferrite bead instead of an RLC filter?
No. A ferrite bead is a lossy, broadband low-pass filter. It will attenuate your target frequency, but it will also attenuate everything above it. If you need to pass a 50 MHz data signal while blocking a 45 MHz interferer, a ferrite bead will destroy your data signal. An RLC band stop filter is required when you must preserve bandwidth on both sides of the interference.
What is the default recommendation if I am unsure?
If your target frequency is below 1 kHz, abandon passive RLC designs and use an active op-amp Twin-T notch filter. If your target frequency is above 10 kHz, use a passive series RLC shunt notch with C0G capacitors and an inductor rated for at least 3x your expected DC bias current to prevent core saturation.






