搜索资源列表
waveletDenoising
- 用vc6.0开发出一小波滤波的程序。内容包括仿真数据生成,文本数据读取,滤波器系数构造,小波分解与重构,小波阈值及阈值函数选择,小波降噪。-vc6.0 developed using a wavelet filter procedures. Include simulation data generation, text to read data, filter coefficients structure, wavelet decomposition and reconstruction. W
小波变换图像降噪中的daubcqf.m等M文件
- 小波变换图像降噪中的daubcqf.m等M文件
denoise_th_he.rar
- 小波降噪程序,可对信号进行heursure阈值消噪处理。,Wavelet Denoising procedures can signal heursure threshold de-noising processing.
MATLabGUI
- 小波降噪GUI模型 以界面的形式表现出各个小波函数降噪特点-sf
Demo
- 这是一个小波降噪的Demo,这个Demo在降噪的基础上还对降噪后的图像进行了补偿复原,使降噪效果大大增强。大家在做类似项目的时候可以参考一下。-This is a wavelet noise reduction Demo, the Demo on the basis of the noise after noise reduction is also compensated image recovery, so that noise reduction effect of greatly enh
wavelet
- 一维小波的分解和重构,可以运行,三层降维和重构,小波降噪。很实用-matlab wavelet
wavelet_code
- 小波降噪,本学期学习小波变换收获不少,呵呵,这个小波降噪比较实用,是Guleryuz写的,收集来和大家分享-Wavelet denoising, wavelet transform of the semester learning a lot of harvest, huh, huh, this more practical wavelet denoising is Guleryuz written, gathered to share
wavedenoise_mod
- 小波降噪程序:基于模极大值法,可以直接使用。包含有:P_gama.m、P_y.m、Py_Pgama.m、wavedenoisemod3_a.m,主程序为wavedenoisemod3_a.m。-Wavelet denoising procedures: Based on the modulus maxima method can be used directly. Contains: P_gama.m, P_y.m, Py_Pgama.m, wavedenoisemod3_a.m, the ma
wavelet-denoise-0.3.1.tar
- 基于小波的降噪算法,实现图像降噪 The wavelet denoise plugin for The GIMP-Noise reduction based on wavelet algorithm image denoising The wavelet denoise plugin for The GIMP
liftingwavelet
- 一种新的基于小波变换的阈值降噪方法介绍,并更传统阈值方法进行了比较-A new opportunity for the threshold wavelet transform denoising method introduction
xiaobo
- 该程序实现了小波变换对音频信号的降噪处理,简单实用!程序运行时需要一个.wav格式的音频信号。-Procedures for the implementation of the wavelet transform of the noise reduction audio signal processing, simple and practical! Procedures required a run-time. Wav format audio signal.
Wavelet
- 不同的小波分解降噪算法,如局部阈值,全局阈值,提升小波等-Wavelet decomposition of different noise reduction algorithms, such as the local threshold, global threshold, such as lifting wavelet
xiaobo
- 结合维纳滤波的小波降噪方法,滤波效果很好-Combination of Wiener filtering of wavelet noise reduction method, filter works well
waveletdenoiseandip
- 讲述小波降噪算法,综述了阈值如何选取以及评定指标,并利用IP软核实现技术研究-About the wavelet denoising algorithm, the threshold review and assessment of indicators of how to select and use IP soft core Implementation Technology
Waveletdenoisingviasparserepresentation
- 一篇关于小波降噪的英文文献,写的不错,拿来和大家一块分享-A wavelet noise reduction on English literature, to write well, bring to share with you a
Wavelet_Denoise
- 小波去噪的几篇论文 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
main
- matlab实现的小波降噪声图像处理算法,效果十分好,自己做了调试。(The wavelet reduced noise image processing algorithm realized by Matlab is very effective and has been debugged.)
基于小波变换的图像降噪
- 基于小波变换的图像去噪,从含噪图像可以看出噪声含量非常强,而从去噪的结果可以看出,通过小波去噪后的图像基本和原图像一致。第一次消噪滤去了大部分高频噪声,但与原图比较,依然有不少高频噪声,第二次消噪在第一次消噪基础上,再次滤去高频噪声,消噪效果较好,但图像质量比原图稍差。(Image denoising based on wavelet transform shows that the noise content is very strong from noisy images, and from
图像处理
- 使用wbmpen函数图像降噪所需的程序代码,手打(Using the wbmpen function image noise reduction required program code, hand)
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的