登录
首页 » matlab » package_emd

package_emd

于 2015-05-03 发布 文件大小:91KB
0 205
下载积分: 1 下载次数: 29

代码说明:

  emd经验模态分解,适用于对含噪信号处理,优于小波去噪的信号去噪方法。(Empirical mode decomposition)

文件列表:

package_emd
...........\bugfix.sh,216,2007-06-27
...........\EMDs
...........\....\cemdc.m,2354,2007-06-27
...........\....\cemdc2.m,2362,2007-06-27
...........\....\cemdc2_fix.m,2312,2007-06-27
...........\....\cemdc_fix.m,2305,2007-06-27
...........\....\emd.m,22275,2007-06-27
...........\....\emdc.m,2280,2007-06-27
...........\....\emdc_fix.m,2141,2007-06-27
...........\....\emd_local.m,9897,2007-06-27
...........\....\emd_online.m,26315,2007-06-27
...........\....\make_emdc.m,1361,2007-06-27
...........\....\src
...........\....\...\cemdc.c,4969,2007-06-27
...........\....\...\cemdc2.c,4983,2007-06-27
...........\....\...\cemdc2_fix.c,4213,2007-06-27
...........\....\...\cemdc_fix.c,4224,2007-06-27
...........\....\...\cextr.c,14711,2007-06-27
...........\....\...\cextr.h,770,2007-06-27
...........\....\...\cio.c,7562,2007-06-27
...........\....\...\cio.h,1190,2007-06-27
...........\....\...\cio_fix.c,6933,2007-06-27
...........\....\...\cio_fix.h,1117,2007-06-27
...........\....\...\clocal_mean.c,5085,2007-06-27
...........\....\...\clocal_mean.h,790,2007-06-27
...........\....\...\clocal_mean2.c,4905,2007-06-27
...........\....\...\clocal_mean2.h,752,2007-06-27
...........\....\...\emdc.c,4711,2007-06-27
...........\....\...\emdc_fix.c,3517,2007-06-27
...........\....\...\emd_complex.c,508,2007-06-27
...........\....\...\emd_complex.h,512,2007-06-27
...........\....\...\extr.c,10473,2007-06-27
...........\....\...\extr.h,674,2007-06-27
...........\....\...\interpolation.c,2110,2007-06-27
...........\....\...\interpolation.h,468,2007-06-27
...........\....\...\io.c,7029,2007-06-27
...........\....\...\io.h,1165,2007-06-27
...........\....\...\io_fix.c,6188,2007-06-27
...........\....\...\io_fix.h,1092,2007-06-27
...........\....\...\local_mean.c,2838,2007-06-27
...........\....\...\local_mean.h,710,2007-06-27
...........\examples
...........\........\NSIP2003
...........\........\........\emd_fmsin.m,1866,2007-06-27
...........\........\........\emd_sampling.m,896,2007-06-27
...........\........\........\emd_separation.m,1334,2007-06-27
...........\........\........\emd_triang.m,704,2007-06-27
...........\........\........\ex_online.m,2065,2007-06-27
...........\........\........\triangular_signal.m,378,2007-06-27
...........\........\SPL2007
...........\........\.......\bivariate_EMD_illustration.m,1277,2007-06-27
...........\........\.......\bivariate_EMD_mean_definitions.m,2977,2007-06-27
...........\........\.......\bivariate_EMD_principle.m,3936,2007-06-27
...........\........\.......\dirstretch.m,614,2007-06-27
...........\........\.......\float_position_record.mat,8545,2007-06-27
...........\index_emd.m,4483,2007-06-27
...........\install_emd.m,1562,2007-06-27
...........\htm" target=_blank>ls-R,1004,2007-06-27
...........\revert_bugfix.sh,216,2007-06-27
...........\uninstall_emd.m,2128,2007-06-27
...........\utils
...........\.....\addtag.m,791,2007-06-27
...........\.....\boundary_conditions_emd.m,3546,2007-06-27
...........\.....\cemd_disp.m,2547,2007-06-27
...........\.....\cemd_visu.m,2823,2007-06-27
...........\.....\cenvelope.m,2053,2007-06-27
...........\.....\dirstretch.m,1248,2007-06-27
...........\.....\disp_hhs.m,1583,2007-06-27
...........\.....\emd_visu.m,3216,2007-06-27
...........\.....\extr.m,1938,2007-06-27
...........\.....\findtag.m,1044,2007-06-27
...........\.....\hastag.m,659,2007-06-27
...........\.....\hhspectrum.m,1445,2007-06-27
...........\.....\io.m,504,2007-06-27
...........\.....\plot3c.m,798,2007-06-27
...........\.....\plotc.m,3243,2007-06-27
...........\.....\rmtag.m,820,2007-06-27
...........\.....\toimage.m,3003,2007-06-27

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

发表评论

0 个回复

  • 4
    说明:  最小二乘法拟合曲线(用到矩阵求逆、矩阵乘法、矩阵转置)(Least square fitting curve (use matrix inversion, matrix multiplication, matrix transpose))
    2010-05-28 21:25:42下载
    积分:1
  • PID_MATLAB
    先进PID控制及其MATLAB仿真(教材+相关程序),本书从 MATLAB 仿真角度系统地介绍了 PID 控制的基本理论、基本方法和应用技术,是作者多年来从事控制系统教学和科研工作的结晶,同时融入了国内外同行近年来所取得的新成果。(Advanced PID control and MATLAB)
    2013-12-13 15:43:56下载
    积分:1
  • CCHP_CO2
    一种适用于热电联产系统的改进粒子群算法,提高了邻域搜索能力(One for improved PSO algorithm cogeneration systems to improve the neighborhood search capability)
    2016-07-16 16:00:00下载
    积分:1
  • 图像数字水印的方案毕业论文
    说明:  图像数字水印的方案毕业论文,基于dct和dwt的算法(Image digital watermarking scheme graduation thesis, based on DCT and DWT algorithm)
    2021-03-25 09:59:14下载
    积分:1
  • P-Vcharacter
    该模型能够通过准确的仿真光伏电池的输出特性,如p-v以及I-V的变化曲线(the character of pv)
    2016-07-30 22:16:43下载
    积分:1
  • CogRadio_simulink
    This simple source codes implement cognitive radio.Hope its useful for you.
    2011-01-28 13:12:35下载
    积分:1
  • matlab3r
    【matlab编程代做】matlab希腊人的3D图 可以作为参考使用学习([Do] matlab matlab programming on behalf of the Greeks 3D map can be used as a reference study)
    2015-01-13 20:58:29下载
    积分:1
  • cz
    说明:  MATLAB程序,通过3维空间点插值,构建数字地图,可以根据调整点坐标自行构建数字地图。(MATLAB program, through three-dimensional space point interpolation to construct a digital map, you can adjust themselves to build a digital map based on coordinates.)
    2013-12-10 15:47:46下载
    积分:1
  • Xamarin-Essentials
    Xamarin Essentials eBook
    2015-03-25 10:26:35下载
    积分:1
  • PID
    在matlab环境下,用simulink模块编程实现PID控制基本算法(In the matlab environment, using simulink module programming PID control of the basic algorithm)
    2020-10-08 16:37:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载