登录
首页 » Others » ekf

ekf

于 2011-10-21 发布 文件大小:4KB
0 241
下载积分: 1 下载次数: 66

代码说明:

  ekf滤波器程序,用于导航方面的。用MATLAB写的。还行(ekf filter program, used for navigation. Written using MATLAB. Okay)

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

发表评论

0 个回复

  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • zhongxinchazhao
    此源码是基于matlab编写的关于查找图像中图形的个数,及查找每个图形的重心并显示。(This source code is written in matlab based on the number of graphic image search, and find the center of each graph and display.)
    2010-07-08 09:39:17下载
    积分:1
  • lagrange
    说明:  lagrange插值 快捷计算插值,挺好的.(lagrange interpolation quick calculation of interpolation, quite good.)
    2008-11-19 10:55:26下载
    积分:1
  • Allan--variance
    该程序能够通过使用Allan方差算法来分析陀螺噪声。(The program can be through the use of Allan variance algorithm to analyze the gyro noise.)
    2020-11-30 20:29:28下载
    积分:1
  • dc-buck-boost
    dc buck boost converter in power
    2013-12-10 22:36:10下载
    积分:1
  • beamforming
    介绍了近场波束形成的实现方法 以及利用三维扫描得到目标方位的方法(Describes the method as well as near-field beam forming method using three-dimensional orientation of the scanned target)
    2020-11-18 10:29:39下载
    积分:1
  • 03_02_EKF_UKF_Bearing_Only_Tracking
    EKF UKF Bearing Only Tracking
    2009-09-07 23:01:15下载
    积分:1
  • HMM_Forward
    根据隐马尔可夫模型,利用马尔可夫链前向算法,用于估值问题。(HMM-FORWARD )
    2021-04-21 16:28:49下载
    积分:1
  • Numerical-Methods-in-Engineering-with-MATLAB
    Description of tools and methods in Matlab that can be applied in the Engineering.
    2013-12-10 07:07:42下载
    积分:1
  • mkf_demo4
    关于卡尔曼滤波的matlab工具箱,里面有好几个,大家可以参考(Kalman filter on matlab toolbox, which has quite a few, everyone can refer to)
    2007-09-04 09:36:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载