laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
867 stars 224 forks source link

Ceemdan #13

Closed laszukdawid closed 6 years ago

laszukdawid commented 6 years ago

Adding EMD variation - "Complete Ensemble EMD with Adaptive Noise" (CEEMDAN). #12

References: http://www.sciencedirect.com/science/article/pii/S1746809414000962 http://bioingenieria.edu.ar/grupos/ldnlys/metorres/metorres_files/ICASSP2011_Torres.pdf

codecov-io commented 6 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.54%. The diff coverage is 98.06%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #13      +/-   ##
=========================================
+ Coverage   92.76%   93.3%   +0.54%     
=========================================
  Files          13      15       +2     
  Lines        1313    1464     +151     
  Branches      115     130      +15     
=========================================
+ Hits         1218    1366     +148     
- Misses         67      69       +2     
- Partials       28      29       +1
Impacted Files Coverage Δ
PyEMD/EEMD.py 95.55% <ø> (-0.1%) :arrow_down:
PyEMD/tests/test_ceemdan.py 100% <100%> (ø)
PyEMD/EMD.py 87.9% <100%> (-0.06%) :arrow_down:
PyEMD/__init__.py 88.88% <100%> (+1.38%) :arrow_up:
PyEMD/CEEMDAN.py 96.9% <96.9%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76c7e86...7f128e5. Read the comment docs.