Overview

A band-stop filter, sometimes called a band-reject filter, is a circuit or algorithm that reduces the amplitude of signal components within a specified frequency interval while allowing frequencies below and above that interval to pass with less attenuation. It is the complement of a band-pass filter: where a band-pass accepts a range, a band-stop suppresses it. Narrow, deep band-stop filters are often called notch filters.

Key characteristics

Important parameters used to describe a band-stop filter include:

  • Center frequency or notch frequency — the midpoint of the rejected band.
  • Bandwidth — width of the rejected band, often expressed as absolute frequency range or fractional bandwidth.
  • Stopband attenuation — how much the filter reduces unwanted frequencies.
  • Transition regions — how gradually the response changes from passband to stopband.
  • Quality factor (Q) — a measure of selectivity, higher Q gives a narrower stop band.

Implementations and design

Band-stop behavior can be realized in both analog and digital domains. Analog implementations often use RLC resonant networks, bridged-T or twin-T topologies, and active op-amp circuits to increase gain or control Q. Digital versions are implemented as IIR or FIR filters designed to produce a deep null over a chosen band. Classical analog filter synthesis methods and standard digital design techniques are applied to shape the passband and stopband responses; see filter design references for details.

History and development

Band-stop filters have been used since early telecommunications and radio engineering to suppress interference and unwanted tones. As electronics advanced, passive resonant circuits gave way to active designs and then to digital signal processing, enabling more precise, programmable rejection characteristics without bulky inductors.

Applications and examples

Common uses include removal of mains hum or a specific interference tone in audio systems (a notch at 50/60 Hz), suppression of spurious carriers in radio frequency paths, and selective anti-aliasing in mixed-signal systems. In digital audio and instrumentation, narrow notches protect measurements from a persistent interferer while preserving most of the spectrum. For more on how filters relate to frequency components, see frequency component explanation.

Practical considerations and distinctions

Design choices trade off complexity, insertion loss in the passbands, and how sharp the transition to the stopband is. A band-stop filter that is too broad may remove useful signal energy, while one that is too narrow might not suppress drifting interference. When evaluating or specifying a band-stop filter, engineers consider its impact on phase, group delay, and whether an active or digital solution better fits constraints on size, power, or tunability. Additional technical background and examples are available in general filter references and application notes: further reading.