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

搜索资源列表

  1. LMS-C

    0下载:
  2. LMS滤波器示例程序,在TURBOC中运行 这是一个简单的可图形显示的C程序 输入信号是一个被噪声污染了的sin信号。 */ /* 运行后,屏幕的上方是输入信号,下方是经过LMS滤波后的输出信号
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4379
    • 提供者:蜗牛
  1. 自适应滤波的MATLAB实现

    2下载:
  2. 介绍自适应LMS和RLS以及自适应均衡、陷波的源程序。希望对大家有用。
  3. 所属分类:matlab例程

    • 发布日期:2008-12-28
    • 文件大小:36864
    • 提供者:wangshuancheng
  1. LMS算法

    0下载:
  2. LMS滤波程序 附带数据
  3. 所属分类:系统编程

  1. LMS算法

    2下载:
  2. LMS自适应滤波算法实现
  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
    • 文件大小:181210
    • 提供者:
  1. LMS.rar

    2下载:
  2. DSP实验——自适应滤波器LMS算法实验 c语言编写 已通过调试,DSP Experiment- LMS adaptive filter algorithm experimental c language through debugging
  3. 所属分类:DSP program

    • 发布日期:2017-03-22
    • 文件大小:7022
    • 提供者:刘铃华
  1. LMS

    1下载:
  2. LMS自适应滤波算法源程序,可以直接使用-LMS adaptive filtering algorithm source code, you can directly use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1081
    • 提供者:王为
  1. LMS

    0下载:
  2. 很好的介绍了自适应滤波器的一些相关算法,lms算法,rls算法-Very good introduction to some of the adaptive filter correlation algorithm, lms algorithm, rls algorithm and so on
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6750
    • 提供者:王波
  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
    • 文件大小:826
    • 提供者:wan
  1. lms

    1下载:
  2. 运用MATLAB设计一个LMS自适应滤波器,将一叠加在随机信号上的正弦干扰信号波滤除。-Use MATLAB to design a LMS adaptive filter, a random signal superimposed on the sine wave filter out signal interference.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:905
    • 提供者:fengjinhua
  1. LMS

    1下载:
  2. 基于LMS和RLS的自适应滤波仿真与分析,内含详细说明-Based on LMS and RLS adaptive filtering simulation and analysis, containing detailed descr iption of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:226532
    • 提供者:阿飞
  1. LMS

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

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

    0下载:
  2. 在MATLAB下实现了自适应滤波算法,包含两种不同的算的比较-In the MATLAB achieve adaptive filtering algorithm, including comparison of two different operators
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:173831
    • 提供者:zhengjinxin
  1. lms

    0下载:
  2. lms自适应滤波器算法在MATLAB仿真实现-lms adaptive filter algorithm in MATLAB Simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:841
    • 提供者:xuyue
  1. LMS

    0下载:
  2. 自适应滤波和仿真实验,有毕设的同学可以参考下-Adaptive filtering and simulation experiments, there is complete set up for students to refer to the following
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:244930
    • 提供者:杨赛
  1. LMS

    1下载:
  2. lms算法仿真源代码 还有陷波滤波器代码-lms algorithm simulation source code also notch filter
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:5313
    • 提供者:李环宇
  1. LMS

    0下载:
  2. 基于LMS算法的matlab实现,比较基本的LMS算法,可用于自适应滤波器仿真-Matlab implementation based on LMS algorithm is a basic implementation of LMS algorithm for adaptive filter simulation.
  3. 所属分类:Graph program

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

    0下载:
  2. 最小均方算法是一种自适应滤波算法,这里的Matlab程序用于根据LMS最新均方识别一个线性噪声系统-LMS algorithm is an adaptive filter algorithm, where the Matlab program for the latest according to the mean square LMS noise system identification of a linear
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1378
    • 提供者:lluu
  1. 自适应滤波例程

    1下载:
  2. 是基于Labview的自适应滤波例程,其中信号是模拟动态产生.仅供理解,使用需更改。(This is based on the Labview adaptive filtering routines, where the signal is analog, dynamic generation.For understanding only, using need to be changed.)
  3. 所属分类:其他

  1. LMS算法下的参数a1、a2的收敛曲线

    0下载:
  2. LMS算法下的关于双参数a1、a2的收敛曲线(The convergence curves of parameters a1 and a2 under LMS algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:9216
    • 提供者:话梦
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com