登录
首页 » matlab » kf_eg

kf_eg

于 2011-01-24 发布 文件大小:2KB
0 186
下载积分: 1 下载次数: 91

代码说明:

  matlab例程,卡尔曼滤波程序,位置速度等预测,自己修改后的代码,易懂,可行,供初学者参考(example for kalman filter for gps)

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

发表评论

0 个回复

  • rescreenshotrecordings
    here to import the pictures and how to segment the picture. how to add the noise. some screen shots will be added this file.
    2013-10-01 23:39:48下载
    积分:1
  • 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
  • CA
    说明:  一个用MATLAB实现的CA滤波模型,适合初学者,文件不长稍微有点基础的都能看懂(A the CA filter model using MATLAB, for beginners, file does a little bit of foundation can understand)
    2012-10-09 16:53:53下载
    积分:1
  • s-function函数
    说明:  解决倒立摆中非线性化问题,使用s-function函数,输入为控制量为u(In order to solve the nonlinear problem of inverted pendulum, the S-function function is used, and the input is u)
    2020-11-22 22:43:18下载
    积分:1
  • xigaTwoEdgeCracks
    Extended Isogeometric code for analysis of plates with two edge cracks.
    2014-11-09 13:31:05下载
    积分:1
  • matlab
    通过matlab代码实现整首音乐的播放,是实现音乐播放的功能(Matlab code by the entire music playback, music playback function to achieve)
    2014-11-26 12:25:31下载
    积分:1
  • MMVDAyuMVDRboshuxingchengbijiao
    MVDR与改进的MVDR方法数字波束形成比较(the comparisom of the method of MVDR and its improved method MMVDR to realeze beamforming)
    2020-11-20 16:49:37下载
    积分:1
  • pipei
    matlab单枝节阻抗匹配单枝节阻抗匹配单枝节阻抗匹配(One minor impedance matching matlab)
    2013-11-20 21:51:08下载
    积分:1
  • matlab
    Stephen J.Chapman《MATLAB 编程(第二版)》英文影印版的中文译本(Stephen J. Chapman " MATLAB Programming (Second Edition)" copy version of the Chinese translation of the English)
    2010-08-18 16:40:21下载
    积分:1
  • power_SOFC
    Grid connected fuel cell simulink model
    2013-11-22 19:58:10下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载