Field Guide · term

Also known as: decimation

Decimation reduces a signal’s sample rate by keeping only every Nth sample, after a low-pass filter removes the frequencies that would otherwise alias.1

high rate keep every 4th (÷4) low rate
Decimation lowers the sample rate after filtering, cutting the data the rest of the pipeline must process.

How it works

The order matters: filter first, then decimate, so out-of-band energy cannot fold back. Once a narrow channel is isolated, decimating dramatically cuts the data the rest of the pipeline must process.

Relevance to SDR

Decimation is what makes running many channels from one capture computationally feasible.

Sources

  1. Decimation (signal processing) — Wikipedia, on filter-then-downsample and anti-alias requirements. 

See also