What an Audio Notch Filter Actually Does
An audio notch filter is a band-stop filter designed to severely attenuate a very narrow band of frequencies while passing all others unchanged. In a real circuit or installation, it alters the amplitude and phase response exclusively at the target center frequency ($f_c$), leaving the rest of the audio spectrum flat and uncolored. Builders commonly confuse it with a low-pass or high-pass filter (which aggressively rolls off everything above or below a specific crossover point) or a wide parametric EQ cut (which affects a broad octave range). A true notch filter acts like a surgical scalpel, removing a single problematic frequency—most commonly 50Hz or 60Hz AC mains hum and its immediate harmonics—without dulling the high-end transient response of the audio signal.
The Twin-T Topology: A Worked Numeric Example
The most common passive topology for audio-frequency notch filtering is the Twin-T network. It uses two parallel T-shaped RC networks: one low-pass and one high-pass. When their outputs are summed, the signals cancel each other out perfectly at the target frequency. The formula for the center frequency is:
$f_c = \frac{1}{2 \pi R C}$
Let us design a 60Hz notch filter using standard, easily sourced component values. We will start by selecting a capacitor value that avoids electrolytic polarization issues. Film capacitors are mandatory here for low dielectric absorption and tight tolerances.
- Select C: Choose 100nF (0.1µF) WIMA MKS2 film capacitors.
- Calculate R: $R = \frac{1}{2 \pi \times 60 \times 100 \times 10^{-9}} = 26,525 \Omega$.
- Map the Twin-T Branches: The series branch requires two resistors of value R and one capacitor of value 2C to ground. The parallel branch requires two capacitors of value C and one resistor of value R/2 to ground.
- Select Precision Parts: Standard 5% resistors will ruin the notch depth. You must use 1% metal film resistors. For R, use 26.7kΩ. For R/2, use 13.3kΩ. For 2C, place two 100nF caps in parallel to yield 200nF.
If you build this exact passive network and measure it with a network analyzer, you will see a deep null at 60Hz. However, the depth of that null (the Q-factor) is entirely dependent on the source and load impedances connected to it, which brings us to a critical real-world failure mode.
Where You Meet This in Practice
You will encounter notch filter circuits in several specific areas of audio and electronics hardware:
- Direct Injection (DI) Boxes: High-end active DI boxes (like the Radial J48) often feature a dedicated 'hum' switch that engages a hardware notch filter at 60Hz to clean up single-coil guitar pickups before the signal hits the mixing console.
- Acoustic Feedback Suppressors: Rackmount units like the DBX AFS2 use digitally controlled, sweeping notch filters to detect and instantly notch out room resonance frequencies that cause microphone feedback.
- Biomedical Instrumentation: While not strictly 'audio', ECG and EEG amplifiers use identical 50Hz/60Hz active notch topologies to reject mains interference from the patient's body acting as an antenna.
- Phono Preamps: Some vinyl preamplifiers include a subsonic notch or steep high-pass filter to reject turntable rumble, though this skirts the edge of standard notch definitions.
Bench Scenario: Chasing a Ground Loop Hum
The Setup: I was recording a Fender Stratocaster (single-coil pickups) through a vintage tube amp. The amp was on a different AC circuit than the audio interface, creating a classic ground loop. The guitar was picking up a massive 60Hz magnetic hum from the amp's power transformer.
The Numbers: The guitar's nominal signal was hitting the interface at -20dBV, but the 60Hz hum was sitting at -35dBV—loud enough to completely mask the noise floor and ruin the take. The Stratocaster's single-coil pickups present a high source impedance, peaking around 150kΩ at their resonant frequency.
The Outcome: I quickly soldered the passive 60Hz Twin-T network calculated above and wired it inline between the guitar and the amp input. I expected the hum to vanish.
What Went Wrong: The hum didn't vanish; it just shifted to 78Hz and turned into a wide, muddy dip that completely killed the guitar's high-end sparkle. The passive Twin-T's input impedance interacted directly with the guitar's 150kΩ source impedance. This impedance mismatch shifted the center frequency and collapsed the Q-factor from a theoretical Q of 45 down to a useless Q of 2. Furthermore, the passive network loaded down the high-impedance pickups, acting like an accidental low-pass filter and dulling the tone.
The Fix: A passive notch filter requires a high-impedance source and a low-impedance load to function correctly. I rebuilt the circuit on a breadboard, adding a unity-gain buffer using a TL072 JFET op-amp before the filter (to present a 1MΩ+ input impedance to the guitar) and a second TL072 buffer after the filter (to drive the amp's input without loading the Twin-T network). The notch snapped exactly back to 60Hz, the Q-factor tightened up, and the hum was rejected by over 40dB without touching the guitar's high-frequency harmonics. For a deeper dive into active filter buffering, the Analog Devices Filter Wizard is an excellent tool for simulating these exact impedance interactions.
Active vs. Passive Notch Filters: Component Trade-offs
When deciding how to implement your filter, you must weigh component count against performance stability. Here is how the topologies compare for audio applications:
| Criteria | Passive Twin-T | Active State-Variable (Op-Amp) |
|---|---|---|
| Power Requirement | None (Passive) | Dual DC supply (e.g., ±12V or ±15V) |
| Impedance Sensitivity | Extreme (Requires external buffering) | Low (Op-amps provide inherent isolation) |
| Q-Factor Control | Fixed by component matching | Adjustable via a single feedback resistor |
| Component Count | Low (6 passive components) | High (3+ op-amps, 10+ passives) |
| Insertion Loss | High (Requires make-up gain) | None (Unity gain or configurable boost) |
If you are building a standalone pedal or a DIY DI box, the active state-variable topology (often utilizing a dedicated chip like the TI UAF42, though now largely replaced by discrete op-amp designs) is vastly superior because it allows you to tune the Q-factor with a single potentiometer. If you are modifying an existing circuit board and have no spare DC rails, a buffered passive Twin-T is your only option. For more foundational theory on how these RC networks interact, Electronics Tutorials provides excellent baseline schematics.
Frequently Asked Questions
Does an audio notch filter cause phase shift?
Yes. Any analog filter alters phase. A deep, high-Q notch filter introduces a rapid, severe phase shift exactly at the notch frequency. In a mono audio signal, this is generally inaudible. However, if you are mixing the notched signal with a parallel un-notched bus, the phase cancellation around the 60Hz mark can cause unexpected comb-filtering artifacts.
Can I use a 60Hz notch filter to remove 120Hz harmonic hum?
No. Mains hum is rarely a pure sine wave; rectifiers and transformers generate strong harmonics at 120Hz, 180Hz, and 240Hz. A single 60Hz notch will only remove the fundamental. To clean up harmonics, you need either a comb filter (which notches out integer multiples simultaneously) or a series of cascaded notch filters tuned to each specific harmonic.
How do I convert a 60Hz design for 50Hz regions (UK/EU/AU)?
The math scales linearly. Since 50Hz is 1.2 times lower than 60Hz, you simply multiply your resistor values by 1.2 (or multiply your capacitor values by 1.2) to shift the center frequency down. For example, our 26.7kΩ resistor becomes roughly 32kΩ. Shure's audio grounding guides frequently highlight the importance of knowing your local mains frequency when deploying fixed-frequency analog hum eliminators.
Why use film capacitors instead of ceramics for the Twin-T?
Class 2 ceramic capacitors (like X7R or Y5V) exhibit severe microphonics, voltage coefficient (capacitance drops as signal voltage increases), and piezoelectric effects. In an audio path, this introduces harmonic distortion and causes the notch frequency to drift depending on the loudness of the audio signal passing through it. Always use C0G/NP0 ceramics or polyester/polypropylene film capacitors for audio filtering.






