Method ao/select


  SELECT select particular samples from the input AOs and return new AOs with only those samples.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SELECT select particular samples from the input AOs and return
               new AOs with only those samples.
 
  CALL:        b = select(a, [1 2 3 4]);
               b = select(a, pl)
 
  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 A list of samples to select. Supported containers are:
  • a list of indexes
  • a vector of logicals, with correct length
  • an analysis object, with content as above
AXIS 'x'
  • 'x'
  • 'y'
If the samples are specified with an AO then it is possible to choose the axis from which you want to select the samples.
back to top back to top

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




©LTP Team