Method ao/subsData


  SUBSDATA performs actions on ao objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SUBSDATA performs actions on <class> objects.
 
 
  CALL:        out = obj.subsData(pl)
               out = subsData(objs, pl)
 
  INPUTS:      pl      - a parameter list
               obj(s)  - input ao object(s)
 
  OUTPUTS:     out - some output.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
INDICES [] none List of start/stop index pairs for data to be subsituted (Nx2). Can either be an array of doubles or a cdata ao
MODE 'Constant'
  • 'Constant'
  • 'Mean'
  • 'Line'
  • 'Constrained Gaussian'
Method to use for calculating replacement data.
  • Constant - Replace with constant value
  • Mean - Replace with average of interval edges
  • Line - Replace with straight line between interval edges
  • Constrained Gaussian - Replace with random data obeying statistics specified in IACF
VALUE, VALUES 0 none Value(s) to fill specified intervals. Can be a scalar or Nx1 array of doubles or ao [where y values will be taken]
back to top back to top

Mean

no description
Key Default Value Options Description
INDICES [] none List of start/stop index pairs for data to be subsituted (Nx2). Can either be an array of doubles or a cdata ao
MODE 'Constant'
  • 'Constant'
  • 'Mean'
  • 'Line'
  • 'Constrained Gaussian'
Method to use for calculating replacement data.
  • Constant - Replace with constant value
  • Mean - Replace with average of interval edges
  • Line - Replace with straight line between interval edges
  • Constrained Gaussian - Replace with random data obeying statistics specified in IACF
back to top back to top

Line

no description
Key Default Value Options Description
INDICES [] none List of start/stop index pairs for data to be subsituted (Nx2). Can either be an array of doubles or a cdata ao
MODE 'Constant'
  • 'Constant'
  • 'Mean'
  • 'Line'
  • 'Constrained Gaussian'
Method to use for calculating replacement data.
  • Constant - Replace with constant value
  • Mean - Replace with average of interval edges
  • Line - Replace with straight line between interval edges
  • Constrained Gaussian - Replace with random data obeying statistics specified in IACF
back to top back to top

Constrained Gaussian

no description
Key Default Value Options Description
INDICES [] none List of start/stop index pairs for data to be subsituted (Nx2). Can either be an array of doubles or a cdata ao
MODE 'Constant'
  • 'Constant'
  • 'Mean'
  • 'Line'
  • 'Constrained Gaussian'
Method to use for calculating replacement data.
  • Constant - Replace with constant value
  • Mean - Replace with average of interval edges
  • Line - Replace with straight line between interval edges
  • Constrained Gaussian - Replace with random data obeying statistics specified in IACF
SEED [] none Value(s) to fill specified intervals. Can be a scalar or Nx1 array of doubles or ao [where y values will be taken]
IACF [] none Inverse Auto-Correlation Function (IACF) for filling gaps. Can be array of doubles of xydata ao.
ITERATIONS 3 none Number of times to repeat the gap-filling for smoothing
back to top back to top

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




©LTP Team