Field Guide · hardware

Also known as: crystal filter, quartz crystal filter, XTAL filter

A crystal filter is a very narrow, high-Q band-pass filter built from one or more piezoelectric quartz resonators.1 A quartz crystal behaves like an extraordinarily sharp series-resonant circuit with an effective Q in the tens of thousands — orders of magnitude beyond any LC network — so crystals can define passbands only a few hundred hertz to a few kilohertz wide. Their classic home is the intermediate-frequency stage of a superheterodyne receiver, where the crystal filter sets the receiver’s adjacent-channel selectivity.

quartz ladder narrow IF passband
A crystal ladder filter and the very narrow IF response its high-Q resonators produce.

Overview

Quartz is piezoelectric: an applied voltage strains the crystal and mechanical vibration generates a voltage, so a thin quartz plate behaves as an electrical resonator whose frequency is set by its physical dimensions. That mechanical resonance is extremely lossless, which is where the enormous Q comes from. A single crystal has both a series-resonant frequency and, a little higher, a parallel (anti-resonant) frequency; combining several crystals with coupling capacitors places their responses side by side to synthesise a flat-topped passband with steep skirts.

Variants

  • Ladder filter — several crystals of the same nominal frequency in series with shunt capacitors to ground; simple and popular in amateur SSB/CW rigs.
  • Lattice filter — crystals arranged in a bridge, using two frequencies for a symmetric response.
  • Monolithic crystal filter (MCF) — two or more resonators fabricated on one quartz plate with shared electrodes, giving a compact two-pole section.
  • Roofing filter — a moderately wide crystal filter placed early in the IF chain to keep strong nearby signals out of later stages and preserve dynamic range.

Bandwidth is chosen for the mode: ~250–500 Hz for CW, ~2.4 kHz for SSB, and wider for AM or data. SAW filters serve the same “sharp band-pass” role but at much higher frequencies and wider bandwidths, so the two technologies are complementary rather than competing.

Relevance to SDR

Crystal filters define selectivity in the analog IF of virtually every classic superheterodyne communications receiver, from HF transceivers to land-mobile radios and the front ends of many scanners. In a software-defined receiver, much of that job moves into DSP: a digital down-converter and FIR filter can synthesise an arbitrarily sharp, reconfigurable channel filter that no fixed crystal could match. That is precisely what GopherTrunk does — its channelisation and matched filtering are numerical, so it needs no physical crystal filter. Even so, SDRs with an analog IF (such as tuner-plus-IF architectures) still rely on a crystal or SAW roofing filter to protect the ADC from strong out-of-band signals, and the concept of a narrow, high-Q IF filter remains the reference point for what the digital filters in GopherTrunk emulate in code.

Sources

  1. Crystal filter — Wikipedia, on quartz-resonator band-pass filters and their use in IF selectivity. 

See also