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

搜索资源列表

  1. RLS-auto-adapter-fiter

    0下载:
  2. 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal process
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4209
    • 提供者:lidong
  1. LMS

    1下载:
  2. 智能天线波束形成的LMS、SMI、RLS算法的程序
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1504
    • 提供者:王小惠
  1. RLS

    0下载:
  2. 递归式最小均方(RLS)算法的基本思想是力图使在每个时刻对所有已输入信号而言重估的平方误差的加权和最小,这使得RLS算法对非平稳信号的适应性要好。与LMS算法相比,RLS算法采用时间平均,因此,所得出的最优滤波器依赖于用于计算平均值的样本数,而LMS(NLMS)算法是基于集平均而设计的,因此稳定环境下LMS(NLMS)算法在不同计算条件下的结果是一致的
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3084
    • 提供者:闫丰
  1. code

    0下载:
  2. ar模型 bt算法 ls rls lms music等数字信号处理的源代码
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4281
    • 提供者:张罗
  1. LMS toolbox

    0下载:
  2. LMS toolbox LMS的工具箱。 内有多个有关LMS和RLS的m文件!-the toolbox. There are a number of LMS and RLS m documents!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:15148
    • 提供者:高永博
  1. adaptive.rar

    1下载:
  2. 龚耀寰自己的《自适应滤波》课件,比较经典的。包括lms、rls等经典内容,以及空域自适应滤波等。,GONG Yao-huan own " adaptive filtering" software to compare the classic. Including lms, rls, such as classical, as well as the airspace, such as adaptive filtering.
  3. 所属分类:Other systems

    • 发布日期:2017-05-29
    • 文件大小:11982484
    • 提供者:wing
  1. LMS--RLS--and-Kalman--MUD

    1下载:
  2. 比较LMS,RLS, 和Kalman滤波器多用户检测器的性能,包括信干比性能,剩余能量输出性能。-More LMS, RLS, and Kalman filter performance multi-user detector, including the signal to interference ratio performance, the remaining energy output performance.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:7938
    • 提供者:高维廷
  1. lms

    0下载:
  2. 自适应滤波器的核心是自适应算法。最小均方算法(LMS) 和递归最小二次方算法RLS) 。通过对这两种算法的推导过程,可以清楚的了解到自适应算法的理论体系,-Adaptive filter is the core of adaptive algorithm. Least mean square algorithm (LMS) and recursive least quadratic algorithm RLS). Through the derivation of these two algor
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:2764
    • 提供者:王柯澜
  1. LMSalgorithm

    4下载:
  2. 实现LMS算法的MATLAB仿真,实现自适应波束形成-LMS algorithm to achieve the MATLAB simulation, the realization of adaptive beamforming
  3. 所属分类:matlab

    • 发布日期:2014-07-04
    • 文件大小:2804
    • 提供者:
  1. rls_dfeeq

    0下载:
  2. rls-dfeeq.m 均衡算法 用RLS-DFE算法实现-rls-dfeeq.m Equalization Algorithms with the RLS-DFE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1145
    • 提供者:wangyin
  1. Adaptive-beamforming-smart-antenna

    3下载:
  2. 智能天线自适应波束形成算法(LMS,RLS,MVDR1,MVDR2)-Adaptive beamforming smart antenna algorithm (LMS, RLS, MVDR1, MVDR2)
  3. 所属分类:matlab

    • 发布日期:2014-07-04
    • 文件大小:4096
    • 提供者:micron
  1. LMSandRLSchengxu

    0下载:
  2. 比较两种算法的权值收敛速度,并对比不同u值对LMS算法以及λ值对RLS算法的影响。(Compare the weight convergence speed of the two algorithms, and compare the impact of different U values on the LMS algorithm and lambda value on the RLS algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:171008
    • 提供者:蓦然浅笑
  1. RLS

    0下载:
  2. 自适应滤波算法的实现,RLS与LMS收敛性能比较代码。(Comparison of RLS and LMS convergence performance code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:55555556
  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. LMS-RLS滤波器(matlab程序)

    0下载:
  2. 两种自适应滤波技术,包括LMS和RLS,在信号处理中的的应用(Two adaptive filtering techniques, including LMS and RLS, are presented in the application of signal processing)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:29696
    • 提供者:kitty111
  1. LMS与RLS对比

    1下载:
  2. 预测信号由二阶AR模型产生,为二阶线性预测滤波器,LMS算法与RLS算法性能对比(The predicted signal is generated by the two order AR model, and is the two order linear prediction filter,performance comparison between LMS algorithm and RLS algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:lbb1991
  1. HW4_LMSRLS

    0下载:
  2. 计算机仿真研究基于 LMS 算法和 RLS 算法的自适应系统识别性能.通过已知结构的系统来模拟未知系统是系统识别/辨识的一种基本方法.(The performance of adaptive system identification based on LMS algorithm and RLS algorithm is studied by computer simulation. It is a basic method of system identification / recognit
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Luuuuuuuu
  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. 自适应滤波算法

    1下载:
  2. 在MIMO信道中仿真,LS,LMS,RLS,,LMS算法的MSE表现(Simulation in MIMO channel, MSE performance of LS, LMS, RLS, LMS algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-13
    • 文件大小:3072
    • 提供者:ScorpioY
  1. 盲多用户检测LMS和RLS算法matlab实现

    2下载:
  2. LMS,RLS算法对扩频系统多用户检测,输出信干比图像(LMS, RLS algorithm to spread spectrum system multi-user detection, output signal to interference ratio image)
  3. 所属分类:其他

    • 发布日期:2020-03-15
    • 文件大小:91136
    • 提供者:akarihoshi
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com