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:
sample_rate: float = 1.0

The sample rate of the filter in samples/s.

N_time: int = 100

The number of samples in the impulse and step responses.

N_freq: int = 1024

The number of samples in the frequency response.

Examples

See the IIR filters example.