搜索资源列表
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
Rice_University_WaveletHard_SoftThresholdingDenois
- 在国外网站上找到的一个小波降噪的实例,写的很好很详细,希望对大家有所帮助-Abroad to find a site Wavelet Denoising examples of good writing in great detail, I hope all of you to help
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
Many
- 小波降噪,及多小波的分解及重构!小波降噪,及多小波的分解及重构!-Wavelet noise reduction, and multi-wavelet decomposition and reconstruction! Wavelet noise reduction, and multi-wavelet decomposition and reconstruction!
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
gnosis
- 小波降噪与BSS在航空发动机故障诊断中的应用-Wavelet noise reduction and BSS in Aircraft Engine Fault Diagnosis
wpdencmp
- contour函数的使用 matlab小波降噪 全局软阈值消噪图像 无偏估计软阈值消噪图像 同态滤波 启发式软阈值消噪图像 -contour matlab wavelet noise reduction function uses the global soft-threshold denoising images unbiased soft threshold denoising images with state of the heuristic filter
小波降噪Matlab
- 设定信噪比和随机数种子,使用确定阈值、软阈值由一维小波函数对信号实施降噪。
自己编写的小波代码
- 自己写的关于小波降噪,压缩方面的代码,方便使用
小波降噪与EMD混合
- 一种进行小波降噪后,对特征库的信号进行信号经验模态分解的例子(An example of signal empirical mode decomposition for signal of characteristic library after wavelet de-noising)
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
小波去噪软阈值和硬阈值的matlab仿真程序
- BA于MATLAB的小波包分析在信号降噪中的应用(Application of wavelet packet analysis of BA in MATLAB to signal denoising)
nengliangshang
- 基于小波变换的信号降噪,可以用来进行数据处理后的小波降噪(Substitution Small - wave conversion signal damping, available For further use Number processing Opinion Small wave noise)
小波labview降噪VI
- labview编程实现小波分析以及小波去噪和传统去噪的对比(Realization of wavelet analysis by LabVIEW programming)
小波+神经网络
- 本文档为小波降噪与神经网络算法的代码程序,基于matlab(Wavelet and neural network algorithm program)
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的