1. 2D Magnitude

1.1. Purpose

Calculate the resultants of two series (x and y) by calculating the magnitude.

1.2. Input

Any type of signal (the same type for both input slots), but only one signal in each input slot.

1.3. Output

\[Magnitude=\sqrt{x^2 + y^2}\]

.

1.4. Examples of use

You may subtract x and y coordinates before passing through this filter, resulting in a distance,
or you may pass My and Mz, giving a resultant moment.