Kalman滤波代码

时间:2013-06-08 04:41:08
【文件属性】:

文件名称:Kalman滤波代码

文件大小:3KB

文件格式:RAR

更新时间:2013-06-08 04:41:08

Kalman 卡尔曼 滤波

% Version 1.0, June 30, 2004 % % This tutorial function was written by Michael C. Kleder % % INTRODUCTION % % Many people have heard of Kalman filtering, but regard the topic % as mysterious. While it's true that deriving the Kalman filter and % proving mathematically that it is "optimal" under a variety of % circumstances can be rather intense, applying the filter to % a basic linear system is actually very easy. This Matlab file is % intended to demonstrate that. % % An excellent paper on Kalman filtering at the introductory level, % without detailing the mathematical underpinnings, is: % "An Introduction to the Kalman Filter" % Greg Welch and Gary Bishop, University of North Carolina % http://www.cs.unc.edu/~welch/kalman/kalmanIntro.html % % PURPOSE: % % The purpose of each iteration of a Kalman filter is to update % the estimate of the state vector of a system (and the covariance % of that vector) based upon the information in a new observation. % The version of the Kalman filter in this function assumes that % observations occur at fixed discrete time intervals. Also, this % function assumes a linear system, meaning that the time evolution % of the state vector can be calculated by means of a state transition % matrix.


【文件预览】:
Untitled11.m
kalmanf.m

网友评论

  • 下载之后,经过修改了几个bug之后跑通,资源可以参考,谢谢。
  • 以前帮一个同学下载的,测试代码效果很好。
  • Version 1.0, June 30, 2004。很好。
  • 对于初学者有一定参考价值,比较基本。
  • 对于初学者有一定参考价值,比较基本。
  • 钻研中,很有用。
  • 对我很有用 谢谢分享
  • 比较基本的kalman滤波程序,适合初学者学
  • 适合初学者
  • 比较基本的kalman滤波程序,适合初学者学习
  • 资料对我很有价值!
  • 有点小错误,但是整体很好,Matlab编的
  • 有一定的参考价值
  • 有参考价值。
  • 这个资料真的很有用,我通过参考这个kalman滤波程序,自己编写了自己的kalman滤波程序并且有很好的效果,谢谢楼主分享! .
  • 没什么可用的
  • 这个资料真的很有用,我通过参考这个kalman滤波程序,自己编写了自己的kalman滤波程序并且有很好的效果,谢谢楼主分享!