Coefficient-Wise Operation Filter
The coeffficient-wise operation filter applies a standard math operation to all individual coefficients of two data sets.
Category |
|
Node |
|
Parameters |
OperationType: which operation to perform (addition, subtraction, multiplication, division) |
Inputs |
Input 1: the left operhand of the operation Input 2: the right operhand of the operation |
Outputs |
Output: the result of the operation |
Effect of the Filter
The filter adds, subtracts, multiplies or divides each individual scalar value of a given set of data with/from the individual scalar values of another given set of data.
Both inputs must have exactly the same structure so that the filter can match elements in each data set.