├── README.md ├── data └── ecg.mat ├── example_ecg_fig5.m ├── example_oemd_MSE_fig3.m ├── example_oemd_fig2.m ├── example_whitenoise_fig4.m ├── oemd_init.m ├── oemd_iter.m └── plotIMFs.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/README.md -------------------------------------------------------------------------------- /data/ecg.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/data/ecg.mat -------------------------------------------------------------------------------- /example_ecg_fig5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/example_ecg_fig5.m -------------------------------------------------------------------------------- /example_oemd_MSE_fig3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/example_oemd_MSE_fig3.m -------------------------------------------------------------------------------- /example_oemd_fig2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/example_oemd_fig2.m -------------------------------------------------------------------------------- /example_whitenoise_fig4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/example_whitenoise_fig4.m -------------------------------------------------------------------------------- /oemd_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/oemd_init.m -------------------------------------------------------------------------------- /oemd_iter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/oemd_iter.m -------------------------------------------------------------------------------- /plotIMFs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romain-fontugne/onlineEMD/HEAD/plotIMFs.m --------------------------------------------------------------------------------