Method ao/zeropad


  ZEROPAD zero pads the input data series.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: ZEROPAD zero pads the input data series.
 
  CALL:        b = zeropad(a, pl)
 
  Parameters Description
 
  VERSION:     $Id: zeropad.m,v 1.29 2012/02/01 13:34:56 mauro Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
FACTOR 2 none Pad to times the input data length.
N [] none Pad with N zero samples.
POSITION 'post'
  • 'pre'
  • 'post'
Where to pad: before or after.
back to top back to top

Some information of the method ao/zeropad are listed below:
Class name ao
Method name zeropad
Category Signal Processing
CVS Version $Id: zeropad.m,v 1.29 2012/02/01 13:34:56 mauro Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team