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

搜索资源列表

  1. MATLAB====LMS

    1下载:
  2. LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:45.9kb
    • 提供者:jj
  1. LMS 源程序

    1下载:
  2. MATLAB里面有LMS算法的程序,下面是我自己编写的LMS算法程序,供交流-MATLAB LMS algorithm inside the procedure, the following is my own preparation of the LMS algorithm procedures for the exchange of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:欧阳文森
  1. LMS algorithm for adaptive filtering and adaptive equalization applications

    0下载:
  2. 利用LMS做自适应滤波,利用MSE算法做自适应均衡
  3. 所属分类:源码下载

  1. 回波抵消器中常用的几种自适应滤波算法有LMS

    8下载:
  2. 回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS,Echo cancellation devices commonly used in adaptive filtering algorithm has several LMS, NLMS, RLS, such as algorithms. The main algorithm of t
  3. 所属分类:matlab例程

    • 发布日期:2012-12-17
    • 文件大小:176.96kb
    • 提供者:
  1. 利用LMS和DFE两种算法进行均衡matlab的程序

    5下载:
  2. 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-23
    • 文件大小:900byte
    • 提供者:张伟
  1. LMS

    3下载:
  2. LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-08-26
    • 文件大小:826byte
    • 提供者:wan
  1. LMS-MATLAB

    0下载:
  2. LMS-MATLAB最小均方算法的Matlab源程序,模式识别中的分类器-LMS-MATLAB least-mean-square algorithm of Matlab source code, Pattern Recognition Classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:187.62kb
    • 提供者:Rock
  1. lms

    1下载:
  2. LMS算法的simulink demo,以及根据demo写的程序,已测试通过-LMS algorithm simulink demo, and demo written in accordance with procedures, have been tested
  3. 所属分类:matlab

    • 发布日期:2015-11-10
    • 文件大小:11.35kb
    • 提供者:zhangqunli
  1. LMS

    0下载:
  2. 实现lms算法,实现lms自适应滤波器,给出性能曲线-To achieve lms algorithm to achieve lms adaptive filter, given performance curve
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:588byte
    • 提供者:常伟
  1. lms

    0下载:
  2. lms算法的详细过程介绍及matlab程序-lms algorithm in detail the process of introduction and matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:670.95kb
    • 提供者:lizze
  1. lms

    0下载:
  2. LMS算法的MATLAB 实现 结果正确 可以直接使用-MATLAB LMS algorithm can be used directly to achieve the correct result
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:793byte
    • 提供者:xufei
  1. lms-nlms-rls

    4下载:
  2. 包括自适应信道均衡器的三种算法和它们的对比:LMS,NLMS,RLS -adaptive channel equalization :LMS,NLMS,RLS
  3. 所属分类:matlab

    • 发布日期:2015-03-31
    • 文件大小:2.52kb
    • 提供者:allan
  1. LMS

    0下载:
  2. 使用LMS算法实现的自适应滤波器范例,对一个加白噪声的正弦信号滤波。并且比较不同步长的滤波器的迭代次数。-LMS algorithm using adaptive filter example, a sinusoidal signal plus white noise filter. And less synchronized long filter iterations.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:828byte
    • 提供者:guochao
  1. lms

    0下载:
  2. LMS由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。 -LMS Widrow of Stanford University by the United States and Hoff adaptive theory put forward in the study, because of its easy to implement and will soon be widely used as a stand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:558byte
    • 提供者:heyan
  1. LMS

    0下载:
  2. 一个简单的LMS算法小程序,在自适应预失真中会用到-LMS algorithm is a simple small program, the adaptive pre-distortion will be used! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:543byte
    • 提供者:li tao
  1. LMS-RLSAdaptiveFilter

    0下载:
  2. 数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。-Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affect
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:819byte
    • 提供者:codeshare
  1. lms-matlab

    0下载:
  2. 介绍如何编写自适应lms算法的matlab仿真程序,很适合初学者-How to write adaptive lms algorithm matlab simulation program, it is suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:371.8kb
    • 提供者:王阳
  1. MATLAB-LMS

    0下载:
  2. MATLAB LMS算法 用于自适应滤波-MATLAB LMS algorithm for adaptive filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.06kb
    • 提供者:Osmond
  1. matlab-lms

    0下载:
  2. matlab最小二乘程序,用最小二乘法计算的初值,取前m个数据-matlab LMS matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:631byte
    • 提供者:yh
  1. matlab-LMS

    0下载:
  2. MATLAB环境下ISI信道仿真及自适应均衡器设计程序说明.-matlab LMS
  3. 所属分类:File Formats

    • 发布日期:2017-11-06
    • 文件大小:81.4kb
    • 提供者:小意
« 12 3 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com