搜索资源列表
GHM多小波变换
- MATLAB中实现彩色图像的GHM多小波变换
123
- 数字音频水印的嵌入和检测,使用的算法是基于小波变换-Digital audio watermark embedding and detection algorithms used are based on wavelet transform
matlab
- 本程序包括5个MATLAB程序,分别实现图像分量提取,拉普拉斯变换,图像批量格式转换,图像纹理特征提取,以及小波变换-The program includes five MATLAB programs were achieving the image component extraction, Laplace transform, image batch format conversion, image texture feature extraction, and the wavelet tr
123
- 小波变换,图像的各种变化基于小波变换模极大的多尺度图像边缘检测matlab源代码-xiaobobianhuan
mulscal_edge
- 通过多尺度小波变换获取图像边缘的软件包,可以用来分割图像-Through a multi-scale wavelet transform to obtain the image edge of the package
cwt
- 给定小波母函数,要求做连续小波变换,变换结果以图像形式给出(尺度-位移),说明并在图像上标出信号有哪几个成分。-For a given mother wavelet function, required to do continuous wavelet transform, transform results are given in the form of images (scale- displacement), indicating that the signal in the image
plusrilinoise
- 基于小波包的带通滤波器设计程序。给出了小波变换的快速算法和重构算法,讨论了应用小波变换进行信号带通滤波的方法,并通过正交小波包对信号的分解,把频率成分复杂的信号分解到各个频带上,根据需要提取指定频率的信号,然后用小波包重构算法对信号进行重构,实现对信号的提取。-Based on wavelet packet band-pass filter design program. Given the fast algorithm of wavelet transform and reconstructi
1
- 小波变换图像增强程序。以及非线性的处理程序。 MATLAB编译环境。-Wavelet transform image enhancement program. And non-linear process. MATLAB compilation environment.
任意次B样条小波模极大值
- 基于pscad仿真的行波故障测距的小波模极大值测试matlab程序(Wavelet modulus maxima test matlab program based on PSCAD simulation for traveling wave fault location)
xiaobo
- 本算法介绍了基于MATLAB的一阶小波变换,供读者学习(xiaobo based on matlab)
matlab
- 语音处理小波变换()
图像处理中小波变化的应用
- 利用小波变化降噪,图像处理方面,快速小波变换在MATLAB中的代码(Noise reduction using wavelet transform)
Image Fusion Based Wavelet Transform
- matlab 程序 基于小波变换的实现灰度图像的融合 经过测试可以使用(The matlab program is based on the wavelet transform to realize the fusion of gray image and can be used after testing.)
xiao_bo
- 小波变换对图像去噪,小波用海尔基,图像需输入文件名,图像可以直接去噪,也可以添加高斯白噪声后再去噪。压缩包中包含界面。具体情况详见m文件中注释。(Image denoising with wavelet transform,Harr wavelet)
11912896PCNN_fusion
- 主要介绍小波变换的代码,大家可以根据自己的需要进行修改(matlab Based on wavelet transform image fusion of design can be divided into three modules)
模极大值
- 用于实现小波变换模极大值去噪,信号为正弦信号添加高斯白噪声(It is used to denoise the modulus maximum of wavelet transform, and the signal is sinusoidal signal, adding Gauss white noise.)
matlab代码_小波矩特征提取
- 小波变换,小波矩特征提取方法,特别好用,注释清楚(Wavelet transform, wavelet moment feature extraction method, particularly easy to use, annotated clearly.)
MATLAB二维小波变换
- matlab实现二维小波变换,需把文件名改为英文(MATLAB realizes 2-D wavelet transform and needs to change the file name to English.)
MATLAB
- matlab仿真小波变换实现语音增强源码(Matlab wavelet transform to achieve speech enhancement source code)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)