Zeropad
#
DescriptionThe signal operator block zeropad
zeropads a dataset to increase the number of rows.
This can be usefull if you want to add some extra delay or a tail to a dataset.
#
InputThe input is MxN
and must be a time signal with the units s
, ms
or samples
.
#
OutputThe output is KxN
which is a zeropadded M+length
dependent on the length of the zeropad.
#
AttributesAttribute | Value |
---|---|
Name | Zeropad |
Pad | End |
Length | 1 s |
Channels | 1 |
#
NameName specifies the name of the block.
#
PadPad 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.
#
LengthLength specifies the length of the zeropadding in either s
, ms
or samples
.
#
ChannelsChannels specifies the number of input(s)/output(s) the block will have.