A band stop notch filter is a circuit that severely attenuates a narrow, specific range of frequencies while allowing all lower and higher frequencies to pass through unchanged. In a real circuit, it surgically removes a single interference tone—like 60 Hz mains hum or a 2.4 GHz Wi-Fi spur—without rolling off the high-end sparkle of an audio signal or the fast edges of a data pulse. Builders commonly confuse it with a low-pass filter (which blinds the circuit to all frequencies above a cutoff) or a wide band-reject filter (used in audio crossovers to block a whole octave). Think of it like a highway with a specialized weigh-station bypass that only traps 18-wheelers while letting motorcycles and sedans flow freely at full speed.
The Math and Mechanics: Designing a 60 Hz Hum-Killer
The most reliable topology for low-frequency interference removal 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 phase cancellation at the target frequency creates a deep null (the "notch"), while frequencies outside this narrow band pass through to the op-amp's non-inverting input.
The notch frequency ($f_{notch}$) is determined by the resistor and capacitor values in the network:
f_notch = 1 / (2 * π * R * C)
Let's run a worked numeric example to kill 60 Hz powerline hum in an audio preamp. We need to pick standard component values. Capacitors have fewer standard values than resistors, so we start there. Let's choose C = 100 nF (0.1 μF) film capacitors, which are stable and readily available.
Rearranging the formula to solve for R:
R = 1 / (2 * π * 60 * 100e-9) = 26,525 Ω
The closest standard E96 1% resistor value is 26.7 kΩ. If we plug 26.7 kΩ back into the formula, our actual notch frequency lands at 59.6 Hz. In a standard Twin-T, the series arms use R and C, while the parallel shunt arm uses R/2 (13.35 kΩ) and 2C (200 nF). To get exactly 60.0 Hz and account for parasitic capacitance, bench veterans use a 22 kΩ fixed resistor in series with a 10 kΩ multi-turn cermet trimmer for the R legs, allowing precise tuning while monitoring the output on an oscilloscope.
Where You Meet the Band Stop Notch Filter in Practice
You will rarely see a notch filter used for general tone shaping; its job is almost always destructive interference mitigation. Here is where they earn their keep on the bench and in the field:
- Biomedical Sensors (ECG/EEG): The human body acts as a massive antenna for 50/60 Hz mains fields. Instrumentation amplifiers in ECG front-ends use ultra-sharp active notch filters to strip out this powerline interference without destroying the low-frequency ST-segment data of the heartbeat.
- Audio and Studio Gear: Ground loops inject a harsh 60 Hz (or 120 Hz rectified) hum into balanced lines. A notch filter drops that specific hum by 40-60 dB while leaving the 20 Hz kick drum fundamentals and 15 kHz cymbal crashes completely untouched.
- RF and Communications: In software-defined radio (SDR) or PLL synthesizer front-ends, passive LC notch filters are used to suppress a specific strong local broadcast station or local oscillator leak that would otherwise desensitize the receiver's low-noise amplifier (LNA).
Decision Tree: Choosing Your Topology
Not all notch filters are created equal. Your choice of topology dictates your component count, tuning difficulty, and noise floor. Use this decision matrix to select the right approach for your build.
| Topology | Best For | Pros | Cons |
|---|---|---|---|
| Passive RLC (Series/Parallel) | RF / High Frequency (>100 kHz) | No power supply needed; zero active noise. | Inductors are bulky, expensive, and pick up magnetic hum. |
| Passive Twin-T (RC) | Basic audio / non-critical signals | Simple; no op-amps required. | Insertion loss; shallow notch depth (max -15 dB typically); loads down source. |
| Switched-Capacitor IC | Microcontroller-driven variable frequency | Frequency tuned via clock pin; no precision resistors needed. | Clock feedthrough noise; requires clean digital clock source. |
| Active Twin-T (Op-Amp) | Precision audio, biomedical, sensor front-ends | Deep null (>50 dB); high input impedance; can add gain. | Requires dual supply; op-amp noise floor limits ultra-low signal use. |
The Tolerance Trap: Why Real-World Notches Fail
The most common reason a DIY band stop notch filter fails to notch is component tolerance. The depth of the null (the Q-factor) relies entirely on the mathematical symmetry of the Twin-T network. If the ratio between your R and R/2 resistors is off by even 1%, the phase cancellation at the target frequency becomes incomplete.
If you build a 60 Hz Twin-T using standard 5% carbon film resistors and 10% ceramic capacitors, your notch might only achieve -12 dB of attenuation instead of the theoretical -60 dB. Worse, the center frequency will drift as the components heat up. Standard filter theory assumes ideal components; the bench reality demands precision. Always use 1% or 0.1% metal film resistors and C0G/NP0 dielectric capacitors for the critical timing legs. Avoid X7R or Y5V ceramics, as their capacitance changes drastically with applied DC bias voltage and temperature, which will cause your notch frequency to wander under varying signal conditions.
Frequently Asked Questions
Can I just use a low-pass filter with a 60 Hz cutoff to remove mains hum?
No. A low-pass filter set to 60 Hz will attenuate the 60 Hz hum by only -3 dB (half power) and will completely destroy any signal content above 60 Hz. If you are processing audio or sensor data that contains vital information up to 20 kHz, a low-pass filter will act like a mud-blanket. A notch filter drops the 60 Hz tone by 40+ dB while leaving 61 Hz and above entirely untouched.
What is the difference between a "band stop" and a "notch" filter?
In strict academic terms, a band stop filter rejects a wide band of frequencies (like a 1 kHz to 5 kHz crossover gap), while a notch filter is a specialized, extreme-Q version of a band stop filter that rejects a very narrow band (like exactly 59.5 Hz to 60.5 Hz). In practical engineering and datasheets, the terms are used interchangeably when referring to powerline hum removal.
Do I need a dual power supply for an active Twin-T filter?
Yes, if you are dealing with AC signals that swing above and below ground (like audio or bipolar sensor data). The op-amp needs headroom to handle the negative half of the AC waveform. If you are forced to use a single supply, you must bias the non-inverting input to a mid-rail virtual ground (e.g., VCC/2) and use AC coupling capacitors at the input and output. For a detailed look at AC coupling and resonance mechanics, All About Circuits provides an excellent breakdown of how phase angles interact in these reactive networks.






