function iir_bandstop(const zpk &, double, double, double) iir¶
Calculates zero-pole-gain coefficients for the band-stop IIR filter
| filter | Filter type: chebyshev1, chebyshev2, bessel, butterworth |
| lowfreq | Low cutoff frequency (Hz) |
| lowfreq | High cutoff frequency (Hz) |
| fs | Sampling frequency (Hz) |
| The resulting zpk filter |
Defined at dsp/iir_design.hpp:117