扩展卡尔曼在多传感器融合中的实际应用我要分享

Application of extended Kalman filter in multi-sen

matlab 卡尔曼 扩展 应用 传感器 融合 实际

关注次数: 314

下载次数: 3

文件大小: 1.49 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明: 下面的 Matlab 代码实现扩展的卡尔曼滤波器导航系统示例,课程笔记第 8 节所述。代码分为两个主要部分: 一个模拟,生成车辆轨迹和观测的地标建筑, 扩展的卡尔曼滤波,作为输入的控制和观察的输入过程的模拟与估计车辆的位置、 方向和有效车轮半径中生成。


English Description:

The following Matlab code implements the extended Kalman filter navigation system example described in Section 8 of the course notes. The code is divided into two main parts: A simulation that generates a vehicle trajectory and observations of landmarks, An extended Kalman filter which takes as input the control and observation inputs generated during the simulation and estimates vehicle position, orientation and effective wheel radius.


代码预览