Saturation
- Updated2023-02-17
- 2 minute(s) read
Saturation
Limits the valid range of a signal.
Inputs/Outputs
input
Input signal.
This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.
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
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
output
Output signal.
This output can return a double-precision, floating-point number or an array of double-precision, floating-point numbers.