CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 递归最小二乘

搜索资源列表

  1. recursionls

    0下载:
  2. 系统辨识二阶递推最小二乘算法实现。对数据进行了归一化的预处理,并且对原始数据进行一次采样-Second-order recursive least squares system identification algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1169
    • 提供者:Nicole
  1. rls_AR_pred

    0下载:
  2. 使用基本的递归最小二乘算法来预测实值AR过程信号-use basic RLS algorithm to predict real-valued AR process
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1071
    • 提供者:wangjun
  1. RLS1234567890

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

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

    0下载:
  2. 递归最小二乘算法,来至MIT大学的wingate教授,含3个源码-rls.m- Basic recursive least squares. qr_rls.m- Square-root version of RLS using a QR decomposition. bqr_rls.m- Block square-root version of RLS using a QR decomposition (you can add multiple rows at a time).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1571
    • 提供者:jiang
  1. FIR_RLS

    0下载:
  2. 实现FIR型的递归最小二乘算法自适应滤波器,能够根据参数选择,程序稳定性好。-Realize the FIR adaptive filter recursive least squares algorithm, according to the parameter selection, a good program stability.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1399
    • 提供者:刘鹏波
  1. MIMO_OFDM-RLS

    0下载:
  2. MIMO-OFDM系统中一种改进的递归最小二乘(RLS)信道估计方法可以在不需要任何信道统计信息的前提下,利用前导训练序列和自适应遗忘因子对信道状态参数进行估计。-The modified recursion lest squares (RLS) channel estimation method exploits preamble training sequences and adaptive forgetting factor to estimate channel state par
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-02
    • 文件大小:960069
    • 提供者:zhangjg
  1. ELS_almda

    0下载:
  2. 利用矩阵最小二乘的辨识结果作为递归最小二乘的初值,进行系统辨识-Identification using matrix least squares RLS as a result of the initial value, system identification
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:914
    • 提供者:剑花潇湘
  1. Low-Complexity-

    0下载:
  2. 本文提出了一种低复杂度的变遗忘因子机制用于递归最小二乘恒模约束算法中来抑制干扰。改进的方法通过恒模代价函数的时间平均来调节遗忘因子,从而更快地跟踪干扰并抑制,该文章计算量低,收敛速度快。-This paper presents a low complexity variable forgetting factor recursive mechanism for lscm constraint method to suppress interference. Improved methods be
  3. 所属分类:Development Research

    • 发布日期:2017-05-19
    • 文件大小:5315659
    • 提供者:刘金强
  1. RLS

    0下载:
  2. 基于RLS算法的数据预测与MATLAB实现—— 递归最小二乘(RLS)算法是一种典型的数据处理方法,递归最小二乘(RLS)算法在信号自适应滤波分析中广泛应用,递归最小二乘(RLS)算法收敛速度快,且对自相关矩阵特征值的分散性不敏感,然而其计算量较大。-RLS algorithm based on forecast data and MATLAB realization Recursive Least Squares (RLS) algorithm is a typical method
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:唐凯
  1. Affine-projection-algorithm

    0下载:
  2. 在有色输入下,仿射投影算法(APA)由于具有比最小均方(LMS)算法更快的收敛速度和比递归最小二乘(RLS)算法更低的复杂度而受到青睐。-The APA better improves the convergence rate compared with the LMS-type filters, especially in the case of coloured input signals.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:7779
    • 提供者:西门吹雪
  1. LMS_RLS

    0下载:
  2. lms与rls算法比较,MATLAB 程序仿真,比较两种自适应滤波算法。最小均方(LMS)、递归最小二乘(RLS)(LMS and RLS algorithm comparison, MATLAB program simulation, comparison of two adaptive filtering algorithm. Least mean square (LMS) and recursive least squares (RLS))
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:diandian_liu
  1. LRS

    0下载:
  2. RLS 递归最小二乘滤波器算法!!!!!!!!!!!!!!!!!!!!!(Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimize a weighted linear least squares cost function relating to the input signals. This approach is in
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:清微
  1. 3

    3下载:
  2. 对基于LMS(最小均方)、NLMS(归一化最小均方)、RLS(递归最小二乘)算法的自适应噪声抵消系统进行MATLAB仿真,发现这几种算法都能从高背景噪声中有效地抑制干扰提取出有用信号,显示出了良好的的收敛性能,相比之下RLS算法去噪效果较好,呈现出更快的收敛速度,更强的稳定性和抑噪能力(the principle of LMS (minimum mean square), NLMS (normalized least mean square), RLS (recursive least squa
  3. 所属分类:书籍源码

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:321手背后
  1. FFT

    1下载:
  2. 本文从高速数字信号处理器的特点、自适应滤波器的原理及主要应用领域入手,介绍了自适应滤波器的基本理论思想,具体阐述了自适应滤波器的基本原理、算法及设计方法。本文中,对两种最基本的自适应算法,即最小均方误差(LMS)算法和递归最小二乘(RLS)算法进行了详细的介绍和分析,并针对两种算法的优缺点进行了详细的比较。最后用DSP实现了自适应滤波器。实验结果表明,该自适应滤波器滤波效果优越。(Starting from the characteristics of high-speed digital si
  3. 所属分类:DSP编程

  1. DOEMOMO3

    0下载:
  2. 递归最小二乘滤波器算法,包含对于单频正弦信号和实际语音信号的处理结果()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:1456128
    • 提供者:matcix
  1. sa_ex8_9

    0下载:
  2. 递归最小二乘(RLS)算法 智能天线 matlab仿真代码(Matlab simulation of RLS algorithm smart antenna)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:edelman
  1. SLSL90

    0下载:
  2. 递归最小二乘滤波器算法,包含对于单频正弦信号和实际语音信号的处理结果()
  3. 所属分类:大数据

    • 发布日期:2018-04-29
    • 文件大小:1456128
    • 提供者:Swnastiank
  1. adaptive filter

    0下载:
  2. 介绍了噪声抵消的原理和从强噪声背景中自适应滤波提取有用信号的方法,并对最小均 方 (LMS, Least Mean Squares) 、归一化 LMS(NLMS, Normalized Least Mean Squares) 和递推最小二乘 (RLS, Recursive Least Squares) 三种基本自适应算法进行了对比研究。计算机模拟仿真结果表明,这 几种算法都能通过有效抑制各种干扰来提高强噪声背景中的信号检测特性。相比之下, RLS 算法 具有良好的收敛性
  3. 所属分类:文章/文档

  1. FIR_RLS

    0下载:
  2. RLS滤波算法即递推最小二乘法,其又称为最小二乘法,是最小二乘算法的一类快速算法,递归最小二乘自适应滤波器是对一组已知数据的最佳滤波器,处理过程中没有对输入序列的统计特性做出假定,而是纯决定性的最小化问题。相对于LMS自适应横向滤波器具有更好的性能。(RLS filtering algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:25600
    • 提供者:Touchml
  1. RLS与LMS算法matlab实现

    1下载:
  2. 经典的LMS与RLS递归最小二乘算法,有中文注释,很好理解(Classic LMS AND RLS recursive least squares algorithm, Chinese notes, very good understanding.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:淘气哥
« 1 23 »
搜珍网 www.dssz.com