搜索资源列表
GHM多小波变换
- MATLAB中实现彩色图像的GHM多小波变换
dghm
- 自适应的多小波阀值算法,利用多小波去除噪声的matlab源代码-Multiwavelet adaptive threshold algorithm, using wavelets to remove noise in many source code matlab
dghm
- 多小波中应用最多的就是DGHM多小波,该多小波有很好的去噪效果。-Multiwavelet Medium is the most widely used DGHM multiwavelet, the multiwavelet denoising has very good effect.
matlab
- 谐波小波程序变参数的积分程序多点人工生成地震波程序低通滤波程序经验模式分解降噪程序-Harmonic Wavelet programmed parameters points integration process of artificial seismic waves to generate low-pass filtering process procedures empirical mode decomposition noise reduction procedure
wavelet
- 利用递归迭代法构造多小波基的matlab源码及实现多小波分解2-D图像-Recursive iterative method to construct multi-wavelet basis matlab source code and to achieve more than 2-D image wavelet decomposition
jiyuxiaobobianhuandeyuyintezhentiqu
- 基于不变集多小波的语音特征参数提取研究 用小波变换替代傅立叶变换和梅尔滤波-Based on the invariant set Multiwavelet voice characteristic parameter extraction for research of wavelet transform and Fourier transform alternative Mel filter
MultiWaveletlib
- 实用的多小波工具箱 添加这些文件,以你的工作文件夹,并开始输入》multidemo 查看采取多小波变换对不同的图像,您也可以查看,编辑和使用任何其他文件提交在此文件夹中-Many practical wavelet toolbox to add the files to your working folder, and start typing " multidemo view taken by many wavelet transform of different images,
sa4
- 多小波的研究越来越火,但是程序的源代码确很少,现贡献一些。-Multiwavelet study more and more fire, but the program' s source code is indeed very small, it is some contribution.
cl2
- cl2多小波去噪的源程序,对学校多小波的人很有帮助。需要自己修改一下图片的路径。-Cl2 many of the source wavelet denoising, the School Multiwavelet helpful people. Needs its own path picture changed a bit.
cl3
- cl3多小波也是一个比较热门的多小波,应用的也比较广泛。-Multiwavelet CL3 is a more popular Multiwavelet, and more extensive applications.
69491747MDWT
- matlab 多维小波工具箱 有线性卷积 三维的小波变换,逆变换-matlab multi-dimensional wavelet toolbox has three-dimensional linear convolution of wavelet transform, inverse transform and so on
multiwavelet
- 多小波变换MATLAB源程序,m文件形式给出,经调试能正确运行。-multiwavelet transform.
Multi-wavlet
- 多维小波matlab工具箱,可以和matlab自带的小波工具箱配合使用。-Multi-dimensional wavelet toolbox matlab, matlab can bring their own use of the wavelet toolbox.
MWMP
- MWMP是一个运行MATLAB下面的多小波软件包,它是目前功能比较全面的一个多小波软件包,能够用于科学研究例如图像压缩、信号降噪等。它提供了一些比较常见的单小波与多小波滤波器,也提供了多小波的一些常用的预滤波算法,并且,只要修改coef.m文件,就可增加新的滤波器组,同时,修改文件coef_prep.m文件,可增加新的预滤波方法。-MWMP is the following one to run MATLAB package of multi-wavelet, which is currentl
MW_denoise
- 此程序实现多小波去除噪声。构造多小波变换矩阵。多层分解。-1-D signal denoising by multi-wavelet and cycle-spinning.
小波多尺度边缘检测
- 小波多尺度边缘检测matlab程序,采用局部极大值法,注解详细,可以运行,比较适合初学者学习
小波变换
- 小波变换 信号处理 通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节。(Wavelet transform signal processing through the telescopic translation operations to signal (function) step by step multi scale refinement, the final breakdown of ti
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
小波神经网络用于分类的基础源码
- 小波神经网络中用于分类的代码,代码比较复杂,需要多加学习。(The code used for classification in the wavelet neural network is more complex and needs more learning.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)