How to reset a signal to zero after certain intervals in simulink?
37 ビュー (過去 30 日間)
古いコメントを表示
Let me first describe my problem. I am having a signal which comprises acceleration signal(for 20s) followed by zero signal (for 10s) and again followed by acceleration signal(for 20s) and again followed by zero signal (for 10s) and this goes on. Now I am also simultaneously integrating the acceleration signal to get the velocity. Now the problem I am facing is that during the period of zero acceleration I get a non-zero constant value of velocity(as obtained from the last integration of non-zero acceleration) which I want to reset to zero for each periods of the zero acceleration signals. Is there any way of doing that? Please help me!!
0 件のコメント
採用された回答
Rashmil Dahanayake
2014 年 6 月 8 日
編集済み: Rashmil Dahanayake
2014 年 6 月 8 日
You need to create an external reset signal checking the acceleration zero instances. Then double click on integrator parameters an tick the check box external reset for initial condition. In your case initial condition should be zero.
Updated file attached
その他の回答 (1 件)
Rick Rosson
2014 年 6 月 7 日
The integrator block provides an option to allow you to reset the state variable using an external trigger signal. Please review the doc:
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!