搜索资源列表

  1. 自适应滤波程序

    0下载:
  2. 内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!-m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:13.67mb
    • 提供者:高永博
  1. 自适应滤波的DSP实现

    0下载:
  2. 用C语言编写的自适应滤波器LMS的DSP程序,在CCS里调试通过-Self-adapting filter LMS DSP procedure with C language , debugs in CCS passes
  3. 所属分类:DSP编程

    • 发布日期:2025-01-13
    • 文件大小:41kb
    • 提供者:锁斌
  1. ec_matlab

    0下载:
  2. 应用nlms自适应滤波算法进行回声消除的matlab程序,很简单。-application nlms adaptive filtering algorithms eliminate echoes of Matlab procedures, is very simple.
  3. 所属分类:Audio

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:伊邑
  1. lms_demo

    0下载:
  2. LMS自适应滤波器算法的matlab程序,其中包含利用LMS算法来识别线性噪声系统的实验-LMS adaptive filter algorithm in Matlab procedures, which contains the use of LMS algorithm to identify the linear system of experimental noise
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:lk
  1. LMSFilterMatlab

    0下载:
  2. 此程序可实现基于LMS(最小均方误差算法)的自适应滤波程序-this procedure can be based on the LMS (least-mean-square error algorithm) adaptive filtering process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:尚云超
  1. LMS_adaptive_filter11

    0下载:
  2. LMS自适应滤波实现信号消噪的MATLAB源码程序-LMS adaptive filter signal denoising MATLAB source programs
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:liudongyan
  1. Adaptiveequlalization

    0下载:
  2. 关于自适应滤波的MATLAB原程序,包括LMS\RLS算法.-MATLAB on the adaptive filtering of the original procedures, including LMSRLS algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:2kb
    • 提供者:郭伟
  1. LMS_adaptive_filter

    0下载:
  2. LMS的自适应滤波程序,希望对大家有所帮助-LMS adaptive filtering process, and they hope to help everyone
  3. 所属分类:语音合成与识别

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:石军
  1. LMS_adaptive_filter

    0下载:
  2. 自适应滤波技术中的LMS自适应滤波器程序-Adaptive filtering technology LMS adaptive filter procedures
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:duoduomi
  1. J005241

    0下载:
  2. 主要 研 究 用于声音通讯系统中的声回波抵消技术。声回波抵消通常采用声回波抵 消器来实现。具体方法是用自适应滤波器来估计回波信号,并从麦克风信号中减掉该 估计值,从而实现声回波的抵消。回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比 较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS算法,对传统的快处理块
  3. 所属分类:语音合成与识别

    • 发布日期:2025-01-13
    • 文件大小:2.71mb
    • 提供者:hbeishang
  1. Adaptc

    0下载:
  2. 用C编写的效率较高的LMS算法的代码(第二部分)自适应滤波去噪程序.-C prepared by the LMS algorithm more efficient code (Part II) adaptive filter de-noising procedure.
  3. 所属分类:汇编语言

    • 发布日期:2025-01-13
    • 文件大小:22kb
    • 提供者:hyb
  1. lms

    0下载:
  2. VC程序实现数据的自适应滤波-VC program data adaptive filtering
  3. 所属分类:其他小程序

    • 发布日期:2025-01-13
    • 文件大小:646kb
    • 提供者:chengang
  1. LMSandRLS

    0下载:
  2. LMS算法是自适应滤波中的基本算法,本程序用MATLAB对该算法进行了仿真-LMS adaptive filtering algorithm is the basic algorithm, the procedure of the algorithm using MATLAB simulation
  3. 所属分类:语音合成与识别

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:serena
  1. matlab

    0下载:
  2. matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序-matlab realize LMS adaptive filtering algorithm simulation program NLMS algorithm simulation program
  3. 所属分类:语音合成与识别

    • 发布日期:2025-01-13
    • 文件大小:2kb
    • 提供者:白璐
  1. LeastMeanSquares

    0下载:
  2. 此源码程序是自适应滤波中的应用LMS算法进行仿真。对LMS算法的性能 收敛速度进行了研究-The source process is the application of adaptive filtering LMS algorithm simulation. The performance of the LMS algorithm convergence rate have been studied
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:3kb
    • 提供者:wzk
  1. NormalizedLeastMeanSquares

    0下载:
  2. 此源码程序是自适应滤波中的NLMS算法的应用。在MATLAB中对其收敛速度 输出就行了仿真-This procedure is source of the NLMS adaptive filtering algorithm applications. In MATLAB in the convergence rate of its output on the line simulation
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:3kb
    • 提供者:wzk
  1. lim11

    1下载:
  2. 自适应滤波器程序,选用电力系统谐波信号作为输入。其中包括了wiener滤波器,kalman滤波器,LMS算法,RLS算法,LSL算法,FTF算法。所有程序均为本人自编,并且标注了编程所参考的书籍及页数,经过调试,完全正确,请放心使用。-Adaptive filter procedures, selection of power system harmonics signal as input. Including the wiener
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:3kb
    • 提供者:李明
  1. lmsadaptivefilteringdemo

    0下载:
  2. LMS自适应滤波的演示程序 LMS自适应滤波的演示程序-LMS adaptive filtering LMS adaptive filtering demo demo
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:1kb
    • 提供者:gong
  1. LMS

    0下载:
  2. 自适应滤波LMS的MATLAB程序,观察自适应滤波的学习过程和稳态信号(MATLAB program of adaptive filter LMS to observe the learning process of adaptive filtering and steady state signal)
  3. 所属分类:matlab例程

    • 发布日期:2025-01-13
    • 文件大小:71kb
    • 提供者:ZRX
  1. LMS

    0下载:
  2. LMS自适应滤波器程序,已经经过了调试。效果很好.(LMS adaptive filter program has been debugged. The effect is very good)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-13
    • 文件大小:2kb
    • 提供者:朱大侠507
« 12 3 4 5 »

源码中国 www.ymcn.org