hysteresis

faberge/hysteresis/hysteresis

Filters the input signal, so that the output reacts less rapidly, making system more stable.
hysteresis
@/hysteresis
Filters the input signal, so that the output reacts less rapidly, making system more stable.
Xnumber
Raw values
LOWnumber
Border value
HIGHnumber
Border value
hysteresis
X
LOW
HIGH
OUT
OUTboolean
Output is 'false' if 'X < LOW' and 'true' if 'X > HIGH'. Output doesn't change while 'LOW < X < HIGH'.
To use the node in your project you should have the faberge/hysteresis library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.