Compare data at consecutive timesteps during runtime in Simulink
2 次查看(过去 30 天)
显示 更早的评论
Hi all,
I'm trying to create a parachute model system for a rocket that will deploy when the altitude begins to decrease i.e. altitude at timestep n < altitude at timestep n-1.
I'm not entirely sure what the best way is to do this. I've played around with setting the altitude as a parameter of a masked subsystem but this didn't really work and made the simulation run significantly slower. Is there a fast way to extract a previous value of a logged signal?
Thanks!
0 个评论
采纳的回答
Fangjun Jiang
2020-8-26
Use a Unit Delay block, the input is altitude, the output is the "previous value" of the altitude.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating Custom Components and Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!