文件名称:code
介绍说明--下载内容均来自于网络,请自行研究使用
对于单输入单输出的系统(Single input single output,SISO)常采用最小二乘方法辨识系统的参数。最小二乘参数估计是一个经典的方法,概念简明,适应范围广,来源于数理统计的回归分析,它能提供一个在最小方差意义上与实验数据最好拟合的模型,在一些情况下,可得到与极大似然法一样好的统计效果,并能很方便地与其它辨识算法建立关系。在一定条件下,最小二乘法参数估计法有最佳的统计特性,即一致的、无偏的和有效的结果。本代码主要关于使用递推最小二乘辨识方法与增广最小二乘辨识方法辨识模型参数,采用高斯噪声作为系统的噪声。(For Single input Single output (SISO), the least squares method is used to identify the parameters of the system.
Least squares parameter estimation is a classic method, concept is concise, wide adaptation, derived from the regression analysis of mathematical statistics, it can provide a minimum variance sense the best fitting model with the experimental data, in some cases, the statistics can be obtained with the maximum likelihood method is as good effect, and can easily establish relations with other identification algorithm.
Under certain conditions, the least square parameter estimation method has the best statistical properties, namely consistent, unbiased and effective results.
This code mainly USES the method of recursive least squares identification method and the augmented least squares identification method to identify the model parameters, using gaussian noise as the noise of the system.)
Least squares parameter estimation is a classic method, concept is concise, wide adaptation, derived from the regression analysis of mathematical statistics, it can provide a minimum variance sense the best fitting model with the experimental data, in some cases, the statistics can be obtained with the maximum likelihood method is as good effect, and can easily establish relations with other identification algorithm.
Under certain conditions, the least square parameter estimation method has the best statistical properties, namely consistent, unbiased and effective results.
This code mainly USES the method of recursive least squares identification method and the augmented least squares identification method to identify the model parameters, using gaussian noise as the noise of the system.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code\RELS.m
code\RLS.m
code
code\RLS.m
code