Mercurial > hg > octave-nkf
diff scripts/signal/filter2.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | be55736a0783 |
children | c776f063fefe |
line wrap: on
line diff
--- a/scripts/signal/filter2.m +++ b/scripts/signal/filter2.m @@ -26,8 +26,10 @@ ## @table @asis ## @item 'full' ## pad @var{x} with zeros on all sides before filtering. +## ## @item 'same' ## unpadded @var{x} (default) +## ## @item 'valid' ## trim @var{x} after filtering so edge effects are no included. ## @end table