-
sdr.IIR.plot_all(sample_rate: float =
1.0
, N_time: int =100
, N_freq: int =1024
) Plots the zeros and poles, impulse response, step response, and frequency response of the IIR filter in a single figure.
- Parameters:¶
Examples¶
See the IIR filters example.