Make Predictions/Estimate at Specific Time Intervals
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Raghava S N
am 26 Mär. 2025
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
Antworten (0)
Siehe auch
Kategorien
Mehr zu Online Estimation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!