sdr.FarrowResampler(order: int = 3, streaming: bool = False)

Creates a new Farrow arbitrary resampler.

Parameters:
order: int = 3

The order of the piecewise polynomial, which must be between 1 and 4.

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.