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

搜索资源列表

  1. lms+noise

    0下载:
  2. 自己课题用了的LMS程序,个人觉得很好,应该能帮上大家吧-own issues with the LMS procedures, personal feel very good, we should be able to help on it
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3.99kb
    • 提供者:boboy
  1. minimumvar

    0下载:
  2. 基于最小均方误差准则的LMS算法对淹没在噪声中的信号进行的有效的提取.-based on the minimum mean square error criteria LMS algorithm drowned in the noise signal the effective extraction.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.45kb
    • 提供者:研究生活
  1. LMSwithUncorrelatedCaussiandata

    0下载:
  2. 本文是关于LMS算法在非相关的高斯噪声下的收敛性!希望对大家有用-paper on the LMS algorithm in the non-Gaussian noise under the Convergence! We hope to useful
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:243.43kb
    • 提供者:yangfei
  1. wineryulmslvbo

    0下载:
  2. 构造一组被噪声污染的方波或三角波数据,试选取适当的FIR滤波器结构和参数,分别应用LMS,DFT/LMS和DCT/LMS算法来实现自适应滤波器,对改组数据进行滤波,并分析仿真结果。-Construction Group was one of the Noise Pollution square or triangular wave data, Examination choose appropriate FIR filter structure and parameters, applicat
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:114.63kb
    • 提供者:zhangfei
  1. ASQC.rar

    1下载:
  2. 主动噪声控制的matlab仿真模型,使用了LMS滤波器,MATLAB simulink model of active noise cotnrol which applies LMS adaptive filter.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2014-07-29
    • 文件大小:7.12kb
    • 提供者:xuyong
  1. LMS

    0下载:
  2. 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:959byte
    • 提供者:tutu
  1. CEinCommun

    1下载:
  2. 各种信噪比估计算法,包括ls,lms,qam,噪声统计等-A variety of SNR estimation algorithms, including ls, lms, qam, noise statistics, etc.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:10.08kb
    • 提供者:lulu
  1. fxlms

    3下载:
  2. %% Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter % This demonstration illustrates the application of adaptive filters to the % attenuation of acoustic noise via active noise control. - Active Noise Control Using a Filtered-X L
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-01-22
    • 文件大小:3.44kb
    • 提供者:呙涛
  1. sishiyinglvbosheji

    1下载:
  2. 对语音或图像信号加噪,然后自适应滤波恢复原来的信号。要求使用算法LMS 。-Voice or image of the noise signal, and then revert to the original adaptive filter signal. Require the use of algorithms LMS.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-25
    • 文件大小:120.67kb
    • 提供者:苏文娟
  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. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:xiaoLEE
  1. adaptdemos

    0下载:
  2. Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter.
  3. 所属分类:Speech/Voice recognition/combine

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

    0下载:
  2. Noise cancelation using LMS Adaptive filter
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:960byte
    • 提供者:mrinal
  1. lmsfornoiseremoval

    0下载:
  2. lms adaptive filter for removing noise from speech
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:942byte
    • 提供者:kalyan
  1. lmsandrls

    0下载:
  2. lms adaptive filter for removing noise from speech
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-07
    • 文件大小:1.26kb
    • 提供者:kalyan
  1. filtercode

    0下载:
  2. lms filter for adaptive noise cancellation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1.21kb
    • 提供者:Eminem
  1. lms

    0下载:
  2. 使用最小均方算法,对声音进行滤波。去掉声音中混有的噪音。-Using the least mean square algorithm, the sound is filtered. Some of the sound mixing to remove noise.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:591byte
    • 提供者:叶芝高
  1. LMS

    1下载:
  2. LMS算法实现回声消噪,自己编写的原代码,对初学者有一定的帮助啊-LMS algorithm for echo cancellation noise, I have written the original code, there is some help for beginners ah
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:53.14kb
    • 提供者:安扣成
  1. lms

    0下载:
  2. 对一个语音信号进行加噪,然后使用lms最小均方误差法去噪-For a voice signal noise, and then use the minimum mean square error method lms de-noising
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:李浩良
  1. Active-Noise-Control

    3下载:
  2. 用LabVIEW实现主动噪声控制多通道Fx-LMS算法,可以读取任意wav文件进行降噪处理并得到控制效果。-Active Noise Control with LabVIEW multichannel Fx-LMS algorithm, you can read any wav file for noise reduction and get control results.
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:144.2kb
    • 提供者:95w3du
  1. LMS

    0下载:
  2. this a simple lms filter for filtering the signal contaminated with noise. the noise is assumed to be non-stationary-this is a simple lms filter for filtering the signal contaminated with noise. the noise is assumed to be non-stationary
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-12
    • 文件大小:571byte
    • 提供者:minajul
« 12 »
搜珍网 www.dssz.com