Linear Evaluation VI

Owning Palette: Polynomial VIs

Requires: Full Development System

Performs a linear evaluation on every element of X using the scale a and the offset b. Wire data to the X input to determine the polymorphic instance to use or manually select the instance.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

1D Linear Evaluation (DBL)

X contains the real values to evaluate.
a specifies the multiplicative constant.
b specifies the additive constant.
Y[i]=X[i]*a+b returns the result of the linear evaluation of X.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

1D Linear Evaluation (CDB)

X contains the complex values to evaluate.
a specifies the multiplicative constant.
b specifies the additive constant.
Y[i]=X[i]*a+b returns the result of the linear evaluation of X.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

2D Linear Evaluation (DBL)

X contains the real values to evaluate.
a specifies the multiplicative constant.
b specifies the additive constant.
Y[i,j]=X[i,j]*a+b returns the result of the linear evaluation of X.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

2D Linear Evaluation (CDB)

X contains the complex values to evaluate.
a specifies the multiplicative constant.
b specifies the additive constant.
Y[i,j]=X[i,j]*a+b returns the result of the linear evaluation of X.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.