Quote:
Originally Posted by Akash Rastogi
Sorry to go a little off-topic, but what exactly is a "dead-band?"
|
It's an area around zero (typically) where changes in the input produce no change in the output (output typically stays at zero in the deadband).
For example:
y = zero if -delta<=x<=delta ("deadband")
y = m(x-delta) if x>delta
y = m(x+delta) if x<-delta
~