登录
首页 » Visual C++ » kalman

kalman

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

  • sanzhuyuan
    平面波展开法计算二维三组元周期结构的带隙特性。(Plane wave expansion method for calculation of two dimensional three groups yuan cycle structure of the band gap characteristic)
    2021-04-17 17:08:52下载
    积分:1
  • Allocation-problem
    用计算机编程的方法建立试卷的合理分配问题的优化模型(Optimization model to establish the papers a reasonable allocation problem with computer programming methods)
    2013-03-14 21:05:15下载
    积分:1
  • bp
    说明:  c++编程bp神经网络,用c++语言编写的bp神经网络(C++ programming bp neural network, bp neural network written in c++ language.)
    2018-04-28 15:09:52下载
    积分:1
  • RSM
    响应面方法的一个例子,二阶响应面,使用正交矩阵法求解(rsm algorithms )
    2009-11-10 22:32:19下载
    积分:1
  • synthesis-of-mechanism
    对于给定的一组轨迹点,用优化方法实现铰链四杆机构轨迹复演。优化方法为共轭梯度法。(For a set of track points,we use a optimization method to optimize the track of Hinge four-bar mechanism. The optimization method is conjugate gradient.)
    2011-06-23 15:42:20下载
    积分:1
  • catch
    用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载!!(Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !)
    2009-05-16 11:56:39下载
    积分:1
  • fft
    FFT快速傅里叶变换,用于数字信号处理,大大提高了运行速度,节省内存开销。C语言实现(FFT fast Fourier transform for digital signal processing, greatly improving the speed and save memory overhead. C language)
    2011-05-30 00:54:58下载
    积分:1
  • LU
    说明:  这是LU分解法求线性方程组的资料,讲解了LU分解的原理及过程,非常实用(LU decomposition seeking linear equations to explain the principles and process of the LU decomposition, very practical)
    2012-08-26 09:59:07下载
    积分:1
  • fit_line
    //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) (//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
    2005-08-24 04:40:23下载
    积分:1
  • mgjyxl
    第一个把专家青睐的数学模型技术(NNM 算法模型)引入词汇记忆软件中,并取得了巨大的成功。NNM 算法模型与经典的“艾滨豪斯遗忘曲线”真正的融合于一体,使得该著名的理论在计算机与数学模型下第一次得到了淋漓尽致的发挥。(First a mathematical model of the popular technology expert (NNM algorithm model) the introduction of vocabulary learning software, and has achieved great success. NNM algorithm model and the classic " Ai Bin House forgetting curve" true integration in one, making the well-known theory in computer and mathematical models has been most vividly the first time under play.)
    2011-07-23 17:03:32下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载