comparison src/DLD-FUNCTIONS/filter.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents eb63fbe60fab
children 5247e89688e1
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
312 @tex\n\ 312 @tex\n\
313 $a \\in \\Re^{N-1}$, $b \\in \\Re^{M-1}$, and $x \\in \\Re^P$.\n\ 313 $a \\in \\Re^{N-1}$, $b \\in \\Re^{M-1}$, and $x \\in \\Re^P$.\n\
314 @end tex\n\ 314 @end tex\n\
315 @end iftex\n\ 315 @end iftex\n\
316 over the first non-singleton dimension of @var{x} or over @var{dim} if\n\ 316 over the first non-singleton dimension of @var{x} or over @var{dim} if\n\
317 supplied. An equivalent form of this equation is:\n\ 317 supplied. An equivalent form of this equation is:\n\
318 @iftex\n\ 318 @iftex\n\
319 @tex\n\ 319 @tex\n\
320 $$\n\ 320 $$\n\
321 y_n = -\\sum_{k=1}^N c_{k+1} y_{n-k} + \\sum_{k=0}^M d_{k+1} x_{n-k}, \\qquad\n\ 321 y_n = -\\sum_{k=1}^N c_{k+1} y_{n-k} + \\sum_{k=0}^M d_{k+1} x_{n-k}, \\qquad\n\
322 1 \\le n \\le P\n\ 322 1 \\le n \\le P\n\
362 @end tex\n\ 362 @end tex\n\
363 @end iftex\n\ 363 @end iftex\n\
364 @ifnottex\n\ 364 @ifnottex\n\
365 \n\ 365 \n\
366 @example\n\ 366 @example\n\
367 @group\n\
367 M\n\ 368 M\n\
368 SUM d(k+1) z^(-k)\n\ 369 SUM d(k+1) z^(-k)\n\
369 k=0\n\ 370 k=0\n\
370 H(z) = ----------------------\n\ 371 H(z) = ----------------------\n\
371 N\n\ 372 N\n\
372 1 + SUM c(k+1) z^(-k)\n\ 373 1 + SUM c(k+1) z^(-k)\n\
373 k=1\n\ 374 k=1\n\
375 @end group\n\
374 @end example\n\ 376 @end example\n\
375 @end ifnottex\n\ 377 @end ifnottex\n\
376 @end deftypefn") 378 @end deftypefn")
377 { 379 {
378 octave_value_list retval; 380 octave_value_list retval;