I am trying to reset the Extended Kalman Filter block in Simulink and cannot see a way to do this.

The Kalman Filter block can be reset but I cannot find a way to reset the Extended Kalman Filter. Could someone please let me know if it has this functionality?

 Akzeptierte Antwort

The built-in block does not have this functionality. You can create your own based on this built-in block.
The states (x) are defined in a Data Store Memory block. Add an external reset signal. Inside, use this signal to trig a Data Store Write block to write the reset value.

1 Kommentar

Thanks so much for your quick reply. I did create my own block with this function in a manner similar to your suggestion.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Version

R2025b

Gefragt:

am 12 Feb. 2026

Kommentiert:

am 12 Feb. 2026

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by