diff options
Diffstat (limited to 'macros/cheb2ap.sci')
-rw-r--r-- | macros/cheb2ap.sci | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/cheb2ap.sci b/macros/cheb2ap.sci index a599f31..94107e7 100644 --- a/macros/cheb2ap.sci +++ b/macros/cheb2ap.sci @@ -11,20 +11,16 @@ function [z, p, g] = cheb2ap (n, Rs) //This function produces a lowpass analog Chebyshev type II prototype filter. - //Calling Sequence //[z, p, g] = cheb2ap (n, Rs) - //Parameters //n: Filter Order //Rs: Stopband attenuation (in dB) //z: Zeros //p: Poles //g: Gain - //Description //This function designs a lowpass analog Chebyshev type II filter of nth order and with a stopband attenuation of Rs. - //Examples //[z, p, g] = cheb2ap (4, 10) //Output : |