搜索资源列表
KalmanFiltering
- 卡尔曼滤波算法C++,采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。
kalmanfilter(C)
- 这个是卡尔曼滤波(kalman filter)C程序!
卡尔曼
- c语言编写的卡尔曼滤波器算法,可用于对信号进行滤波处理-prepared by the Kalman filter algorithm can be used to signal filtering
kalman_c
- 卡尔曼滤波算法,C语言例程,卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全及包含雜訊的测量中,估计动态系统的状态-EDOM way the XY axis gyroscope specifications. X-/Y-Out Pins: 2000 °/s full scale range 0.5mV/°/s sensitivity X/Y4.5Out Pins: 440 °/s full scale range 2.27mV/°/s sensitivity
KF
- 卡尔曼滤波算法的C语言程序,使用时请结合具体状态方程-Kalman Filter based on c
kalman
- 在C++语言中利用OpenCV插件 进行卡尔曼滤波-Using OpenCV to achieve a kalman filtering
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
Kalmtool
- 是卡尔曼滤波算法的源代码,采用c语言实现。-Kalman filter algorithm are the source code using c language implementation.
kalman
- 卡尔曼滤波使我们经常使用的数据处理方法。该程序运用C语言实现了卡尔曼滤波过程,得到我们理想的统计数据,其中的精度和初值可以根据需要修改。-Kalman filter so that the frequently-used data processing methods. The program using C language to implement the Kalman filter process, get our ideal statistical data, the initial v
kalman_c
- 卡尔曼滤波的c语言程序,解释也比较详细,应该能看的懂,用于信号处理-Kalman filter c language program, a more detailed explanation should be able to see to understand, for signal processing
Simple-Kalman-Filter-in-C
- C语言编写的小程序,主要功能是仿真卡尔曼滤波算法。-Small program written in C, the main function is to simulate the Kalman filter algorithm.
Kalman-filtering
- 给出了卡尔曼滤波c语言程序,并通过运行验证,菜鸟入门,希能对大家有所帮助-Kalman filtering
car6
- C++编写 卡尔曼滤波+动态波形图绘制。很好的应用程序-kerman calculation and drawing control
rkf45
- 关于卡尔曼滤波的汇编程序采用c++编译通过非常实用-Kalman filter on the assembly process by using c++ compiler is very useful
UKF
- 无迹卡尔曼滤波算法的c语言。网上找到的,貌似是老外编的,蛮不错的。-unscented kalman filter code of visual c.
karman
- 卡尔曼滤波的C程序,主要用于对多输入多输出系统的数据拟合以及数据滤波-The Kalman Filter Algorithm
Kalman
- 卡尔曼滤波的c程序源码,通过对函数的参数进行设置便可应用于自己的工程-Kalman filter c program source code, to set the parameters of the function can be applied to their own engineering
KalmanFilter_C
- 卡尔曼滤波算法及C语言实现。其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。-Kalman filter algorithm and C language. The basic idea is: a state-space model of the signal and noise, the first time to estimate the present moment observat
kalman
- 用C语言和C++实现卡尔曼滤波算法,可供参考,只要有矩阵的运算和下次值的最新估算。-Kalman filter algorithm using C language and C++, for reference, the latest estimates as long as the value of matrix operations and the next.
Kalman
- 卡尔曼滤波的C语言实现,可用于估测电池soc等(C language implementation of Calman filter)