Home > freetb4matlab > irsa > irsa_act.m

irsa_act

PURPOSE ^

% [@var{rxp},@var{ryp},@var{err}] = irsa_act (@var{xp}, @var{yp}, @var{fmax},

SYNOPSIS ^

function [rxp,ryp,err] = irsa_act(xp,yp,fmax,Nout,itmax,thresh)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {irsa_act.m}
% [@var{rxp},@var{ryp},@var{err}] = irsa_act (@var{xp}, @var{yp}, @var{fmax},
% [@var{Nout}], [@var{itmax}],[@var{thresh}])  
% 
% Reconstructs a band-limited signal from an irregular sampled timeseries
% using Adaptive weights, Conjugate gradients and Toeplitz matrices.
% 
% Input:
%
% @var{xp}    : Vector -- sampling points
%
% @var{yp}    : Vector -- corresponding sampling values
%
% @var{fmax}  : Scalar -- maximum (band-limiting) frequency
%
% @var{Nout}  : Vector -- Number of sampling points for the
% representation of the reconstruced signal. Default is the shortest
% possible representation.
% 
% @var{itmax} : Scalar -- maximum number of reconstruction iterations.
% Default is twice the number of the frequencies.
%
% @var{thresh}: Scalar -- threshold for conjugate gradients (stop
%               criterion). Default is machine precision.
%
% Output:
%
% @var{rfyp}  : Columnvector -- reconstructed spectrum
% 
% @var{err}   : Columnvector -- error for each iteration step
%
% @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