Method ao/delay


  DELAY delays a time-series using various methods.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: DELAY delays a time-series using various methods.
 
  CALL:        b = delay(a, pl)
 
 
  PARAMETERS:  N   - delay the time-series by N samples. [default: 0]
                     Choose a 'method' for how the end of the time-series
                     is handled:
                     'zero'   - zero pad the time-series
 
  Parameters Description
  
  EXAMPLES:    1) Shift by 10 samples and zero pad the end of the time-series
                  >> b = delay(a, plist('N', 10, 'method', 'zero'));
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
N 0 none The number of samples to delay by.
METHOD 'zero' none The method for handling the end of the time-series.
back to top back to top

Some information of the method ao/delay are listed below:
Class name ao
Method name delay
Category Signal Processing
CVS Version 1af0b21675e8089cbd0dd1d95314adeb4a9a0023
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team