Skip to content

Commit

Permalink
Adding references
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidevd committed Jul 30, 2013
1 parent 1ffe253 commit c8e59b1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions flandrin_emd.py
@@ -1,3 +1,27 @@
# -*- coding: utf-8 -*-
#References
#
#
# [1] N. E. Huang et al., "The empirical mode decomposition and the
# Hilbert spectrum for non-linear and non stationary time series analysis",
# Proc. Royal Soc. London A, Vol. 454, pp. 903-995, 1998
#
# [2] G. Rilling, P. Flandrin and P. Gonçalves
# "On Empirical Mode Decomposition and its algorithms",
# IEEE-EURASIP Workshop on Nonlinear Signal and Image Processing
# NSIP-03, Grado (I), June 2003
#
# [3] G. Rilling, P. Flandrin, P. Gonçalves and J. M. Lilly.,
# "Bivariate Empirical Mode Decomposition",
# Signal Processing Letters (submitted)
#
# [4] N. E. Huang et al., "A confidence limit for the Empirical Mode
# Decomposition and Hilbert spectral analysis",
# Proc. Royal Soc. London A, Vol. 459, pp. 2317-2345, 2003
#
# [5] R. Deering and J. F. Kaiser, "The use of a masking signal to improve
# empirical mode decomposition", ICASSP 2005

import warnings import warnings
import numpy as np import numpy as np
from math import pi from math import pi
Expand Down

0 comments on commit c8e59b1

Please sign in to comment.