Dead Zone
- Updated2023-02-17
- 2 minute(s) read
Dead Zone
Implements a dead zone function by providing a region of zero output.
Inputs/Outputs

input
Input signal.
This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.

start of dead zone
Low end of the dead zone.
This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.
Default value: 0

end of dead zone
High end of the dead zone.
This input accepts a double-precision, floating-point number or an array of double-precision, floating-point numbers.
Default value: 0

output
Output signal.
This output can return a double-precision, floating-point number or an array of double-precision, floating-point numbers.
Algorithm Definition for the Dead Zone Function
The following equation defines the dead zone function.
where
- u is the input signal
- y is the output signal
- s is the low end of the dead zone
- e is the high end of the dead zone