CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 小波 去噪 c

搜索资源列表

  1. mywavelet

    2下载:
  2. 小波变换算法的C语言实现,包括DWT,INDWT,提升小波,以及小波去噪的MATLAB源代码-wavelet transform algorithm in C language, including DWT, INDWT upgrade wavelet Wavelet denoising and MATLAB source code
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:34687
    • 提供者:kxckxc
  1. waveletdenoising

    3下载:
  2. 小波去噪的C++程序,可用与想了解去噪原理与小波变换实现的初学者
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:72414
    • 提供者:ht
  1. Wavelet-image-denoising-procedures

    0下载:
  2. 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denois
  3. 所属分类:Wavelet

    • 发布日期:2017-03-24
    • 文件大小:3132
    • 提供者:朱兰花
  1. xiaobofenxiquzao

    1下载:
  2. 一种基于c++的小波分析图像去噪 可实现简单的去噪-Wavelet Image Denoising
  3. 所属分类:OpenCV

    • 发布日期:2016-02-22
    • 文件大小:7327744
    • 提供者:王斌
  1. smooth

    0下载:
  2. 以C sharp處理圖像平滑與去噪編程有關均值濾波中值濾波小波變換高斯濾波-In C sharp smoothing and denoising image processing program related to the mean filter median filter wavelet transform Gaussian filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:117096
    • 提供者:李復祥
  1. sar-image-wavelet-denoising-

    1下载:
  2. 采用C++语言编写的经典sar影像小波去噪程序。用小波理论实现图像去噪功能。-Written in C + + classic sar image wavelet denoising procedures. Theory of image denoising using wavelet functions.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:1208325
    • 提供者:
  1. ImageWavelet-transform

    0下载:
  2. 图像的小波变换,用C++代码编程实现。用于小波图像处理的,如去噪、融合之前。-Image wavelet transform, using C++ Code programming. For wavelet image processing, such as denoising, before integration.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2819495
    • 提供者:张娜
  1. wavelet_move_noise

    1下载:
  2. 小波去噪,希望对学习图像处理的有用,用C++编写,来自于小波的理论与应用-Wavelet denoising, and they hope to study the usefulness of image processing using C++ to prepare, from the wavelet theory and application
  3. 所属分类:Special Effects

    • 发布日期:2016-02-22
    • 文件大小:21502
    • 提供者:孙超
  1. hhh

    0下载:
  2. :由于许多传统的去噪方法在强背景噪声情况下提取声音信号的能力变弱甚至失效, 提出 应用独立成分分析( I C A) 方法对声音信号进行特征提取, 并证明了这种 I C A 变换能增强语音和音 乐信号的超高斯性. 在此基础上, 应用 I C A基函数作为滤波器, 通过阈值化的去噪方法对含有强高 斯背景噪声的声音信号进行去噪仿真实验. 结果表明, 本方法明显优于传统的均值滤波和小波去噪 方法, 为强背景噪声下弱信号的检测提供 了新的途径.-: As many of the t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:213138
    • 提供者:金振东
  1. shiyuhepinyu

    0下载:
  2. 用vc++实现了两种经典的小波去噪算法、 对于初学者很有意义
  3. 所属分类:Wavelet

    • 发布日期:2017-05-12
    • 文件大小:2906330
    • 提供者:why354
  1. smooth

    1下载:
  2. C# 编写的图形去噪平滑的例子,集中了常用的平滑和去噪的算法,比如中值滤波,小波,形态学,高斯等。-2D-image denoise and smooth algorithms with C#, including many useful methods.
  3. 所属分类:2D图形编程

    • 发布日期:2012-11-30
    • 文件大小:171116
    • 提供者:Lu
  1. waveletdenoising

    0下载:
  2. 小波变换 去噪用C编写的小波变换,主要用于去噪大家可以交流交流-Wavelet denoising in the wavelet transform with the preparation of C, mainly for the exchange of denoising we can exchange
  3. 所属分类:Wavelet

    • 发布日期:2017-04-08
    • 文件大小:71902
    • 提供者:肖俊
  1. C

    0下载:
  2. C++编写,进行小波变换的程序代码,可用于图像处理中的去噪、边缘检测、分割等。-C++ written code the wavelet transform can be used for denoising in image processing, edge detection, segmentation and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1215895
    • 提供者:肖俊
  1. Wvlt

    0下载:
  2. 小波变换正反变换及去噪处理,内有FFT变换去噪比较-wavelet denoising use C++
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:65319
    • 提供者:suiyinling
  1. wavelet

    0下载:
  2. 在MFC环境下,用c++实现各种母函数的小波变换,经测试重构误差较小,可以用于融合,去噪等方面。-wavelet transform using c++
  3. 所属分类:Wavelet

    • 发布日期:2017-05-22
    • 文件大小:6311957
    • 提供者:陶权义
  1. wavelet

    0下载:
  2. 用c语言写的db4多尺度小波去噪代码,效仿matlab的方式,将分解后的系数存放在原数组里-Db4 multi-scale wavelet denoising code, c language written emulate matlab manner, the decomposition coefficients stored in the original array
  3. 所属分类:Wavelet

    • 发布日期:2017-11-06
    • 文件大小:201966
    • 提供者:袁智超
  1. wavelet-code-For-C

    1下载:
  2. 这是一个用C语言写的小波变换的算法程序。。可以应用到单片机和DSP实时处理数据,如去噪,去除趋势项,提取所需的信号等。-This is a C language wavelet transform algorithm. . MCU and DSP can be applied to real-time processing of data, such as de-noising, removal of the trend items, extract the desired signals.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:3585
    • 提供者:liuyun
  1. decomposition

    1下载:
  2. 运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode Decomposition (Hilbert-Huang
  3. 所属分类:波变换

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:dyen0019
搜珍网 www.dssz.com