Mercurial > hg > octave-nkf
diff scripts/general/interpft.m @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | b2391d403ed2 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/general/interpft.m +++ b/scripts/general/interpft.m @@ -24,11 +24,11 @@ ## Fourier interpolation. If @var{x} is a vector, then @var{x} is ## resampled with @var{n} points. The data in @var{x} is assumed to be ## equispaced. If @var{x} is an array, then operate along each column of -## the array seperately. If @var{dim} is specified, then interpolate +## the array separately. If @var{dim} is specified, then interpolate ## along the dimension @var{dim}. ## ## @code{interpft} assumes that the interpolated function is periodic, -## and so assumption are made about the end points of the inetrpolation. +## and so assumptions are made about the end points of the interpolation. ## ## @seealso{interp1} ## @end deftypefn