Overview: This module computes the vector norm of specified type (1-Norm, 2-Norm, inf-Norm, -inf-Norm, and p-Norm).
Detailed Description: This module computes the type of norm specified from the pull-down menu. A p-norm is defined as the p-th root of the sum of the absolute value of each vector element raised to the p-th power, i.e. (sum |xn|^p)^(1/p), where xn is the nth array element. Therefore, the 1-norm is the sum of the absolute values of the elements. The 2-norm is commonly known as the RMS of the input vectorInf norm corresponds to the maximum absolute value in the input array. -inf norm corresponds to the minimum absolute value in the input array. When p-norm is selected, the p used in thecalculation is specified in the p text field.
Data Handling: The input data is not modified.