CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 小波 噪

搜索资源列表

  1. 548denoise-labview

    0下载:
  2. 小波消噪 私家珍藏,互联网上其他地方是找不到的-Wavelet Denoising
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:39346
    • 提供者:王鹏
  1. denoising

    0下载:
  2. 一维小波降噪,该程序运用多尺度小波变换法进行降噪,效果不错-One-dimensional wavelet noise reduction, the program is the use of multi-scale wavelet transform for noise reduction and good results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:Rocklian
  1. xiaobobao

    0下载:
  2. ch3=softt(h3,thr1 clear clc I=imread( lena512.bmp ) imshow(I) I=double(I) II=I+30*randn(size(I)) figure imshow(II,[]) [a1,h1,v1,d1]=dwt2(II, sym8 ) [a2,h2,v2,d2]=dwt2(a1, sym8 ) [a3,h3,v3,d3]=dwt2(a2, sym8 ) sigma=
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:643
    • 提供者:张志强
  1. image-de-noising

    0下载:
  2. 小波变换在图像消噪中的应用源代码,来自书中光盘源代码执行文件,具有参考价值。-Wavelet transform in image denoising application source code from the book CD-ROM source code to executable file, with the reference value.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2071
    • 提供者:何涛
  1. ridgelet_transform

    0下载:
  2. 很好的一种去噪方法,其性能远远优于小波去噪方法,很适用-rigelet transform
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:936056
    • 提供者:poppy
  1. UWavelet_denos

    0下载:
  2. 使用matlab对图像进行小波波去噪,可以有效地去除图像中的噪声 -Use matlab image small ball denoising, can effectively remove the noise in the image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:230102
    • 提供者:zzhp2010
  1. Wpacketdaimaa

    0下载:
  2. 小波包去噪C + +源代码,包括信号小波包分解,,最优树的选择,并重建一个,可以直接使用。 -Wavelet packet denoising C++ source code, including the signal wavelet packet decomposition, the optimal choice of the tree, and rebuild a can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:203978
    • 提供者:模仿
  1. RDennoise_w_Me

    0下载:
  2. 实现小波模极大值去噪,经过在在MATLAB中测试过,能实现! -Wavelet modulus maxima denoising, after tested in MATLAB, to achieve!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1902
    • 提供者:李威
  1. jiyuxiaobodeyuyinquzao

    0下载:
  2. 这是基于小波的语音去噪资料,里面包括测试语音,去噪的整个流程的程序。-This is the speech denoising based on wavelet data, which includes the entire process of program test voice, denoising.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:204451
    • 提供者:严明
  1. tWavveletVCReh

    0下载:
  2. 通过设计Visual C程序源码对简单易懂的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波与Haar小波变换,从而的到小波分解系数;再通过改变分解的到的各层高频系数数进行信号的小波重构达到消噪噪的目的。在这一程序源码实现的过程中能直观地理解信号小波分解重构的过程与在信号消噪中的重要作用,和在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。 可直接 -Design Visual C program source code on a simple one
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:160933
    • 提供者:xlli
  1. pWavveletDennr

    0下载:
  2. 用Visual C++开发的小波表换,小波除噪程序源码,,能显示出来信噪比,我的本科毕业设计,吐血推荐 可直接使用。 -Wavelet table change Visual C++ developed, wavelet denoising program source code, can be displayed signal to noise ratio, my graduate design, recommended blood can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:76699
    • 提供者:xlli
  1. Wxiaobooa

    1下载:
  2. 小波变换用于语音信号阈值去噪的的一个matlab程序 -Wavelet transform for voice signal threshold denoising of a matlab program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4319
    • 提供者:一群舰队
  1. Wwavveletdenoa

    0下载:
  2. 小波去噪的C++程序源码,可用与想了解去噪噪原理与小波变换实现的初学入门者 可直接使用。 -The wavelet denoising of C++ of program source code, can be used to want to know denoising beginner beginners noise principle of wavelet transform can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:72754
    • 提供者:noahkk
  1. xiaobobao

    1下载:
  2. 自己的小波包程序(含消噪、能量特征提取、信号重构等),希望对大家有帮助-Wavelet packet procedure (including de-noising, the energy feature extraction, signal reconstruction, etc.), we hope to help
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4042
    • 提供者:周军
  1. CWAVLETTh

    0下载:
  2. 利用小波变化,进行滤波,去噪,通过模极大的去噪方法法,MATLAB的程序原代码,里面有很多程序及实例分析 -Using wavelet change, filtering, noise removal, modulus maxima de-noising method MATLAB program source code, there are a lot of procedures and examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:17258
    • 提供者:qschh
  1. mosaicbaye

    0下载:
  2. 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码-(WAVELET) image denoising algorithm source code based on Bayesian (BAYES) threshold wavelet
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:18699
    • 提供者:灵风
  1. wwavveletmodda

    0下载:
  2. 小波模极大源代码,可用来进行小波降噪或小波模态参数识别别,该代码为斯坦福大学源码。 -Wavelet modulus maxima source code, can be used to carry out the wavelet denoising or wavelet modal parameter identification do, the code to the source code of Stanford University.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:3847
    • 提供者:召唤
  1. Ldb44TIIi

    0下载:
  2. 提升小波的分解重构,与阈值降噪程序源码码,适合MEMS陀螺降噪。 可直接使用。 -Lifting wavelet decomposition and reconstruction, with the threshold noise reduction program source code, suitable for MEMS gyroscope noise reduction. Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:1286
    • 提供者:tiebos
  1. Wwavletdenoisa

    0下载:
  2. 小波去噪方法介绍,包括阈值法法、最大模法、相关法可直接使用。 -The Wavelet Denoising introduced threshold Law Act, the maximum modulus, correlation method can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:595498
    • 提供者:面积
  1. Eddenoise1x

    0下载:
  2. 用于图像去噪实验界面,包括小波去噪,中值滤波等,程序有MMATLAB的gui界面,调试成功。,已通过测试。 -For image denoising experimental interface, including wavelet denoising, median filtering, procedures the gui interface MMATLAB, debugging success. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-06
    • 文件大小:1704
    • 提供者:马润
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com