Skip to main content
Version: current

Combiner

Description

The signal operator block combiner combines different datasets together to form a single dataset.

MxNAxBKxL

Input

Each input can be different dependent on the combined axis.

If datasets are combined on axis 1 the following must be true: M=K.

If datasets are combined on axis 0 the following must be true: N=L and each column in the data set must have at least one identical unit.

Output

The output is a combined dataset of size AxB.

If datasets are combined on axis 1 then A=M=K and B=N+L.

If datasets are combined on axis 0 then A=M+K and B=N=L.

Attributes

AttributeValue
NameCombiner
Axis1
Inputs2

Name

Name specifies the name of the block.

Axis

Specify the axis which the data is combined on. Choose between 1 which combines different datasets, or 0 which combines data to form more data points.

Inputs

Inputs specifies the number of inputs the block will combine. The minimum number of inputs is 2.