Multiplication
#
DescriptionThe mathematics block multiplication
multiplies together multiple inputs together to a single output.
#
InputEach input must be MxN
meaning they must have the same size. The y
unit for each channel n
must also
be identical. This is to ensure you cannot multiply together different non-compatible signals.
#
OutputThe output is an element-wise multiplication to the first input.
#
AttributesAttribute | Value |
---|---|
Name | Multiplication |
Inputs | 2 |
#
NameName specifies the name of the block.
#
InputsInputs specifies the number of inputs the block will add together. The minimum number of inputs is 2.