登录
首页 » matlab » VMD

VMD

于 2020-12-13 发布 文件大小:9851KB
0 298
下载积分: 1 下载次数: 106

代码说明:

  VMD算法程序,自己调好的可以直接运行,适合初学者。(VMD algorithm program, its own tune can be directly run, suitable for beginners.)

文件列表:

VMD, 0 , 2018-05-24
VMD\1.txt, 1664774 , 2017-05-04
VMD\10.txt, 26454 , 2017-06-01
VMD\11.txt, 26504 , 2017-06-01
VMD\5.txt, 26673 , 2017-06-01
VMD\6.txt, 26662 , 2017-06-01
VMD\7.txt, 26541 , 2017-06-01
VMD\72内.mat, 7761344 , 2016-12-04
VMD\8.txt, 26583 , 2017-06-01
VMD\81.txt, 26583 , 2017-06-01
VMD\9.txt, 27006 , 2017-06-01
VMD\Untitled.m, 2512 , 2017-06-30
VMD\VMD.m, 4645 , 2014-02-12
VMD\fangzhen.asv, 2546 , 2017-07-05
VMD\fangzhen.m, 2546 , 2017-07-03
VMD\hua_baoluo.m, 1636 , 2016-03-23
VMD\hua_fft1.m, 713 , 2016-03-23
VMD\hua_hilbert1.m, 181 , 2016-12-23
VMD\vmd, 0 , 2018-04-18
VMD\vmd\1750.内圈.mat, 2931672 , 2016-07-20
VMD\vmd\1750外圈.mat, 2914248 , 2016-07-20
VMD\vmd\1772内圈.mat, 2917752 , 2016-07-20
VMD\vmd\72内.mat, 7761344 , 2016-12-04
VMD\vmd\Untitled.m, 2410 , 2017-05-20
VMD\vmd\VMD.m, 4645 , 2014-02-12
VMD\vmd\hua_baoluo.asv, 1641 , 2017-11-03
VMD\vmd\hua_baoluo.m, 1636 , 2016-03-23
VMD\vmd\hua_fft1.m, 713 , 2016-03-23
VMD\vmd\hua_hilbert1.m, 181 , 2016-12-23
VMD\仿真信号.m, 1551 , 2018-05-24

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

发表评论

0 个回复

  • MF-DFA
    说明:  多重分形去趋势分析,用于分析时间序列信号,如心电、脑电信号的多重分形(Multifractal detrended analysis for the analysis of time series signals, such as ECG, EEG multifractal)
    2021-01-14 12:08:47下载
    积分:1
  • writting-fast-matlab-code
    本书介绍了matlab的详细编程方法,很详细,适合初学者看看。(This book describes in detail the matlab programming method, in great detail, suitable for beginners to see.)
    2013-11-21 22:39:27下载
    积分:1
  • ngx-markdown-module
    Nginx Markdown module 一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。 使用--add-module编译Tengine可用dso_install动态加载。 设置实例(http块) location ~ /*.md { mdfilter on mdfilter_utf8 on } // Use Handler module location ~ /*.mkd { mdhandler mdhandler_output html }(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
    2014-02-06 11:50:09下载
    积分:1
  • Unconstrain
    无约束多维极值问题,适合数学计算,优化分析等极值问题的求解(Unconstrained multi-dimensional extremum problem, is suitable for mathematical calculations, the extremum problems of solving optimization analysis, etc )
    2013-07-16 15:56:17下载
    积分:1
  • A1.tar
    csc4111 a1 code soln matlab
    2013-10-02 12:19:39下载
    积分:1
  • DDE
       将MATLAB作为客户端,应用程序使用MATLAB的DDE客户函数建立和保持转换。(MATLAB as a client application using MATLAB DDE client function to establish and maintain the conversion.)
    2013-04-11 22:49:45下载
    积分:1
  • newton_raphson
    Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。 由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。 同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。 (err)
    2008-06-16 10:38:48下载
    积分:1
  • equalizer
    说明:  matlab实现线性mmse均衡器,代码实用(the linear mmse equalizer matlab code utility)
    2011-04-18 10:01:52下载
    积分:1
  • shixianchuankou
    用Visual Basic实现串行通信及其在直流调速系统中的应用.pdf(with Visual Basic and its serial communication system DC converter applications. Pdf)
    2006-06-02 15:26:42下载
    积分:1
  • Ant-colony-algorithm
    Ant colony algorithm matlab source code
    2011-12-09 22:12:18下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载