A passive notch filter is an unpowered RC or RLC network that severely attenuates a single, narrow band of frequencies while passing all others. In a real circuit, it changes the signal by carving out a deep amplitude null at the target frequency, introducing a predictable phase shift, and adding a baseline insertion loss to the passband. Beginners commonly confuse it with a broad band-stop filter (which removes a wide swath of the spectrum) or an active notch filter (which uses op-amps to provide gain and a much sharper Q-factor).
Core Mechanics and the Tuned Mass Damper Analogy
The most common topology for a passive notch filter in audio and sensor applications is the Twin-T RC network. It consists of two parallel T-shaped networks: one low-pass RC branch and one high-pass RC branch. At the target center frequency ($f_c$), the signals passing through both branches arrive at the summing node exactly 180 degrees out of phase. They destructively interfere, canceling each other out and creating a deep null.
To visualize this, think of the tuned mass damper inside a skyscraper. When wind hits the building at a specific resonant frequency, the massive pendulum inside sways in the exact opposite direction, absorbing and canceling the vibration. The Twin-T filter does the same thing electrically: the high-pass and low-pass branches act as the "building" and the "damper," perfectly opposing each other only at the target frequency.
However, a purely passive Twin-T filter has a fundamental limitation: its Q-factor (quality factor) is mathematically capped at roughly 0.25. This means the "notch" is actually quite wide and shallow compared to active designs. It will heavily attenuate the exact center frequency, but the "skirt" of the filter will bleed into adjacent frequencies.
Worked Numeric Example: Designing a 60Hz Hum Eliminator
Let’s design a passive Twin-T notch filter to strip 60Hz mains hum from a low-level sensor signal before it hits an ADC. The formula for the center frequency of a balanced Twin-T network is:
We need to select standard component values that yield $f_c = 60\text{ Hz}$. Let’s start by choosing a standard capacitor value to keep impedance reasonable. We will use C = 100 nF (0.1 µF).
Solving for R:
$R = \frac{1}{2 \pi \times 60 \times 100 \times 10^{-9}}$
$R = \frac{1}{0.000037699}$
$R \approx 26,525\ \Omega$
Since 26.5kΩ is not a standard resistor value, we look at the E96 1% metal film series. The closest standard value is 26.7 kΩ. Let's recalculate the actual center frequency with this real-world component:
$f_c = \frac{1}{2 \pi \times 26700 \times 10^{-7}} = 59.61\text{ Hz}$
This 0.4Hz deviation is well within the wide skirt of a passive notch and will still effectively crush 60Hz interference.
The Complete Bill of Materials (BOM)
A balanced Twin-T requires specific ratios: two resistors of value R, one resistor of R/2; two capacitors of value C, and one capacitor of 2C.
| Component Reference | Calculated Ideal | Real-World BOM Value (1% Tolerance) | Specifications & Notes |
|---|---|---|---|
| R1, R2 (Series arms) | 26.52 kΩ | 26.7 kΩ | 1% Metal Film, 1/4W |
| R3 (Shunt arm) | 13.26 kΩ | 13.3 kΩ | 1% Metal Film, 1/4W |
| C1, C2 (Shunt arms) | 100 nF | 100 nF | C0G/NP0 Dielectric, 50V |
| C3 (Series arm) | 200 nF | 2x 100 nF in parallel | C0G/NP0 Dielectric, 50V |
Where You Meet This in Practice
While active filters dominate modern PCB design, the passive notch filter still holds critical ground in specific engineering scenarios where power, noise, or voltage constraints exist.
- Load Cell and Strain Gauge Conditioning: When interfacing a 24-bit delta-sigma ADC (like the TI ADS1256) to a bridge sensor in an industrial environment, 50Hz/60Hz mains pickup can saturate the front-end PGA. A passive Twin-T placed directly at the sensor terminals knocks down the hum amplitude before it reaches the active instrumentation amplifier, preserving dynamic range.
- Intrinsically Safe Sensor Loops: In hazardous environments (oil & gas, grain silos), active circuits require complex zener barrier certifications to prevent sparking. A purely passive LC or RC notch filter can be placed in the signal line to remove VFD (Variable Frequency Drive) switching noise without adding active components that could ignite the atmosphere.
- High-Voltage Audio DI Boxes: Some vintage and boutique direct injection boxes use passive LC notch networks to filter out specific alternator whine frequencies from electric guitar signals without requiring a battery or phantom power to run an op-amp.
For deeper theoretical analysis and automated component selection, engineers frequently rely on tools like the Analog Devices Filter Wizard or reference standard texts on active and passive filter topologies to model the parasitic effects of real-world components.
Passive Notch Filter FAQ
Can a passive notch filter completely eliminate a frequency?
No. In theory, a perfectly balanced Twin-T network yields infinite attenuation at $f_c$. In reality, component tolerances limit the depth. Even with 1% resistors and 2% C0G capacitors, you will typically only achieve a null depth of -40dB to -50dB. To achieve -80dB or deeper, you must use precision trimmers to manually balance the bridge on the bench, or switch to an active topology with a feedback loop.
Why use a passive notch filter instead of an active one?
You choose passive when you have no power supply available, when you need to filter a signal that exceeds the voltage rails of available op-amps (e.g., filtering a 50V peak audio line), or when you need to avoid adding the inherent noise floor and thermal drift of an active semiconductor to a ultra-low-noise sensor path. Passive components only add thermal (Johnson-Nyquist) noise, which is often lower than the voltage noise density of a budget op-amp.
What is the difference between a passive notch filter and a band-stop filter?
The distinction lies in the bandwidth and the Q-factor. A band-stop filter (often called a band-reject filter) is designed to remove a wide swath of frequencies, such as everything between 1kHz and 5kHz. A notch filter is an extreme, ultra-narrow version of a band-stop filter, designed to target a single specific frequency (like exactly 60Hz) while leaving the frequencies immediately above and below it (e.g., 55Hz and 65Hz) largely unaffected.
Does a passive notch filter introduce insertion loss to the rest of the signal?
Yes. Unlike an active filter that can buffer the signal and provide unity gain, a passive RC Twin-T network has an inherent insertion loss. Depending on the source and load impedances connected to it, a passive Twin-T typically exhibits a -6dB to -10dB loss in the passband. You must account for this attenuation in your subsequent amplifier gain staging.






