登录
首页 » matlab » EMD

EMD

于 2021-03-31 发布 文件大小:916KB
0 268
下载积分: 1 下载次数: 184

代码说明:

  EMD分解算法,包含matlab、C++、JAVA三種環境下的編程,附有說明(EMD decomposition, including matlab, C++, JAVA programming under three annotated)

文件列表:

FastEMD
.......\cameraman.txt,3791,2010-01-04
.......\CHANGES.txt,712,2010-01-26
.......\compile_FastEMD.m,74,2009-12-28
.......\demo_FastEMD,35928,2010-01-31
.......\demo_FastEMD.cpp,8550,2009-12-28
.......\demo_FastEMD.o,36964,2010-01-31
.......\demo_FastEMD1.m,2188,2010-01-04
.......\demo_FastEMD2.m,3199,2010-01-04
.......\demo_FastEMD3.m,3501,2010-01-04
.......\demo_FastEMD4



.......\.............\color_spatial_EMD_ground_distance.cxx,9931,2010-01-31
.......\.............\color_spatial_EMD_ground_distance.m,2804,2010-01-31
.......\.............\color_spatial_EMD_ground_distance.mexa64,19065,2010-01-25
.......\.............\color_spatial_EMD_ground_distance.mexglx,12119,2010-01-31
.......\.............\color_spatial_EMD_ground_distance.mexw32,7680,2010-01-25
.......\.............\color_spatial_EMD_ground_distance.mexw64,12800,2010-01-27
.......\.............\deltaE2000.hpp,5180,2010-01-31
.......\.............\demo_FastEMD4.m,6069,2010-01-26
.......\demo_FastEMD_compute.m,3767,2010-01-04
.......\DIRECTORY_LISTING.txt,1910,2010-01-12
.......\EMD_DEFS.hpp,1741,2009-12-28
.......\emd_hat.hpp,4265,2010-01-04
.......\emd_hat_check_mex.hxx,4050,2009-12-28
.......\emd_hat_compute_mex.hxx,6574,2010-01-11
.......\emd_hat_gd_metric_mex.cxx,1745,2009-12-22
.......\emd_hat_gd_metric_mex.m,2904,2010-01-04
.......\emd_hat_gd_metric_mex.mexa64,102153,2009-12-28
.......\emd_hat_gd_metric_mex.mexglx,94402,2009-12-28
.......\emd_hat_gd_metric_mex.mexmaci,120344,2009-12-28
.......\emd_hat_gd_metric_mex.mexmaci64,126448,2009-12-28
.......\emd_hat_gd_metric_mex.mexw32,81920,2009-12-28
.......\emd_hat_gd_metric_mex.mexw64,111104,2009-12-30
.......\emd_hat_impl.hpp,18912,2010-01-01
.......\emd_hat_mex.cxx,1750,2009-12-22
.......\emd_hat_mex.m,1585,2010-01-04
.......\emd_hat_mex.mexa64,102143,2009-12-28
.......\emd_hat_mex.mexglx,94557,2010-01-18
.......\emd_hat_mex.mexmaci,120344,2009-12-28
.......\emd_hat_mex.mexmaci64,126448,2009-12-28
.......\emd_hat_mex.mexw32,81920,2009-12-28
.......\emd_hat_mex.mexw64,111104,2009-12-30
.......\emd_hat_signatures_interface.hpp,5435,2010-01-04
.......\flow_utils.hpp,4080,2009-12-28
.......\java
.......\....\compiled_emd_hat_native_libs
.......\....\............................\32
.......\....\............................\..\libemd_hat_native.so,49689,2010-01-04
.......\....\............................\64
.......\....\............................\..\libemd_hat_native.so,56037,2010-01-04
.......\....\demo_FastEMD.class,1058,2010-01-31
.......\....\demo_FastEMD.java,3404,2010-01-04
.......\....\emd_hat.class,1850,2010-01-31
.......\....\emd_hat.java,6760,2010-01-04
.......\....\emd_hat_native.cpp,3852,2010-01-04
.......\....\emd_hat_native.hpp,1765,2010-01-04
.......\....\javadoc
.......\....\.......\allclasses-frame.html,755,2010-01-04
.......\....\.......\allclasses-noframe.html,715,2010-01-04
.......\....\.......\constant-values.html,4628,2010-01-04
.......\....\.......\demo_FastEMD.html,9016,2010-01-04
.......\....\.......\deprecated-list.html,4564,2010-01-04
.......\....\.......\emd_hat.html,11673,2010-01-04
.......\....\.......\help-doc.html,8384,2010-01-04
.......\....\.......\index-all.html,6776,2010-01-04
.......\....\.......\index.html,1255,2010-01-04
.......\....\.......\overview-tree.html,4793,2010-01-04
.......\....\.......\package-frame.html,924,2010-01-04
.......\....\.......\package-list,1,2010-01-04
.......\....\.......\package-summary.html,5513,2010-01-04
.......\....\.......\package-tree.html,4803,2010-01-04
.......\....\.......\resources
.......\....\.......\.........\inherit.gif
.......\....\.......\stylesheet.css,1202,2010-01-04
.......\....\libemd_hat_native.so,49350,2010-01-26
.......\....\Makefile,3610,2010-01-26
.......\LICENSE.txt,1977,2010-01-12
.......\Makefile,2685,2009-12-28
.......\htm" target=_blank>mexext,8807,2009-07-23
.......\min_cost_flow.hpp,17254,2009-12-28
.......\README.txt,2617,2010-08-12
.......\rice.txt,3743,2010-01-04
.......\tictoc.hpp,1904,2009-07-29

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

发表评论

0 个回复

  • MATLAB_C_API
    As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us C Math Library or in common language, MATLAB API. A developer can employ these APIs to solve engineering problems very fast and easy. This article is about how can use these APIs.
    2007-11-05 15:07:13下载
    积分:1
  • heartsignalfilter
    本段Matlab是运动员心跳信号检测项目一个心跳信号出噪仿真程序,文件给出了心跳信号的样本,是一完整的数字信号处理应用程序。(This paragraph is an athlete heartbeat detection Matlab project a heartbeat out noise simulation program, document gives a sample of the heartbeat is a complete digital signal processing applications.)
    2013-09-12 08:00:08下载
    积分:1
  • KMean
    用Kmeans方法用于软件开发成本类比估算,使用Desharnais数据集(Kmeans method is used for estimating software development costs by analogy. the dataset is Desharnais.)
    2014-12-09 16:02:38下载
    积分:1
  • 6
    load flow solution for ieee 14 bus system is attached
    2013-05-13 12:54:56下载
    积分:1
  • nrtps_schedule
    分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Implementation process.)
    2017-10-10 17:11:23下载
    积分:1
  • work
    本代码包含M序列和GOLDEN序列的生成,以及基于MMSE的自适应多用户(This code contains the M sequence and GOLDEN sequence generation, as well as the MMSE-based adaptive multi-user)
    2008-03-21 11:27:44下载
    积分:1
  • pb
    说明:  有关于系统呼损率丢包率随新呼叫接入门限的变化规律,用于判定新呼叫的介入指标(Call loss rate on the system packet loss rate with the new call admission threshold variation, used to determine the involvement of the new call indicator)
    2009-10-30 13:34:15下载
    积分:1
  • ImmKalman
    卡拉曼滤波 用于目标跟踪 老师写的例子程序 效果不错 (Karaman filtering for target tracking teacher wrote a good example of program effects)
    2012-12-29 22:18:42下载
    积分:1
  • ning_jw86
    采用的是通用的平面波展开法,汽车课设货车Matlab驱动力图程序,光纤陀螺输出误差的allan方差分析。( Using common plane wave expansion method, Car class-based truck driver trying to Matlab program, allan FOG output error variance analysis.)
    2017-04-05 14:00:37下载
    积分:1
  • graysystem
    在matlab中计算灰色关联度,可以计算农业经济,人文生态,环境,等等,用途广泛,方便使用。(gray system is good,many people liked it,it can calculate many things for agriculture,econmics and other things.so try to download it and use it.)
    2010-11-22 11:19:34下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载