Saturation

Limits the valid range of a signal.

1378

Inputs/Outputs

datatype_icon

input

Input signal.

This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.

datatype_icon

upper limit

Maximum value of the output.

If the value of input is greater than the value of upper limit, this node returns the value of upper limit.

This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.

Default value: 0

datatype_icon

lower limit

Minimum value of the output.

If the value of input is less than the value of lower limit, this node returns the value of lower limit.

This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.

Default value: 0

datatype_icon

output

Output signal.

This output can return a double-precision, floating-point number or an array of double-precision, floating-point numbers.