登录
首页 » Visual C++ » kalman

kalman

于 2012-12-27 发布 文件大小:12581KB
0 247
下载积分: 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 个回复

  • Pointandsegment
    判断点和线段之间的关系,包括点在线段的上,点在线段的延长线,反向延长线,点在线段外四种情况(Judge the relationship between the point and line, including the point on the line, in line at the extension of reverse extension cord, and so on.)
    2013-01-08 14:54:18下载
    积分:1
  • windforceonvessel
    船舶荷载计算程序,可用于码头设计中船舶荷载的计算。(Ship load calculation procedures, can be used for ship loading terminal design calculations.)
    2007-07-30 10:05:29下载
    积分:1
  • Simpleequationstoachieve
    说明:  利用该方程组求解一般的线性方程组,别且符合数学求解原理(Using the equations of linear equations in general, do not and in accordance with principles of mathematics to solve)
    2010-04-22 10:38:10下载
    积分:1
  • 21
    说明:  用C语言编写多元线性回归方程,写得不好的地方请指教!(Using C language multiple linear regression equation, where poorly written, please advice!)
    2010-06-06 17:04:50下载
    积分:1
  • Riemann-problem
    一维黎曼问题,计算流体力学,C和Frotran预言代码(Riemann problem)
    2015-04-29 09:58:22下载
    积分:1
  • Adams-RK
    经典R-K法,通过它可以计算一些简单的常微分方程的数值解(Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations)
    2010-12-30 14:09:37下载
    积分:1
  • 764
    多物理场耦合软件采用有限元方法模拟表面等离子体激元,适合入门学习者(Multi-physics coupling software using the finite element method to simulate the surface plasmon, suitable for entry-learners)
    2012-09-14 00:14:22下载
    积分:1
  • ILU
    完成了复数矩阵的计算,采用了并行算法原理,较快速的处理了稀疏矩阵方程结构。(Completed a complex matrix computation, parallel algorithm principle, more rapid processing of the sparse matrix equation structure.)
    2010-12-29 10:11:50下载
    积分:1
  • ooptest
    C++实现的FFT,详细,简单,内含多个测试类(using C++ implements fft,including serials class)
    2013-12-12 23:22:05下载
    积分:1
  • 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
  • 696518资源总数
  • 105714会员总数
  • 27今日下载