Kalman 滤波我要分享

Kalman filtering

关注次数: 297

下载次数: 0

文件大小: 267.61 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:Kalman Filter是一个高效的递归滤波器,它可以实现从一系列的噪声测量中,估计动态系统的状态。广泛应用于包含Radar、计算机视觉在内的等工程应用领域,在控制理论和控制系统工程中也是一个非常重要的课题。连同线性均方规划,卡尔曼滤波器可以用于解决LQG(Linear-quadratic-Gaussian control)问题。卡尔曼滤波器,线性均方归化及线性均方高斯控制器,是大部分控制领域基础难题的主要解决途径。


English Description:

Kalman filter is an efficient recursive filter, which can estimate the state of dynamic system from a series of noise measurements. It is widely used in engineering application fields including radar and computer vision, and it is also a very important subject in control theory and control system engineering. Together with lmsp, Kalman filter can be used to solve LQG (linear quadratic Gaussian control) problem. Kalman filter, linear mean square reduction and linear mean square Gaussian controller are the main solutions to the basic problems in most control fields.


代码预览

相关推荐