登录
首页 » matlab » VMD确定分解层数的程序

VMD确定分解层数的程序

于 2018-09-06 发布 文件大小:8914KB
0 565
下载积分: 1 下载次数: 154

代码说明:

  vmd分解层数程序,可以应用到vmd分解层数的确定(Vmd decomposition layer number program, can be applied to the determination of the number of vmd decomposition layers)

文件列表:

VMD确定分解层数的程序, 0 , 2018-09-04
VMD确定分解层数的程序\B007_2.mat, 2917752 , 2017-06-19
VMD确定分解层数的程序\B014_2.mat, 2928192 , 2017-06-19
VMD确定分解层数的程序\B021_2.mat, 2931672 , 2017-06-19
VMD确定分解层数的程序\IR007_2.mat, 2931672 , 2017-06-19
VMD确定分解层数的程序\IR014_2.mat, 2924712 , 2017-06-19
VMD确定分解层数的程序\IR021_2.mat, 2924712 , 2017-06-19
VMD确定分解层数的程序\OR007@6_2.mat, 2914248 , 2017-06-19
VMD确定分解层数的程序\OR014@6_2.mat, 2924712 , 2017-06-19
VMD确定分解层数的程序\OR021@6_2.mat, 2935152 , 2017-06-19
VMD确定分解层数的程序\Shang_vmd_100.m, 8131 , 2017-07-03
VMD确定分解层数的程序\VMD.m, 4645 , 2013-12-13
VMD确定分解层数的程序\VMD_test.m, 3235 , 2013-12-13
VMD确定分解层数的程序\cengshu.fig, 14778 , 2017-07-10
VMD确定分解层数的程序\cengshu.m, 603 , 2018-02-28
VMD确定分解层数的程序\instfreq.m, 3225 , 2017-07-08

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

发表评论

0 个回复

  • technote_fric_lagrange
    friction lagrang sabrotin link abaqus
    2019-03-10 13:28:15下载
    积分:1
  • 模糊PID
    说明:  二自由度机器人的模糊pid控制,效果跟pid控制差不多(The fuzzy PID control of two degree of freedom robot has the same effect as PID control)
    2020-05-21 08:47:54下载
    积分:1
  • wireless-communications
    无线通信基础的书,中英文版,从入门到精通(wireless communication book)
    2020-06-18 21:20:02下载
    积分:1
  • 告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信...
    告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信息,使你很快上手;解释如何集成JSF和数据库,使用目录服务,无线应用以及Web 服务;传授最好的经验和好习惯如使用样式表和消息绑定;覆盖全部JSF标记和如何创建新的标记库,英文,原名称:Core JavaServer Faces-tell you how to build a more robust application instead of the dull handwritten code; Answered most developers do not even ask the question; Demonstrate how to use the JSF and Tiles automatically build a consistent user interface; For the presentation and "How to ..." message and you will soon get started; As explained He JSF and database integration, the use of directory services, wireless applications and Web services; the best teaching experience and good habits such as the use of style sheets and news binding; coverage for all JSF tags and how to create a new library markings, English, the original name : Core JavaServer Faces
    2022-04-14 11:45:10下载
    积分:1
  • G729 codec C source program, realize ACELP speech codec, in the hope that useful...
    G729信源编译码C程序,实现ACELP语音编译码,希望对同仁有用-G729 codec C source program, realize ACELP speech codec, in the hope that useful Tongren
    2022-01-31 08:34:33下载
    积分:1
  • Snake written by a small Java program can implement the basic functions of this...
    用Java写的贪吃蛇的小程序,可以实现这个小游戏的基本功能。贪吃蛇我们都玩过,因此都程序功能不再多说-Snake written by a small Java program can implement the basic functions of this little game. Snake we all played, so all program features will not say
    2022-08-23 18:05:51下载
    积分:1
  • jiaoben.user.js
    说明:  添加文档脚本Add document scripts(Add document scripts)
    2020-06-20 07:40:01下载
    积分:1
  • online_fengci
    说明:  对现存的主流分词方法进行了分析和比较,对前人的成果和经验进行了研究和改进,设计实现了一个基于词典和统计方法的在线中文分词系统。本文系统使用了基于一种主流分词方法的经典算法,双向最大匹配法。这种方法能够将正向最大匹配法得到的分词结果和逆向最大匹配法得到的结果进行比较,从而决定正确的分词方法。这类算法的优点是速度快,时间复杂度为O(n),实现简单。本系统为用户提供了一个中文分词的在线平台,有文本分词,输入分词内容,实时显示分词结果等功能可供使用,本系统在切词准确度和速度上的表现较为良好,基本完成了中文分词的工作,提供了较好的用户体验。本文系统的创新点在于,将python语言作为开发语言,并选择了较为热门的web框架Flask作为开发在线系统的框架,实现了一个在线中文分词系统。目的是方便用户进行分词,并实时观测结果。(This paper analyzes and compares the existing mainstream word segmentation methods, studies and improves the previous achievements and experiences, and designs and implements an online Chinese word segmentation system based on dictionary and statistical methods. In this paper, a classical algorithm based on a mainstream word segmentation method, bi-directional maximum matching method, is used. This method can compare the result of forward maximum matching method with that of reverse maximum matching method, so as to determine the correct segmentation method. This kind of algorithm has the advantages of high speed, O (n) time complexity and simple implementation.)
    2020-06-11 15:10:29下载
    积分:1
  • 2048游戏实现
    本源代码是模仿2048游戏,实现原理自定义view。里面有详细注释。其中有view两种方式,一种是纯数字,另外一种是图片,图片资源需要自己添加上去。本代码仅供参考,若引用,请注明来源。若有更好的实现,请指教。
    2023-01-18 19:45:03下载
    积分:1
  • 分子动力学模拟的Lammps实现
    说明:  分子动力学模拟的lammps实现教程,方便初学者学习分子动力学(Lammps implementation course of molecular dynamics simulation, convenient for beginners to learn molecular dynamics)
    2019-11-28 21:42:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载