Home > freetb4matlab > irsa > irsa_resample.m

irsa_resample

PURPOSE ^

% @var{newyp} = irsa_resample (@var{xp}, @var{yp}, @var{newxp}, [@var{lm}])

SYNOPSIS ^

function newyp = irsa_resample (xp, yp, newxp, lm )

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {irsa_dft.m}
% @var{newyp} = irsa_resample (@var{xp}, @var{yp}, @var{newxp}, [@var{lm}])
%
% Resample the signal represented by the timeseries [@var{XP},@var{yp}]
% on arbitrary samplepoints.
% @var{newxp}
% 
% Input:
%
% @var{xp}    : Columnvector -- sampling points
%
% @var{yp}    : Columnvector -- timeseries values 
%
% @var{newxp} : Vector -- sampling points for the resampling
%
% @var{lm}    : Boolean -- use lesser memory if 'true' (slower).
% Default is 'false'.  
% 
% Output:
%
% @var{newyp} : Columnvector -- timeseries values of the resampling
% @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