sdr.FarrowResampler.reset(state: ArrayLike | None = None)

Streaming-mode only: Resets the filter state and fractional sample index.

Parameters:
state: ArrayLike | None = None

The filter state to reset to. The state vector should equal the previous three inputs. If None, the filter state will be reset to zero.

Examples

See the Farrow arbitrary resampler example.