Make Predictions/Estimate at Specific Time Intervals
3 次查看(过去 30 天)
显示 更早的评论
Hi
I have a model connected to a Kalman filter. Asumming the measurement time interval is every 2min, is there a way to implement in simulink such that after the filter has made an estimate, it will wait for 2min before it makes the next predictions/estimate? Right now I have like 10 meausurement but the filter make predictions for all 10 at once...hoping to find a way for the filter to make prediction/estimation one at a time based on the time interval of 2min.
Any suggestions or example/diagrams?
Thanks!
1 个评论
Raghava S N
2025-3-26
Hi,
The Kalman filter can be placed in a triggered subsystem, and the trigger signal to the triggered subsystem can be configured such that the Kalman filter only makes a prediction every 2 minutes. For more information about triggered subsystems, refer to this documentation link - https://www.mathworks.com/help/simulink/ug/triggered-subsystems.html. For details regarding the trigger types, refer to this link - https://www.mathworks.com/help/simulink/slref/triggered-subsystems.html
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Online Estimation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!