Method ao/resampleToCommonGrid


  RESAMPLETOCOMMONGRID Resamples Analysis Objects to a common grid
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: Resamples Analysis Objects to a common grid
 
  CALL:        as = resampleToCommonGrid(a1,a2,a3,...)
               as = resampleToCommonGrid(as)
               as = as.resampleToCommonGrid()
 
  INPUTS:      aN   - input analysis objects (tsdata)
               as   - input analysis objects array (tsdata)
 
  OUTPUTS:     as  - a vector of timespan object, of which:
                      The start time is the earliest one
                      % The end time is the latest one
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
resampleToCommonGrid
FSOUT, FS [] none The target sampling frequency.
REFERENCE TIME [] none Set the reference time (t0). Either give a time, or specify 'original', 'first', 'latest', or 'earliest'.
If nothing is specified, the start time of the investigation will be used.
SHOULD TRUNCATE 0
  • 0
  • 1
Decide if truncating or not the data after resampling

Example

plist('FSOUT', [[]], 'REFERENCE TIME', [[]], 'SHOULD TRUNCATE', [false])

back to top back to top

Some information of the method ao/resampleToCommonGrid are listed below:
Class name ao
Method name resampleToCommonGrid
Category Helper
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team