GPS/INS基于位置松组合的卡拉曼滤波算法我要分享

Kalman filtering algorithm based on position loose combination for GPS / INS

数据融合算法 kalman kalman-松组合 gps/ins-matlab ins-gps

关注次数: 299

下载次数: 4

文件大小: 619KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

该程序基于MATLAB平台编写,实现了GPS/INS基于位置松组合的卡拉曼滤波算法,分为两部分,GPS_INS.m为组合算法主文件,输入捷联惯导平台实测数据,设置各量测噪声参数,在调用卡尔曼滤波函数进行数据融合校正,最后实现绘图功能;kalman_GPS_INS.m 为卡拉曼滤波程序,输入量测误差以及各噪声参数可得位置和速度估计值。


English Description:

The program is based on MATLAB platform, and realizes the Karaman filtering algorithm of GPS / INS based on position loose combination, which is divided into two parts: GPS and ins_ Ins. M is the main file of the integrated algorithm, which inputs the measured data of the strapdown inertial navigation platform, sets the measurement noise parameters, calls the Kalman filter function for data fusion correction, and finally realizes the drawing function_ GPS_ Ins. M is a Karaman filtering program. Position and velocity estimation can be obtained by inputting measurement error and noise parameters.


代码预览

data.mat

kalman_GPS_INS.m

GPS_INS.m