Also known as: resampler, resampling
A resampler converts a sample stream from one sample rate to another.1 SDRs rarely produce exactly the rate a decoder wants (a P25 channel needs a multiple of 4800 baud, say), so a resampler bridges the two — by a whole-number ratio or a fractional one.
Overview
Resampling combines interpolation, filtering, and decimation; done carelessly it causes aliasing, so a resampler always includes an anti-alias filter.
Sources
-
Sample-rate conversion — Wikipedia, on converting a stream between sample rates. ↩