搜索资源列表
wavelet_delphi
- 小波变换Delphi源码,可实现连续小波变换CWT。-wavelet transform Delphi source, continuous wavelet transform CWT.
wavelet_cwt
- 对信号做连续小波变换,不直接调用Matlab的cwt函数-right signals to do continuous wavelet transform, not directly call Matlab cwt function
cwt-0.1.tar
- Command line driven program for applying the Continuous Wavelet Transform to arbitrary data (real or complex) with respect to predefined wavelets.
cwt
- 小波零树变换的图象压缩解压缩程序,应该能看懂。-Zerotree wavelet transform image compression decompression procedure, we should be able to read.
Cwt连续小波.rar
- 小波变换子程序,Wavelet Transform Subroutine
dt-dwt_J.rar
- 双数复数小波变换的Matlab程序的J部分,全部解压到同一文件夹下直接调用函数,Double the number of complex wavelet transform of the J part of Matlab procedures, all extract to the same folder under the direct call function
cwt-ccode
- 连续小波变换程序,输入二进制文件,然后然后进行小波变换 C语言程序-/*this program compute the contious wavelet transform of the signal in a data file using the Professor A.Grossman s approach. the analyzing basic wavelet is modulated gaussian: exp(iwt)exp(-t**2/2)where w si th
dt-dwt_F
- 双树复数小波变换的Matlab程序的F部分,全部解压到同一个文件夹下后可直接调用函数-Dual-Tree Complex Wavelet Transform Matlab for the F part of the procedure, all extract to the same folder can be a direct call function
cwt
- 对512*512图像做小波分解和复原,可以直接运行-, For 512* 512 image to do wavelet decomposition and recovery
CWT
- Wavelet Transform curvelet
CWT-and-Image-processing
- 连续小波变换处理数字图像,分解,去噪,重构信号-Continuous wavelet transform digital image processing, decomposition, denoising, reconstruction of the signal
matlab-cwt
- 连续小波变换的MATLAB实现(未调用cwt函数)-Continuous wavelet transform of MATLAB (not using function cwt)
cwt-sin
- 用matlab实现正弦信号的连续小波变换,绘制变换前后图形-Sinusoidal signal with matlab to achieve the continuous wavelet transform, rendering transform before and after the graphics
Selection-of-Wavelet
- 通过定性与定量的分析, 提出了在对冲击信号进行连续小波变换时选择最佳小波基函数的方法和小波变换 后故障特征提取效果优劣的检验手段, 并且得出了对于冲击性信号的连续小波变换, 小波基函数的最佳选择为 M o rlet函数的结论。-A method for selecting the best wavelet base in cont inuous wavelet transform (CWT) for impulse signals is introduced, and a test fo
cwt-source-code
- 二维离散小波变换,vc实现,包含逆变换,希望对大家有帮助。-Two dimensional discrete wavelet transform, VC, contains the inverse transform, we hope to help.
73
- 小波变换 clc; close all; clear; %构建我们的信号,在500处有一个突变点。 x = zeros(1000,1); x(500) = 1; %进行小波变换 CWTcoeffs = cwt(x,1:128,'haar','plot'); colormap jet; colorbar; %也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值 % CWTcoeffs(10,:)(wavelet transform
Cross Wavelet Transform
- cross wavelet transform and bayseian frame
CWT
- cwt for plot and basic function in matlab