搜索资源列表

  1. LMS

    0下载:
  2. 最小均方误差自适应算法,简称LMS算法.LMS算法自适应实现 -MMSE adaptive algorithm, or LMS algorithm. LMS adaptive algorithm to achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:
  1. adaptdemos

    0下载:
  2. 自适应滤波器 采用改进的rls算法 LMS 算法 -adaptive filter optimal rls and lms algorithms
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:812032
    • 提供者:ganming
  1. LMS

    0下载:
  2. 介绍lms算法的基本原理,用matalb编程,并给出了运行结果-Introduce the basic principles of LMS algorithm, using matalb programming, and give the results
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:129024
    • 提供者:hanchangxi
  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. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:王波
  1. lms

    0下载:
  2. 自适应LMS算法。由于我要使用,所以将信源信号及加澡后的信源信号保存起来。方便在FPGA设计里使用。-Adaptive LMS algorithm. Because I would like to use, so the source signal and add a noise after the shower saved the source signal. Designed to use in the FPGA.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:xiaoLEE
  1. 354657

    0下载:
  2. LMS算法,关于LMS算法的论文,具体的可以看文章-LMS algorithm, thesis on the LMS algorithm, the specific article can be seen
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:116736
    • 提供者:jay
  1. 1

    0下载:
  2. LMS 算法源程序,绘制性能曲线图,误差性能曲线-LMS algorithm source code, rendering the performance curves, the error performance curve
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:小于
  1. LMS_adaptive_filter

    0下载:
  2. LMS算法的仿真,希望对大家有用,自适应滤波,可用于通信系统中-LMS algorithm for the simulation, in the hope that useful to everyone, adaptive filtering, can be used in communication systems
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Linda
  1. lms

    0下载:
  2. lms算法的MATLAB仿真,通俗易懂,非常适合初学者-MATLAB simulation of the lms algorithm, user-friendly, very suitable for beginners
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:小白
  1. gFULMS

    0下载:
  2. 振动抑制的matlab程序源码 LMS算法 matlab -LMS algorithm for vibration suppression
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:tutu
  1. OneimprovementchangeslengthofstrideLMS

    0下载:
  2. 在对一些变步长LMS算法分析的基础上,提出了步长因子 (n)与误差信号e(n)之间一种新的非线性函数关系-In a number of variable step size LMS algorithm based on the analysis, put forward a step length factor (n) and error signal e (n) between the non-linear function of a
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-05
    • 文件大小:143360
    • 提供者:李宁
  1. lms

    0下载:
  2. 自适应波束形成中的LMS算法matlab仿真程序-LMS
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:343040
    • 提供者:郑建兴
  1. lms

    0下载:
  2. 自适均衡滤波器应算法程序,基于lms算法的,固定步长。-adaptive filter on lms
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:理想
  1. lms

    0下载:
  2. 均方误差最小LMS算法,s为一个wav格式的音频文件。FIR滤波器长度为5。-LMS
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:51200
    • 提供者:FY
  1. LMS-FTF-LSL

    1下载:
  2. 包括:三种LMS算法实现AR(2)的预测,法2、3用递推计算Km,两者区别在于d(n)的取法略微不同;用LSL和FTF算法实现简单的系统辨识。-Include: three LMS algorithm AR (2) the forecast, France 2,3 calculated with recursion Km, whichever is the difference between d (n) of a slightly d
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:975872
    • 提供者:
  1. lms

    0下载:
  2. lms算法是自适应中的一种简单,易于实现的方法,收敛速度很快,所以应用很多-lms algorithm is adaptive in a simple, easy to implement method of fast convergence, so the application of many
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:蓉儿
  1. lms

    0下载:
  2. 一个不错的关于lms算法的verilog代码,算然只有两级,但是对了解lms用HDL描述有很好的理解作用。希望对大家有用~-A good lms algorithm on the verilog code, development environment, I can not find, even if the vhdl it! We hope to be useful
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:onion
  1. lms

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

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:zhangqunli
  1. LMS-AR

    0下载:
  2. 本程序利用自适应LMS算法实现FIR最佳维纳滤波器。可用于观察影响自适应LMS算法收敛性,收敛速度以及失调量的各种因素-This procedure using adaptive LMS algorithm is optimal FIR Wiener filter. Can be used to observe the impact of adaptive LMS algorithm convergence, convergence s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:yunguangmei
  1. lms

    0下载:
  2. TD系统中智能天线下行波束赋形lms算法仿真实现-TD System Smart Antenna Downlink Beamforming Algorithm for Simulation of lms
  3. 所属分类:通讯编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:高婷
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org