登录
首页 » matlab » EWT_1D

EWT_1D

于 2020-09-02 发布
0 222
下载积分: 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 个回复

  • l1magic-1.11
    L1magic 1.1.1 求解1范数优化的工具(L1magic 1.1.1 Solving a norm optimization tool)
    2013-11-25 19:39:23下载
    积分:1
  • sanjiesesan
    程序利用快速傅立叶变换及逆变换模拟了脉冲在光纤中传输时三阶色散对脉冲形状的影响(procedures using fast Fourier transform and inverse transform simulation of the pulse in fiber transmission third-order dispersion on the shape of the pulse the impact)
    2007-03-01 11:41:56下载
    积分:1
  • sift
    1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配[23]。 c) 多量性,即使少数的几个物体也可以产生大量SIFT特征向量。 d) 高速性,经优化的SIFT匹配算法甚至可以达到实时的要求。 e) 可扩展性,可以很方便的与其他形式的特征向量进行联合。 4 SIFT算法步骤: 1) 检测尺度空间极值点 2) 精确定位极值点 3) 为每个关键点指定方向参数 4) 关键点描述子的生成 本包内容为sift算法matlab源码(1 SIFT course of development SIFT algorithm by DGLowe in 1999, the perfect summary of 2004. Later Y.Ke its description of the sub-part of the histogram with PCA instead of its improvement. 2 the SIFT main idea The SIFT algorithm is an algorithm to extract local features in scale space to find the extreme point of the extraction location, scale, rotation invariant. 3 the main features of the SIFT algorithm: a) SIFT feature is the local characteristics of the image, zoom, rotate, scale, brightness change to maintain invariance, the perspective changes, affine transformation, the noise also maintain a certain degree of stability. b) unique (Distinctiveness), informative, and mass characteristics database for fast, accurate matching [23]. c) large amounts, even if a handful of objects can also produce a large number of SIFT feature vectors. d) high-speed and optimized SIFT matching algorithm can even achieve real-time requirements. e) The scalability can be very convenient fe)
    2012-05-25 15:31:16下载
    积分:1
  • fprintf
    fprintf函数,从matlab中导出数据!(fprintf function to export the data from matlab!)
    2013-07-16 17:17:50下载
    积分:1
  • Simplified Load-Feedforward Control Design for
    Imformation about DAB
    2018-04-05 11:07:37下载
    积分:1
  • LSSVM
    用于LSSVM分类的代码,可以实现,下载后能够直接使用,方便简洁(based on Least Squares support vector machine,it is useful)
    2020-09-28 17:37:44下载
    积分:1
  • Lyapunov
    说明:  计算李雅普诺夫指数,分析系统的发散性,对系统稳定性分析得到结论(The Lyapunov exponent is calculated, the divergence of the system is analyzed, and the stability of the system is analyzed)
    2020-09-10 20:08:12下载
    积分:1
  • 现代永磁同步电机控制原理及MATLAB仿真
    三相永磁同步电机建模:设计控制算法用:逆变器仿真;控制器仿真等(Modeling of three phase permanent magnet synchronous motor)
    2017-10-31 18:48:42下载
    积分:1
  • CMI-DHB3-CMI
    在matlab中对AMI、HDB3、CMI等码进行编码,(In matlab encode for AMI)
    2013-12-13 23:32:24下载
    积分:1
  • xlswrite
    xls to matlab, convert the .xls file to matlab workspace.
    2012-01-18 09:40:48下载
    积分:1
  • 696518资源总数
  • 105584会员总数
  • 19今日下载