登录
首页 » matlab » fcn_SR_KF

fcn_SR_KF

于 2014-02-14 发布 文件大小:4KB
0 233
下载积分: 1 下载次数: 16

代码说明:

  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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • diagonalization
    盲源分离中的J.F.Cardoso的对角化matlab源程序 (Blind Source Separation of JFCardoso diagonalization matlab source)
    2007-12-09 20:52:19下载
    积分:1
  • zuiyouhua-matlab-homework
    最优化课程matlab编程作业,大家下载的时候一定先看清题目要求(zuiyouhua matlab homework)
    2015-01-11 20:40:36下载
    积分:1
  • matlab
    汽车仿真关于汽车经济性的源代码,很不错的资料。(car )
    2010-07-12 12:24:47下载
    积分:1
  • minGS
    无约束一维极值问题 minGS 最小化代码(One-dimensional unconstrained extremum problem)
    2013-11-19 09:41:45下载
    积分:1
  • matlab-excelatable
    实现matlab中GUI excel与table控件的交互,内含包括uitable用法(Matlab interact with the GUI excel table controls, embedded usage including uitable)
    2014-01-16 11:25:37下载
    积分:1
  • GUIMATLABVIDEO
    好东东 教你轻松学会matlab的GUI界面设计(MATLAB GUI VIDEO)
    2009-12-17 21:01:31下载
    积分:1
  • commDetNMF
    本程序使用非负矩阵分解方法进行网络社区检测(detecting the community by using the NMF )
    2012-03-22 23:03:03下载
    积分:1
  • 1234435
    用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs(t,x,u) Unhandled flags case {2, 4, 9 } sys = [] Unexpected flags otherwise error([ Unhandled flag = ,num2str(flag)]) end mdlInitializeSizes function [sys,x0,str,ts]=mdlInitializeSizes sizes = simsizes sizes.NumContStates = 0 sizes.NumDiscStates = 0 sizes.NumOutputs = 3 sizes.NumInputs = 1 sizes.DirFeedthrough = 1 sizes.NumSampleTimes = 0 sys=simsizes(sizes) x0=[] str=[] ts=[] function sys=mdlOutputs(t,x,u) x11d=sin(pi*t/2) x21d=cos(pi*t) x31d=1 sys(1)=x11d sys(2)=x21d sys(3)=x31d )
    2012-10-19 11:43:12下载
    积分:1
  • tat-FYP
    说明:  类似QQ界面开发源程序。很好用。非常好!非常好!(QQ interface development similar source. Good use. Very good! Very good!)
    2011-03-25 17:10:16下载
    积分:1
  • 1DTFSF.m.tar
    TFSF FDTD in Matlab for 1D
    2011-08-26 09:02:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载