signal de-bounce in Simulink
4 ビュー (過去 30 日間)
古いコメントを表示
William Campbell
2020 年 4 月 8 日
コメント済み: William Campbell
2020 年 4 月 10 日
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 件のコメント
採用された回答
Jesús Zambrano
2020 年 4 月 9 日
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.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!