Method matrix/split


  SPLIT splits a ltpda_container object into the specified segments.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SPLIT splits a ltpda_container object into the specified segments.
 
  CALL:        out = split(in, pl);
 
  Note: this is just a wrapper of ao/split. Each AO in the ltpda_container is passed
  to split with the input plist. 
  
  INPUTS:      in      -  input ltpda_container objects 
               pl      -  parameter list
 
  OUTPUTS:     out     -  output ltpda_container objects 
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_container
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
TIMES [] none Split the ao into time segments.
An array of start/stop times to split by. The times should be relative
to the object reference time (t0).
back to top back to top

By Times

no description
Key Default Value Options Description
TIMES [] none Split the ao into time segments.
An array of start/stop times to split by. The times should be relative
to the object reference time (t0).
back to top back to top

By Offsets

no description
Key Default Value Options Description
OFFSETS [] none Split the ao into time segments.
An array of start/stop offsets to split by. Positive offsets are relative
to the first sample. A negative offset is taken from the end of the vector.
For example [10 -10] removes 10 seconds from the beginning and end of the vector. An end time of 0 indicates the end of the vector.
back to top back to top

By Frequencies

no description
Key Default Value Options Description
FREQUENCIES [] none An array of start/stop frequencies to split by.
back to top back to top

By Samples

no description
Key Default Value Options Description
SAMPLES [] none An array of start/stop samples to split by.
back to top back to top

By Chunks

no description
Key Default Value Options Description
N, CHUNKS [] none Split into N contiguous pieces.
MATCH 1
  • 1
  • 0
Define if the last chunk should keep any remaining data samples.
back to top back to top

By Interval Start/End

no description
Key Default Value Options Description
START_TIME 1970-01-01 00:00:00.000 none Start time can be either a string or a time object.
END_TIME 1970-01-01 00:00:00.000 none End time can be either a string or a time object.
back to top back to top

By Interval Start/Duration

no description
Key Default Value Options Description
START_TIME 1970-01-01 00:00:00.000 none Start time can be either a string or a time object.
DURATION 1970-01-01 00:00:00.000 none Duration can be either a string or a time object.
back to top back to top

By Interval Timespan

no description
Key Default Value Options Description
TIMESPAN (start: 1970-01-01 00:00:00.000 end: 1970-01-01 00:00:00.000) none The start/end time are specified in the time span object.
back to top back to top

Some information of the method ltpda_container/split are listed below:
Class name ltpda_container
Method name split
Category Signal Processing
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team