Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/15/05 15:03
Modified:
  12/15/05 15:03

Read: times


 
#105282 - re hysteresis aka "dead zone"
Responding to: ???'s previous message
You might want to place a small 'dead zone'

I have a vey simple hysteresis in one of my projects:

If new = current, current+1 or current-1 -- do nothing
If new > current+1 -- current = current+1
If new < current-1 -- current = current-1

The "bandgap" is easily adjusted in the code

Erik

List of 11 messages in thread
TopicAuthorDate
Acceleration rate            01/01/70 00:00      
   Possible suggestion.            01/01/70 00:00      
      numbers            01/01/70 00:00      
   Another Suggestion            01/01/70 00:00      
      re hysteresis aka "dead zone"            01/01/70 00:00      
         Hysteresis vs Dead Zone            01/01/70 00:00      
            OK            01/01/70 00:00      
   Are you sure?            01/01/70 00:00      
      you are right            01/01/70 00:00      
         I'm confused!            01/01/70 00:00      
            it's working now :-)            01/01/70 00:00      

Back to Subject List