sdr.IIR.plot_impulse_response(N: int = 100) Plots the impulse response \(h[n]\) of the IIR filter. Parameters:¶ N: int = 100¶The number of samples in the impulse response. Examples¶ See the IIR filters example.