summaryrefslogtreecommitdiff
path: root/macros/ncauer.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ncauer.sci')
-rw-r--r--macros/ncauer.sci6
1 files changed, 0 insertions, 6 deletions
diff --git a/macros/ncauer.sci b/macros/ncauer.sci
index dad3025..453914e 100644
--- a/macros/ncauer.sci
+++ b/macros/ncauer.sci
@@ -11,25 +11,19 @@
// Email: toolbox@scilab.in
function [Zz, Zp, Zg] = ncauer(Rp, Rs, n)
//Analog prototype for Cauer filter (Cauer filter and elliptic filters are same).
-
//Calling Sequence
//[Zz, Zp, Zg] = ncauer(Rp, Rs, n)
-
//Parameters
//n: Filter Order
//Rp: Peak-to-peak passband ripple in dB
//Rs: Stopband attenuation in dB
-
//Description
//It gives an analog prototype for Cauer filter of nth order, with a Peak-to-peak passband ripple of Rp dB and a stopband attenuation of Rs dB.
-
-
//Examples
//n = 5;
//Rp = 5;
//Rs = 5;
//[Zz, Zp, Zg] = ncauer(Rp, Rs, n)
-
//Zz =
//
// 0.0000 + 2.5546i 0.0000 + 1.6835i -0.0000 - 2.5546i -0.0000 - 1.6835i