搜索资源列表
Kalman Filtering(2E)
- 介绍kalman(卡尔曼)滤波器的英文文章 Kalman Filtering:Theory and Practice Using MATLAB, Second Edition-introduced Tracking (Kalman) filter English texts Kalman Filtering : Theory and Practice Using MATLAB, Second Edition
faspt_mlb
- 卡尔曼滤波器设计的一个例子,包括详细的说明文档-Kalman filter design in a case, including the detailed documentation
kalmanl
- 使用matlab实现的卡尔曼滤波器,并绘出滤波前后的信号波形-use Matlab to achieve the Kalman filter, the filter and draws before and after the signal waveform
ExtendedKalmanfilteforintegratedglobalpositioning_
- 国外关于GPS与INS组合导航的一篇新文章,涉及到GPS数据与INS数据的融合,卡尔曼滤波器设计和仿真思路-abroad on GPS and INS navigation combination of a new article, relate to the GPS data with the INS data fusion, Kalman filter design and simulation ideas
Kalman3
- kalman滤波用于目标二维运动情况下的蒙特卡罗法仿真跟踪滤波器-Kalman filter for 2-D movement of the Monte Carlo simulation tracking filter
kaermanmubiaogenzong
- 根据二维空间内目标作匀速直线运动和匀速圆周运动的特点,在建立目标运动模型和观测模型的基础上采用基于交互多模算法(IMM)的卡尔曼滤波器对机动目标进行跟踪。仿真结果表明,该算法不仅能够对匀速直线运动和匀速圆周运动的目标进行跟踪,而且在运动模型发生变化时,滤波误差也比较小。 关键词:卡尔曼滤波器;目标跟踪;机动;交互多模(IMM) -two-dimensional space under target for uniform linear motion and uniform circula
jiyuIMMjidongmubiaodegengzhousuanfa
- 机动目标的跟踪问题一直是人们研究的重点,实现机动目标精确跟踪,首要解决的问题就是使所建立的目标运动模型与实际的目标运动模型匹配。目前常用的有多模型(MM),交互式多模型(IMM),切换模型等。多模型方法就是对一组具有不同机动模型分别进行Kalman滤波,最终的参数估计是各滤波器估计值的加权和;在多模型基础上,Shalom提出了交互式多模型方法,这一方法对无序目标的机动检测,显示了更好的鲁棒性和跟踪的稳定性;切换模型则是分别建立机动和非机动运动模型,利用机动检测实现在这两个模型之间的切换。一般来说
Kalman
- 这个是卡尔曼滤波器的源码,主要用于视频序列的预测跟踪。