搜索资源列表
kalmanfilter(C)
- 这个是卡尔曼滤波(kalman filter)C程序!
卡尔曼滤波C程序
- 卡尔曼滤波的C程序代码,若有喜欢的,可以下载并欢迎交流
KF
- 卡尔曼滤波算法的C语言程序,使用时请结合具体状态方程-Kalman Filter based on c
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
EKF
- 上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行-When the graduate writing program of the extended Kalman filter (EKF), with the test example, the implementation can be compiled
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
KalmanFilter.EKF
- 卡尔曼滤波器实现的开源程序,用c++和m语言写的,可以作为参考。-Kalman filter implementation, open source abroad, and m with c++ language, and can be used as reference.
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
kalman
- 卡尔曼滤波的完整C++源代码,非常全,内含matlab相关的程序,使用时请结合具体状态方程。-Kalman filtering the complete source code, very full.
kalman-filtering
- 卡尔曼滤波matlab程序及c语言程序,你值得拥有!-Kalman filter matlab, c language program, you deserve!
kalman-filtering(CPP-C-and-MATLAB)
- 一个对卡尔曼滤波的详细介绍并附有C++,C和matlab仿真程序-a very good introduction for kalman filtering with C++,C and matlab process
KalmanWithOutMathDemo
- C#版卡尔曼算法,不需要依赖math包,包含示例程序-C# version of the Kalman algorithm does not depend on math package contains sample programs
纯c语言实现卡尔曼滤波
- 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
UKF
- 无迹卡尔曼滤波程序,编程语言为C++,软件为Clion(Unscented Kalman filter)