blockClip
Clips input vector so that all components remain within a given interval
Extends from Interfaces.PartialConverters.MIMO_nin (Converter with multiple inputs and outputs of dimensions nin).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The input vector u will be clipped to make sure that its components remain within the interval [minValue, maxValue] before it is given as output vector y having the same dimensions.
See also
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | minValue | -inf | Minimum value (default = - infinity) |
| Real | maxValue | inf | Maximum value (default = infinity) |
| Structural Parameters | |||
| Integer | nin (from MIMO_nin) | 2 | Number of input and output signals |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealMultiInput[nin] | u (from MIMO_nin) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealMultiOutput | y (from MIMO_nin) |