sdr.FarrowResampler(streaming: bool = False)

Creates a new Farrow arbitrary resampler.

Parameters:
streaming: bool = False

Indicates whether to use streaming mode. In streaming mode, previous inputs are preserved between calls to __call__().

Examples

See the Farrow arbitrary resampler example.