Method ao/resample


  RESAMPLE overloads resample function for AOs.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: RESAMPLE overloads resample function for AOs.
 
  CALL:        bs = resample(a1,a2,a3,...,pl)
               bs = resample(as,pl)
               bs = as.resample(pl)
 
  INPUTS:      aN   - input analysis objects
               as   - input analysis objects array
               pl   - input parameter list
 
  OUTPUTS:     bs   - array of analysis objects, one for each input
 
  If no filter is specified for the resampling, then the default MATLAB
  filter is used. This is returned in the procinfo as an mfir object.
 
  Note: for input data types other than double, nearest neighbour
  interpolation is performed, and any specified filter is ignored.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
resample
FSOUT [] none The desired output frequency
(must be > 0).
FILTER '' none The filter to apply in the resampling process. Note: filtering is only supported for input data of type double.

Example

plist('FSOUT', [[]], 'FILTER', '')

back to top back to top

Some information of the method ao/resample are listed below:
Class name ao
Method name resample
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double', 'single', 'int8', 'int16', 'int32', 'uint8', 'uint16', 'uint32', 'logical'}




©LTP Team