Coefficient-Wise Operation Filter

The coeffficient-wise operation filter applies a standard math operation to all individual coefficients of two data sets.

Category

category_math Math

Node

binaryarithmetic_node

Parameters

OperationType: which operation to perform (addition, subtraction, multiplication, division, power)

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, divides, or calculates the power 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. Alternatively, either one of the inputs may have exactly one channel, in which case input with exactly one channel will be applied for each channel of the other input.