搜索资源列表
WaveletTrans
- matlab 环境下的 二维小波变换(正和逆变换),用二维卷积实现的,其中有个子函数用于产生小波系数的(小波分解和小波重构的系数都有)!你自己也可以往里面加系数-Matlab environment 2D wavelet transform (and inverse transform), with the realization of two-dimensional convolution. these subsystems function used to generate the wave
xiaobobao
- 这是基于matlab的图像去噪程序,使用小波包的方法实现。默认阈值。及小波分解重构等。-This is based on Matlab image denoising, the use of wavelet packet method. The default threshold. Wavelet decomposition and reconstruction, and so on.
yangbenshang
- 样本熵 结合样本熵和谐波小波分解,MATLAB程序原代码-Sample entropy and sample entropy combined with harmonic wavelet decomposition, MATLAB program source code
hundun_svd_0525
- 效果非常好的数字水印的源代码,实现了基于小波变换的奇异值分解算法,选取载体图像的LH子带作为载体,并进行攻击测试算法性能-The effect of a very good source of digital watermarking, wavelet transform based on the realization of the singular value decomposition algorithm, select the carrier of the LH sub-band ima
wavelet
- 用MATLAB对一语音信号进行小波分解 用MATLAB对一图象分别用不同小波分解-Using MATLAB on a voice signal wavelet decomposition using MATLAB image of a wavelet decomposition with different
plusrilinoise
- 基于小波包的带通滤波器设计程序。给出了小波变换的快速算法和重构算法,讨论了应用小波变换进行信号带通滤波的方法,并通过正交小波包对信号的分解,把频率成分复杂的信号分解到各个频带上,根据需要提取指定频率的信号,然后用小波包重构算法对信号进行重构,实现对信号的提取。-Based on wavelet packet band-pass filter design program. Given the fast algorithm of wavelet transform and reconstructi
mallat
- 小波变换中mallla塔式多层分解以及重构算法可用于信号去噪-Wavelet decomposition and multi-storey tower in mallla reconstruction algorithm can be used for signal denoising
Matlab-wavelet-decomposition-process
- matlab 小波图像分解完整程序,很完整,各行均有注释,可放心使用!-Matlab wavelet decomposition process
wave
- 小波分解matlab程序,已调试成功,可直接用-Wavelet decomposition matlab program
harmonic-and-harmonic--packet
- 共包含四个文件: hamo_packet.m 谐波小波包子程序,输入参数为原信号序列,采频,分解层数,返回三维数组,存储各层各频带分解结果; harmopacktest.m 检验上述子程序可行性的m文件; harmonic wavelet analysis.pdf Newland关于谐波小波的原始论文; 20130329谐波滤波.docx 内附matlab程序和分析结果。对电机电流信号做了谐波小波分解,分别从时域和频域构造谐波小波,结果显示,频域构造的小波光滑性稍差。-Conta
matlab-valued
- 利用matlab自带的小波函数对音频进行分解然后嵌入经降维之后的图像水印并提取-Matlab comes with wavelet function to decompose the audio and image watermark embedded by the dimensionality reduction and extract
code
- 自编matlab小波分解以及重构的函数,希望大家多多指教,后期完善了自编的卷积积分再上传-matlab for wavelet by self
MATLAB-GUIPwavelet
- matlab的GUI界面程序,并带有小波处理,可以对信号进行1-3层的分解,然后再重构,可以实现滤波的效果。-Matlab GUI interface, and handle with wavelet, the signal can be 1 to 3 layers of decomposition, and then reconstruct, can realize the filtering effect.
11 小波分析.m
- 进行小波分析,对于信号的分解,降噪,重构,都可以有效进行(Wavelet analysis can be carried out effectively for signal decomposition, noise reduction and reconstruction)
886124小波分解与重构的几个matlab程序
- 886124小波分解与重构的几个matlab程序(wavelet decomposition and reconstruction of several matlab program)
语音压缩
- 利用小波分解实现一段语音的压缩,功能可以在matlab中实现(Using wavelet decomposition to achieve a speech compression, the function can be implemented in MATLAB)
IJ1185
- 小波包分解(wavelet packet decomposition)也可称为小波包(wavelet packet)或子带树(subband tree)及最佳子带树结构(optimal subband tree structuring)。其概念是用分析树来表示小波包,即利用多次叠代的小波转换分析输入讯号的细节部分。本案例主要用于小波包分解计算及绘图(The wavelet packet decomposition can also be called the wavelet packet or
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.)
xiaobobao
- 运用matlab对图像进行小波包的分解与重构(Wavelet packet decomposition and reconstruction)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)