Function chebyshev1¶
function chebyshev1(int, double) dsp¶
zpk chebyshev1(int N, double rp) Analog Chebyshev Type I lowpass filter prototype (normalized cutoff = 1 rad/s).
Compatible with scipy.signal.cheby1 with output='zpk' and analog=True.
| N | Filter order (must be >= 0). Returns a gain-only filter if N == 0. |
| rp | Maximum passband ripple in decibels (positive value). |
| ZPK representation of the analog lowpass filter prototype. |
Fully qualified name: kfr::chebyshev1(int, double)
Declared at dsp/iir_design.hpp:73
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.