sdr.IIR.filter(x: ndarray) ndarray

Filters the input signal \(x[n]\) with the IIR filter.

Parameters:
x: ndarray

The input signal, \(x[n]\).

Returns:

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

Examples

See the IIR filters example.