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.45 2012/03/08 14:42:51 hewitson 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.
AXIS 'x'
  • 'x'
  • 'y'
If the samples are specified with an AO then it is possible from axis 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.45 2012/03/08 14:42:51 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team