登录
首页 » Visual C++ » kalman

kalman

于 2012-12-27 发布 文件大小:12581KB
0 260
下载积分: 1 下载次数: 100

代码说明:

  实现卡尔曼滤波算法,可以进行参数估计、插值、滤波和预报(The Kalman filter algorithm, parameter estimation, interpolation, filtering and prediction)

文件列表:

kalman

......\Debug
......\.....\BuildLog.htm,22796,2012-07-11
......\.....\kalman.bsc,7556096,2012-07-11
......\.....\kalman.exe,155758,2011-04-19
......\.....\kalman.exe.embed.manifest,2048,2011-07-12
......\.....\kalman.exe.embed.manifest.res,2112,2011-07-12
......\.....\kalman.ilk,235408,2011-04-19
......\.....\kalman.obj,22842,2012-07-11
......\.....\kalman.pch,28639232,2012-07-11
......\.....\kalman.pdb,410624,2011-04-19
......\.....\kalman.res,22804,2012-07-11
......\.....\kalman.sbr,0,2012-07-11
......\.....\kalmanDlg.sbr,0,2012-07-11
......\.....\matrix.sbr,0,2012-07-11
......\.....\StdAfx.obj,466335,2012-07-11
......\.....\StdAfx.sbr,3356842,2012-07-11
......\.....\vc60.idb,246784,2012-07-11
......\.....\vc60.pdb,380928,2011-04-19
......\.....\vc90.idb,904192,2012-07-11
......\.....\vc90.pdb,2076672,2012-07-11
......\.....\数据.txt,30,2012-07-11
......\.....\滤波结果.txt,13,2012-07-11
......\kalman.aps,57312,2012-07-11
......\kalman.clw,2076,2012-07-11
......\kalman.cpp,2060,2010-07-20
......\kalman.dsp,4628,2012-07-11
......\kalman.dsw,520,2010-07-20
......\kalman.h,1325,2010-07-20
......\kalman.ncb,58368,2012-07-11
......\kalman.opt,53760,2012-07-11
......\kalman.plg,1593,2012-07-11
......\kalman.rc,7178,2012-07-11
......\kalman.sln,877,2012-07-11
......\kalman.sln.old,876,2011-07-12
......\kalman.vcproj,7897,2012-07-10
......\kalman.vcproj.8.00.old,7833,2011-07-12
......\kalman.vcproj.GUANHJ07.lenovo.user,1413,2012-07-11
......\kalman.vcproj.sfz-PC.sfz.user,1409,2011-07-12
......\kalmanDlg.cpp,12743,2012-07-11
......\kalmanDlg.h,1501,2011-04-19
......\matrix.cpp,5631,2012-07-11
......\matrix.h,1174,2010-07-20
......\res

......\...\kalman.rc2,398,2008-07-08
......\...\MISC1106.ICO
......\Resource.h,1418,2010-07-20
......\StdAfx.cpp,208,2010-07-20
......\StdAfx.h,1054,2010-07-20
......\UpgradeLog.XML,2497,2012-07-10
......\_UpgradeReport_Files
......\....................\UpgradeReport.css,3348,2012-07-10
......\....................\UpgradeReport.xslt,12505,2008-01-11
......\....................\UpgradeReport_Minus.gif
......\....................\UpgradeReport_Plus.gif
......\数据.txt,101,2010-07-22
......\滤波结果.txt,336,2010-07-22

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

发表评论

0 个回复

  • Rectangle
    根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide set and get functions for the length and width attributes. The set functions should verify that length and width are each integer numbers larger than 0 and less than 20. c. Write draw function to display the Rectangle: in Assignment1. ) d. Write a driver program to test class Rectangle.)
    2012-10-24 23:54:51下载
    积分:1
  • zjbhydm
    正交变换源程序,带vc工程。 学习正交变换算法的有力工具。(Orthogonal transformation source code, with vc works. Orthogonal transformation algorithm to learn a powerful tool.)
    2008-04-01 22:53:07下载
    积分:1
  • kabg
    α-β-γ滤波函数,可实现对等间隔的观测数据进行滤波估计。(α-β-γ filter function design by C language. Complete the filter evaluation function for equidistant discrete data.)
    2013-08-19 16:40:24下载
    积分:1
  • GEAR
    用吉尔方法积分一阶微分方程组的初值问题。(Gill method with integral equations of first order initial value problem.)
    2021-03-08 11:29:28下载
    积分:1
  • shuzhifenxi
    北京航空航天大学硕士研究生数值分析课的第一次大作业,用幂法反幂法求取矩阵的最大最小特征值(Minimum and maximum eigenvalue of the first graduate of Beijing University of Aeronautics and Astronautics numerical analysis class job, using the power method matrix inverse power law to strike)
    2012-12-05 22:07:01下载
    积分:1
  • 4block
    2D single bin packing 问题的4Block算法(4-Block Algorithm for 2D single bin packing Problem)
    2009-04-07 14:26:16下载
    积分:1
  • nijie
    六轴工业机器人的逆运动学,采用VC++进行编程自动求解(inverse of 6-dof industrial robot)
    2020-12-25 12:19:04下载
    积分:1
  • gershdisc
    用来画多输入多输出系统的格式带,输入是矩阵形式(draw gershgorin)
    2012-06-04 13:29:25下载
    积分:1
  • zuixiaojiaocha
    偏最小二乘法中的交叉有效性计算,看看,可能有用(PLS cross-validity of the calculation, see, may be useful)
    2008-05-13 21:14:08下载
    积分:1
  • matrix
    C++中矩阵运算的实现 nr3.h为其他的书籍代码,测试环境为VS2008(Achieve C++ in matrix operations nr3 code for other books)
    2014-10-16 10:25:43下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载