搜索资源列表
KalmanFiltering
- 卡尔曼滤波算法C++,采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。
卡尔曼
- c语言编写的卡尔曼滤波器算法,可用于对信号进行滤波处理-prepared by the Kalman filter algorithm can be used to signal filtering
kalman5
- 卡尔曼滤波算法在TI TMS320C6713 DSP上的实现 具有较高应用价值-Kalman filter algorithm on the TI TMS320C6713 DSP to achieve high value
KF
- 卡尔曼滤波算法的C语言程序,使用时请结合具体状态方程-Kalman Filter based on c
Kalman2
- 卡尔曼滤波的的算法,采用singer模型,可以应用于目标的跟踪,数据的平滑等多方面,算法效果较好-Kalman filter algorithm, using singer model, can be applied to target tracking, data smoothing and other aspects, algorithms, better-performing
kalman
- 这是卡尔曼滤波算法用在数据融合中的程序实现,还包含了数据读入模块,在windows vc++ 6.0环境下测试没有问题,对于用卡尔曼做数据融合研究非常有帮助-This is the Kalman filter algorithm used in data fusion procedure to achieve, but also contains the data read into the module, in the windows vc++ 6.0 test environment the
kalman
- 卡尔曼滤波算法的简单实现,里面包含如何用C++编写白噪声。-Kalman filter algorithm simple to achieve, which include how to use C++ to prepare white noise.
RtwMatrix
- GPS惯性导航系统,解压后会有5M,这是我利用C#针对嵌入式WinCE做的一个GPS/惯性导航系统的组合定位软件,包括了卡尔曼滤波算法(含矩阵控件),界面显示,GPS串口接受,滤波结果输出以及WinCE应用调试控件,超强吧!直接下载可以在Visual.Net下调试使用-GPS inertial navigation system, after decompression will be 5M, which I use C# for embedded WinCE do a GPS/inertial
IMU003
- 对基于弹载IMU/C:PS组合导航系统的动基座对准问题进行了研究与仿真 首先,分析了弹载IMU与GI S的系统误差,建立获得了其系统误差模型 然后,利用卡尔曼滤波技术,设计了弹载IMU/UPS组合导航系统的动基座对准算法 -Based on onboard IMU/C: PS Integrated Navigation System Alignment conducted a study and simulation first analyzed onboard IMU and GI S of
2007102318148533
- 解压后会有5M,这是我利用C#针对嵌入式WinCE做的一个GPS/惯性导航系统的组合定位软件,包括了卡尔曼滤波算法(含矩阵控件),界面显示,GPS串口接受,滤波结果输出以及WinCE应用调试控件,超强吧!直接下载可以在Visual.Net下调试使用 -After decompression there 5M, which I use C# for embedded WinCE do a GPS/inertial navigation system integrated positioning s
Simple-Kalman-Filter-in-C
- C语言编写的小程序,主要功能是仿真卡尔曼滤波算法。-Small program written in C, the main function is to simulate the Kalman filter algorithm.
Balance_Kalman
- 卡尔曼滤波算法的C语言函数,效果大大的好啊-the descr iption of kalman filter
卡尔曼滤波算法及C语言代码
- 卡尔曼滤波算法及C语言代码详细介绍了卡尔曼滤波的基本原理及C语言的编程算法
卡尔曼滤波算法C语言实现
- 数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理, Kalman滤波是目前应用最为广泛的滤波方法, 在通信, 导航, 制导与控制等多领域得到了较好的应用
卡尔曼滤波与PID算法
- 卡尔曼滤波和PID算法,可以在C++模拟,也可以移植到单片机平台(Calman filtering and PID algorithm)
KalmanFiltering
- 扩展卡尔曼滤波算法C语言实现:实现对二维状态变量的预测及跟踪。包括卡尔曼滤波初始化函数,负责初始化状态变量的值,过程噪声,测量噪声,以及状态转移矩阵。 卡尔曼滤波函数负责对状态变量进行迭代滤波,整个过程包括状态预测,协方差预测,测量预测,计算卡尔曼增益,状态量更新,协方差更新。(To realize the prediction and tracking of two dimensional state variables. It includes the initialization func
卡尔曼滤波算法
- 卡尔曼滤波算法 无人机 四轴飞行器 源码(Calman filtering algorithm UAV Four axis aircraft Source code)
卡尔曼滤波C代码分析
- 卡尔曼滤波算法C语言以及解析。可进行变形,助于全场定位(Calman filter algorithm C language and analysis. It can be deformed and help to locate the whole field)
KF
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)C++实现编程(Calman filter is a "optimal recursive data processing algorithm" (optimized autoregressive data processing algorithm) C++ implementation programming.)
卡尔曼滤波算法C语言实现
- 卡尔曼滤波的c语言算法实现(Implementation of C language algorithm based on Calman filter)