Provide region of zero output
Simulink / Discontinuities
HDL Coder / Discontinuities
The Dead Zone block generates zero output within a specified region,
called its dead zone. You specify the lower limit (LL
) and upper
limit (UL
) of the dead zone as the Start of dead
zone and End of dead zone parameters. The block
output depends on the input (U
) and the values for the lower and
upper limits.
Input | Output |
---|---|
U >= LL and U <=
UL | Zero |
U > UL | U – UL |
U < LL | U – LL |
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|