卡尔曼滤波算法我要分享

Kalman filter algorithm

卡尔曼滤波算法

关注次数: 193

下载次数: 1

文件大小: 1KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

卡尔曼于1960年提出了离散系统线性滤波的递推求解方法即卡尔曼滤波算法。该滤波算法是基于线性最小平方法的、进行有效递推计算的一组数学方程式,算法功能强大,支持对过去、现在和将来状态的估算。


English Description:

Kalman filter algorithm, a recursive solution method of linear filter for discrete systems, was proposed in 1960. The filtering algorithm is a set of mathematical equations for effective recursive calculation based on linear least square method. The algorithm has powerful functions and supports the estimation of past, present and future states


代码预览