搜索资源列表
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
plusrilinoise
- 基于小波包的带通滤波器设计程序。给出了小波变换的快速算法和重构算法,讨论了应用小波变换进行信号带通滤波的方法,并通过正交小波包对信号的分解,把频率成分复杂的信号分解到各个频带上,根据需要提取指定频率的信号,然后用小波包重构算法对信号进行重构,实现对信号的提取。-Based on wavelet packet band-pass filter design program. Given the fast algorithm of wavelet transform and reconstructi
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
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.
myharr
- 基于haar函数的任意阶函数的小波分解,没有利用MATlab的自带函数,而是根据算法原理进行的编写,可方便大家理解算法并移植到C语言等其他平台上-Arbitrary order based on wavelet decomposition function haar function, there is no use MATlab comes with function, but prepared in accordance with the principle of the algorithm
faonan_v69
- 相参脉冲串复调制信号,关于小波的matlab复合分析,Pisarenko谐波分解算法。- Complex modulation coherent pulse train signal, Matlab wavelet analysis on complex, Pisarenko harmonic decomposition algorithm.
SimuWave
- 在matlab/simulink目前还没有更好地实现小波包模块,simuwave包括了各种各样的小波包子模块,可以自己实现小波分解。- At present, matlab/simulink is still not better to implement the wavelet packet module, simuwave includes a variety of wavelet packet module, you can realize the wavelet decompositio
waveletpacketdecomp
- 一维信号特征提取参考程序,正常信号和故障信号特征的提取,开发环境为MATLAB。是使用小波分解处理信号的参考,使用了小波包三层分解。-One dimensional signal feature extraction reference program, normal signals and fault feature extraction, the development environment of MATLAB.Is the use of wavelet decomposition pro
image-segmentation
- 用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等- using matlab language to write code to achieve functionality, including image reading, storage, display, histogram equalization, thresholding, wavelet decomposition, wavelet
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.)
xiaobo
- 代码给出了3种不同求解小波包分解能量的方法,有详细注释(The code gives 3 different methods to solve the decomposition energy of the wavelet packet, with detailed annotations)
xiaobobao
- 运用matlab对图像进行小波包的分解与重构(Wavelet packet decomposition and reconstruction)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)