用Kalman滤波方法对单个目标航迹进行预测我要分享

Prediction of single target track by Kalman filter

关注次数: 309

下载次数: 2

文件大小: 152.00 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 该附件包括详细的理论说明和源程序。主要包括:情景假设,Kalman滤波原理介绍,问题分析,初始化,仿真计算与结果。 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据,对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。本文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。


English Description:

The appendix includes detailed theoretical explanation and source program. It mainly includes: scenario assumption, introduction of Kalman filtering principle, problem analysis, initialization, simulation calculation and results.


代码预览

相关推荐