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