搜索资源列表
小波分解与重构
- 用VC++实现的一维小波分解与重构,含原理分析文档,对小波研究者极有用。-with VC of a peacekeeping wavelet decomposition and reconstruction, including principles to analyze documents, the researchers wavelet very useful.
mywavet
- 小波分解重构,降噪,压缩编码,压缩性能分析 xijie.m 将图片1级小波分解为近似,水平细节,垂直细节,对角细节 xijie2.m 将图片1和2级分解并重构,近似,水平细节,垂直细节,对角细节 noisereduce.m 图像1/2降噪. noisereduce2.m全值阀值消噪图像 mycompress.m小波BIOR3.7一次和二次压缩,与一次与二次解压缩 mycompress2.m分析小波分解系数中置0的系数个数百分比和压缩后图像剩余能量百分比
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
signalwaveletdecopositon
- 一维信号的小波分解重构,其中matlat的源代码是对序列做了扩展的-One-dimensional wavelet signal decomposition and reconstruction, in which the source code matlat is extended sequences done
Wavelet
- Visual C++下的小波变换,小波分解与重构,加入噪声分析,显示分解和重构图形。-Wavelets for data encode and uncode, the figures would be shown.
2D-Wavelet-Transformation
- 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
wavelets
- 关于小波包多尺度分解与重构的学习资料,详细介绍了各函数的语法与用法-Some very useful multi-scale wavelet packet decomposition and reconstruction of information
db8
- 小波分解和重构的算法,分析了信噪比,可自行定义分解级数-wavelet alg for image
fingerprint
- 能够实现对灰度图像进行小波分解,并且分别利用低频和高频系数重构图像-Can be achieved on the gray image using wavelet decomposition and the use of low frequency and high frequency coefficients respectively, the reconstructed image
labview
- 利用LabViev设计虚拟消噪器,利用小波对信号进行分解,然后设定阈值,再对小波进行重构。-Denoising using LabViev virtual device design, the use of wavelet signal decomposition, and then set the threshold value, then the wavelet reconstructed.
wavelet-image
- 二维图像信号的去噪步骤: (1)二维图像信号的小波分解。选择合适的小波与恰当的分解层次N,并对待压缩的二维图像信号进行N层分解计算。 (2)对分解后的每一层高频系数,选择一个恰当的阈值,并对该层高频系数进行软阈值量化处理。 (3)二维图像信号的小波重构。用小波分解后的第N层近似(低频系数)和经过阈值量化处理后的各层细节(高频系数),对二维信号进行小波重构。-Two-dimensional image signal denoising steps: (1) two-dimensiona
wavelet-reconstruction
- 重构是用分解得到的多分辨率下的小波系数,将多尺度小波合成原信号.不是分解完了马上重构的,中间可能有去噪的过程啊,压缩的过程.-Reconstruction is under multi-resolution decomposition of the wavelet coefficients, the wavelet multi-scale synthesis of the original signal reconstruction is not immediately broken down
exam_leleccu
- 基于leleccum的小波分解重构案例.本文件通过案例剖析详细阐述了小波分解与重构常用命令的运用技巧。内容包括多级小波分解、直接重构、单尺度重构、单支重构、重构误差分析、波形数据去噪等。案例基于leleccum数据集,图文并茂,层次分明,对比显著,便于学习领会。-A wavelet example based on leleccum dataset
xiaobotuxiangfengge
- 基于小波分解重构的图像去噪程序 请多指教-Based on wavelet decomposition and reconstruction of image denoising program please enlighten
小波去噪
- 运用小波阈值实现图像去噪,同时有小波的分解与重构。(Wavelet threshold is used to realize image denoising and wavelet decomposition and reconstruction.)
小波分解与重构
- 简单的小波变换函数,基本的原理,算法,适合学习(Simple wavelet transform function, basic principle, algorithm)
小波分析 编程
- 小波分析的各种尺度分解包括单尺度分解,多尺度分解以及小波包分解及重构,小波分解重构精简(All kinds of scale decomposition of wavelet analysis include single scale decomposition, multi-scale decomposition, wavelet packet decomposition and reconstruction, and wavelet decomposition and reconstruct
omp重构图像
- 小波分解与重构,具体的图像可以用自己的。。。。。。。。。
基于小波包的图像去噪方法
- 本代码是基于小波包的图像去噪方法,运用小波包对图像进行分解和重构。-This code is based on wavelet packet image denoising method, using wavelet packet image decomposition and reconstruction.
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的