搜索资源列表
基于小波变换的边缘提取程序
- 一个基于小波变换的边缘提取程序,用matlab实现,速度块,很不错。-one based on wavelet transform edge extraction procedures used Matlab to achieve speed block, very good.
一种基于小波变换的数字图像加密算法
- 一种基于小波变换的数字图像加密算法.PDF 利用matlab实现-based on wavelet transform digital image encryption algorithm. PDF achieved using Matlab
cwt(matlab)
- 连续小波变换的matlab实现代码,调试通过
matlab
- 二维二进小波变换的Matlab实现,二维二进小波变换的Matlab实现-Two-dimensional dyadic wavelet transform of the Matlab implementation
基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取
- 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取
Gabor
- Gabor小波变换的matlab实现,可以完成对图像的纹理特征提取,广泛应用于图像处理,模式识别等方向-Gabor wavelet transform matlab implementation can complete the image texture feature extraction is widely used in image processing, pattern recognition and so the direction of
merge_wavelet
- 小波变换的MATLAB源代码实现。主要是用作图像融合的。-Wavelet Transform MATLAB source code to achieve. Is used mainly for image fusion.
symletssplines
- 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。-The m code contains a series of wavelet transform to achieve function, and Daubechies, symlets, splines, S+ P wavelets, JPEG2000 and other wavelet transform. Can
watermarking
- 采用小波变换的方法实现了数字水印的嵌入与提取,效果非常不错!-Using wavelet transform method to achieve the digital watermark embedding and extraction, the effect is very good!
wavelet_Matlab7
- 本书是“MATLAB应用技术”系列丛书之一,以最新推出的MATLAB中的小波分析工具箱Wavelet Toolbox 3.0版本为基础。全书共分为三部分,第1部分着重介绍了小波理论基础,包括小波基础知识、连续小波变换、离散小波变换、多分辨率分析与正交小波变换、小波变换和多采样滤波器组、二维小波变换与图像处理及小波包的基本原理等;第2部分重点说明了小波分析工具箱的详细使用方法,包括图形用户接口、小波通用函数、一维小波变换的MATLAB实现、二维小波变换的MATLAB实现、小波包变换的MATLAB实
实现语音的基音检测
- 小波变换,实现语音的基音检测,主要用来检测语音基音周期,小波变换的实现-Wavelet transform, implemented voice detection, voice pitch is mainly used test cycle, the realization of wavelet transform
matlab
- 小波分析在图像处理中有非常重要的应用,包括图像压缩,图像去噪,图像融合,图像分解,图像增强等。文中给出了详细的程序范例,用MATLAB实现了基于小波变换的图像处理。-Wavelet analysis in image processing has very important applications, including image compression, image denoising, image fusion, image decomposition, image enhancemen
matlab-cwt
- 连续小波变换的MATLAB实现(未调用cwt函数)-Continuous wavelet transform of MATLAB (not using function cwt)
小波变换
- 集关于小波分析的matlab程序) 小波滤波器构造和消噪程序 小波谱分析mallat算法经典程序 小波包变换分析信号的MATLAB程序 利用小波变换实现对电能质量检测的算法实现 基于小波变换的图象去噪 Normalshrink算法
基于KTL和小波变换的图像处理算法
- 小波变换 KLT变换 图像处理 小波变换和KLT变换的matlab实现(Matlab implementation of wavelet transform, KLT transform, image processing, wavelet transform and KLT transform)
语音增强算法,谱减法、小波变换
- 使用matlab语言实现的语音增强算法,包括谱减法以及小波变换的实现,对理解原理有很好的作用。(Voice Enhancement Algorithm written using matlab scr ipts, including spectral subtraction and wavelet transform implement.)
waveletcode
- 小波变换,双树复小波,小波和复小波的图像阈值去噪(Wavelet transform, double tree complex wavelet, wavelet and complex wavelet image deniosing)
Image fusion
- 采用了小波变换的方法实现了红外光图像与可见光图像的融合,并且设计了一个简单的matlab GUI界面。小波变换的分解层数为2层,采用低频平均高频取大的融合规则,融合效果非常欢迎下载。(The method of wavelet transform is used to realize the fusion of infrared and visible light images, and a simple matlab GUI interface is designed. The number
haar小波寻峰.m
- 简单的利用小波变换的性质,实现了对接收辐射波谱的寻峰(By simply using the property of wavelet transform, the peak of received radiation spectrum is achieved.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)