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

搜索资源列表

  1. 系统辨识

    3下载:
  2. 系统辨识中的各种辨识算法:如最小二乘法、递推最小二乘法、广义最小二乘、变遗忘因子递推算法等。-System Identification of identification algorithm : if the least-squares method, recursive least squares method, generalized least squares, changing the forgotten factor algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7023
    • 提供者:陈镇静
  1. rls_rels

    1下载:
  2. 这是黑龙江大学自控理论专业同学编写的二段递推最小二乘法!-This is the theory of controlled Heilongjiang University students prepared by the professional noticing recursive least squares method!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:999
    • 提供者:杨易朋
  1. Squre2

    0下载:
  2. 对于多项式y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n 用递推最小二乘法来估计上式中的b0, b1, ..., bn-for polynomial y (i) = b0 b1 b2 * x * x * b3 ^ 2 x ^ 3 ...... bn * x ^ n recursive least squares method used to estimate the on-belts, b1, ..., bn
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:Zhang
  1. zuixiaoercheng

    1下载:
  2. 自适应控制,自校正控制系统参数估计matlab程序,利用递推最小二乘法进行系统参数估计-Adaptive control, self-tuning control system parameters estimated matlab procedures, the use of recursive least squares method for system parameter estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:630
    • 提供者:刘雨相
  1. bianshi

    1下载:
  2. 利用递推最小二乘法(Rls)的过程模型辨识,-The use of recursive least squares (Rls) the process of model identification,
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:994
    • 提供者:mark
  1. rls_ident

    5下载:
  2. 在matlab/simulink下用S-function实现了用递推最小二乘法的系统在线辨识,对象是开关磁阻电动机,在转矩和转速可测的前提下,得出转动惯量,摩擦系数和负载转矩的在线辨识。-In the matlab/simulink using S-function realization of the recursive least squares method using the system online identification, the target is switched rel
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:760
    • 提供者:范卫东
  1. chap6_03_VB_GPC_NoIden

    0下载:
  2. 基于VB环境下的递推增广最小二乘法参数估计-VB Environment Based on Recursive Extended Least Squares Parameter Estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:18835
    • 提供者:吴昊
  1. lsm

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

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

    1下载:
  2. 运用递推最小二乘法对传感器建模仿真并对其惊醒补偿-Recursive least squares method using modeling and simulation of sensor and compensate for its wake
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1364
    • 提供者:未决
  1. data4_11sudu

    0下载:
  2. 增广递推最小二乘法系统辨识,包括阶次判定的过程-System identification, order determination
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:2102
    • 提供者:gaochao
  1. MATLAB_based_parameter_identification_and_simulati

    0下载:
  2. 基于MATLAB的递推最小二乘法辨识与仿真,很实用-MATLAB-based parameter identification and simulation, very useful
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:160227
    • 提供者:王新雨
  1. erbu

    0下载:
  2. 此程序是基于二步最小二乘法,运用递推算法。-This procedure is based on two-step least square method, the use of recursive algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:856
    • 提供者:侯宁
  1. duoji

    0下载:
  2. 此程序是基于多级最小二乘法,运用递推算法。-This procedure is based on the multi-stage least squares method, the use of recursive algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:956
    • 提供者:侯宁
  1. xi5

    0下载:
  2. 阻尼递推最小二乘法,用于系统辨识,效果良好-Damped least square method, used for system identification, the effect is good
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1111
    • 提供者:郭一
  1. batchML2

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

    • 发布日期:2017-04-04
    • 文件大小:4463
    • 提供者:xwx
  1. identify-model-order-by-RLSaF-Test

    1下载:
  2. 递推最小二乘法(RLS)及基于F-Test的模型阶次辨识,也是系统识别课上的实验。本文件包括matlab源代码以及实验报告,适合学生~-Recursive least squares (RLS) and based on F-Test of the model order identification. This document includes matlab source code and test reports for students ~
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:375723
    • 提供者:
  1. 递推最小二乘法实现及推广

    0下载:
  2. 最小二乘递归算法仿真及其推广应用,很好地实现了最小二乘法(Least square recursive algorithm simulation and its popularization and application, the least square method is well realized.)
  3. 所属分类:matlab例程

  1. rls

    3下载:
  2. simulink的递推最小二乘法用s文件编译的(The recursive least square method of Simulink is compiled with s file)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:20480
    • 提供者:sky123123
  1. Untitled

    3下载:
  2. 最小二乘法锂电池模拟,带遗忘因子的递推最小二乘法模拟。(The least squares method is used to simulate lithium battery and recursive least square method with forgetting factor.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:祈之羽
  1. 最小二乘法参数拟合

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

« 12 3 4 »
搜珍网 www.dssz.com