https://github.com/dodgeho/ceemdan_cpp
Complete Ensemble Empirical Mode Decomposition with Adaptive Noise for CPP
https://github.com/dodgeho/ceemdan_cpp
digital-signal-processing
Last synced: 9 months ago
JSON representation
Complete Ensemble Empirical Mode Decomposition with Adaptive Noise for CPP
- Host: GitHub
- URL: https://github.com/dodgeho/ceemdan_cpp
- Owner: DodgeHo
- License: mit
- Created: 2022-12-01T07:50:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T07:58:36.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:03:12.891Z (10 months ago)
- Topics: digital-signal-processing
- Language: C++
- Homepage:
- Size: 1.05 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CEEMDAN_cpp
# Complete Ensemble Empirical Mode Decomposition with Adaptive Noise for CPP
Written by: Dodge(Lang HE) asdsay@gmail.com
Updated date: 2022-08-01
Project **CEEMDAN_cpp** is an imitation of [that in MATLAB](https://github.com/macolominas/CEEMDAN), but writtern in C++.
The current is an improved version, introduced in:
[1] Colominas MA, Schlotthauer G, Torres ME. "Improve complete ensemble EMD: A suitable tool for biomedical signal processing" Biomedical Signal Processing and Control vol. 14 pp. 19-29 (2014)
The CEEMDAN algorithm was first introduced at ICASSP 2011, Prague, Czech Republic
The authors will be thankful if the users of this code reference the work where the algorithm was first presented:
[2] Torres ME, Colominas MA, Schlotthauer G, Flandrin P. "A Complete Ensemble Empirical Mode Decomposition with Adaptive Noise" Proc. 36th Int. Conf. on Acoustics, Speech and Signa Processing ICASSP 2011 (May 22-27, Prague, Czech Republic)