felixcremer / EmpiricalModeDecomposition.jl

Implementation of the Empirical Mode Decomposition in Julia
Other
16 stars 2 forks source link

Change to Julia 1.0 Implement CEEMD #4

Closed felixcremer closed 5 years ago

felixcremer commented 5 years ago

This pull request implements the sifting and EMD algorithms as iterators. It also implements the CEEMD. I did not yet include the change to the median in the combination of the different IMFs because I see a higher distance to the original signal when I use the median compared to the mean. diff_to_signal There was a bug in our first CEEMD implementation which should be fixed with this.