-
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
-
road_yunliang
说明: BP算法客运量预测,十分详细的好资料,值得参考(Passenger Volume Forecast BP algorithm, a very good detailed information, it is also useful)
- 2010-04-05 17:08:50下载
- 积分:1
-
multiagent
本代码为多智能体系统的一段MATLAB仿真源文件,希望大家学习。(This code for agent system of a MATLAB simulation source file, hope everybody to learn.)
- 2021-04-23 10:18:48下载
- 积分:1
-
SNR_vs
实现对数压缩PCM和线性PCM的信噪比特性曲线的仿真,非均匀量化级数为n=8和n=6。(realization of a number of PCM compressed and linear PCM signal-to-noise ratio of the characteristic curve simulation, non-uniform quantization Series n = 8 and n = 6.)
- 2007-05-27 10:37:11下载
- 积分:1
-
jacobi
matlab 矩阵计算 求逆中的jacobi迭代法 还是比较有效的(matlab inverse matrix calculation of jacobi iteration method is more effective)
- 2011-09-16 09:23:54下载
- 积分:1
-
c2
说明: Induction motor modelling and several other modelling have been submitted here use it enjoy it.......
- 2012-08-02 11:28:17下载
- 积分:1
-
bianshi
系统辨识参数,未知系统结构,通过实验数据辨识验证系统的阶次和系统结构参数(System identification parameters)
- 2013-05-24 15:43:03下载
- 积分:1
-
DG
说明: 本工具包给出了微分方程求解方法中的DG方法的程序。DG方法是一门新的数值解法,在工程中有广泛应用。(The kit gives the DG method for solving differential equations method of procedure. DG is a new numerical method, is widely applied in engineering.)
- 2010-11-24 10:22:14下载
- 积分:1
-
SystemViewexample
system view 实例模型包含数字调制QPSK,QAM.RICE衰落信道的仿真 数字频率合成器 线性移位寄存器 等等(system view instance of the model consists of digital modulation QPSK, QAM.RICE fading channel simulation of digital frequency synthesizer linear shift register, etc.)
- 2010-12-17 10:00:08下载
- 积分:1
-
myRLS
说明: 自适应滤波器rls的MATLAB算法的实现,很经典(Rls adaptive filter algorithm of MATLAB, it is a classic)
- 2008-11-11 12:31:58下载
- 积分:1