Mercurial > hg > octave-nkf
diff scripts/signal/fftshift.m @ 13931:9de488c6c59c
doc: Spellcheck documentation before 3.6.0 release
* aspell-octave.en.pws: Add new words to dictionary.
* debug.txi, plot.txi, accumarray.m, krylov.m, sqp.m, pkg.m, fftshift.m,
bicg.m, binornd.m, str2num.m: Correct misspellings or add @nospell macro.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 23 Nov 2011 09:42:50 -0800 |
parents | 9cae456085c2 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/signal/fftshift.m +++ b/scripts/signal/fftshift.m @@ -32,7 +32,7 @@ ## @end example ## ## @noindent -## where @math{df} = 1 / @math{dt}. +## where @nospell{@math{df}} = 1 / @math{dt}. ## ## If @var{x} is a matrix, the same holds for rows and columns. If ## @var{x} is an array, then the same holds along each dimension.