diff options
Diffstat (limited to 'macros/fir1.sci')
-rw-r--r-- | macros/fir1.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/fir1.sci b/macros/fir1.sci index 05532db..636d6f8 100644 --- a/macros/fir1.sci +++ b/macros/fir1.sci @@ -94,7 +94,6 @@ function b = fir1(n, w, varargin) x=exp(-1*%i*%pi*w_o) // z=[1 -exp(-1*%i*%pi*w_o)]; - disp(x) nc = length(b); if(isscalar(x) & nc>0 & (x~=%inf) & or(b(:)~=%inf)) // Make it scream for scalar x. Polynomial evaluation can be |