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

搜索资源列表

  1. rlslms

    0下载:
  2. 自适应滤波的MATLAB实现,包括lms rls 等算法-MATLAB programing rls lms
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-07
    • 文件大小:2172
    • 提供者:孟云飞
  1. HayesMatlabFiles

    0下载:
  2. Matlab files for programs in Monson Hayes book. Functions such as Levinson durbin,Pisarenko, MUSIC, LMS, RLS etc.
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:24601
    • 提供者:sam
  1. denoise_RLS

    0下载:
  2. this program denoises the sin(w1*t) using RLS method.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:646
    • 提供者:naghmeh
  1. RLSNoise

    0下载:
  2. This code is used for RLS channel estimation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:116111
    • 提供者:Md. Masud Rana
  1. adaptive_algorithm

    1下载:
  2. 包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。-Contains the commonly used LMS, RLS, fast RLS (FTF) adaptive filtering algorithm, etc. to collect a wide range of Collection, all for the m file, very enlightening and better understandin
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:90564
    • 提供者:andyliao
  1. ex4

    0下载:
  2. 关于自适应滤波的算法仿真,其中应用了LMS算法和RLS算法,也比较了他们的性能-Adaptive filtering algorithms on the simulation, which applied the LMS algorithm and RLS algorithm, also compare the performance of their
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:183950
    • 提供者:xiaojun
  1. RLS

    0下载:
  2. radar signal processing power point presentation
  3. 所属分类:Other systems

  1. RLS

    0下载:
  2. 本程序主要讲述了均衡中的RLS算法,该程序对信道进行了有效的补偿-This program, focuses on the equilibrium of the RLS algorithm, the program of the channel for an effective compensation
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:64455
    • 提供者:lihuihui
  1. RLS

    0下载:
  2. Hi , Here is a list of the files contained in RLS.zip FIR_RLS : FIR RLS demo (FIR is used when there is an access to the output i.e feedback is used like in a dc motor we use speed as feedback) IIR_RLS : IIR RLS demo (IIR is used when there is
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:51434
    • 提供者:Do-Myung Kim
  1. equalization

    4下载:
  2. 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c pr
  3. 所属分类:matlab

    • 发布日期:2014-05-26
    • 文件大小:1145106
    • 提供者:xiaohuo
  1. RLS

    0下载:
  2. RLSs算法的源程序,以及在MATLAB下的仿真结果。-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2803
    • 提供者:zyb
  1. MATLAB

    0下载:
  2. FIR and IIR RLS algorithms are implemeted by using reference information from Simon Haykin s Adaptive Filter Theory, where a transversal filter is used for modeling the adaptive filter
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:48105
    • 提供者:eetuna
  1. rls_identifikation

    0下载:
  2. RLS identification algorithm. RLS is used to identify a discrete time model of a plant operating in open-loop based on the recursive least squares method and the UD factorization for updating the adaption gain matrix (F).-RLS identification algori
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1506
    • 提供者:Milan
  1. DSP_rls

    0下载:
  2. 基于DSP的RLS自适应噪声消除系统-DSP-based RLS adaptive noise cancellation system
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:263196
    • 提供者:
  1. 3-22

    2下载:
  2. verilog 中RLS算法的实现功能 已经在仿真窗口的波形实现-verilog about rls algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:830
    • 提供者:田佳璐
  1. AdaptFilterArithmetic

    0下载:
  2. 自适应滤波器算法,包括LMS算法和RLS算法,两者进行了对比,从而得到性能的比较-Adaptive filter algorithms, including LMS algorithm and RLS algorithm, the two were compared in order to be comparative performance
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:751
    • 提供者:赵明诚
  1. 1

    0下载:
  2. RLS算法的去噪声仿真,在移动通信中的应用-RLS algorithm to the noise simulation, the application in mobile communication
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:750
    • 提供者:asd
  1. adaptivefilter

    2下载:
  2. 归一化最小均方(NLMS)和递归最小二乘法(RLS)解决自适应滤波器的MATLAB源码-Adaptive Filter implementation using nlms & rls algorithms.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-12-18
    • 文件大小:10527
    • 提供者:he si
  1. RLS

    0下载:
  2. 自己编写的递推增广最小二乘算法,有意者可以参考-I have written Recursive Extended Least Squares algorithm, Interested parties can refer to the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1217
    • 提供者:黄金峰
  1. f_lms

    0下载:
  2. 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inte
  3. 所属分类:source in ebook

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