Hysteresis
Transform Real to Boolean signal with Hysteresis
Description
Equations
Connections
Parameters
Modelica Standard Library
The Hysteresis component uses hysteresis to convert a real input signal to a Boolean output signal.
y=uhigh<u∨pre⁡y∧ulow≤u
Name
Modelica ID
u
Real input signal
y
Boolean output signal
Default
Units
ulow
0
If y is true and u≤ulow, the output switches to false
uLow
uhigh
1
If y is false and u≥uhigh, the output switches to true
uHigh
prey0
false
Initial value of the output
pre_y_start
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Signal Blocks
Signal Converters
Download Help Document