![]() |
X consists of the input array. |
![]() |
scale is the multiplicative constant. |
![]() |
offset is the additive constant. |
![]() |
Y[i] = X[i] * a + b is the output array. |
![]() |
error returns any error or warning condition from the VI. |
The output array
Y[i] = X[i]*a + b
is given by
Y=aX + b
where a is the multiplicative scale constant and b is the additive constant offset.