Skip to content

Julia package for implementing 1-dimensional Empirical Mode Decomposition.

Notifications You must be signed in to change notification settings

jsmithnh09/EMD.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMD.jl

CI

This project aims to implement Empirical Mode Decomposition, generating Intrinsic Mode Functions (IMFs) [1]. This project adapts the original C and MATLAB script provided by Rilling et al [2] into the Julia Language, where sifting stop criterion are defined and window boundary effects are properly addressed. Currently supports Julia v1.10.

Contributors: Jordan R. Smith.

[1] N.E. Huang et. al., "The empirical mode decomposition and the Hilbert spectrum for non-linear stationary time series analysis", Proc. Royal Soc. London A, Vol. 454, pp. 903-995, 1998

[2] G. Rilling, P. Flandrin, and P. Goncalves "On Empirical Mode Decomposition and its algorithms", IEEE-EURASIP Workshop on Nonlinear Signal and Image Processing NSIP-03, Grado (I), June 2003

TODO

  • Re-use the time-axis since its always the same UnitRange type
  • Pre-allocate and re-use the envelope min/max buffers since they'll be the same length
  • Pass the Config type to the utility functions to save on any memcopies

About

Julia package for implementing 1-dimensional Empirical Mode Decomposition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published