pyhht
library
In [1]:
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
In [2]:
synthetic = np.loadtxt('benchmark_signals/synthetic.txt')
In [3]:
from pyhht import EMD
In [4]:
emd = EMD(synthetic)
This module seems to be completely undocumented.
In [4]: