嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
package_emd
├── EMDs
│ ├── cemdc.m
│ ├── cemdc2.m
│ ├── cemdc2_fix.m
│ ├── cemdc_fix.m
│ ├── emd.m
│ ├── emd_local.m
│ ├── emd_online.m
│ ├── emdc.m
│ ├── emdc_fix.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
│ ├── emd_complex.c
│ ├── emd_complex.h
│ ├── emdc.c
│ ├── emdc_fix.c
│ ├── extr.c
│ ├── extr.h
│ ├── interpolation.c
│ ├── interpolation.h
│ ├── io.c
│ ├── io.h
│ ├── io_fix.c
│ ├── io_fix.h
│ ├── local_mean.c
│ └── local_mean.h
├── bugfix.sh
├── 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
├── 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
6 directories, 72 files