Make Predictions/Estimate at Specific Time Intervals
1 回表示 (過去 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!