Also known as: digital filter
A digital filter passes some frequencies and attenuates others by performing arithmetic on a stream of samples — no physical components.1 The main families are FIR (finite impulse response) and IIR (infinite impulse response).
How it works
A low-pass filter keeps frequencies below a cutoff; a band-pass keeps a chosen range. In an SDR a narrow channel filter isolates one signal from a wide capture, often paired with decimation.
Relevance to SDR
Filtering is fundamental to channelising the IQ stream and to pulse shaping; specialised forms include the CIC, root-raised-cosine, and matched filters.
Sources
-
Digital filter — Wikipedia, on FIR/IIR families and frequency response. ↩