-
sdr.IIR.plot_frequency_response(sample_rate: float =
1.0
, N: int =1024
, phase: bool =True
) Plots the frequency response \(H(\omega)\) of the IIR filter.
- Parameters:¶
Examples¶
See the IIR filters example.
1.0
, N: int = 1024
, phase: bool = True
)Plots the frequency response \(H(\omega)\) of the IIR filter.
Examples¶
See the IIR filters example.