CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - recursive least squares

搜索资源列表

  1. ditui

    0下载:
  2. 这个程序是递推最小二乘法,,每取得一次新的观测数据后,就在前一次估计结果的基础上,利用新引入的观测数据对前次估计的结果,根据递推算法进行修正,从而递推地得出新的参数估计值-This procedure is recursive least squares method, for each new observation data, the previous estimated on the basis of the results, the introduction of the new obs
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:704
    • 提供者:张凤云
  1. yiwangyizi

    0下载:
  2. 有遗忘因子的最小二乘,递推最小二乘的缺点是常常出现数据饱和,新加入的数据对参数向量的更新作用不大,加如遗忘因子可很好的解决这一问题-Forgetting factor least squares, recursive least squares drawback is often saturated data, new data on the update of the parameter vector, such as the forgotten factor can be a good so
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:518
    • 提供者:张凤云
  1. KrlsOn

    0下载:
  2. Kernel Recursive Least Squares Algorithm source codes
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:26049
    • 提供者:alexander
  1. RLS1234567890

    0下载:
  2. Recursive least squares递归最小二乘算法-Recursive least squares
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:136251
    • 提供者:zh
  1. RLS

    0下载:
  2. 递推最小二乘算法,只适合单入单出,用于建模中的参数辨识,-Recursive least squares algorithm, Single Input Single Output, parameter identification
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:2670
    • 提供者:王昊明
  1. GS2

    1下载:
  2. 采用递推最小二乘法在时域范围内辨识传递函数-Recursive least squares method identification in the time domain transfer function
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:2001
    • 提供者:张书桂
  1. LS1

    0下载:
  2. 系统辨识最小二乘法估计,递推最小二乘法估计,辅助变量法估计,广义最小二乘法估计等-System identification least squares estimation, recursive least squares estimation, instrumental variable method estimated generalized least squares estimation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1344
    • 提供者:
  1. System-identification

    0下载:
  2. 系统辨识作业 考虑如下模型 z(k)-1.5z(k-1)+0.7z(k-2)=u(k-1)+0.5u(k-2)+v(k) 其中v(k)是均值为0,方差为1的白噪声。根据模型生成数据,采用递推最小二乘法对模型参数进行辨识,要求绘出各参数随时间的变化曲线。 -"System identification" computer test 。Consider the following model Z (k) to 1.5 of z (k- 1)+ 0.7 z (k- 2) = u (k-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:72923
    • 提供者:liming
  1. bianshi

    0下载:
  2. 基本最小二乘估计递推算法matlab实现及绘图,以及生成M序列-Basic recursive least squares estimation algorithm and M series
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1878
    • 提供者:刘文静
  1. rls

    1下载:
  2. 这个程序关于语音信号的消噪,实现了一个基于递归最小二乘法的自适应噪声抵消器-This program about the speech signal de-noising, implements a recursive least squares based adaptive noise canceller
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:771
    • 提供者:fangzhou
  1. RLS-

    0下载:
  2. 这个程序关于语音信号的消噪,实现了一个基于递归最小二乘法的噪声抵消器-This program about the speech signal de-noising, implements a recursive least squares method based on a noise canceller
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:541
    • 提供者:fangzhou
  1. RLSwangsave

    1下载:
  2. 针对现场工业数据,实现状态空间模型的递推最小二乘算法的辨识-For on-site industrial data to achieve state-space model identification recursive least squares algorithm
  3. 所属分类:matlab

    • 发布日期:2015-06-02
    • 文件大小:1024
    • 提供者:wangya
  1. LSPE

    0下载:
  2. 提供了几种最小二乘法程序包括:批处理最小二乘参数估计,递推最小二乘参数估计,遗忘因子递推最小二乘参数估计,递推增广最小二乘参数估计。-Provides several least squares procedures include: Batch least squares parameter estimation, recursive least squares parameter estimation, forgetting factor recursive least squares pa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2909
    • 提供者:精木
  1. matlab

    1下载:
  2. test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随
  3. 所属分类:Other systems

    • 发布日期:2016-06-04
    • 文件大小:445440
    • 提供者:yurong
  1. osp2e-matlab_func

    0下载:
  2. this about dsp for Recursive Least-Squares (RLS) Estimators
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:540273
    • 提供者:niema
  1. Untitled1-1

    0下载:
  2. 利用matlab编写的最小二乘法的递推算法仿真程序-Matlab prepared using recursive least squares algorithm simulation program
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1377
    • 提供者:张兴超
  1. SD-LMS-RLS

    0下载:
  2. this simulation does the steepest descent algorithm, least nean square and the recursive least squares estimation of the parameters of a system
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1278
    • 提供者:Funmilayo
  1. xitongbianshi

    0下载:
  2. 基于Matlab的递推最小二乘辨识,代码中涉及到的数据根据需要更改-Matlab-based recursive least squares identification code related to the data changes as needed
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:566
    • 提供者:zhuying
  1. chap2

    2下载:
  2. 关于单输入单输出的递推最小二乘辨识程序和多入多输出的递推最小二乘辨识程序-About the single input single output recursive least squares identification procedures and more into the output of the recursive least squares identification procedures
  3. 所属分类:matlab

    • 发布日期:2016-12-16
    • 文件大小:10240
    • 提供者:胡蓓蓓
  1. LS1

    0下载:
  2. 系统辨识作业,M序列作为输入信号,分别利用递推最小二乘法,递推辅助变量法,广义最小二乘法进行估计-System identification operations, M sequence as input signals, respectively, the use of recursive least squares method, the recursive instrumental variable method, generalized least squares estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:HaoQiu
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com