文件名称:fcn_SR_KF
介绍说明--下载内容来自于网络,使用问题请自行百度
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
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fcn_SR_KF.m
license.txt
license.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.