搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
利用haar小波变换对图像进行分解与重构
- 这个程序是用harr小波对图像进行分解和重构,是个可执行的源代码,已通过调试,大家可用来学习-this procedure is right Harr wavelet image decomposition and reconstruction, is the source of executable code, the debugging, you can be used for learning
小波包块编码
- 提出一种基于小波包分解的块分割图像编码算法
wavelet
- 基于小波变换的图像局部压缩,使用sym4小波对信号进行一层小波分解(sym4 wavelet is used to decompose one layer for a singal)
wavelet
- 对图像用bior3.7小波进行2层小波分解(the picture is decomposed by bior3.7 wavelet)
基于小波变换的不同分解层次去噪
- 包含不同分解层次对图像去噪效果的仿真程序及结果,包含信噪比源程序(Contains different decomposition levels of image denoising effect of the simulation procedures and results, including signal to noise ratio source)
MyWaveletDenoise
- 对输入信号进行有效的去噪,使用小波分解后对噪声信号去除,并重构得到去噪信号(The input signal is effectively denoised, and the noise signal is removed by wavelet decomposition, and the denoised signal is reconstructed)
C_Res
- db1——db5小波分解、重构输出,系数精度高(Wavelet decomposition and reconstruction output)
multiwavelet
- 本程序用于多小波预滤波 多小波分解 多小波重构(This program is used for multiwavelet pre filtering, multiwavelet decomposition and multiwavelet reconstruction)
整数小波变换
- 整数小波变换,可以直接运行,对图像小波分解(Integer wavelet transform)
HHT小波变换
- 用于脑电信号的小波分解与重构算法,另外还有一个基于信噪比的空域滤波算法和HHT分解算法,都是几个常用的脑电信号分解算法(Wavelet decomposition and reconstruction algorithm for EEG signals, in addition, a spatial filtering algorithm based on signal to noise ratio (SNR) and HHT decomposition algorithm, are sever
Wavelet_Decomposition_For_Images
- 小波算法,用于小波分析,数据,图像等。一维,二维数据的小波分解。(Wavelet algorithm is used for wavelet analysis, data, images and so on. Wavelet decomposition of one dimensional and two dimensional data.)
mlsoft
- 基于软阈值的提升小波去噪程序,用于信号处理(A soft threshold based lifting wavelet de-noising program for signal processing)
waveform
- 利用Matlab改写的一个小波降噪方法对信号降噪的源码,效果还不错,欢迎使用。(The use of Matlab rewrite a wavelet denoising method for signal reduction of the source code, the effect is good, welcome to discuss.)
二维离散小波变换
- mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)
cc_wavelet
- 对高光谱数据进行1-12层小波分解和重构,并与实测数据相对应进行相关性分析(The hyperspectral data is decomposed and reconstructed by 1-12 layer wavelet and correlated with the measured data)
matlab源文件包
- 小波变换相关函数在matlab中如何应用 小波分解和重构过程 小波变换在图像压缩、融合等方面的应用并用matlab来实现(How to apply wavelet transform correlation function in MATLAB Wavelet decomposition and reconstruction process The application of wavelet transform in image compression and fusion i
EWT
- 此压缩文件包含经验小波分解与重构,以及频带划分方法的汇总(This compressed file contains empirical wavelet decomposition and reconstruction, and a summary of frequency band division methods.)
cal_waveletfeature
- 计算小波包特征,小波分解得到能量比、小波熵。小波熵是一个统称,不是一种具体的熵算法。(The wavelet packet features are calculated, and the energy ratio and wavelet entropy are obtained by wavelet decomposition. Wavelet entropy is a general term, not a specific entropy algorithm.)
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的