This component discretizes the input signal, from a specified range to a different discretized range.
The concept is similar to and analog to digital converter: If the input is below the specified range, the output will be saturated at the minimum output range. Similarly, if the input is above the specified range, the output will be saturated at the maximum output range.
Name |
Text |
|
Optional text parameter for identification of the component. |
|
|
|
|
|
|
Dimension |
INTEGER |
Literal |
Enter the dimension of the input/output signal. |
|
|
|
|
|
|
X Lower Limit |
|
REAL |
Constant |
Lower limit of input. |
|
|
|
|
|
X Upper Limit |
|
REAL |
Constant |
Upper limit of input. |
|
|
|
|
|
Y Lower Limit |
|
INTEGER |
Constant |
Lower limit of output. |
|
|
|
|
|
Y Upper Limit |
|
INTEGER |
Constant |
Upper limit of output. |