-
ukf
An implementation of Unscented Kalman Filter for nonlinear state estimation.
(Nonlinear state estimation is a challenge problem. The well-known Kalman Filter is only suitable for linear systems. The Extended Kalman Filter (EKF) has become a standarded formulation for nonlinear state estimation. However, it may cause significant error for highly nonlinear systems because of the propagation of uncertainty through the nonlinear system.
The Unscented Kalman Filter (UKF) is a novel development in the field. The idea is to produce several sampling points (Sigma points) around the current state estimate based on its covariance. Then, propagating these points through the nonlinear map to get more accurate estimation of the mean and covariance of the mapping results. In this way, it avoids the need to calculate the Jacobian, hence incurs only the similar computation load as the EKF.
For tutorial purpose, this code implements a simplified version of UKF formulation, where we assume both the process and measurement noises are additive to avoid augment of state and a)
- 2010-12-14 16:39:43下载
- 积分:1
-
Handout1
Simulation Guide of MATLAB
- 2011-02-07 19:14:04下载
- 积分:1
-
MATLAB5.3-
MATLAB5.3 exciting programming and advanced applications
- 2014-10-07 10:33:40下载
- 积分:1
-
IIRfitler
IIR FILTER DESING IN MATLAB
- 2011-10-14 02:00:05下载
- 积分:1
-
power-system-simulation-lab
power system simulation lab
- 2012-11-02 02:40:57下载
- 积分:1
-
matlabkuozhanbiancheng
matlab扩展编程,系统的介绍了matlab扩展编程的用法和注意细节,对matlab的继续学习打下坚实的基础。(matlab extension programming, the system introduces the use of matlab extension programming and attention to detail, to the matlab' s continue to learn to lay a solid foundation.)
- 2010-12-10 21:57:47下载
- 积分:1
-
fandiandongshi
无刷直流电机matlab仿真 采用PID调节(Matlab simulation of brushless DC motor using PID regulator)
- 2010-05-07 16:26:18下载
- 积分:1
-
Untitled5
matlab code for finding exon regions in DNA strand
- 2012-06-15 20:56:57下载
- 积分:1
-
chap5_03_PP_STC_Direct
系统辨识和自适应控制中极点配置直接自矫正控制(Direct from the poles corrective control in System identification and adaptive control)
- 2012-07-01 15:18:43下载
- 积分:1
-
Simplecoordinatesearchalgorithm
Simple coordinate search algorithm
- 2010-07-09 13:31:02下载
- 积分:1