算法为最小二乘参数估计的递推算法我要分享

The algorithm is recursive algorithm of least square parameter estimation

参数-辨识 参数估计

关注次数: 303

下载次数: 0

文件大小: 2K

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:此算法为最小二乘参数估计的递推算法。运行后得到辨识参数:a1= -1.4981, a2= 0.7038, b1= 1.0476, b2= 0.4704。


English Description:

This algorithm is a recursive algorithm of least squares parameter estimation. After running, the identification parameters are obtained: A1 = - 1.4981, A2 = 0.7038, B1 = 1.0476, B2 = 0.4704.


代码预览