登录
首页 » matlab » VMD_shang_xishu2

VMD_shang_xishu2

于 2017-12-27 发布 文件大小:1KB
0 236
下载积分: 1 下载次数: 44

代码说明:

  用于计算功率谱熵值以及相关系数(Calculation of power spectral entropy and correlation coefficient)

文件列表:

VMD_shang_xishu2.m, 5541, 2017-11-28

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

发表评论

0 个回复

  • GRP3_Proyecto_II
    说明:  array endfire, broadside monopole and dipole
    2019-06-24 04:12:48下载
    积分:1
  • EFileParser
    电力系统E格式文件解析代码,本人原创,用于公司平台中。(Power system E format file parsing code, I originally used in the company platform.)
    2021-04-20 16:48:49下载
    积分:1
  • 清华大学出版社sophocles j.orfanidis英文原版信号处理导论习题课答案,...
    清华大学出版社sophocles j.orfanidis英文原版信号处理导论习题课答案,-Tsinghua University Press sophocles j.orfanidis Signal Processing Introduction to the English original answer Exercise Class,
    2022-05-25 23:18:11下载
    积分:1
  • classifier_cnn
    说明:  利用MATLAB实现一个基于CNN的图像分类算法(Implementing an image classification algorithm based on CNN with MATLAB)
    2019-01-13 16:04:12下载
    积分:1
  • Project2
    说明:  实现通讯,以太网和欧姆龙plc之间通过网线进行通讯,很好很强大(To achieve communication, Ethernet and OMRON PLC through the network line to communicate, very good and powerful)
    2020-06-20 06:00:01下载
    积分:1
  • xiangpijingfengshan
    一个用ABAQUS描述柔性体旋转的经典例子(A classic example of using ABAQUS to describe the rotation of flexible bodies)
    2018-05-03 16:45:05下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 《Java语言程序设计基础篇》完整源码集锦
    这是《Java语言程序设计基础篇》一书完整的随书源码集锦,配套书籍来学习效果更好,这些实例包括基础函数应用、字符串处理、Swing简易窗体,数据库操作,小游戏,数组,键盘事件,窗口菜单与界面制作等,都是学习Java必看的例子,相信对你有不小的帮助。
    2022-06-28 23:48:48下载
    积分:1
  • DBC-Fractal
    差分盒子维法(DBC) 计算图像的分形维数,适用范围广。(An efficient differential box-counting approach to compute fractal dimension of image)
    2017-12-02 10:45:03下载
    积分:1
  • VBSSM
    线性动态系统,基于变分贝叶斯的线性动态系统(linear dynamic system)
    2018-01-31 14:37:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载