搜索资源列表

  1. 系统辨识

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

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

    0下载:
  2. 这是黑龙江大学自动控制专业杨易鹏同学用matlab编写的广义最小二乘算法!-Heilongjiang University automation Yang Yi Peng students using Matlab prepared by the generalized least squares algorithm!
  3. 所属分类:其它资源

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

    0下载:
  2. 广义最小二乘辨识的matlab实现,运行通过
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1716
    • 提供者:清凉恰恰
  1. systemidentification

    0下载:
  2. 最小二乘类算法(整批算法,递推算法,广义最小二乘算法)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5402
    • 提供者:周星
  1. 广义最小二乘法

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

  1. 广义预测控制

    0下载:
  2. 广义预测控制(GPC)是一种鲁棒性强、能够有效地克服系统滞后、可应用于开环不稳定非最小相位系统的先进控制算法,但由于它需要Diophantine方程计算、矩阵求逆和最小二乘的递推求解,因此计算量很大,本文针对此缺陷提出四种不基于对象模型且实时性高的广义预测控制快速算法
  3. 所属分类:分形几何

  1. 系统辨识

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

    • 发布日期:2024-05-28
    • 文件大小:7168
    • 提供者:陈镇静
  1. guangyizuixiaofangcha

    0下载:
  2. 这是黑龙江大学自动控制专业杨易鹏同学用matlab编写的广义最小二乘算法!-Heilongjiang University automation Yang Yi Peng students using Matlab prepared by the generalized least squares algorithm!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:杨易朋
  1. guangyi-zuixiaoerchengfa

    0下载:
  2. 用vc++实现广义的最小二乘法程序,朋友们可以看看,请多交流!-with vc achieve generalized least squares method procedures, and friends can look at the news conference exchanges!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-28
    • 文件大小:194560
    • 提供者:张梅风
  1. qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

    0下载:
  2. 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:2048
    • 提供者:罗坤
  1. zuixiaoerchengzaixitongbianshizhongdeyingyong

    0下载:
  2. 在Matlab/Simulink构造一缓慢时变线性系统。试根据系统的输入生产数据分别用带遗忘因子最小二乘法和广义最小二乘法辨识系统的参数。-in Matlab/Simulink constructed a slow time-varying linear systems. Examination under the input production data were used to bring the forgotten factor
  3. 所属分类:文档资料

    • 发布日期:2024-05-28
    • 文件大小:47104
    • 提供者:zhangyun
  1. guangyi_zuixiao_ercheng_bianshi

    0下载:
  2. 广义最小二乘辨识的matlab实现,运行通过-Generalized Least Squares Identification realize matlab, run through
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:清凉恰恰
  1. systemidentification

    0下载:
  2. 最小二乘类算法(整批算法,递推算法,广义最小二乘算法)-Category of least-squares algorithm (the whole batch algorithm, recursive algorithm, generalized least squares algorithm)
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-28
    • 文件大小:5120
    • 提供者:周星
  1. matlab

    0下载:
  2. 求反求参数(无约束非线性优化方法)的matlab实现 无约束非线性优化算法-Powell法优化子程序 matlab广义最小二乘算法程序-Reverse order parameter (unconstrained nonlinear optimization method) to achieve the matlab unconstrained nonlinear optimization algorithm-Powell me
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:80896
    • 提供者:杨静
  1. RGLS

    0下载:
  2. 广义最小二乘辨识(噪信比大的时候会收敛到局部极值,而非全局极值)-Generalized Least Squares Identification (noise than when the letter will converge to the local maximum, rather than the overall extremum)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:崔宇
  1. CLAPACK3-Windows

    0下载:
  2. LAPACK是用Fortran90和规定套路解决系统同步线性方程组,最小二乘解线性方程组,特征值问题,以及奇异值问题。相关的矩阵分解(陆,乔莱斯基,快速反应,分解,舒尔,广义Schur )也提供了,因为有关的计算,如重新安排的舒尔分解和估计条件号码。致密带状矩阵的处理,而不是一般稀疏矩阵。在所有领域,类似的功能是提供真正的和复杂的矩阵,在单,双精度-LAPACK is written in Fortran90 and provides
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:34160640
    • 提供者:Rocky
  1. leastsquares

    0下载:
  2. 1. 一般最小二乘法 3 1.1. 一次计算最小二乘算法 3 1.2. 递推最小二乘算法 3 2. 遗忘因子最小二乘算法 6 2.1. 一次计算法 6 2.2. 递推算法 6 3. 限定记忆最小二乘递推算法 9 4. 偏差补偿最小二乘法 11 5. 增广最小二乘法 13 6. 广义最小二乘法 15 7. 辅助变量法 17 8. 二步法 19 9. 多级最小二乘法 21 10. Yule
  3. 所属分类:文件格式

    • 发布日期:2024-05-28
    • 文件大小:1110016
    • 提供者:winwind
  1. zengguangLSM

    0下载:
  2. 广义最小二乘法 系统辨识的常用方法 可以更改阶数-system identification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:2048
    • 提供者:
  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例程

    • 发布日期:2024-05-28
    • 文件大小:647168
    • 提供者:爱你千百回
  1. analytic

    0下载:
  2. 系统辨识的一些方法,在线离线,最小二乘,广义最小二乘,递推,夏氏法,辅助变量法,增广矩阵法,等等(Some methods of system identification, online and offline, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:Eris马
« 12 3 4 »

源码中国 www.ymcn.org