bnels / EMD.jl

⛔️ DEPRECATED Empirical Mode Decomposition Package
MIT License
3 stars 4 forks source link

This package is no longer maintained

Code was originally written for Julia v0.4.

EMD.jl

An Empirical Mode Decomposition Package for Julia

Getting Started

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!

Examples