Zeropad
Description
The signal operator block zeropad
zeropads a dataset to increase the number of rows.
This can be useful if you want to add some extra delay or a tail to a dataset.
Input
The input is MxN
and must be a time signal with the units s
, ms
or samples
.
Output
The output is KxN
which is a zeropadded M+length
dependent on the length of the zeropad.
Attributes
Attribute | Value |
---|---|
Name | Zeropad |
Pad | End |
Length | 1 s |
Channels | 1 |
Name
Name specifies the name of the block.
Pad
Pad specifies in which end a zeropad should be applied. In can either be End
or Start
meaning applying
the zeropad in the end or start.
Length
Length specifies the length of the zeropadding in either s
, ms
or samples
.
Channels
Channels specifies the number of input(s)/output(s) the block will have.