sdr.FIR.flush() NDArray

Flushes the filter state by passing zeros through the filter. Only useful when using streaming mode.

Returns:

The remaining filtered signal \(y[n]\).

Examples

See the FIR filters example.