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

搜索资源列表

  1. FIR-differentiate

    0下载:
  2. By building a nonlinear function relationship between an d the error signal,this paper presents a no— vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2944
    • 提供者:上将
  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 different取法 LSL and the FTF al
  3. 所属分类:matlab

    • 发布日期:2015-01-23
    • 文件大小:976182
    • 提供者:
  1. DSP__LMS

    0下载:
  2. 基于DSP的LMS自适应滤波器的实现 在通用DSP芯片TMS320C5402上实现了基于LMS算法的自适应滤波器,并对调试运行结果进行了分析讨 论,其结果为将来硬件实现LMS自适应滤波器提供了可靠保证,为自适应滤波器在实际中的应用提供了参考-DSP-based LMS adaptive filter realization of common DSP chip TMS320C5402 in realizing algorithm based on LMS adaptive filt
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:200358
    • 提供者:董庆
  1. ly3

    0下载:
  2. 实现了DSP2407芯片的A/D-D/A转换,can模块的使用,FFT以及LMS算法-DSP2407 chip achieved A/DD/A conversion, can block the use of, FFT and LMS algorithm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-28
    • 文件大小:17500
    • 提供者:刘媛
  1. satish

    0下载:
  2. Avetis Ioannisyan avetis@60ateight.com Last Updated: 11/30/05 LMS Channel Adaptation reset randomizers randn( state ,sum(100*clock)) rand( state ,sum(100*clock)) numPoints = 5000 numTaps = 10 channel order Mu = 0
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:788
    • 提供者:josh
  1. lms

    1下载:
  2. 最小均方算法lms在波束形成中的应用  LMS算法步骤:   1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   b(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1210
    • 提供者:林朝
  1. LMS

    1下载:
  2. 1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:900
    • 提供者:周永辉
  1. LMS

    0下载:
  2. Simple function to adjust filter coefficients using the LMS algorithm adjusts filter coefficients, b, to provide the best match between the input, x(n), and a desired waveform, d(n),both waveforms must be the same length, uses a standard FIR filter
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1322
    • 提供者:mamoud26
  1. LMS算法的matlab程序

    1下载:
  2. LMS算法是一种基于最小均方误差准则,通过调节权系数使得滤波器的输出信号y(n)与期望响应信号d(n)之间的均方误差的最小的算法。
  3. 所属分类:matlab例程

  1. second

    0下载:
  2. 自适应(LMS)算法在噪声抑制中的应用。在仿真中,原始信号选为sin((0.2*pi)*t), 噪声信号采用标准白噪声,延迟D=1,收敛因子分别是u=0.001和u=0.3-Adaptive (LMS) algorithm in noise suppression application. In the simulation, the original signal is selected sin ((0.2* pi)* t), noise signal using the standa
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7869
    • 提供者:zhengrui
  1. CHANNEL

    0下载:
  2. 假设信号产生和传输信道模型为: 而抽头维纳滤波器为: 假设 的方差为0.27, 的方差为0.1,均值都为零。并且: , 并假设权向量初始值为 ,分别使用步长0.015、0.025和0.05进行 LMS算法仿真。 分析:d(n)是子系统H1受到v1(n)激励产生的信号,而H2与加性噪声构成了加性噪声传输信道。将u(n)作为维纳滤波器的输入,且滤波器的期望响应为d(n)。问题就是如何求出滤波器的权系数使得估计误差e(n)在MMSE意义下最小。 -Estim
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3369
    • 提供者:蔡蓉
  1. image-processing-(3)

    0下载:
  2. The antenna is customize by combining the output of individual sensors and they are scaled based on the corresponding weight. And with the help of minimum squared error the LMS can compute the weight . Spatial filtering involves the signal estimation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-15
    • 文件大小:5319
    • 提供者:emman
  1. DELAY-CAL

    0下载:
  2. The antenna is customize by combining the output of individual sensors and they are scaled based on the corresponding weight. And with the help of minimum squared error the LMS can compute the weight . Spatial filtering involves the signal estimation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:2330
    • 提供者:emman
  1. FFT

    0下载:
  2. FFTlms:需要添加u, y,d,e等数据,该程序就能给出类似于LMS算法的仿真图; rake:计算误码; RScode:检验译码是否正确 TCMcode:进行8PSK映射,得到信号点在星座图上的位置 WHTlms读者需要给出输入信号xd, 参考信号d,运行本程序就能得到相应仿真图 -FFTlms: you need to add u, y, d, e and other data, the program will be able to give similar LMS
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3743
    • 提供者:pp
  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. ASP_Project1

    0下载:
  2. 調適性訊號處理 考慮應用於自適應最小方差無失真響應(MDVR)波束成形器的LMS算法由五個均勻間隔的傳感器的線性陣列組成。 陣列的相鄰元件之間的間隔d等於接收波長λ的一半。 波束形成器在由兩個分量組成的環境中操作:沿著感興趣的方向撞擊陣列的目標信號和來自 未知方向。 假設這兩個分量源自獨立的源,並且接收的信號在每個傳感器的輸出處包括加性白高斯噪聲。-ASP Consider the LMS algorithm applied to an adaptive minimum
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:163197
    • 提供者:張瑀征
  1. ModifiedLMS

    0下载:
  2. 核心代码为 "mlms.m" ,其基础为LMS算法(最小均方差算法)。 "demon_mlms.m"演示了算法的收敛性能,而 "De50HzInterference.m" 则给出了其在去50Hz工频干扰方面的应用。当然,算法本身还可以应用在其他方面,比如回声消除等,只需要在此基础上做出相应的修改即可以应用在自己的工程上。(The core file is "mlms.m". it's modified LMS met
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:66560
    • 提供者:ZhaoYiMing
搜珍网 www.dssz.com