sdr.IIR.noise_bandwidth(sample_rate: float = 1.0) float

Returns the noise bandwidth \(B_n\) of the IIR filter.

Parameters:
sample_rate: float = 1.0

The sample rate \(f_s\) of the filter in samples/s.

Returns:

The noise bandwidth of the IIR filter \(B_n\) in Hz.

Examples

See the IIR filters example.