登录
首页 » matlab » EMD

EMD

于 2019-04-08 发布
0 322
下载积分: 1 下载次数: 13

代码说明:

说明:  emd源程序及一些改进的EMD去噪程序,可运行,对EMD去噪具有很好的借鉴性。(The EMD source program and some improved EMD denoising programs can be operated, which has a good reference for EMD denoising.)

文件列表:

EMD, 0 , 2019-04-08
EMD\emd-hd.m, 552 , 2019-01-16
EMD\emd-test(hao).m, 995 , 2019-01-22
EMD\emd.m, 22317 , 2019-01-16
EMD\EMD_2.m, 2179 , 2019-01-16
EMD\EMD_MHD.m, 1532 , 2019-01-16
EMD\EMD_MutualIformation.asv, 1033 , 2019-01-16
EMD\EMD_MutualIformation.m, 1033 , 2019-01-16
EMD\EMD_test.m, 272 , 2019-01-16
EMD\emd去噪.m, 1043 , 2019-01-16
EMD\example_simu1.m, 754 , 2019-01-16
EMD\extrema.m, 2187 , 2014-05-04
EMD\fg.txt, 9147 , 2019-01-16
EMD\hist2.m, 843 , 2019-01-16
EMD\mi.m, 849 , 2019-01-16
EMD\mi_test.m, 272 , 2019-01-16
EMD\ModHausdorffDist.m, 2455 , 2019-01-16
EMD\MutualInfo.asv, 1492 , 2019-01-16
EMD\MutualInfo.m, 1492 , 2019-01-16
EMD\Mu_I.asv, 1024 , 2019-01-16
EMD\Mu_I.m, 1026 , 2019-01-16
EMD\m_hd.m, 992 , 2019-01-16
EMD\plot_hht.m, 1857 , 2019-01-16
EMD\SNRout.m, 253 , 2019-01-16
EMD\SNR_singlech.m, 259 , 2019-01-16
EMD\Untitled.asv, 1043 , 2019-01-16

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

发表评论

0 个回复

  • 萤火虫算法 CS PSO
    以优化SVM算法的参数c和g为例,对FA(萤火虫算法)MATLAB源码进行了逐行中文注解。(The firefly algorithm is based on the development of the bioluminescent biological characteristics of the natural world and is also based on the stochastic optimization algorithm of the population. There are two versions of the current literature on firefly algorithms. One is the Indian scholar Krishnanand and others, called GSO(glowworm swarm optimization); The other, proposed by the Cambridge scholar Xin-She Yang, is called the firefly algorithm. The bionic principle of the two algorithms is the same, but there are some differences in the implementation.)
    2018-01-06 15:43:31下载
    积分:1
  • hundun_svd_0525
    效果非常好的数字水印的源代码,实现了基于小波变换的奇异值分解算法,选取载体图像的LH子带作为载体,并进行攻击测试算法性能(The effect of a very good source of digital watermarking, wavelet transform based on the realization of the singular value decomposition algorithm, select the carrier of the LH sub-band image as a carrier and test algorithm to attack)
    2009-06-14 10:45:09下载
    积分:1
  • 多通道电子侦察系统中信号分选算法研究
    说明:  研究生毕设论文,介绍了多通道电子侦察系统中信号分选算法研究,含有大量知识介绍(Graduate students have published a paper on the signal sorting algorithm in multi-channel electronic reconnaissance system, which contains a lot of knowledge.)
    2019-03-11 20:33:32下载
    积分:1
  • 2019.3.24
    飞行管理问题, Flight management issues 飞行管理问题,(Flight management issues)
    2020-06-17 15:20:12下载
    积分:1
  • 蓝桥杯2019驱动
    蓝桥杯单片机今年最稳定的驱动程序,电子科大比赛实测能用,666(Blue bridge cup MCU this year the most stable driver, electronic science and technology university test can be used, 666)
    2020-06-18 19:20:02下载
    积分:1
  • edga
    多目标跟踪的Matlab仿真程序,用于数据处理和数据关联,不错的(Multiple target tracking of Matlab simulation program, used for data processing and data correlation, pretty good)
    2017-08-12 20:28:45下载
    积分:1
  • scripts
    java scr kms 1.2.287!!! good scr
    2019-03-10 16:13:48下载
    积分:1
  • comdemo
    一个不错的pbdemo,可以参考下具体的思路。(A good pbdemo, you can refer to the specific ideas.)
    2017-09-13 12:40:39下载
    积分:1
  • PING
    说明:  PING TEST DELPHI PROGRAM
    2020-05-22 11:58:00下载
    积分:1
  • VC++6.0 在程序内注册ActiveX控件的例子源码
    VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:   //加载ActiveX控件   HINSTANCE hLib = LoadLibrary(lpszDllName);   if (hLib == NULL)   {    TRACE(_T("%s加载失败 "), lpszDllName);    return FALSE;   }   //获得注册函数DllRegisterServer地址   FARPROC lpDllEntryPoint;   lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));   //调用注册函数DllRegisterServer   if (lpDllEntryPoint != NULL)   {    if (FAILED((*lpDllEntryPoint)()))    {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;    }    else    {    FreeLibrary(hLib);    return TRUE;    }   }   else   {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;   }   更多代码请下载本源码包。
    2022-08-18 20:45:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载