ANN: Julia bindings for ensemble empirical mode decomp

I’ll be doing some work over the next few months that makes use of an interesting approach to signal processing developed in the late 90s called the empirical mode decomposition. Used primarily in the analysis of nonlinear and non-stationary time series. Some of that work will be made available in a new Julia package ‘LibEmd’ and can be found at https://github.com/merl-dev/LibEmd.git. To start with I created some bindings for the ‘libeemd’ c-library. Took about an hour, less than 100 lines of code. It’s another simple example of how amazingly productive one can be with Julia!

2 Likes

It would be helpful to include a link in the announcement.

Was this repo moved? It looks like like the link https://github.com/merl-dev/LibEmd.git is broken.

2 Likes