登录
首页 » matlab » EMD算法编程

EMD算法编程

于 2018-05-15 发布 文件大小:27KB
0 178
下载积分: 1 下载次数: 4

代码说明:

  emd算法编程,用于机械振动故障诊断和分析使用(Emd algorithm programming)

文件列表:

EMD\disp_hhs.m, 936 , 2017-03-07
EMD\emd.m, 7989 , 2017-03-07
EMD\emdeasy.m, 4004 , 2017-03-07
EMD\emd_fmsin.m, 1856 , 2017-03-07
EMD\emd_local.m, 9869 , 2017-03-07
EMD\emd_n.m, 3120 , 2017-03-07
EMD\emd_online.m, 26138 , 2017-03-07
EMD\emd_sampling.m, 891 , 2017-03-07
EMD\emd_separation.m, 1262 , 2017-03-07
EMD\emd_triang.m, 676 , 2017-03-07
EMD\emd_visu.m, 2491 , 2017-03-07
EMD\extr.m, 1777 , 2017-03-07
EMD\ex_online.m, 2065 , 2017-03-07
EMD\hhspectrum.m, 944 , 2017-03-07
EMD\hspec.m, 2071 , 2017-03-07
EMD\instfreq.m, 3226 , 2017-03-07
EMD\io.m, 335 , 2017-03-07
EMD\mspc.m, 917 , 2017-03-07
EMD\nspab.m, 2684 , 2017-03-07
EMD\toimage.m, 3003 , 2017-03-07
EMD\triang.m, 378 , 2017-03-07
EMD, 0 , 2017-03-07

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

发表评论

0 个回复

  • CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
    CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
    2023-07-22 21:35:02下载
    积分:1
  • 这是一款非常实用的计算器,我认为其实用度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利...
    这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.-This is a very useful calculator, I think in fact much better than using Windows system calculator. The main feature is support for polynomial computing, that is, can enter an entire polynomial, and to identify the priority operator class (using the stack realize), hope that we can with more valuable advice.
    2022-03-19 21:07:54下载
    积分:1
  • Debug
    说明:  仅供学习这个是C语言二级考试中有难度的题(For study only. This is a difficult question in the C Language Level 2 Examination.)
    2020-06-24 19:00:01下载
    积分:1
  • 发帖增添MN.【后】 02.等级标示出台.【后】 03.用户权限划分优化.【后】 04.HTML权限最终划分.【后】 05.后台批量删除MN少于...
    发帖增添MN.【后】 02.等级标示出台.【后】 03.用户权限划分优化.【后】 04.HTML权限最终划分.【后】 05.后台批量删除MN少于n的用户.【后】 06.新增精华帖子列表.(Showelite.asp)【后】 07.增添友情之柬道具,加强了论坛的管理.【后】 08.增添帖子过期功能,帖子过期后不会再up.【后】 默认为2个月过期. 09.UBB码全面支持.HTML标签加入!【重】 -add posting MN.-- After 02. Grading marking introduced.-- After 03. User privileges optimal partitioning. 04.HTML authority-- after the final demarcation.-- After 05. Background quantities less than n MN delete users.-- After 06. List of best new postings. (Showelite.asp)-- After 07 . add Cambodian Friendship props, strengthen the management of the Forum.-- after 08. additional features articles expired, expired after posting no longer up. default-- after two months overdue. 09. UBB Code full support. by adding HTML tags! [Emphasis
    2022-03-02 06:08:36下载
    积分:1
  • Matlab序代码
    说明:  网络最优化最小生成树例题代码以及相关函数代码(Minimum spanning tree of network optimization)
    2020-07-21 21:12:42下载
    积分:1
  • Polar_code
    极化码的matlab实现,包括了完整的编码以及译码程序(polar coding and decoding)
    2020-07-03 10:20:02下载
    积分:1
  • MATLAB
    说明:  filter audio signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.(an example filtering signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.)
    2020-06-19 23:40:01下载
    积分:1
  • 描述用于两客户端数据服务器上的SID的进口…
    说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,此例子经过本人的调试通过。欢迎大家享用。-descriptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example, the example I read through the debugger. You are welcome to enjoy.
    2022-11-10 20:25:03下载
    积分:1
  • esprit
    实现了关于MIMO雷达利用ESPRIT算法精确测向问题,精度较高,可以直接使用(The accurate direction finding problem of MIMO radar using ESPRIT algorithm is realized. The accuracy is high, and it can be used directly.)
    2018-10-20 19:26:34下载
    积分:1
  • vbchengxu
    VB画图程序源码,VB画图程序源码,VB画图程序源码(VB Paint program source code)
    2013-11-18 15:00:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载