基于 Matlab 的最小二乘法的仿真摘要:任何待讨论的对象都可以看成是一个系统。系统的数学模型是系统本质特征的数学抽象,是建立系统状态参数之间以及与外作用之间最主要的相互作用、相互制约的数学表达式。系统辨识是讨论建立系统数学模型的理论与方法它讨论的领域非常宽阔,包括自动控制、航天、航空、天文学、海洋、医学、生物学、生态学以及省会经济学等众多领域。本文主要介绍了系统辨识中最经典的数据处理方法最小二乘法,并将matlab用在最小二乘法的数据处理中。The Simulation Of Least Square Method Using Matlab关键字:最小二乘法 matlabAbstract:the object of study for any can be as a system。 Themathematical model of the system is the system of mathematics abstract nature, it is to establish the system state between the parameters of the function and between the most main, the interaction between a restraint mathematical expressions。System identification is research to establish a system of mathematical model theory and method of the field of study it is very wide, including automatic control, aerospace, aviation,astronomy, Marine, medicine, biology, ecology and provincial capital economics, etc. This paper mainly introduces the identification of the most classic of system data processing method, and the least square method with matlab in least square method of data processing.Key word:Least square method matlab引言 最小二乘法是一种以选用误差平方和最小为准则,来最佳拟合出符合实验数据约最优参数估量的数学方法.最小二乘法是一种经典的数据处理方法。在系统辨识领域中 ,最小二乘法是一种得到广泛应用的估量方法 ,可用于动态系统 ,静态系统 , 线性系统 ,非线性系统。可用于离线估量,也可用于在线估量.这种辨识方法主要用于在线辨识。在随机的环境下,利用最小二乘法时,并不要求观测数据提供其概率统计方面的信息,而其估量结果,却有相当好的统计特性。MATLAB 是由美国 mathworks 公司发布的主要面对科学计算、可视化以及交互式程序设计的高科技计算环境。它将数值分析、矩阵计算、科学数据可视化以...