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
 
  VERSION:     $Id: select.m,v 1.48 2012/04/02 20:20:51 mauro Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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
CVS Version $Id: select.m,v 1.48 2012/04/02 20:20:51 mauro Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team