ChebyshevIReturn base filter coefficients of Chebyshev I filter (= low pass filter with w_cut = 1 rad/s) |
|
| order |
Type: Integer Description: Order of filter |
|---|---|
| A_ripple |
Default Value: 0.5 Type: Real Description: Pass band ripple in [dB] |
| normalized |
Default Value: true Type: Boolean Description: = true, if amplitude at f_cut = -3db, otherwise unmodified filter |
| cr |
Type: Real[mod(order, 2)] Description: Coefficient of real pole |
|---|---|
| c0 |
Type: Real[integer(order / 2)] Description: Coefficients of s^0 term if conjugate complex pole |
| c1 |
Type: Real[integer(order / 2)] Description: Coefficients of s^1 term if conjugate complex pole |