diff options
Diffstat (limited to 'macros/besself.sci')
-rw-r--r-- | macros/besself.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/besself.sci b/macros/besself.sci index a6eef80..8e51b89 100644 --- a/macros/besself.sci +++ b/macros/besself.sci @@ -11,7 +11,6 @@ // Email: toolbox@scilab.in function [a, b, c, d] = besself (n, w, varargin) //Bessel filter design. - //Canding Sequence //[b, a] = besself(n, Wc) //[b, a] = besself (n, Wc, "high") @@ -42,6 +41,7 @@ function [a, b, c, d] = besself (n, w, varargin) // // Dependencies // besselap bilinear sftrans zp2tf + funcprot(0); [nargout nargin] = argn(); |