登录
首页 » matlab » pack_emd

pack_emd

于 2007-10-09 发布 文件大小:640KB
0 316
下载积分: 1 下载次数: 87

代码说明:

  这是EMD分解的例程工具箱,里面含有与EMD分解有关的函数以及例程(This is the EMD decomposition routine toolbox, which contains EMD decomposition of the relevant function and routine)

文件列表:

emd.ppt
package_emd
...........\bugfix.sh
...........\EMDs
...........\....\cemdc.m
...........\....\cemdc2.m
...........\....\cemdc2_fix.m
...........\....\cemdc_fix.m
...........\....\emd.m
...........\....\emdc.m
...........\....\emdc_fix.m
...........\....\emd_local.m
...........\....\emd_online.m
...........\....\make_emdc.m
...........\....\src
...........\....\...\cemdc.c
...........\....\...\cemdc2.c
...........\....\...\cemdc2_fix.c
...........\....\...\cemdc_fix.c
...........\....\...\cextr.c
...........\....\...\cextr.h
...........\....\...\cio.c
...........\....\...\cio.h
...........\....\...\cio_fix.c
...........\....\...\cio_fix.h
...........\....\...\clocal_mean.c
...........\....\...\clocal_mean.h
...........\....\...\clocal_mean2.c
...........\....\...\clocal_mean2.h
...........\....\...\emdc.c
...........\....\...\emdc_fix.c
...........\....\...\emd_complex.c
...........\....\...\emd_complex.h
...........\....\...\extr.c
...........\....\...\extr.h
...........\....\...\interpolation.c
...........\....\...\interpolation.h
...........\....\...\io.c
...........\....\...\io.h
...........\....\...\io_fix.c
...........\....\...\io_fix.h
...........\....\...\local_mean.c
...........\....\...\local_mean.h
...........\examples
...........\........\NSIP2003
...........\........\........\emd_fmsin.m
...........\........\........\emd_sampling.m
...........\........\........\emd_separation.m
...........\........\........\emd_triang.m
...........\........\........\ex_online.m
...........\........\........\triangular_signal.m
...........\........\SPL2007
...........\........\.......\bivariate_EMD_illustration.m
...........\........\.......\bivariate_EMD_mean_definitions.m
...........\........\.......\bivariate_EMD_principle.m
...........\........\.......\dirstretch.m
...........\........\.......\float_position_record.mat
...........\index_emd.m
...........\install_emd.m
...........\htm" target=_blank>ls-R
...........\revert_bugfix.sh
...........\uninstall_emd.m
...........\utils
...........\.....\addtag.m
...........\.....\boundary_conditions_emd.m
...........\.....\cemd_disp.m
...........\.....\cemd_visu.m
...........\.....\cenvelope.m
...........\.....\dirstretch.m
...........\.....\disp_hhs.m
...........\.....\emd_visu.m
...........\.....\extr.m
...........\.....\findtag.m
...........\.....\hastag.m
...........\.....\hhspectrum.m
...........\.....\io.m
...........\.....\plot3c.m
...........\.....\plotc.m
...........\.....\rmtag.m
...........\.....\toimage.m

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

发表评论

0 个回复

  • work
    一段matlab下的LPP算法实现的完整程序,与算法同仁一起分享(LPP for matlab)
    2009-12-28 15:20:54下载
    积分:1
  • obj2mat
    可以读取obj格式的文件到matlab空间中,obj格式的文件中,只能包含点和面的信息(Obj file format can be read into matlab space, obj file format, can contain only the information points and surfaces)
    2010-12-23 22:15:01下载
    积分:1
  • bpsk_Monte_Carlo
    用matlab 实现bpsk的误码率蒙特卡洛仿真,可以作为编程的范例来用(Using matlab to achieve bpsk BER Monte Carlo simulation ,could be used as a programming paradigm)
    2013-08-31 18:26:24下载
    积分:1
  • Finite-time-stabilization-map
    rossler混沌系统中,反馈增益k在有限时间内收敛到了一个合适的负常数(rossler chaotic system, the feedback gain k in a finite time convergence to a suitable negative constant)
    2011-12-30 15:44:21下载
    积分:1
  • QuadrotorSim
    A Quadrotor simulation that is performed in MATLAB and SIMULINK
    2009-03-24 12:05:46下载
    积分:1
  • RF_AND_MICROWAVE_POWER_AMPLIFIER_DESIGN
    RF AND MICROWAVE POWER AMPLIFIER DESIGN NONLINEAR ACTIVE DEVICE MODELING Power MOSFETs GaAs MESFETs and HEMTs BJTs and HBTs
    2010-11-01 23:50:52下载
    积分:1
  • Software
    model de turbine eolienne 180kw medel utile pour l utilistion derecte dans les generatrices eoliennes
    2009-05-17 07:26:37下载
    积分:1
  • matlab.
    一篇蛮好的文章,关于MATLAB的仿真和实例说明,包括一些simulink里面的模块说明(A fine article on the MATLAB simulation and examples, including some inside the module that simulink)
    2009-07-11 10:46:58下载
    积分:1
  • thumbnailScatter
    It is much easier to spot patterns in your data when you can associate an image with each datapoint. thumbnailScatter.m overlays an image thumbnail over each datapoint to help with visualization. For example, if you perform a principal components analysis and would like to plot PC1 vs PC2, use thumbnailScatter.m to see what properties each PC controls. Run demo_scatterThumbnail.m to see how it works. Test data are provided for the demo.
    2013-03-19 01:26:36下载
    积分:1
  • 02_OFDM_Simulation_Using_Matlab
    根据 DVB-T 欧洲标准写的一个OFDM matlab 仿真,其中包括发射器和接收器。文章中有matlab程式的详细介绍,有仿真方框图,还有每步的实验结果分析,特别适合OFDM的初学者。算是OFDM比较简单的一个入门介绍。英文也比较浅显,可读性很强(According to the European DVB-T standard to write a OFDM matlab simulation, which comprises a transmitter and a receiver. Article has a matlab program in detail, there is a block diagram of the simulation, as well as analysis of the experimental results of each step, especially for OFDM for beginners. OFDM considered a relatively simple introduction to. English is also relatively simple, readable)
    2013-09-30 22:59:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载