搜索资源列表
wavelet-denoise
- 这是一个用小波软阈值去噪的原代码,用matlab编写。希望对大家有帮助。-This is a wavelet soft thresholding the original code, prepared using Matlab. We want to help.
thresholddenoise
- 小波软阈值去噪的MATLAB代码,输入噪声均值就可得出含噪图像和去噪图像,同时得出峰值信噪比.
121415
- 小波软阈值的去噪处理方法,里面有完整的源代码,是我毕业生设计的全部内容,很详细的-wavelets matlab
matlab
- 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
Wavelet
- 基于边缘检测的小波阈值去噪,在去噪的时候避免了其它传统方法的边缘被模糊的现象。-err
a2
- 传统小波阈值去噪法 小波阈值收缩法去噪的主要依据是:小波变换特别是正交小波变换具有很强的去数据相关性,它能够使图像的能量在小波域集中在一些大的小波系数中;而噪声的能量却分布于整个小波域内,因此,经小波分解后,图像的小波系数幅值要大于噪声的系数幅值,可以认为,幅值比较大的小波系数一般以图像信号为主,而幅值比较小的小波系数在很大程度上是噪声。于是采用阈值的办法可以把信号系数保留,而使大部分噪声系数减少至零[-Study on Algorithm of Image Denosing Based o
hhh
- :由于许多传统的去噪方法在强背景噪声情况下提取声音信号的能力变弱甚至失效, 提出 应用独立成分分析( I C A) 方法对声音信号进行特征提取, 并证明了这种 I C A 变换能增强语音和音 乐信号的超高斯性. 在此基础上, 应用 I C A基函数作为滤波器, 通过阈值化的去噪方法对含有强高 斯背景噪声的声音信号进行去噪仿真实验. 结果表明, 本方法明显优于传统的均值滤波和小波去噪 方法, 为强背景噪声下弱信号的检测提供 了新的途径.-: As many of the t
wavelet_soft_threshold
- 小波变换软阈值去噪。采用阈值去噪时会产生振荡现象,而软阈值去噪可将图像变得较为平滑。-Soft-threshold wavelet de-noising. Threshold denoising using produces oscillation, while the soft-threshold denoising may become more smooth images.
Gcv
- GCV阈值,在图像去噪上广泛应用,其值接近理想门限,去噪效果相当好,结果小波,更可以达到更佳的效果。-GCV threshold, widely applied in image denoising and its value is close to the ideal threshold, de-noising result was very good, the results of wavelet, but also can achieve better results.
EMDdenoising
- 利用emd对一维信号进行去噪的最新程序。包含了三种emd去噪方法:1、直接使用小波阈值,进行硬阈值去噪;2、使用具有emd分解特性的阈值去噪;3、emd分解后的平移不变去噪。-Using emd on one-dimensional signal de-noising of the latest procedures. Emd contains three kinds of de-noising methods: a direct use of wavelet thresholding to c
xbchuzao
- 小波软阈值的去噪处理方法 matlab 源程序代码加实现-Wavelet soft threshold denoising method matlab source code added to achieve
xb
- 小波阈值去噪。对灰度图像和二值图像进行滤波。-Wavelet thresholding filter . Denoiseing for the gray image and binary image .
daima
- 将彩色图像转换为灰度图像后,再进行小波阈值去噪-The color image is converted to grayscale, then the wavelet thresholding
xiaobo-MATLAB
- 小波阈值去噪的MATLAB计算程序,计算方便-Wavelet thresholding the MATLAB computer program, to facilitate the calculation
5
- matlab的几种小波阈值去噪方法实例。包括固定阈值,Rigrsure阈值,启发式阈值等。-Matlab several wavelet threshold denoising method instance. Fixed threshold, the Rigrsure threshold heuristic threshold.
hardthrolding-and-softthrolding
- matlab源代码,基于小波分析的软阈值,硬阈值去噪-hard-throlding and sott-throlding
0d9b94561a6b
- MATLAB编程在图像去噪中的几个应用程序。包括小波阈值去噪中的软阈值和硬阈值去噪等。-MATLAB programming several applications in image denoising. Including the soft threshold and hard threshold denoising in the wavelet threshold denoising.
matlab小波软阈值去噪
- 利用matlab编写的小波软阈值去噪代码
2222hardthrdenoise
- 基于matlab的小波硬阈值去噪方法,数据来源可以自己添加,程序是可运行使用的-Based on a variety of matlab wavelet threshold denoising method, can add the data source, use the program is run
去噪
- 通过matlab实现 1显示图像 2对图像加噪 3硬阈值去噪 4软阈值去噪 5计算峰值信噪比(Image denoising, hard threshold denoising and soft threshold denoising.)