搜索资源列表
thresold
- 基于小波变换阈值去噪的MATLAB源代码(包含小波包去噪程序)-threshold based on wavelet transform Denoising MATLAB source code (including wavelet denoising packet procedure)
基于小波变换阈值去噪的MATLAB源代码
- 基于小波变换阈值去噪的MATLAB源代码(包含小波包去噪程序),Threshold de-noising based on wavelet transform of the MATLAB source code (including the wavelet packet de-noising procedure)
Wavelet.rar
- 小波包变换分析信号的MATLAB程序,可用于提取故障特征向量,Wavelet packet transform analysis of signals in MATLAB procedures, can be used to extract fault feature vector
cx
- 一种基于小波包对电能质量信号的分析的程序-Wavelet packet based signal analysis of power quality program
denosing1
- 这是小波包程序,好不容易从网上下的,希望对大家有用!-This is the wavelet packet procedures, under the hard-line, in the hope that useful!
wavedenoise_mod
- 小波降噪程序:基于模极大值法,可以直接使用。包含有:P_gama.m、P_y.m、Py_Pgama.m、wavedenoisemod3_a.m,主程序为wavedenoisemod3_a.m。-Wavelet denoising procedures: Based on the modulus maxima method can be used directly. Contains: P_gama.m, P_y.m, Py_Pgama.m, wavedenoisemod3_a.m, the ma
3445567
- 这个文件中内容为基于小波包的图像去噪程序-wavelet package denoising
Extractionoffaultfeaturevector
- 用小波包提取故障特征向量并归一化,很实用,论文里的部分程序-Extracted using wavelet packet fault eigenvector and normalized, it is useful, some of the procedures in the thesis
OneDimensionalDiscreteWaveletTransforms
- 本实验要求开发一个基本的哈尔小波变换程序包,用于后续的实验。实验中使用哈尔基函数特有的“平均”与“差分”方法。首先要编写一个计算哈尔小波的j-尺度离散小波变换程序。并且要编写一个计算哈尔小波的j-尺度的逆离散小波程序,并用课本上的例7.8来验证所编写的程序-The experiment calls for the development of a basic package Haar wavelet transform for the follow-up experiment. Harki fu
23825744rwt
- 这是小波包程序,好不容易从网上下的,希望对大家有用!-This is the wavelet packet procedures, under the hard-line, in the hope that useful!
wavelet_denoise1
- 这是小波包程序,好不容易从网上下的,希望对大家有用!-This is the wavelet packet procedures, under the hard-line, in the hope that useful!
Ban-denoising
- 本代码是基于Bandelet的硬阈值SAR图像去噪,结果与小波变换进行对比,结果表示其在峰值信噪比,边缘保持系数上均有一定的提高。压缩包中有程序和SAR图像。-This code is based on Bandelet SAR image denoising with a hard threshold .the results were compared with the wavelet transform, and the results indicated that in the peak
11.24
- 本MATLAB小波程序包程序,不仅包括了MATLAB中的正交小波,还包括了二进制小波,连续小波-The MATLAB Wavelet package procedures, including not only the orthogonal wavelet of MATLAB also includes a binary wavelets, continuous wavelet
MATLABwavelet
- 小波变换的matlab程序,包括离散小波变换,多尺度变换,小波包分析,小波用于图像压缩、水印、去噪-Matlab wavelet transform procedures, including the discrete wavelet transform, multi-scale transform, wavelet packet analysis, wavelet image compression, watermarking, denoising
wavelet-package
- 使用小波包分析信号的MATLAB程序,对初学者有用~~~~·- analysis Signal by Wavelet packet..matlab~~
optimal-WPMT-based-on-MSE
- 基于最小均方误差准则的小波包树结构的选择 仿真程序-Based on minimum mean square error criterion selection of wavelet packet tree structure simulation program
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
BayesWaveletDenoise
- 贝叶斯小波去噪程序包,包含有贝叶斯代码,小波代码,去噪程序等-Bayesian wavelet denoising package contains the Bayesian code, wavelet code, denoising procedures
waveletpackage
- 使用小波包变换分析信号的MATLAB程序,利用小波包变换实现对故障信号的分析-Single analysis using wavelet package transforming
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序