Saturation

Limits a real-valued signal between a lower and an upper bound. The bounds are given as the real-valued signals min and max, where max must be greater than or equal to min. If value is less than min, the resulting signal limited will be min. If value is greater than max, the resulting signal limited will be max. In all other cases, limited will be value.

Blocks tree path

Standard\Arithmetic\Saturation

Inputs

Name Type Description
value real The signal to limit.
min real The lower bound.
max real The upper bound.

Outputs

Name Type Description
limited real The limited signal.