Home > freetb4matlab > general > interpft.m

interpft

PURPOSE ^

%

SYNOPSIS ^

function z = interpft (x, n, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} interpft (@var{x}, @var{n})
% @deftypefnx {Function File} {} interpft (@var{x}, @var{n}, @var{dim})
%
% 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 separately.  If @var{dim} is specified, then interpolate
% along the dimension @var{dim}.
%
% @code{interpft} assumes that the interpolated function is periodic,
% and so assumptions are made about the end points of the interpolation.
%
% @seealso{interp1}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003