Mercurial > hg > octave-lyh
comparison scripts/signal/filter2.m @ 5997:49dfdb54bb2b
[project @ 2006-09-23 13:29:18 by dbateman]
author | dbateman |
---|---|
date | Sat, 23 Sep 2006 13:33:09 +0000 |
parents | bd0507994409 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5996:bd0507994409 | 5997:49dfdb54bb2b |
---|---|
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {@var{y} =} filter2 (@var{b, @var{x}}) | 21 ## @deftypefn {Function File} {@var{y} =} filter2 (@var{b, @var{x}}) |
22 ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b, @var{x}}, @var{shape}) | 22 ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b, @var{x}}, @var{shape}) |
23 ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument | 23 ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument |
24 ## @var{shape} is specified, return an array of the desired shape. | 24 ## @var{shape} is specified, return an array of the desired shape. |
25 ## Possible values are: | 25 ## Possible values are: |
26 ## | 26 ## |
27 ## @table @asis | 27 ## @table @asis |
28 ## @item 'full' | 28 ## @item 'full' |
29 ## pad @var{x} with zeros on all sides before filtering. | 29 ## pad @var{x} with zeros on all sides before filtering. |
30 ## @item 'same' | 30 ## @item 'same' |