Hi,
First I am really thankful for your code, it has solved a lot of problems, given that no package exists for EMD in python.
The issue I am having currently is that my time series data when pre-processed yields a time series which is of the form of pulse train, where in consecutive elements are same for a few number of elements and then it shifts to another value.
Ex: [1 1 1 1 0 0 0 2 2 2 2 -1 -1 -1 ...]
For such a time series, the function is throwing an error.
Hi, First I am really thankful for your code, it has solved a lot of problems, given that no package exists for EMD in python.
The issue I am having currently is that my time series data when pre-processed yields a time series which is of the form of pulse train, where in consecutive elements are same for a few number of elements and then it shifts to another value. Ex: [1 1 1 1 0 0 0 2 2 2 2 -1 -1 -1 ...] For such a time series, the function is throwing an error.
If you could kindly look into this.
Thank you