Method matrix/resample


  RESAMPLE resamples each time-series AO in the matrix.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: RESAMPLE resamples each time-series AO in the matrix.
 
  CALL:        out = resample(in,pl);
 
  Note: this is just a wrapper of ao/resample. Each AO in the matrix is passed
  to resample with the input plist. 
  
  INPUTS:      in      -  input matrix objects 
               pl      -  parameter list
 
  OUTPUTS:     out     -  output matrix objects 
 
  Parameters Description
 
  VERSION:     $Id: resample.m,v 1.1 2011/08/23 13:51:17 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class matrix
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
FSOUT [] none The desired output frequency
(must be positive and integer).
FILTER '' none The filter to apply in the resampling process.
back to top back to top

Some information of the method matrix/resample are listed below:
Class name matrix
Method name resample
Category Arithmetic Operator
CVS Version $Id: resample.m,v 1.1 2011/08/23 13:51:17 hewitson Exp $
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team