Method ao/smallvectorfit


  SMALLVECTORFIT does a linear fit to the small vector model.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SMALLVECTORFIT does a linear fit to the small vector model.
               Additionally it computes the combined sideband amplitudes
               from the fitting coefficient and stores them in the procinfo
               of the output object.
  CALL:        b = smallvectorfit(a, pl)
 
  Parameters Description
 
  VERSION:     $Id: smallvectorfit.m,v 1.2 2012/02/09 14:44:11 ingo Exp $
 
  Example: [fit_psi1 fit_psi12] = smallvectorfit(phir,phi1,psi1,phi12,psi12);
           fit_psi1             = smallvectorfit(phir,phi1,psi1);
 
  Note: the order of the input data is important!
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ao/smallvectorfit are listed below:
Class name ao
Method name smallvectorfit
Category Signal Processing
CVS Version $Id: smallvectorfit.m,v 1.2 2012/02/09 14:44:11 ingo Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team