signal de-bounce in Simulink
6 views (last 30 days)
Show older comments
William Campbell
on 8 Apr 2020
Commented: William Campbell
on 10 Apr 2020
I am trying to avoid signal de-bounce in Simulink so I can use binary output for a switching circuit. I have not used Stateflow before but have built a simple (probably too simple !) Stateflow model and placed it between the signal and the output (see attached pdf). When the signal <0 I want the output to be 0 and when the input is >0 the output is 1. There is a lot of noise on the signal, so if I increase the duration for the input remaining at IN>=0 for 0.5 seconds then the accuracy of the pulse is poor and when I decrease the debounce time I get unstable switching. Is there a more robust method that I can use ? The general shape of the signal profile is consistent, but the noise and the exact position of the noise can be random.
0 Comments
Accepted Answer
Jesús Zambrano
on 9 Apr 2020
The implementation looks OK. Actually, it is the same as the one recommended in the documentation
In that example, see that the signal is more noisy. Also, please check the sample time of the chart and the incoming signal.
And also check that there is an additional implementation in that example that includes a fault detection state.
More Answers (0)
See Also
Categories
Find more on Complex Logic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!