Home > freetb4matlab > irsa > irsa_isregular.m

irsa_isregular

PURPOSE ^

% [@var{regular},@var{Tm}] = irsa_isregular (@var{xp})

SYNOPSIS ^

function [regular, Tm] = irsa_isregular (xp)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {irsa_isregular.m}
% [@var{regular},@var{Tm}] = irsa_isregular (@var{xp})
%
% Check if the sampling points @var{xp} are regular sampled and compute
% the mean sampling period 
% 
% Input:
%
% @var{xp}     : Columnvector -- sampling points 
%
% Output:
%
% @var{regular}: Boolean -- true if the sampling is regular (equidistant)
%
% @var{Tm}  : Scalar -- Mean sampling period
% @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