登录
首页 » matlab » emd分解的一个改进 附件2_MEEMD程序_郑一

emd分解的一个改进 附件2_MEEMD程序_郑一

于 2021-01-21 发布 文件大小:112KB
0 274
下载积分: 1 下载次数: 101

代码说明:

  emd分解的一个改进,内含有例子说明,便于各位阅读(An improvement in EMD decomposition.)

文件列表:

20170529_MEEMD\MD4_PEfenxi\EMD16_pecJiedu.m, 3671 , 2017-05-29
20170529_MEEMD\MD4_PEfenxi\pec_ZHY.m, 1871 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi\EMD17_MPEjiedu.m, 3622 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi\MPE_ZHY.m, 3635 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi\pec_ZHY.m, 2107 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi\wangsou_pecandmpe\MPerm.m, 1178 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi\wangsou_pecandmpe\pec.m, 1115 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\emd.m, 22276 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\extrema.m, 2187 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\meemd_exple.m, 3394 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\meemd_ZHY.m, 1599 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\meemd_ZHY_jiedu.m, 3231 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\pec_ZHY.m, 1871 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi\s2.mat, 14481 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\ceemd.m, 3837 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\emd.m, 22276 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\extrema.m, 2187 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\matlabNEW.mat, 2215 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\meemd_exple.m, 3394 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\meemd_ZHY.m, 2831 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\meemd_ZHY_jiedu.m, 4573 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\pec_ZHY.m, 2107 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi\s2.mat, 14481 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\ceemd.m, 3837 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\ecg.mat, 2295 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\emd.m, 22276 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\EMD20_MEEMD5zhibiao.m, 4725 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\meemd_exple.m, 3394 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\meemd_ZHY.m, 2830 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\ortio_ZHY.m, 514 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\pec_ZHY.m, 2107 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\s1.mat, 16096 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi\s2.mat, 15211 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi\wangsou_pecandmpe, 0 , 2017-05-29
20170529_MEEMD\MD4_PEfenxi, 0 , 2017-05-29
20170529_MEEMD\MD5_MPEfenxi, 0 , 2017-05-29
20170529_MEEMD\MD6_MEEMDandPEfenxi, 0 , 2017-05-29
20170529_MEEMD\MD7_MEEMDandPEfenxi, 0 , 2017-05-29
20170529_MEEMD\MD8_MEEMD5zhibiaofenxi, 0 , 2017-05-29
20170529_MEEMD, 0 , 2017-05-29

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

发表评论

0 个回复

  • LanTalk_sources
    Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
    2009-06-27 15:00:43下载
    积分:1
  • occurkence
    一个简单实用的socket编程例子,server端与client端进行通信的简单实例,(Socket programming example of a simple and practical, the server side and client side communicate simple example,)
    2017-04-29 20:42:52下载
    积分:1
  • ARP
    计算机网络编程,可以实现ARP解析,基于VC++,需要配置好wincap(Computer network programming, ARP parsing can be achieved, based on VC++, need to configure WINCAP)
    2018-12-27 11:37:09下载
    积分:1
  • sywqeu0
    寻找由多个不同形状图形拼成长方形的所有解,使用了很多Swing界面元素,()
    2018-01-28 19:05:46下载
    积分:1
  • Fetion plug Dll, one
    飞信插件Dll,网上一牛人的,欢迎参考,将其拷贝到飞信目录下,启动飞信就可以使用了-Fetion plug Dll, one-line cow people are welcome to refer to their copy to Fetion directory, start Fetion can be used
    2022-12-19 20:20:03下载
    积分:1
  • C# UDP 文件传输实例源码
    C# UDP 文件传输实例源码
    2014-06-19下载
    积分:1
  • JrtpLib一个比较好的类库
    应用背景     实时传输的协议RTP, 国际电信联盟ITU-T也发布了自己的RTP文档,作为H.225.0,但是后来当IETF发布了关于它的稳定的标准RFC后就被取消了。它作为因特网标准在RFC 3550(该文档的旧版本是RFC 1889)有详细说明。RFC 3551(STD 65,旧版本是RFC 1890)详细描述了使用最小控制的音频和视频会议。 RTP协议详细说明了在互联网上传递音频和视频的标准数据包格式。它一开始被设计为一个多播协议,但后来被用在很多单播应用中。RTP协议常用于流媒体系统(配合RTSP协议),视频会议和一键通(Push to Talk)系统(配合 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
    2022-02-22 10:28:06下载
    积分:1
  • 计算机设计
    计算机网络课程设计-基于socket的网络聊天室,是我大三课程的计算机网络课程设计,要求实现一个基于socket的网络聊天室。用VC++实现。 -Computer Network Course Design- socket-based network of chat rooms, is my third year courses in computer network curriculum design, required to implement a socket-based network of chat rooms. Using VC++ to achieve.
    2022-01-30 10:33:51下载
    积分:1
  • IEEE33dg
    IEEE33节点潮流计算程序,用于计算配电网的潮流。(IEEE33 node power flow calculation program It is used to calculate the power flow of the distribution network)
    2018-01-19 22:56:54下载
    积分:1
  • area
    面元相控阵的辐射指向性与参数之间的关系matlab(The relationship between the radiation directivity and the parameters of the phased array of the surface element matlab)
    2017-12-08 12:58:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载