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

搜索资源列表

  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
    • 文件大小:6.86kb
    • 提供者:陈镇静
  1. 最小二乘算法源程序代码

    8下载:
  2. 用于系统辨识的参数估计的最小二乘算法源程序代码
  3. 所属分类:matlab例程

  1. LS

    0下载:
  2. 最小二乘辨识算法,包括一次完成最小二乘和递推最小二乘算法以及PRBS的生成方法-LS
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:nicole
  1. RWLS

    0下载:
  2. 实现最小二乘算法进行系统辨识,并给出了图形。-To achieve least-squares algorithm for system identification, and gives the graphics.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.76kb
    • 提供者:weiwei
  1. algorithm

    0下载:
  2. 最小二乘辨识的五种算法:Bayes辨识程序,递推最小二乘,梯度校正最小二乘,增广最小二乘,最小二乘一次完成算法-Identification of the five least-squares algorithm: Bayes identification procedures, recursive least squares, least-squares gradient Calibration, Augmented least squares, least-squares algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.65kb
    • 提供者:马凯蒂
  1. sysideks

    0下载:
  2. 基于加权最小二乘辨识的自适应极点配置算法-adaptive control based on system identification & pole-placement
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:661byte
    • 提供者:刘峰
  1. LMS

    1下载:
  2. 简单的最小二乘逼近算法,用于系统辨识,方便修改噪声参数和系统参数,为系统辨识和仿真作业的源代码。-Simple least-squares approximation algorithm for system identification to facilitate the modification of system parameters and noise parameters for the system identification and simulation of the sourc
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.49kb
    • 提供者:lsw_hit
  1. ols

    2下载:
  2. 正交最小二乘辨识算法 该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数-OLS Orthogonal Least Quares. [x, ind] = OLS(A,b,r) gives the solution to the least squares problem using only the best r regressors chosen from the ones present in matrix A. This
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:4.68kb
    • 提供者:王詹
  1. zuixiaoerchengsuanfabianshi

    0下载:
  2. 输入信号采用4阶M序列的二阶系统的最小二乘一次完成算法辨识程序-Input signal using M sequence of order 4 second-order system least squares algorithm for a complete identification process
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:6.84kb
    • 提供者:史晓茹
  1. my_LS

    0下载:
  2. 最小二乘辨识系统模型参数的算法,可以用于辨识离散模型的参数-Least squares algorithm for model parameter identification system can be used to identify the parameters of the discrete model
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:659byte
    • 提供者:金鑫
  1. MINO-RLS

    0下载:
  2. 系统辨识与自适应控制 最小二乘辨识算法增广广义最小二乘算法-System identification. algorithm for the augmented generalized least squares
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.14kb
    • 提供者:xiangwei
  1. rls

    0下载:
  2. 最小二乘辨识算法,使用MATLAB编程实现-ls algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11.48kb
    • 提供者:biantao
  1. chap2_06_RLS

    0下载:
  2. RLS最小二乘改进算法,能够根据输入输出数据辨识系统参数-Least Squares RLS improved algorithm, the system parameters according to the identification of the input and output data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:697byte
    • 提供者:bishanshan
  1. canshubianshi

    0下载:
  2. 把待辨识的过程看作“黑箱”,它只考虑过程的输入输出特性,而不强调过程的内部机理,用递推最小二乘估计算法对系统参数进行辨识-Process to be identified as a " black box" , it considers only the input and output characteristics of the process, rather than emphasis on the internal mechanism of the process, to
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.71kb
    • 提供者:王彬
  1. canshubainshi

    1下载:
  2. 广义最小二乘的算法结构,广义最小二乘递推的每一步用两步递推算法,先把噪声参数和模型参数均给个初值,然后第一步先假设噪声参数已知,用最小二乘估计出模型参数,第二步再用最新的模型参数来估计噪声参数,如此循环直到辨识精度达到指定要求或者可用数据用完为止-Generalized least squares algorithm structure, generalized recursive least squares every step of the two-step recursive algori
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:9.7kb
    • 提供者:邢高
  1. min-identification

    0下载:
  2. 最小二乘辨识算法程序,完成最小二乘辨识功能-Least squares identification algorithm program, complete least squares identification function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:83.44kb
    • 提供者:jiahuiliu
  1. DLS

    0下载:
  2. 这里面是递推阻尼最小二乘辨识算法,主要用于系统辨识,参数估计,非线性系统建模以及系统工程领域。-There is a recursive damped least squares identification algorithm, mainly used for system identification, parameter estimation, nonlinear system modeling and system engineering.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:654byte
    • 提供者:李磊伟
  1. AM_RLS

    0下载:
  2. 实现辅助模型最小二乘和经典最小二乘的仿真算法比较,有辨识误差比较图(The comparison of the simulation algorithms between the least squares and the classical least squares of the auxiliary model has the error comparison diagram of identification.)
  3. 所属分类:mathematica

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:lhh
  1. 自适应控制(有突变无阶次辨识)

    0下载:
  2. 带遗忘因子的递推最小二乘参数估计以及带有辅助变量的广义最小方差自校正控制算法及结果,源码可找我要(Recursive Least Squares Parameter Estimation with Forgetting Factor and Generalized Minimum Variance Self-Tuning Control Algorithm with Auxiliary Variables and Results)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-07
    • 文件大小:632kb
    • 提供者:爱你千百回
  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
    • 文件大小:20kb
    • 提供者:pamtx%26977085
« 12 3 4 5 »
搜珍网 www.dssz.com