diff scripts/signal/filter2.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/signal/filter2.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/signal/filter2.m	Thu Jan 20 17:35:29 2011 -0500
@@ -21,7 +21,7 @@
 ## @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.
-## Possible values are: 
+## Possible values are:
 ##
 ## @table @asis
 ## @item 'full'
@@ -40,7 +40,7 @@
 ## @end deftypefn
 
 ## Author: Paul Kienzle <pkienzle@users.sf.net>
-## 2001-02-08 
+## 2001-02-08
 ##    * initial release
 
 function y = filter2 (b, x, shape)