laszukdawid / PyEMD

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

Add optional progress dots to EEMD and CEEMDAN (#125) #132

Closed laszukdawid closed 1 year ago

laszukdawid commented 1 year ago

Description

Adds functionality to print a dot every 1 sec if progress=True is passed as an arg to ceemdan or eemd instances.

Testing

Tested locally and checked that it prints as required.