CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 最小二乘法参数辨识

搜索资源列表

  1. 广义最小二乘法

    6下载:
  2. 广义最小二乘法也是为了改善噪声e(k)为有色噪声时,采用最小二乘和加权最小二乘辨识系统参数为有偏估计的问题。其基本思想是:引入一个所谓白化滤波器,把相关噪声e(k)转化为白噪声v(k),从而达到应用最小二乘法无偏估计的目的。
  3. 所属分类:matlab例程

  1. olsmatlab

    2下载:
  2. 最小二乘法的Matlab参数辨识程序(含实例)-Matlab least squares method of parameter identification procedures (including examples)
  3. 所属分类:matlab

    • 发布日期:2014-12-29
    • 文件大小:9901
    • 提供者:晓柳
  1. lsm

    1下载:
  2. 递推最小二乘法,根据最小二乘法改变,可以辨识参数-LSM
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1056
    • 提供者:晨宇
  1. Second_Order

    0下载:
  2. 应用最小二乘法对二阶系统进行辨识,得到相关参数-Application of least squares, second order system identification, are relevant parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:840
    • 提供者:lili161711
  1. MATLAB_based_parameter_identification_and_simulati

    0下载:
  2. 基于MATLAB的最小二乘法参数辨识与仿真-MATLAB-based parameter identification and simulation of least squares
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:232791
    • 提供者:王新雨
  1. batchML2

    0下载:
  2. 递推最小二乘法 系统辨识 参数辨识 matlab仿真-Recursive least squares method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4463
    • 提供者:xwx
  1. Identifi-cation-of-Inducti-on-Motors

    0下载:
  2. 为减小感应电机转动惯量对机械特性的影响 ,基于最小二乘法 ,引入开关控制器 ,构建了一种新 型的最小二乘参数辨识器 -To reduce the infl uence tha t the vari ai on of the inertiato the mechani cal characteristics of induction moto r , a new identifier based on the Recursive L eat Square salgorithm is propo
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:328907
    • 提供者:Mr_hourao
  1. FFRLS

    0下载:
  2. 这是一个遗忘因子递推最小二乘法的辨识程序,可辨识系统参数。-This is a forgotten factor recursive least square mathod to identify the system parameters.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:seecloudy
  1. Hammerstein-RLS

    2下载:
  2. 这是Hammerstein系统加输入死区的递推增广最小二乘法参数辨识程序,可以运行。-This is a plus input recursion system Hammerstein dead Augmented least squares method parameter identification program can be run.
  3. 所属分类:matlab

    • 发布日期:2016-08-05
    • 文件大小:2048
    • 提供者:李磊伟
  1. bianshi

    0下载:
  2. 递推最小二乘法辨识参数 MATLAB例程(Recursive least square method to identify parameters)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:zou0
  1. 异步电机电机最小二乘法参数辨识

    10下载:
  2. 以定子电压和电流为输入,用最小二乘法对异步电机进行参数辨识,包括定子电阻,转子电阻,定子电感,定转子互感。(With the stator voltage and current as the input, the parameters of the induction motor are identified by the least square method, including stator resistance, rotor resistance, stator inductance,
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:47104
    • 提供者:EDCHENG
  1. 异步电机电机最小二乘法参数辨识 电压输入

    7下载:
  2. 在matlab/Simulink平台上进行,异步电机应用最小二乘法的参数辨识,给定电压参考值。(In the matlab/Simulink platform, the induction motor is applied to the parameter identification of the least square method, given the voltage reference value.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:38912
    • 提供者:EDCHENG
  1. 异步电机电机最小二乘法参数辨识——离散系统

    5下载:
  2. 在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)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:35840
    • 提供者:EDCHENG
  1. code

    1下载:
  2. 对于单输入单输出的系统(Single input single output,SISO)常采用最小二乘方法辨识系统的参数。最小二乘参数估计是一个经典的方法,概念简明,适应范围广,来源于数理统计的回归分析,它能提供一个在最小方差意义上与实验数据最好拟合的模型,在一些情况下,可得到与极大似然法一样好的统计效果,并能很方便地与其它辨识算法建立关系。在一定条件下,最小二乘法参数估计法有最佳的统计特性,即一致的、无偏的和有效的结果。本代码主要关于使用递推最小二乘辨识方法与增广最小二乘辨识方法辨识模型参数,
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:M.R.J.
  1. chap2

    0下载:
  2. 系统辨识算例(批处理最小二乘法,递推最小二乘法,遗忘因子最小二乘法等参数估计)(Example of system identification)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:烽火连成
  1. Maybethisone

    0下载:
  2. 系统辨识,根据最小二乘法,辨识出系统参数,达到优化参数的效果。(.System identification, according to the least squares method, identify the system parameters, to achieve the effect of optimization parameters)
  3. 所属分类:matlab例程

  1. classical PI model

    0下载:
  2. 使用一般PI模型拟合非线性曲线,最小二乘法参数辨识,逆模型前馈(The general PI model is used to fit the nonlinear curve, the least square parameter identification, and the inverse model feedforward.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:zjqhdu
  1. zuixiaoercheng

    2下载:
  2. 两种对二阶系统进行参数辨识的最小二乘算法,一种可以直接得到输入输出之间的传递函数,一种可以解出线性的差分方程各系数,再反解得到传递函数。附带的一个二阶系统的模型,可以自行下载导入输入输出数据进行试验。(Two kinds of least square algorithm for parameter identification of second-order system, one can directly get the transfer function between input and
  3. 所属分类:matlab例程

    • 发布日期:2020-05-19
    • 文件大小:20480
    • 提供者:pamtx%26977085
  1. 最小二乘法参数拟合

    0下载:
  2. 运用增广递推最小二乘法对给出模型的参数进行辨识
  3. 所属分类:matlab例程

  1. 参数辨识

    4下载:
  2. 使用最小二乘法对永磁同步电机进行参数辨识,在simulink中搭建了永磁同步电机模型,然后使用s函数写了最小二乘法。(Use the least square method to identify the parameters of the permanent magnet synchronous motor, build a permanent magnet synchronous motor model in simulink, and then use the s function to
  3. 所属分类:matlab例程

    • 发布日期:2021-03-31
    • 文件大小:125952
    • 提供者:景恒波
« 12 3 4 »
搜珍网 www.dssz.com