登录
首页 » matlab » EWT_1D

EWT_1D

于 2020-09-02 发布
0 292
下载积分: 1 下载次数: 5

代码说明:

说明:  经验小波变换(EWT)的编写程序,自动划分滤波器组(Wavelet transform (EWT) programming, automatic division of filter)

文件列表:

1D, 0 , 2019-12-17
1D\Adaptive_Bounds_Adapt.m, 1629 , 2016-12-01
1D\disp_hhs2.m, 2165 , 2016-12-01
1D\Disp_HHT.m, 244 , 2016-12-01
1D\eeg.mat, 8648 , 2016-12-01
1D\EmpiricalLaw.m, 1020 , 2016-12-01
1D\EpsNeighLocalMaxMin.m, 2009 , 2016-12-01
1D\EWT1D.m, 3573 , 2019-06-18
1D\EWT_beta.m, 162 , 2016-12-01
1D\EWT_Boundaries_Completion.m, 835 , 2016-12-01
1D\EWT_Boundaries_Detect.m, 5334 , 2019-05-30
1D\EWT_InstantaneousComponents.m, 2910 , 2019-06-03
1D\EWT_Meyer_FilterBank.m, 1490 , 2019-05-31
1D\EWT_Meyer_Scaling.m, 929 , 2019-06-02
1D\EWT_Meyer_Wavelet.m, 1325 , 2016-12-01
1D\EWT_Single_filter.m, 93 , 2016-12-01
1D\EWT_TF_Plan.m, 3492 , 2019-06-03
1D\GSS_BoundariesDetect.m, 881 , 2016-12-01
1D\HalfNormalLaw.m, 1080 , 2016-12-01
1D\Heeg.mat, 11442 , 2016-12-01
1D\Htexture.mat, 1220 , 2016-12-01
1D\hua_baoluo3.m, 1796 , 2019-05-28
1D\iEWT1D.m, 841 , 2016-12-01
1D\IFcleaning.m, 1738 , 2019-06-02
1D\kmeansDetect.m, 1215 , 2016-12-01
1D\LengthScaleCurve.m, 3406 , 2016-12-01
1D\LocalMax.m, 1223 , 2016-12-01
1D\LocalMaxMin.m, 2114 , 2019-07-01
1D\LocalMaxMin2.m, 2653 , 2016-12-01
1D\magnify.m, 82351 , 2019-06-03
1D\maxcheckplateau.m, 407 , 2016-12-01
1D\MeaningfulScaleSpace.m, 1280 , 2016-12-01
1D\MeanTh.m, 867 , 2016-12-01
1D\Modes_EWT1D.m, 749 , 2016-12-01
1D\OtsuMethod.m, 1270 , 2016-12-01
1D\PlanGaussianScaleSpace.m, 1286 , 2016-12-01
1D\Powerlaw_Estimator.m, 712 , 2016-12-01
1D\README.txt, 3616 , 2016-07-20
1D\RemoveMerge.m, 4037 , 2016-12-01
1D\RemoveTrend.m, 3982 , 2016-12-01
1D\seismic.mat, 52273 , 2016-12-01
1D\Show_EWT.m, 3620 , 2019-06-17
1D\Show_EWT_Boundaries.m, 2810 , 2019-06-17
1D\sig1.mat, 33972 , 2016-12-01
1D\sig2.mat, 49617 , 2016-12-01
1D\sig3.mat, 47849 , 2016-12-01
1D\sig4.mat, 110288 , 2016-12-01
1D\SpectrumRegularize.m, 1422 , 2016-12-01
1D\susan.m, 713 , 2016-12-01
1D\Test_EWT1D.m, 4044 , 2019-06-17
1D\Test_EWT1D_reaisignal.m, 5146 , 2019-12-17
1D\Test_FTCBoundaries.m, 4323 , 2019-05-30
1D\texture.mat, 360725 , 2016-12-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Simulation_code_SSB
    Signle side band Modulation Matlab code
    2014-02-13 02:15:09下载
    积分:1
  • 傅里叶级数算法 MATLAB-Relay-Protection
    介绍了假定输入为正弦量的算法,半周积分算法突变量电流算法,傅里叶级数算法,并且利用MATLAB Simulink仿真了110KV的3段电流保护(MATLAB Relay Protection)
    2013-05-09 10:33:03下载
    积分:1
  • fwdcdmafinal
    CDMA transceiver Code in MATLAB
    2014-01-16 00:44:55下载
    积分:1
  • wq
    说明:  matlab中的傅里叶变换,线性卷积,循环卷积,在基带等效信号加高斯白噪声信道模型下,BPSK,QPSK,QAM等调制解调的误码率计算。(Do not call any function in the case, resulting in [0,1]uniform distribution of interval random variable matlab program.)
    2010-05-21 15:31:53下载
    积分:1
  • lateral-velocity_observer_forward
    Motor control algorithms implmented with matlab/simulink are included.
    2014-01-27 21:14:57下载
    积分:1
  • facerecognitionLDARecognition
    人脸识别源程序,LDA的matlab源码,试试看看吧,效果还好(face recognition program, the LDA Matlab source Try Look here, the better results)
    2006-09-20 16:18:50下载
    积分:1
  • zuoxishijian
    课程设计 作息时间控制 nimei miiii(Curriculum design schedule control nimei miiii)
    2013-12-19 17:46:57下载
    积分:1
  • DCT
    将一个512×512的lena.bmp图像进行DCT变换,对得到的DCT系数按8×8块进行分层(分三层),重组填充得到新的系数矩阵,结果发现原图像的能量集中在了新图像的左上角低频部分。(The lena.bmp an image of 512 × 512 is subjected to DCT transform, the DCT coefficients obtained by layering 8 × 8 block (of three), to obtain a new recombinant filling coefficient matrix, the energy of the original image is found concentrated in upper left corner of the low-frequency part of the new image.)
    2013-11-24 15:57:24下载
    积分:1
  • Weighted-structure-entropy
    在普通无权网络基础上定义加权结构熵,即用来计算赋权网络的结构熵(The weighted structure entropy is defined on the basis of the ordinary unauthorized network, that is, the structural entropy used to calculate the weighted network.)
    2018-07-25 09:03:45下载
    积分:1
  • VFA-覆盖
    说明:  利用虚拟力算法 求出覆盖率最大的部署方式(The virtual force algorithm is used to find the deployment mode with maximum coverage)
    2021-03-22 21:57:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载