A notch filter is a specialized band-stop circuit that severely attenuates a very narrow, specific range of frequencies while allowing all signals below and above that rejected band to pass through unchanged. In a real circuit or installation, a notch filter changes the signal-to-noise ratio by surgically removing a single, persistent interference source—like 60 Hz mains hum or a specific RF carrier—without dulling high-frequency transients or muddying low-end response the way a low-pass filter would.
The Core Mechanics: Q-Factor and Bandwidth
To understand what is notch filter behavior, you have to look at the Quality factor (Q). The Q-factor defines how narrow the rejection band is. It is calculated as the center frequency ($f_c$) divided by the bandwidth ($BW$) at the -3 dB points:
Q = f_c / BW
A standard broad band-stop filter might have a Q of 1 or 2, rejecting a massive swath of the spectrum. A true notch filter operates with a high Q—typically Q > 10, and often Q > 50 in precision audio or RF applications. Think of a notch filter as a surgical scalpel compared to the broadsword of a low-pass filter; it removes exactly the tissue you want gone and leaves the rest alone.
The depth of the notch (how many decibels of attenuation you achieve at $f_c$) is entirely dependent on component matching. In a passive analog design, a 1% mismatch in your resistors or capacitors will limit your maximum attenuation to roughly -40 dB. To achieve -60 dB or deeper, you need 0.1% precision components or an active topology with a tuning trimmer.
Worked Numeric Example: Designing a 60 Hz Mains Hum Killer
Let's design an active Twin-T notch filter to eliminate 60 Hz AC mains hum from an audio preamplifier. The Twin-T topology is the industry standard for analog notch filtering because it uses a single op-amp and provides a deep null when properly buffered.
The formula for the notch frequency is:
f_notch = 1 / (2 * π * R * C)
Step 1: Choose your capacitor.
For audio, you want to avoid electrolytic capacitors due to leakage and tolerance issues. We will select a 100 nF (0.1 µF) C0G/NP0 ceramic or polypropylene film capacitor. Never use X7R ceramics for precision filters; they exhibit voltage coefficients and microphonics that will modulate your signal and ruin the Q-factor.
Step 2: Calculate R.
Rearranging the formula: R = 1 / (2 * π * 60 * 100e-9)
R = 26,525 Ω.
Step 3: Map to the Twin-T Topology.
The Twin-T network requires specific ratios:
- Branch 1 (Series R, Shunt C): Two resistors of value
R(26.5 kΩ) in series, with a capacitor of value2C(200 nF) tied from their midpoint to ground. - Branch 2 (Series C, Shunt R): Two capacitors of value
C(100 nF) in series, with a resistor of valueR/2(13.25 kΩ) tied from their midpoint to ground.
Step 4: Component Selection and Tuning.
Standard 1% resistor values are 26.7 kΩ and 13.3 kΩ, which would shift the notch to 59.6 Hz. To hit exactly 60.0 Hz, use a 25 kΩ multi-turn cermet trimmer in series with a fixed 2.2 kΩ resistor for the 'R' positions, and a 12 kΩ fixed plus a 5 kΩ trimmer for the 'R/2' position. Buffer the output with a low-noise, high-slew-rate op-amp like the Texas Instruments OPA1612, and feed a fraction of the output back to the 'R/2' ground node to boost the Q-factor from a passive ~0.3 up to an active Q of 20 or higher.
Where You Meet Notch Filters in Practice
You will encounter notch filters across several distinct engineering domains, each with different implementation requirements:
- Audio Engineering & Live Sound: Parametric EQs use adjustable notch filters to hunt down and eliminate room resonances or microphone feedback frequencies (often between 1 kHz and 4 kHz) without ruining the overall tonal balance of the mix.
- Biomedical Sensors (ECG/EEG): The human body acts as an antenna for 50/60 Hz mains fields. Electrocardiogram front-ends (like the TI ADS1298) use digital or analog notch filters to strip this out, because the ST-segment of an ECG contains critical diagnostic data right around 10-40 Hz that a low-pass filter would destroy.
- Variable Frequency Drives (VFDs): In industrial power systems, passive LC notch filters (often called 'trap filters') are installed on the output of VFDs to shunt specific high-frequency PWM switching harmonics (like the 3rd or 5th harmonic) to ground, preventing them from overheating motor windings.
- Software-Defined Radio (SDR): Digital notch filters (IIR biquads) are applied in the DSP chain to notch out overwhelmingly strong local FM broadcast carriers that would otherwise desensitize the receiver's front-end LNA and cause intermodulation distortion.
Common Confusions: Notch vs. Low-Pass vs. Broad Band-Stop
When reading datasheets or configuring DSP software, engineers frequently mix up these three filter types. Here is how to keep them straight:
| Filter Type | What It Rejects | Typical Q-Factor | Primary Use Case |
|---|---|---|---|
| Notch Filter | A single, extremely narrow frequency band. | High (10 to 100+) | Removing 60Hz hum, RF carrier bleed, specific feedback rings. |
| Broad Band-Stop | A wide swath of mid-range frequencies. | Low (0.5 to 3) | Crossing over audio drivers (rejecting midrange from a subwoofer). |
| Low-Pass Filter | Everything above the cutoff frequency. | N/A (Defined by slope) | Anti-aliasing before an ADC, smoothing PWM into a DC voltage. |
Decision Tree: Choosing Your Notch Filter Implementation
Do not default to a passive RC network; they lack the Q-factor for real-world interference rejection. Use this decision matrix to select the exact architecture and component for your project.
| If Your Application Is... | And Your Constraints Are... | Then Choose This Architecture | Concrete Part Pick |
|---|---|---|---|
| Analog Audio / Sensor Pre-amp | Low noise, single fixed frequency (50/60Hz), high fidelity. | Active Twin-T Op-Amp Circuit | TI OPA1612 (Dual, low-noise, high slew-rate audio op-amp) |
| Biomedical / Multi-Sensor | Need to switch between 50Hz and 60Hz, or tune on the fly. | Universal Active Filter IC | TI UAF42 (Configurable state-variable filter, sets Q and f via external resistors) |
| Post-ADC DSP / Smart Audio | Already digitized, need multiple notches, software tunable. | Digital IIR Biquad Cascade | Analog Devices ADAU1701 (SigmaDSP, programmable via SigmaStudio GUI) |
| Industrial Power / VFD | High voltage, high current, harmonic trapping. | Passive LC Trap Filter | Custom wound Iron-core inductor + AC-rated film capacitors (e.g., Kemet C4AE series) |
The Default Recommendation: If you are building a bench project, an Arduino/ESP32 sensor frontend, or an audio interface and you just need to kill 60 Hz mains hum, build the Active Twin-T using the OPA1612. It costs under $5 in components, requires no complex software, and provides a deep, clean null that outperforms most basic DSP implementations at a fraction of the development time.
FAQ: Practical Bench Questions
Why does my passive Twin-T notch filter only attenuate by -15 dB?
A purely passive Twin-T network has an inherent Q of roughly 0.25, resulting in a very wide, shallow dip rather than a sharp notch. Furthermore, if the source impedance driving the filter is not near zero, or the load impedance reading the filter is not near infinity, the network unbalances and the null depth collapses. You must buffer the input and output with unity-gain op-amps to achieve theoretical depth.
Can I use a digital FIR filter instead of an analog notch?
Yes, but FIR (Finite Impulse Response) filters require many more taps (and thus more processing power and latency) to achieve a narrow notch compared to an IIR (Infinite Impulse Response) biquad. If you are doing this in an ESP32 or a DSP chip, always use an IIR notch topology for single-frequency rejection to save CPU cycles and minimize phase delay.
What happens to the phase shift at the notch frequency?
A notch filter introduces a rapid phase shift around the center frequency. In a control loop (like a motor PID controller or a PLL), placing a notch filter at the crossover frequency can destroy your phase margin and cause the system to oscillate. Always verify your Bode plot; place the notch well below or well above your control loop's unity-gain crossover frequency.
For deeper mathematical modeling of active filter topologies, refer to the Analog Devices MT-222 Tutorial on Notch Filters and the Texas Instruments OPA1612 Datasheet for specific active component performance limits. For foundational theory, Electronics Tutorials provides excellent interactive bandwidth calculators.






