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

搜索资源列表

  1. Normalized-LMS-adaptive-filter

    0下载:
  2. 归一化LMS自适应滤波算法的matlab仿真及DSP实现-Normalized LMS adaptive filter algorithm MATLAB simulation and DSP Implementation
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:185527
    • 提供者:唐鹏
  1. lms

    0下载:
  2. LMS 自适应滤波-The least square method
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-12
    • 文件大小:1142
    • 提供者:朱振岭
  1. lms

    0下载:
  2. Simulation for LMS modulation
  3. 所属分类:matlab

  1. lms

    0下载:
  2. noise cancellation using lms algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:75377
    • 提供者:ravi
  1. lms

    0下载:
  2. LMS filter implementation for ECG baseline wander removal
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:551
    • 提供者:nishant
  1. lms

    0下载:
  2. 一个关于LMS的小程序,实现最基本的lms算法流程-a simple program which contain the basic step about LMS
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:754
    • 提供者:connors
  1. lms

    0下载:
  2. 变换步长的最小均值算法,u=0.1,0.0 01-Transformation step size LMS algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1198
    • 提供者:何苗
  1. LMS

    0下载:
  2. lms algorithm Noise Cancellation
  3. 所属分类:Document

    • 发布日期:2017-05-01
    • 文件大小:116098
    • 提供者:杨芸丞
  1. lms-algorithm-Noise-Cancellation

    0下载:
  2. lms algorithm Noise Cancellation
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:164776
    • 提供者:杨芸丞
  1. LMS

    0下载:
  2. 自适应滤波算法的实现,包括LMS算法与RLS算法。能够实现自适应滤波。-Adaptive filtering algorithm, including the LMS algorithm and RLS algorithm. Adaptive filtering can be achieved.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1670
    • 提供者:王烧造
  1. LMS-and-NLMS-and-RPLS

    0下载:
  2. 包含LMS算法,收敛速度更快,滤波效果更好,附加NLMS和RLS算法,适合信号处理开发-It contains LMS algorithm, convergence is faster, better filtering effect, additional NLMS and RLS algorithms for signal processing development
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8927
    • 提供者:张龙
  1. lms

    0下载:
  2. LMS algorithm matlab code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2030
    • 提供者:Winkiss
  1. Fisher-and-LMS

    0下载:
  2. Fisher判别器,LMS算法,还有其他经典的一些模式识别的算法-Fisher discriminator, LMS algorithm, as well as some other classic pattern recognition algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8111
    • 提供者:哈哈哈
  1. LMS

    0下载:
  2. 用MATLAB编写的lms算法,设置变量和参量,赋,对于一组输入样本x(n)和对应的期望输出d-MATLAB prepared by the LMS algorithm, set variables and parameters, Fu, for a set of input samples x (n) and the corresponding expected output D
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:江东
  1. LMS

    0下载:
  2. 基于盲算法的自适应LMS最小均方算法,波束成形。-LMS algorithm based on blind adaptive LMS algorithm, beamforming.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:749
    • 提供者:黎家赵
  1. lms

    0下载:
  2. 使用LMS方法对DSP数据进行去噪音处理,比较理想-Audio Denoising by lms method
  3. 所属分类:Audio program

    • 发布日期:2017-04-12
    • 文件大小:745
    • 提供者:wangzy
  1. LMS

    0下载:
  2. 理解LMS算法,理解分类器的设计原理,并用matlab实现。-Understanding LMS algorithm, understanding classifier design principles, and using matlab realize.
  3. 所属分类:matlab

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

    0下载:
  2. lms算法函数,lms算法的基本理论,实现LMS的FIR滤波-LMS algorithm function, the LMS algorithm principle, realization of LMS FIR filter
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1472
    • 提供者:he jia
  1. LMS

    0下载:
  2. 基于LMS算法和Matlab的自适应滤波器的设计,包含matlab程序,以及相关文档的说明-Based on the LMS algorithm and Matlab adaptive filter design, including the matlab program, as well as related documentation
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:633157
    • 提供者:daiming
  1. LMS

    0下载:
  2. 实现自适应滤波器的算法有很多,比较经典的有:LMS,RLS。其中LMS算法是属于梯度类算法,本程序做了一个LMS算法的基本实验。-Implementation of adaptive filter algorithm has a lot, compared to the classic are: LMS, RLS. LMS algorithm is a gradient algorithm, the program has done a basic experiment LMS algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:532
    • 提供者:杨羽
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com