Mercurial > hg > octave-lyh
diff scripts/signal/filter2.m @ 6575:9ef0450c873d
[project @ 2007-04-25 14:07:20 by jwe]
author | jwe |
---|---|
date | Wed, 25 Apr 2007 14:07:20 +0000 |
parents | 5a5a09d7deb8 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/signal/filter2.m +++ b/scripts/signal/filter2.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{y} =} filter2 (@var{b, @var{x}}) +## @deftypefn {Function File} {@var{y} =} filter2 (@var{b}, @var{x}) ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b}, @var{x}, @var{shape}) ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument ## @var{shape} is specified, return an array of the desired shape.