Given a timeseries data, this package
- performs Empirical Mode Decomposition(EMD) on the timeseries,
- provides the user a simple graphical user interface to choose the Imperical Mode Functions (IMF)
- and finally, detrend the timeseries by subtracting the selected IMFs.
EMD-signal, NumPy, Matplotlib
-
input:
timeseries
: anumpy
1d arraydomain
: anumpy
1d array
output:
detrendedtimeseries
: anumpy
1d array