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

搜索资源列表

  1. Denoise.zip

    0下载:
  2. Speech Signal Denoising,Speech Signal Denoising
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:1339
    • 提供者:Mohammad
  1. adaptivelms

    1下载:
  2. 基于小波变换的可变步长自适应LMS语音信号去噪程序,对实际复杂噪声具有很好的效果-Based on wavelet transform adaptive variable step size LMS Speech Signal Denoising procedures, the actual complexity of the effect of noise has a very good
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:808
    • 提供者:djf
  1. eemd

    0下载:
  2. 信号处理,关于信号处理的emd方法。进行去噪和自动识别。-Signal processing, signal processing emd on the method. For denoising and automatic identification.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:960
    • 提供者:安凤平
  1. wavelet

    0下载:
  2. 本程序可以实现利用小波变换对图像和数字信号的进行去噪-This procedure can be achieved using wavelet transform for image and digital signal Denoising
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:3040
    • 提供者:coco
  1. dwtdenoising_ccslink

    0下载:
  2. 用离散小波变换实现语音去噪,并在TI 6711DSK上实现。可对实时语音信号进行去噪,开发环境CCStudio 3.1-Using discrete wavelet transform voice de-noising, and TI 6711DSK achieved. Of real-time voice signal denoising, CCStudio 3.1 development environment
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:385814
    • 提供者:孙琨
  1. denoise

    1下载:
  2. 语音信号去噪和编码系统,包括语音信号的采集和播放主程序,中断程序去噪等-Speech Signal Denoising and coding system, including voice and video signals collection main program, interrupt procedures such as de-noising
  3. 所属分类:VOIP program

    • 发布日期:2017-03-29
    • 文件大小:7240
    • 提供者:doubao422
  1. MW_denoise

    0下载:
  2. 1-D signal denoising by multi-wavelet and cycle-spinning
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:1333
    • 提供者:zhao
  1. Radar_noise_reduce

    0下载:
  2. 雷达回波信号消噪处理,实现对噪声雷达信号的恢复处理。-Radar Echo Signal Denoising treatment, implementation of the noise radar signal the resumption of treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:286656
    • 提供者:zhangxu
  1. sound

    0下载:
  2. 声音信号处理示例.基本信号处理,去噪,可以加白噪声!-Examples of voice signal processing. The basic signal processing, denoising, you can add white noise!
  3. 所属分类:Audio program

    • 发布日期:2017-04-16
    • 文件大小:155375
    • 提供者:王东
  1. wavelet

    1下载:
  2. 语音增强是语音信号处理的重要分支,本程序用小波变换实现-Speech enhancement speech signal processing is an important branch, the procedures for implementation of Wavelet Transform
  3. 所属分类:matlab例程

    • 发布日期:2013-10-06
    • 文件大小:945
    • 提供者:bromheaven
  1. audio_denoising

    0下载:
  2. 主要用于对语音信号进行阈值消噪处理,包括软硬阈值消噪-audio signal threshold denoising
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:229236
    • 提供者:wang
  1. wavelet

    0下载:
  2. SPEECH ENHANCEMENT BASED ON WAVELET DENOISING Abstract: - Noise is an unwanted and inevitable interference in any form of communication. It is non-informative and plays the role of sucking the intelligence of the original signal. Any kind of
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:192512
    • 提供者:majid
  1. waveletdenoisingvoice

    1下载:
  2. 实现小波语音去噪,基本实现了去除噪音的功能。主要读取信号,分解,去噪,重构。-The realization of wavelet denoising voice, the basic realization of the noise removal function. Read the main signal, decomposition, denoising, reconstruction.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13767
    • 提供者:王磊磊
  1. empiricalmodedenoising

    0下载:
  2. signal denoising using EMD
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4976
    • 提供者:waza
  1. Ban-denoising

    3下载:
  2. 本代码是基于Bandelet的硬阈值SAR图像去噪,结果与小波变换进行对比,结果表示其在峰值信噪比,边缘保持系数上均有一定的提高。压缩包中有程序和SAR图像。-This code is based on Bandelet SAR image denoising with a hard threshold .the results were compared with the wavelet transform, and the results indicated that in the peak
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:270465
    • 提供者:周宇
  1. waveleseriestthreshoding

    1下载:
  2. 使用matlab的小波分解和重建函数对24位的ADC采样数据进行小波变换和去噪,去噪使用阈值算法,阈值的选取具体使用了6种方法进行对比,对于不同信号其效果是不同的!把去噪后的信号和原始信号放在一个图中,使用不同颜色的曲线进行对比,效果可以很直观的表现。-Using matlab wavelet decomposition and reconstruction of the function for 24-bit ADC sampling data wavelet transform and de
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:69843
    • 提供者:刘玉才
  1. denoising

    1下载:
  2. 用于信号降噪 处理,使用小波变换算法,可用于音频文件处理-For signal noise reduction, using wavelet transform algorithm can be used for processing audio files
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:352930
    • 提供者:Fan
  1. Wavelet_Denoise

    0下载:
  2. 小波去噪的几篇论文 Automatic identification and Removal of ocular artifacts from EEG using Wavelet transform 小波去噪理论及MATLAB实现研究 小波分析在信号降噪处理中的应用 小波软阈值滤波在信号去噪中的有效性研究-Wavelet denoising of several papers Automatic identification and Removal of ocular artif
  3. 所属分类:Wavelet

    • 发布日期:2017-05-20
    • 文件大小:5649127
    • 提供者:STyuco
  1. noising-and-denoising-audio

    0下载:
  2. Noising and denoising signal for audio
  3. 所属分类:Audio program

    • 发布日期:2017-04-17
    • 文件大小:163401
    • 提供者:ann
  1. pudn

    0下载:
  2. denoising of the signal, codes on matlab
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:Sumitsingh
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com