CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 波变换 搜索资源 - cwt wavelet

搜索资源列表

  1. wavelet_delphi

    0下载:
  2. 小波变换Delphi源码,可实现连续小波变换CWT。-wavelet transform Delphi source, continuous wavelet transform CWT.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:931byte
    • 提供者:王永波
  1. wavelet_cwt

    3下载:
  2. 对信号做连续小波变换,不直接调用Matlab的cwt函数-right signals to do continuous wavelet transform, not directly call Matlab cwt function
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:purpleashan
  1. cwt-0.1.tar

    0下载:
  2. Command line driven program for applying the Continuous Wavelet Transform to arbitrary data (real or complex) with respect to predefined wavelets.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:283kb
    • 提供者:lsk
  1. cwt

    0下载:
  2. 小波零树变换的图象压缩解压缩程序,应该能看懂。-Zerotree wavelet transform image compression decompression procedure, we should be able to read.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:649.44kb
    • 提供者:包俊成
  1. Cwt连续小波.rar

    2下载:
  2. 小波变换子程序,Wavelet Transform Subroutine
  3. 所属分类:波变换

    • 发布日期:2017-12-28
    • 文件大小:25kb
    • 提供者:li0065
  1. dt-dwt_J.rar

    1下载:
  2. 双数复数小波变换的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
  3. 所属分类:Wavelet

    • 发布日期:2017-03-26
    • 文件大小:40.1kb
    • 提供者:suxiaoyuan
  1. cwt-ccode

    3下载:
  2. 连续小波变换程序,输入二进制文件,然后然后进行小波变换 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
  3. 所属分类:Wavelet

    • 发布日期:2016-11-24
    • 文件大小:2.38kb
    • 提供者:willee
  1. dt-dwt_F

    0下载:
  2. 双树复数小波变换的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
  3. 所属分类:Wavelet

    • 发布日期:2017-03-23
    • 文件大小:1.01kb
    • 提供者:suxiaoyuan
  1. cwt

    0下载:
  2. 对512*512图像做小波分解和复原,可以直接运行-, For 512* 512 image to do wavelet decomposition and recovery
  3. 所属分类:Wavelet

    • 发布日期:2017-03-28
    • 文件大小:166.06kb
    • 提供者:赵宇峰
  1. CWT

    0下载:
  2. Wavelet Transform curvelet
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:12.39kb
    • 提供者:eric
  1. CWT-and-Image-processing

    0下载:
  2. 连续小波变换处理数字图像,分解,去噪,重构信号-Continuous wavelet transform digital image processing, decomposition, denoising, reconstruction of the signal
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:4.21kb
    • 提供者:李坤贤
  1. matlab-cwt

    5下载:
  2. 连续小波变换的MATLAB实现(未调用cwt函数)-Continuous wavelet transform of MATLAB (not using function cwt)
  3. 所属分类:Wavelet

    • 发布日期:2015-10-16
    • 文件大小:1kb
    • 提供者:陆小千
  1. cwt-sin

    0下载:
  2. 用matlab实现正弦信号的连续小波变换,绘制变换前后图形-Sinusoidal signal with matlab to achieve the continuous wavelet transform, rendering transform before and after the graphics
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:45.2kb
    • 提供者:zheng
  1. Selection-of-Wavelet

    0下载:
  2. 通过定性与定量的分析, 提出了在对冲击信号进行连续小波变换时选择最佳小波基函数的方法和小波变换 后故障特征提取效果优劣的检验手段, 并且得出了对于冲击性信号的连续小波变换, 小波基函数的最佳选择为 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
  3. 所属分类:Wavelet

    • 发布日期:2017-05-04
    • 文件大小:1.39mb
    • 提供者:Peng
  1. cwt-source-code

    0下载:
  2. 二维离散小波变换,vc实现,包含逆变换,希望对大家有帮助。-Two dimensional discrete wavelet transform, VC, contains the inverse transform, we hope to help.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:1.84kb
    • 提供者:fenghongchen
  1. 73

    0下载:
  2. 小波变换 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
  3. 所属分类:波变换

    • 发布日期:2017-12-22
    • 文件大小:974kb
    • 提供者:yuan555
  1. Cross Wavelet Transform

    0下载:
  2. cross wavelet transform and bayseian frame
  3. 所属分类:波变换

    • 发布日期:2017-12-28
    • 文件大小:102kb
    • 提供者:raj123
  1. CWT

    0下载:
  2. cwt for plot and basic function in matlab
  3. 所属分类:波变换

    • 发布日期:2018-01-08
    • 文件大小:2kb
    • 提供者:jamesjames868
搜珍网 www.dssz.com