Also known as: RF filter, radio-frequency filter, preselector
An RF filter is a frequency-selective network that passes signals inside a desired frequency range and attenuates those outside it, shaping the spectrum that reaches a receiver or leaves a transmitter.1 Filters are the front end’s first line of defence: they set selectivity, keeping strong out-of-band energy from overloading the low-noise amplifier and mixer of a superheterodyne receiver.
Overview
Every RF filter is characterised by a few numbers. Insertion loss is the signal it eats inside the passband (fractions of a dB for a good cavity, a couple of dB for a small ceramic part). Stopband rejection is how deeply it kills unwanted frequencies, in dB. The shape factor — the ratio of stopband width to passband width — measures how steep the skirts are; a low shape factor means a sharp, nearly rectangular response. Ripple, group delay, and power handling round out the picture. Sharp skirts, low loss, and low ripple pull in different directions, so filter design is always a trade among them.
Variants
- Low-pass (LPF) — passes DC up to a cutoff, rejects above it. Used as an anti-alias filter ahead of an analog-to-digital converter and to suppress transmitter harmonics.
- High-pass (HPF) — the mirror image, blocking low frequencies. Often paired with an LPF (or built as a diplexer) to split bands.
- Band-pass (BPF) — passes one band and rejects both above and below. The classic preselector, implemented with LC sections, ceramic resonators, SAW devices, helical cans, or cavity resonators depending on frequency and Q.
- Band-stop / notch — rejects a narrow slice while passing everything else, used to kill a single strong interferer (a nearby pager or FM broadcast carrier) or, in high-Q crystal form, to shape an IF.
Filter families — Butterworth (maximally flat), Chebyshev (steeper skirts at the cost of passband ripple), elliptic/Cauer (steepest, with ripple in both bands), and Bessel (linear phase, gentle skirts) — describe the mathematical response shape independent of the physical medium.
Relevance to SDR
Wideband SDRs are especially vulnerable to out-of-band overload because a direct-sampling or zero-IF front end presents its whole tuning range to the first amplifier at once. A strong FM broadcast, TV, or cellular signal well outside the band of interest can drive the LNA or ADC into intermodulation and spray spurious products across the passband. A well-chosen preselector — an FM broadcast-reject HPF for scanning above 108 MHz, or a band-pass module for a specific service — restores usable dynamic range and lowers the noise floor that matters at the antenna.
GopherTrunk is pure software and does not contain any physical RF filter; that role belongs to the analog hardware ahead of the SDR. What GopherTrunk does provide is the digital equivalent — FIR and digital filters in its digital down-converter that channelise and band-limit the sampled stream. Those digital filters cannot undo damage already done in the analog front end (an overloaded ADC has already clipped), which is why a good analog RF filter and clean gain staging remain essential for reliable trunking decodes. In practice, users running RTL-SDR or Airspy dongles for P25 or DMR often add an inexpensive band-pass module for the target VHF/UHF band to keep strong nearby transmitters from desensitising the receiver.
Sources
-
Electronic filter — Wikipedia, overview of passive and active frequency-selective networks and their responses. ↩