Data Scaling Change Scale

Change the scale of an input flow according to a specified range for input and output.

output := [(input-minIn) * (maxIn-minIn)+ minOut] * (maxOut-minOut)

Settings

bypass

Bypasses the module.

in

Input Data flow(s).

out

Output Data flow(s).

min in

Min input value.

max in

Max input value.

min out

Min input value.

max out

Max input value.

clip values

Force the output to be in the range [min out..max out]. Values are clipped.

See also

version 5.2.221206

Edit All Pages