-
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]\).
Examples¶
See the IIR filters example.
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]\).
Examples¶
See the IIR filters example.