搜索资源列表
广义最小二乘法
- 广义最小二乘法也是为了改善噪声e(k)为有色噪声时,采用最小二乘和加权最小二乘辨识系统参数为有偏估计的问题。其基本思想是:引入一个所谓白化滤波器,把相关噪声e(k)转化为白噪声v(k),从而达到应用最小二乘法无偏估计的目的。
最小二乘法实现的labview仿真系统辨识程序
- 这是一个利用最小二乘法实现的labview仿真系统辨识程序。,this is a labview program
xitongbianshi.rar
- 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。,Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
RELS
- 增广最小二乘法参数估计,系统辨识,针对含有输出噪声的SISO模型。-Augmented least squares parameter estimation, system identification, aimed at containing the output noise of the SISO model.
xitongbianshi
- 应用一般最小二乘法与递推式最小二乘法对二阶系统进行参数辨识-RLS
system_identification
- 系统辨识的实验代码,包括产生白噪声程序、各种最小二乘法程序等等,包含所有源代码,用C++写的。-Experimental system identification code, including the generation of white noise process, a variety of least squares procedures, etc., including all source code, using C++ written in.
yang_RBF
- 一种最小二乘法的RBF神经网络,用于对复杂系统的辨识研究-A least squares method of RBF neural network for identification of complex systems research
MSLS
- MSLSⅠ多步递推最小二乘法 Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别对系统参数和模型参数进行估计。 -MSLS Ⅰ recursive least squares multi-step Msls three steps on the system and noise model identification, the use of pulse sequence as a supplementary s
SystemParameterIdentification
- 用广义最小二乘法辨识气动实验系统的参数,并采用最终误差预报估计模型阶次-Generalized Least Squares Identification of aerodynamic parameters of experimental system, using the final prediction error of the estimated model order
lizi1
- 采用白噪声作为输入信号,用递推最小二乘法来进行系统辨识-Using white noise as input signal, using recursive least squares method for system identification
First_Order
- 应用最小二乘法对一阶系统进行辨识,得到相应的参数-Least square method the first order system identification, the corresponding parameters
Second_Order
- 应用最小二乘法对二阶系统进行辨识,得到相关参数-Application of least squares, second order system identification, are relevant parameters
sysrecognition
- 最小二乘法系统辨识,包括系统阶次的辨识等,希望大家喜欢-Least squares system identification, including the identification of system order and so on, hope you like
fuzzycontrol
- 采用最小二乘法进行系统辨识,本例是一个简短的例程序。-System identification using the least square method, in this case is a short example program.
batchML2
- 递推最小二乘法 系统辨识 参数辨识 matlab仿真-Recursive least squares method
TLS
- 我们提出了一个MATLAB工具箱,它可以解决与总最小二乘法(TLS)建模相关的基本问题。通过举例说明了如何用TLS方法求解: 线性回归模型 非线性回归模型 三维空间中的拟合数据 动力系统辨识 这个工具箱需要另外两个函数,这些函数已经在MATLAB中央文件交换中发布了。这些功能将被安装到计算机通过配套安装包的requirefexpackage包括TLS包。详情请参阅readme.txt文件。 作者:Ivo Petras,Dagmar Bednarova,Tomas Skovranek,
异步电机电机最小二乘法参数辨识——离散系统
- 在Simulink平台上对离散系统下的异步电机进行参数辨识,并对电流环进行闭环控制(In the Simulink platform, the induction motor parameters are identified under the discrete system, and the closed-loop control of the current loop is carried out)
RLS系统辨识
- 包含各种最小二乘法系统辨识程序,效果较好,可以用来辨识系统(System Identification Programs Containing Various Least Square Methods)
最小二乘
- 最小二乘法进行参数辨识,主要在系统辨识方面应用。(Least square method for parameter identification)
系统辨识最小二乘法
- 系统辨识最小二乘法,里面有相关的代码和原理