-
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
-
print
各种Matlab的输出函数,对应各种算法的输出函数(to print different figures using different algorithms.)
- 2013-04-22 19:29:03下载
- 积分:1
-
deflection-curve
简支梁受均布荷载为常数。试用MATLAB编程,
1) 求剪力方程并绘出剪力图 ;
2) 求弯矩方程并绘出弯矩图 ;
3) 求转角方程并绘出转角图 ;
4) 求挠度方程并绘出挠度图 ;
(The Charpy by uniformly distributed load is constant. Trial MATLAB programming, 1) and shear equation and draw the shear diagram 2) Find the moment equation and draw the bending moment diagram 3) Find the angular equation and draw the corner Figure 4) Find the deflection equation and draw the deflection diagram )
- 2013-05-17 05:45:38下载
- 积分:1
-
teigeng_v14
包括AHP,因子分析,回归分析,聚类分析,PLS部分最小二乘工具箱,对信号进行频谱分析及滤波。( Including AHP, factor analysis, regression analysis, cluster analysis, PLS PLS toolbox, The signal spectral analysis and filtering.)
- 2016-11-08 23:15:00下载
- 积分:1
-
偏微分方程数值解法中用C-N格式求解抛物型方程程序
偏微分方程数值解法中用C-N格式求解抛物型方程程序(Numerical solution of partial differential equations using CN format procedures for Solving Parabolic Equations)
- 2010-05-13 19:52:58下载
- 积分:1
-
matlab_example
实例1:三角函数曲线(1)
实例2:三角函数曲线(2)
实例3:图形的叠加
实例4:双y轴图形的绘制
实例5:单个轴窗口显示多个图形
实例6:图形标注
实例7:条形图形
实例8:区域图形
实例9:饼图的绘制
实例10:阶梯图
实例11:枝干图
实例12:罗盘图
实例13:轮廓图
实例14:交互式图形
实例15:变换的傅立叶函数曲线
实例16:劳伦兹非线形方程的无序活动
实例17:填充图
例18:条形图和阶梯形图
实例19:三维曲线图
实例20:图形的隐藏属性
实例21PEAKS函数曲线
实例22:片状图
实例23:视角的调整
实例24:向量场的绘制
实例25:灯光定位
实例26:柱状图
实例27:设置照明方式
实例28:羽状图
实例29:立体透视(1)
实例30:立体透视(2)
()
- 2008-05-07 13:38:39下载
- 积分:1
-
A3
说明: Function files in MATLAB for engineering constants for a lamina with a given arbitrary fiber orientation and given values of material data in the principal material directions.
- 2011-01-27 07:13:57下载
- 积分:1
-
LFR
Source code for line followe Robot... aslo going to upload Schametic
- 2009-05-15 04:23:09下载
- 积分:1
-
231226
空间后方交汇求解相机外方位元素,变量如下
% x,y 控制点像点坐标
% X,Y,Z 控制点空间坐标
%f焦距
%X0,Y0,Z0,a,b,c六个外方位元素
%x0,y0,-f内方位元素:光心坐标
%cha,chb,chc:外方位角元素改正数
%count 记录迭代次数
%R 旋转矩阵
%A 线性化的偏导系数矩阵
%L 常数项矩阵
%M0 外方位元素矩阵
%M1 外方位元素改正数矩阵(meeting space for rear camera position outside elements, as follows% variable x, y control point pixel coordinates% X, Y, Z coordinates control room focal length f%% X0, Y0, Z0, a, b, c 6 exterior orientation elements% x0, y0,- f position within elements : Optical Center coordinates% cha, chb, chc : Foreign elements azimuth correction% record count the number of iterations rotation matrix R%% A linear partial derivative of the coefficient matrix% L constant Matrix% M0 Orientation% M1 matrix elements of exterior orientation correction matrix)
- 2006-11-09 14:26:51下载
- 积分:1
-
Lyapunov_Lorenz
定义法计算计算Lorenz系统lyapunov指数,结果比较精确!
可以改为任意3维动力系统的lyapunov指数的计算程序!(Define of the method to calculate the Lorenz system lyapunov index, accurate results!
Can be changed to any 3-dimensional dynamical systems lyapunov index calculation program!)
- 2013-03-24 22:51:28下载
- 积分:1