comparison scripts/signal/filter2.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents a1dbe9d80eee
children 16f53d29049f
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{y} =} filter2 (@var{b}, @var{x}) 20 ## @deftypefn {Function File} {@var{y} =} filter2 (@var{b}, @var{x})
21 ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b}, @var{x}, @var{shape}) 21 ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b}, @var{x}, @var{shape})
22 ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument 22 ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument
23 ## @var{shape} is specified, return an array of the desired shape. 23 ## @var{shape} is specified, return an array of the desired shape.
24 ## Possible values are: 24 ## Possible values are:
25 ## 25 ##
26 ## @table @asis 26 ## @table @asis
27 ## @item 'full' 27 ## @item 'full'