登录
首页 » matlab » EMD程序

EMD程序

于 2018-01-26 发布 文件大小:2011KB
0 157
下载积分: 1 下载次数: 8

代码说明:

  基于镜像延拓法的emd分解,用于解决端点效应(EMD decomposition based on mirror extension method to solve endpoint effect.)

文件列表:

EMD程序\BF12.WAV, 1055620 , 2003-05-30
EMD程序\data1.txt, 3456 , 2012-12-19
EMD程序\disp_hhs.m, 1583 , 2007-06-27
EMD程序\emd1.m, 18870 , 2011-04-14
EMD程序\emdwu.m, 5676 , 2016-08-12
EMD程序\extr.m, 1777 , 2005-07-11
EMD程序\fangzhen.m, 4104 , 2018-01-19
EMD程序\hhspectrum.m, 845 , 2007-03-02
EMD程序\IMF.mat, 754164 , 2012-10-28
EMD程序\IMFchuli.m, 4896 , 2017-10-07
EMD程序\instfreq.m, 3427 , 2005-10-13
EMD程序\io.m, 335 , 2016-08-05
EMD程序\LMS-1800_6_Point4 (2).wav, 98560 , 2012-10-27
EMD程序\LMS-1800_6_Point4 (2.1).wav, 78900 , 2012-11-26
EMD程序\LMS-1800_6_Point4 (2.2).wav, 78900 , 2012-11-26
EMD程序\LMS-1800_6_Point4.wav, 174336 , 2012-10-27
EMD程序\normalize_1.m, 562 , 2005-11-21
EMD程序\plot_imf.m, 281 , 2012-06-18
EMD程序\Point4 (2).wav, 49408 , 2012-11-08
EMD程序\toimage.m, 3003 , 2007-06-27
EMD程序\y1 (1).wav, 13152 , 2012-10-29
EMD程序\y1 (2).wav, 13152 , 2012-10-29
EMD程序\y1.wav, 16428 , 2017-10-07
EMD程序\y2 (1).wav, 13152 , 2012-10-29
EMD程序\y2 (2).wav, 13152 , 2012-10-29
EMD程序\y2.wav, 16428 , 2017-10-07
EMD程序\y3 (1).wav, 13152 , 2012-10-29
EMD程序\y3.wav, 16428 , 2017-10-07
EMD程序\y4 (1).wav, 13152 , 2012-10-29
EMD程序\y4.wav, 16428 , 2017-10-07
EMD程序\y5.wav, 16428 , 2017-10-07
EMD程序\y6.wav, 16428 , 2017-10-07
EMD程序\y7.wav, 16428 , 2017-10-07
EMD程序\zaosheng.asv, 4260 , 2012-12-19
EMD程序\zaosheng.m, 3661 , 2012-12-19
EMD程序, 0 , 2018-01-19

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

发表评论

0 个回复

  • Bhattacharyya Distance
    This codes belongs to the paper: Decentralized Hypothesis Testing in Energy Harvesting Wireless Sensor Networks
    2020-12-15 20:19:15下载
    积分:1
  • 方向图
    说明:  三种可以做出相控阵方向图的方法,上传要求不少于1k,加了张图片占大小(Three methods for making phased array orientation diagrams)
    2019-04-17 21:57:54下载
    积分:1
  • zhuce
    注册和查询欢迎下载和好的一个源码请下载测试(Registration and inquiries, welcome to download and good a source please download the test)
    2012-11-17 21:50:23下载
    积分:1
  • weblogic基本概念
    WebLogic 应用服务器有如下几个基本概念:  Domain: 域是个逻辑概念,用来组织管理一系列的应用服务器实例,也就是下面要解释的server. 域是WebLogic应用服务器中最大的概念,WebLogic应用服务器启动的时候就是以某个域来启动的,它有一个中心配置文件叫config.xml. A domain is the basic administration unit for WebLogic Server instances (servers) that is represented in its own configuration file (config.xml). A domain consists of one or more servers (and their associated resources) that you manage with a single Administration Server. Cluster: 族也是一个逻辑概念,用来分组用途相同的服务器实例,一个域中可以有多个族。 A cluster is a deployment in which multiple WebLogic Server instances (servers) run simultaneously and work together to provide increased scalability and reliability. A cluster appears to clients to be a single WebLogic Server instance. The servers that constitute a cluster can run on the same machine, or be located on different machines. Machine: 机器是物理上的概念,代表一台运行WebLogic应用服务器的实在的机器,包括其IP地址等信息。一个域中可以包括多台机器。(同一台机器可以属于不同的域吗?) A machine is the logical representation of the computer that hosts one or more WebLogic Server instances (servers). WebLogic Server uses configured machine names to determine the optimum server in a cluster to which certain tasks, such as HTTP session replication, are delegated. The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote servers. Server: 服务器,也就是一个应用服务器的实例,用来部署和运行各种J2EE应用程序,也可以来配置各种服务程序。它是WebLogic应用服务器的基本服务单元。一个WebLogic域中一般有一个管理服务器和多个被管理服务器。也就是下面我们要谈到的两个概念。  A server is an instance of WebLogic Server that runs in its own Java Virtual Machine (JVM) and has its own configuration. Each WebLogic Server domain must have one server that acts as the Administration Server. In a typical production environment, the Administration Server is where the Administration Console is run and used to perform administrative tasks. By default, the Administration Server is called myserver. A typical production environment may also have one or more Managed Servers, which are instances of WebLogic Server used to host enterprise applications. Administrative Server: 管理服务器是用来管理配置域的中心点,一般来说,管理服务器上是不部署应用程序的,而是用来统一管理、配置、监控被管理服务器以及部署应用程序到被管理服务器上。一个域中有一台管理服务器。 Managed Server: 被管理服务器是用来部署运行各种应用程序的。一个域中有一台或多台被管理服务器。 Node Manager: 节点管理器是一个单独运行的后台程序,一般运行在被管理服务器的机器上,用来提供远程启动和停止服务器(Server)的功能。
    2014-02-28下载
    积分:1
  • Titulo 套接字
    TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字 TCP IP套接字
    2022-02-05 02:06:03下载
    积分:1
  • 这个软件可以飞鸽传书局域是非常方便的美国交换…
    这个软件可以飞鸽传书用于局域网非常方便利于大家交流-This software can Pageflakes Chuanshu LAN is very convenient for the U.S. exchanges in favor of
    2022-03-22 00:28:35下载
    积分:1
  • 页上mail组件
    网页上mail组件 -website mail components
    2022-04-07 03:54:42下载
    积分:1
  • JavaScript修改注册表
    JavaScript修改注册表-JavaScript registry changes
    2022-05-10 21:05:35下载
    积分:1
  • md5 source code
    md5 source code
    2022-07-28 02:01:45下载
    积分:1
  • VB 例序讲解
    说明:  VB 例程序讲解 、局域网聊天程序 二、可以换肤的窗体 三、richtext实现的文本编辑器 四、用OLE实现文件拖放 五、窗体卸载时弹出确认对话框 六、让控件大小随窗体改变而改变 七、拖动无标题栏窗体 八、在打开文件对话框中选择多文件 (VB procedures on cases, two LAN chat program, the Eurocargo Form 3, the realization richtext text editor 4, OLE files with drag-and-drop 5, Form unloading pop confirmation dialog box six, with the size controls Form change of seven, dragging Untitled Form 8 column, in fighting to open a file selection dialog many documents)
    2005-12-08 17:04:27下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载