Method ao/iacf


  IACF computes the inverse auto-correlation function from a spectrum.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: IACF computes the inverse auto-correlation function from a
               spectrum. 
 
 
  CALL:        out = obj.iacf(pl)
               out = iacf(objs, pl)
 
  INPUTS:      pl      - a parameter list
               obj(s)  - input ao object(s)
 
  OUTPUTS:     out - one xydata AO per input spectrum, containing sample
                     indices in the x-field and the inverse autocorrelation
                     values in the y field. 
  
  
  Created 2013-02-20, M Hewitson
      - adapted from code writen by Curt Cutler and Ira Thorpe.
  
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
SAMPLES [] none The number of samples to truncate the correlation vector to. If empty, the full inverse correlation vector will be returned.
back to top back to top

Some information of the method ao/iacf are listed below:
Class name ao
Method name iacf
Category Signal Processing
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team