登录
首页 » Visual C++ » Kalman

Kalman

于 2020-11-24 发布 文件大小:5254KB
0 194
下载积分: 1 下载次数: 3

代码说明:

  GPS_SINS integrated navigation Calman filtering algorithm, loose coupling, VC++ programming, MFC interface.(Calman filter algorithm for GPS_SINS integrated navigation)

文件列表:

Kalman
......\area.cpp,198,2008-08-09
......\area.h,71,2008-06-06
......\buffer.cpp,8153,2008-08-09
......\buffer.h,8175,2015-11-09
......\data
......\....\markov.txt,216269,2008-07-24
......\....\α.txt,12459,2008-07-25
......\....\δVx.txt,8617,2008-07-25
......\....\φ.txt,12351,2008-07-25
......\....\平台误差角α.txt,12468,2008-07-25
......\....\纬度误差φ.txt,12370,2008-07-25
......\....\速度误差δVx.txt,8622,2008-07-25
......\Debug
......\.....\area.obj,5061,2015-11-10
......\.....\BuildLog.htm,7688,2015-11-10
......\.....\Kalman.exe,274517,2015-11-04
......\.....\Kalman.exe.embed.manifest,2048,2015-11-10
......\.....\Kalman.ilk,526644,2015-11-04
......\.....\Kalman.obj,36139,2015-11-10
......\.....\Kalman.pch,13697024,2015-11-10
......\.....\Kalman.res,8084,2015-11-02
......\.....\MainFrm.exe,1331318,2015-09-26
......\.....\MainFrm.ilk,1712500,2015-09-26
......\.....\MainFrm.obj,34860,2015-11-10
......\.....\Observe.obj,19912,2015-11-10
......\.....\Select.obj,25530,2015-11-10
......\.....\StdAfx.obj,336996,2015-11-10
......\.....\vc60.idb,271360,2015-11-09
......\.....\vc60.pdb,397312,2015-11-04
......\.....\vc80.idb,723968,2015-11-10
......\.....\vc80.pdb,700416,2015-11-10
......\DRGPS





......\.....\截图07.jpg,122094,2008-06-18
......\DRGPS.txt,0,2015-11-03
......\Kalman.aps,30460,2015-11-16
......\Kalman.clw,3542,2015-11-16
......\Kalman.cpp,4254,2015-11-02
......\Kalman.dsp,5292,2008-06-18
......\Kalman.dsw,520,2008-05-19
......\Kalman.h,1356,2008-05-19
......\Kalman.ncb,91136,2015-11-16
......\Kalman.opt,144896,2015-11-16
......\Kalman.plg,853,2015-11-04
......\Kalman.rc,13688,2015-11-02
......\Kalman.sln,876,2015-11-11
......\Kalman.vcproj,11029,2015-11-10
......\Kalman.vcproj.hb-PC.hb.user,1407,2015-11-11
......\KalmanDoc.cpp,15342,2015-11-11
......\KalmanDoc.h,2321,2008-08-10
......\KalmanView.cpp,16395,2008-08-13
......\KalmanView.h,2472,2008-08-12
......\Kalmanx3.txt,722,2008-06-14
......\Kalmanxe3.txt,719,2008-06-14
......\MainFrm.cpp,6202,2015-11-02
......\MainFrm.dsp,3475,2015-09-26
......\MainFrm.dsw,539,2015-09-26
......\MainFrm.h,1466,2008-08-05
......\MainFrm.ncb,117760,2015-11-10
......\MainFrm.opt,49664,2015-11-04
......\MainFrm.plg,751,2015-09-26
......\MainFrm.vcproj,4794,2015-11-10
......\matrix.cpp,29129,2008-08-11
......\matrix.h,8324,2015-11-10
......\matrix.txt,10947,2008-08-11
......\Observe.cpp,1159,2008-06-18
......\Observe.h,1165,2008-06-18
......\Qk.txt,275,2008-08-04
......\ReadMe.txt,4311,2008-05-19
......\Release
......\res

......\...\Kalman.rc2,398,2008-05-19


......\resource.h,1524,2008-08-05
......\Select.cpp,1498,2008-06-10
......\Select.h,1190,2008-06-10
......\StdAfx.cpp,208,2015-11-02
......\StdAfx.h,1054,2008-05-19
......\vfunc.cpp,16100,2008-08-11
......\vfunc.h,9880,2008-08-10
......\平台误差角α.txt,10398,2015-11-10
......\平台误差角β.txt,10454,2015-11-10
......\平台误差角γ.txt,10153,2015-11-10
......\最后一个值.txt,180,2008-06-18
......\状态估计值.txt,185,2008-08-06
......\纬度误差φ.txt,12120,2015-11-10
......\经度误差λ.txt,12193,2015-11-10
......\经度误差φ.txt,0,2008-08-09
......\速度误差δVx.txt,8598,2015-11-10
......\速度误差δVy.txt,8393,2015-11-10
......\陀螺随机漂移.txt,12882,2015-11-10

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

发表评论

0 个回复

  • Virtual-function
    本示例描述了虚函数的使用规则和注意事项,并且说明了纯虚函数的意义。(The rule and attention for the virtual function are described in the demo, and the significance of virtual function is presented.)
    2011-09-12 15:24:09下载
    积分:1
  • svm_dense_dalal
    说明:  svm的VC代码,内容较多,不依赖libsvm,也不依赖opencv,可以自行修改程序(The VC code, SVM more, do not rely on libsvm content, does not depend on opencv, can modify the program itself)
    2011-03-28 14:33:12下载
    积分:1
  • ListDemo
    CListCtrl控件的一个例子,教你学会控件的使用方法,如何设置等基础技巧,例子运行效果请看截图,其它的就不多说了,有需要的就下载源码吧,VC6.0可直接编译。(CListCtrl control an example to teach you how to control the use of methods, how to set up basic skills such as, for example, run effect see screenshot, the other is not to say, there is a need to download the source code it, VC6.0 compiled directly.)
    2013-04-16 19:04:19下载
    积分:1
  • hongwai
    红外控制 51单片机开发 红外解码 以及红外控制电机的正反转(hongwai stc89c52)
    2012-07-21 10:50:39下载
    积分:1
  • VB代码管家_201500722【源代码】
    说明:  各种编程说明,很多控件的用法,以及很多实用的小程序(Various programming instructions The use of many controls, as well as many practical applets)
    2019-03-12 09:08:57下载
    积分:1
  • RawSocket
    说明:  网络安全编程,VC++环境,原始套接字,源代码文件,某些系统可能不支持原始套接字,这只是一个原理性的说明(Network security programming, VC++ environment, raw sockets, source code files, some systems may not support raw sockets, this is only a schematic description of)
    2010-03-27 20:40:30下载
    积分:1
  • 164
    标准串口和模拟串口4位164动态数码管显示程序 1.CPU :89C51 晶振2MHz 2.在proteus上仿真通过 3. 测试时将部分语句屏蔽 (Standard serial and analog serial 4 164 dynamic digital tube display program 1.CPU: 89C51 crystal 2MHz 2. The proteus simulation through 3 will be part of the statement shield test)
    2013-05-25 15:29:25下载
    积分:1
  • Control
    VC编写Excel表格,增加,修改,删除,同时进行数据库的操作(visual c++ read writeexcel sheet,add ,delete,update excel field,and insert data base)
    2016-10-19 14:25:06下载
    积分:1
  • MFC 简单Modbus RTU
    使用VS2013的MFC编写的一个简单Modbus RTU的单命令控制Demo,能够实现继电器的开和关(A single command control demo of a simple Modbus RTU written in MFC of VS2013 enables relay opening and closing)
    2018-09-24 21:55:13下载
    积分:1
  • ColorProcess121
    可以过滤颜色进行图形变化的 ,。(can filter changes color graphics,.)
    2007-05-16 17:17:59下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载