This package is no longer maintained
Code was originally written for Julia v0.4.
An Empirical Mode Decomposition Package for Julia
The EMD module requires Splines.jl to work. Install this first.
You can install the EMD module in Julia
Pkg.checkout("git@github.com:bnels/EMD.jl.git")
Pkg.build("EMD")
You can update the package using the usual
Pkg.update()
Now you're ready to start using EMD!