laszukdawid / PyEMD

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

New variant for EMD #156

Closed Ibuprofenighty closed 1 month ago

Ibuprofenighty commented 5 months ago

Hi Creators,

Thanks for the great repo of EMD and its variants. Recently, there is a paper 'ACEFormer' which induces a new variant called 'ACEEMD - Aliased Complete Ensemble EMD with Adaptive Noise'. This variants enhances the treatment of the endpoints effects and reducing unnecessary data smoothing to retain more valuable trend information. I wonder if we can add that variant to our library if feasible and I would like to help if needed.