Skip to content

Dead zone

Type Function: REAL

Input X REAL (input)
L REAL ( Lockout Value)
Output REAL (output value)
DEAD_ZONE is a linear transfer function with dead zone. The output equals the input signal when the absolute value of the input is greater than L.
DEAD_ZONE = X if ABS(X) > L
DEAD_ZONE = 0 if ABS(X) <= L

dead_zone

dead_zone_diag