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
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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 Signal Processing
CVS Version 1af0b21675e8089cbd0dd1d95314adeb4a9a0023
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team