用于智能天线中自适应的移动目标的跟踪,其中有卡尔曼滤波的源代码
上传时间: 2015-11-07
上传用户:kr770906
最小生成树问题 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)利用克鲁斯卡尔算法求网的最小生成树。 (2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值。
上传时间: 2015-11-10
上传用户:jhksyghr
根据二维空间内目标作匀速直线运动和匀速圆周运动的特点,在建立目标运动模型和观测模型的基础上采用基于交互多模算法(IMM)的卡尔曼滤波器对机动目标进行跟踪。仿真结果表明,该算法不仅能够对匀速直线运动和匀速圆周运动的目标进行跟踪,而且在运动模型发生变化时,滤波误差也比较小。 关键词:卡尔曼滤波器;目标跟踪;机动;交互多模(IMM)
上传时间: 2013-12-17
上传用户:lixinxiang
雷达数据预测,包括航迹仿真、卡尔曼滤波等
标签: 雷达数据
上传时间: 2015-11-14
上传用户:13215175592
通信系统仿真应用,卡尔曼滤波器 实现语言:C语言
上传时间: 2014-01-12
上传用户:ljmwh2000
以组合大视场星敏感器的卫星自主导航方法为例,设计改进的广义卡尔曼滤波算法,通过仿真,可以看出该算法对减小采样周期所带来的轨道误差有很好效果。
上传时间: 2013-12-14
上传用户:h886166
随着这些年计算机硬件水平的发展, 计算速度的提高, 源自序列蒙特卡罗方法的蒙特卡罗粒子滤波方法的应用研究又重新活跃起来。本文的这种蒙特卡罗粒子滤波算法是利用序列重要性采样的概念, 用一系列离散的带权重随机样本近似相 应的概率密度函数。由于粒子滤波方法没有像广义卡尔曼滤波方法那样对非线性系统做线性化的近似, 所以在非线性状态估计方面比广义卡尔曼滤波更有优势。在很多方面的应用已经逐渐有替代广义卡尔曼滤波的趋势。
上传时间: 2014-09-10
上传用户:671145514
目标跟踪,程序利用卡尔曼滤波器实现了对机动目标的跟踪。效果较好的运动模型。
标签: 目标跟踪
上传时间: 2013-12-03
上传用户:qq21508895
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
基于2D和红外的异类传感器的数据融合算法,滤波器选用EKF扩展卡尔曼滤波
上传时间: 2013-12-30
上传用户:我干你啊