-
sdr.IIR.impulse_response(N: int =
100
) NDArray Returns the impulse response \(h[n]\) of the IIR filter. The impulse response \(h[n]\) is the filter output when the input is an impulse \(\delta[n]\).
See also
Examples¶
See the IIR filters example.