Kalman filter - Square root covariance update

버전 1.1.0.0 (4.24 KB) 작성자: Markus
This file compares three different versions of the Kalman filter.
다운로드 수: 981
업데이트 날짜: 2014/2/12

라이선스 보기

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

인용 양식

Markus (2024). Kalman filter - Square root covariance update (https://www.mathworks.com/matlabcentral/fileexchange/45483-kalman-filter-square-root-covariance-update), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Adaptive Filters에 대해 자세히 알아보기
도움

받음: isodd

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Acknowledge submissions.

1.0.0.0