-
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
-
CamDesign
使用Matlab开发的设计凸轮的源程序,使用了向量法的设计方法。设计了一个正弦运动规律的凸轮,程序带有较完整的注释,对于初学凸轮设计的人来说应该是一个比较好的参考。(It s the source code of the design of a cam using matlab, which uses the method of vector.)
- 2012-12-29 13:14:43下载
- 积分:1
-
matlab-gui-serial-comunication
一个 gui 界面的 matlab 串口通信演示程序(A gui interface matlab serial communication demo)
- 2011-06-27 17:00:28下载
- 积分:1
-
noise
噪声,《计算机图像处理与识别技术》源代码
(noise in matlab)
- 2013-08-21 16:01:38下载
- 积分:1
-
(DE)MOEA-NSGA-II
nsga2与DE算法的结合算法,用于求解多目标优化问题(the combination of nsga2 algorithm with
DE algorithm
)
- 2011-09-06 14:29:00下载
- 积分:1
-
mallat
离散小波变换 mallat算法实现 小波变换(DWT wavelet transform algorithm mallat)
- 2015-04-18 11:14:29下载
- 积分:1
-
Chap_5_Pred
《自适应滤波器》第五章Chap_5_Pred源代码,很详细(" Adaptive Filter" Chapter V Chap_5_Pred source code, very detailed)
- 2013-12-28 15:49:17下载
- 积分:1
-
video-compression
视频压缩,用matlab来实现,视频压缩,用matlab来实现( video compression on matlab)
- 2020-12-07 09:59:21下载
- 积分:1
-
matlab100
matlab编程100例,供matlab爱好者、学习者使用(100 cases of programming matlab, matlab for lovers, learners use)
- 2009-04-07 22:30:39下载
- 积分:1
-
CMessageFilter
C-message filter implementation
- 2010-10-07 22:21:24下载
- 积分:1