登录
首页 » matlab » VNCMD分解源程序Codes of the VNCMD

VNCMD分解源程序Codes of the VNCMD

于 2020-07-09 发布 文件大小:37KB
0 360
下载积分: 1 下载次数: 29

代码说明:

  VNCMD分解源程序,未做更改,VMD的拓展研究参考(Source Code for VNCMD)

文件列表:

Codes of the VNCMD\1.Noisy_free example\Differ.m, 298 , 2017-08-31
Codes of the VNCMD\1.Noisy_free example\projec.m, 261 , 2017-08-31
Codes of the VNCMD\1.Noisy_free example\STFT.m, 1275 , 2017-08-31
Codes of the VNCMD\1.Noisy_free example\Test.m, 3150 , 2017-08-31
Codes of the VNCMD\1.Noisy_free example\VNCMD.m, 6827 , 2017-08-31
Codes of the VNCMD\2.Noisy example\addnoise.m, 241 , 2017-08-31
Codes of the VNCMD\2.Noisy example\Differ.m, 298 , 2017-08-31
Codes of the VNCMD\2.Noisy example\projec.m, 261 , 2017-08-31
Codes of the VNCMD\2.Noisy example\SNR.m, 588 , 2017-08-31
Codes of the VNCMD\2.Noisy example\STFT.m, 1275 , 2017-08-31
Codes of the VNCMD\2.Noisy example\Test.m, 3825 , 2017-08-31
Codes of the VNCMD\2.Noisy example\VNCMD.m, 6827 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\curvesmooth.m, 647 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\Dechirp_filter.m, 950 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\Differ.m, 298 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\extridge_mult.m, 1822 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\findridges.m, 1198 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\low_filter.m, 506 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\projec.m, 261 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\RPRG.m, 5646 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\STFT.m, 1275 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\Test1.m, 5767 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\Test2.m, 5856 , 2017-08-31
Codes of the VNCMD\3.Initialization with time-frequency ridge detection\VNCMD.m, 6869 , 2017-08-31
Codes of the VNCMD\README.docx, 15131 , 2017-08-31
license.txt, 1531 , 2017-08-31

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

发表评论

0 个回复

  • VB_Game_eluosiFangkuai
    经典的游戏俄罗斯方块,VB编写的全部源代码(classic game Tetris, VB prepared by the full source code)
    2006-08-06 10:53:01下载
    积分:1
  • 汽车CAN总线通信矩阵设计
    说明:  汽车CAN总线通信矩阵设计。 ? 设计流程 ? CAN通信矩阵设计 ? CAN通信矩阵设计 ? 网关报文和路由设计(Can bus communication matrix design. Design process Can communication matrix design can communication matrix design Design of gateway message and route)
    2021-03-12 09:27:30下载
    积分:1
  • Video-Forgery-Detection-master
    video forgery detection
    2019-01-08 13:51:13下载
    积分:1
  • C++设计模式
    c++设计模式,对入门的开发人员有较大的帮助(C + + design pattern is of great help to beginner developers)
    2020-06-21 12:40:01下载
    积分:1
  • 本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中...
    本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中-This procedure by using the method of recursive calls a Tower of Hanoi problem, which is a common procedure, the results by entering into the layers of a document out.txt
    2022-07-26 21:39:55下载
    积分:1
  • 这是我的老师要我们编写的java小程序,就要有一些…
    这是我老师上课要我们编写的java小程序,希望能够获得几个积分,谢谢站长。-This is my teacher wants us to prepare the java applet, will want to have a few points I would like to thank head.
    2022-04-21 15:14:33下载
    积分:1
  • VB拼音转换及输出程序
    进行拼音转换、拼音输入、拼音输出。拼音转换可将整篇文章迅速转换成带有声调的拼音,支持全拼显示、按字显示、按词显示、汉拼上下对照显示,以一词一拼音的方式显示,以字、拼音上下对照的方式显示,以一字一拼音的方式显示,全部显示拼音等。   本程序有两个版本的源码,一个是API版本,另一个是使用了actskin4.ocx界面控件的美化版本。   在一边输入的同时就在下方显示对应的拼音 有两种方式:   1.每次只在下面生成上面新输入的汉字字符的对应拼音字符,对之前输入的字符则不处理,这样做耗时会小些.   2.每次都直接对上面的所有汉字字符进行转换,这样最方便,但是如果文件过大,可能会比较耗时.   这里还是用第2种方法
    2022-09-26 16:45:03下载
    积分:1
  • 496101031-214
    说明:  心音记录的分类-2016年心脏病学挑战赛PhysioNet计算(Classification of heart sound records - 2016 cardiology challenge PhysioNet calculation)
    2021-03-27 12:19:12下载
    积分:1
  • VC实例开发,打人游戏,益智类游戏,使用了MFC,基本完成了一个制作游戏的过程...
    VC实例开发,打人游戏,益智类游戏,使用了MFC,基本完成了一个制作游戏的过程-VC development, beatings games, educational games, the use of the MFC, completed a basic game production process
    2022-03-04 02:13:39下载
    积分:1
  • singlecycle_mips
    single cycle mips design by verilog.
    2020-09-07 19:48:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载