- This is the MATLAB implementation of Online Empirical Mode Decomposition
- The algorithm is introduced in our ICASSP'17 paper
- Version 0.1
- Download the code (https://github.com/romain-fontugne/onlineEMD/archive/master.zip)
- You also need to install the EMD code from: http://perso.ens-lyon.fr/patrick.flandrin/emd.html
- This code requires no toolbox and should run out-of-the-box
- To understand how Online EMD works run and look at the example: example_oemd_fig2.m
If you publish material based on this code, please cite our ICASSP'17 paper:
@INPROCEEDINGS{romain:icassp17,
author={R. Fontugne and P. Borgnat and P. Flandrin},
booktitle={2017 IEEE International Conference on Acoustics, Speech and Signal Processing},
title={Online Empirical Mode Decomposition},
year={2017},
month={March},
location = {New Orleans, LA, USA},}
Romain Fontugne (romain (at) iij.ad.jp)