comparison scripts/signal/blackman.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 eb63fbe60fab
children 1740012184f9
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} blackman (@var{m}) 21 ## @deftypefn {Function File} {} blackman (@var{m})
22 ## Return the filter coefficients of a Blackman window of length @var{m}. 22 ## Return the filter coefficients of a Blackman window of length @var{m}.
23 ## 23 ##
24 ## For a definition of the Blackman window, see e.g. A. V. Oppenheim & 24 ## For a definition of the Blackman window, see e.g., A. V. Oppenheim &
25 ## R. W. Schafer, @cite{Discrete-Time Signal Processing}. 25 ## R. W. Schafer, @cite{Discrete-Time Signal Processing}.
26 ## @end deftypefn 26 ## @end deftypefn
27 27
28 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at> 28 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
29 ## Description: Coefficients of the Blackman window 29 ## Description: Coefficients of the Blackman window