Splitter
Description
The signal operator block splitter
splits or slices a datasets columns into multiple outputs,
based on the size of the dataset and the number of outputs.
Input
Input is MxN
.
Outputs
The input is split into multiple columns dependent on the dataset and the number of outputs. If N=4
and there
is 2 outputs then the dataset is split into two and K=2
. If there are 3 outputs and N=4
an error will be
logged. If there are 4 outputs then K=1
.
Attributes
Attribute | Value |
---|---|
Name | Splitter |
Outputs | 2 |
Name
Name specifies the name of the block.
Outputs
Outputs specifies the number of splits in the dataset. The minimum number of inputs is 2.