Kalman filter - Square root covariance update

This file compares three different versions of the Kalman filter.

Ahora está siguiendo esta publicación

This file compares three different versions of the Kalman filter.
The Kalman filter is used for recursive parameter estimation.
The Kalman filter can handle noisy measurements.

The first implemented filter (fcn_KF) is the Kalman filter with standard
update of the covariance matrix P.
The covariance matrix reflects the uncertainties of the predictions.

To improve the numerical stability Potter developed a
square root update (fcn_KF_SRP) of the covariance matrix P.
Another version is the square root covariance update via
triangularization (fcn_KF_SRT).

This file generates a model. Then the three Kalman filters perform an
estimation of the model parameter. At the end the results are compared.

Sources:

Simon, D. (2006): Optimal state estimation

Kaminski, P. (1971): Discrete Square Root Filtering: A Survey of Current Techniques

Golub, G. (1996): Matrix Computations

Citar como

Markus (2026). Kalman filter - Square root covariance update (https://es.mathworks.com/matlabcentral/fileexchange/45483-kalman-filter-square-root-covariance-update), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: isodd

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

Acknowledge submissions.

1.0.0.0