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(phi_r, phi_1, pl)
               b = smallvectorfit(phi_r, phi_1, phi_12, pl)
 
  Parameters Description
 
 
  Example: [fit_psi1 fit_psi12] = smallvectorfit(phir,phi1,phi12);
           fit_psi1             = smallvectorfit(phir,phi1);
 
  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
Package name LPF_DA_Module
VCS Version 9261be27dd1a3f454871757ac6dc9e0fb5b06f94
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team