From ec6eaf4254a70c719939b4d98303f717e5bb0034 Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:48:36 +0800 Subject: [PATCH] remove ripple --- src/Filters/filt_order.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Filters/filt_order.jl b/src/Filters/filt_order.jl index a08c571f..8d22d6ef 100644 --- a/src/Filters/filt_order.jl +++ b/src/Filters/filt_order.jl @@ -380,7 +380,8 @@ for (fcn, filt) in ((:ellipord, "Elliptic (Cauer)"), (:cheb1ord, "Chebyshev Type Integer and natural frequency order estimation for $($filt) Filters. `Wp` and `Ws` indicate the passband and stopband frequency edges, and `Rp` and `Rs` indicate the - maximum ripple loss in the passband and the minimum ripple attenuation in the stopband, (in dB.)\n + maximum loss in the passband and the minimum attenuation in the stopband, (in dB.) + Based on the ordering of passband and stopband edges, the Lowpass or Highpass filter type is inferred. `N` indicates the smallest integer filter order that achieves the desired specifications, and `ωn` contains the natural frequency of the filter, (in this case, simply the passband edge.)\n