PySDKit 0.4.41__tar.gz → 0.4.42__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pysdkit-0.4.41 → pysdkit-0.4.42}/PKG-INFO +3 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/PySDKit.egg-info/PKG-INFO +3 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/PySDKit.egg-info/SOURCES.txt +1 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/README.md +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pyproject.toml +3 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/__init__.py +7 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_alif/__init__.py +3 -1
- pysdkit-0.4.42/pysdkit/_apmd/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_apmd/apmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/_find_extrema.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/_prepare_points.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/_splines.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/ceemdan.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/eemd.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/efd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/emd.py +0 -4
- pysdkit-0.4.42/pysdkit/_emd/hht/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/hht/frequency.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/hht/hht.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/memd.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/remd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/semd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd/tvf_emd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd2d/__init__.py +1 -3
- pysdkit-0.4.42/pysdkit/_emd2d/bemd.py +4 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd2d/bmemd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_emd2d/emd2d.py +1 -3
- pysdkit-0.4.42/pysdkit/_esmd/__init__.py +36 -0
- pysdkit-0.4.42/pysdkit/_esmd/esmd.py +638 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_ewt/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_ewt/ewt.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_ewt/ewt2d.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_faemd/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_faemd/extrema.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_faemd/faemd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_faemd/faemd2d.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_faemd/faemd3d.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_faemd/filter.py +0 -4
- pysdkit-0.4.42/pysdkit/_fmd/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_fmd/fmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_fmd/nfmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_gdmd/__init__.py +1 -8
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_gdmd/agncmd.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_gdmd/gdmd.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_gdmd/ivgnmd.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_gdmd/vgnmd.py +1 -4
- pysdkit-0.4.42/pysdkit/_hvd/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_hvd/hvd.py +1 -3
- pysdkit-0.4.42/pysdkit/_itd/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_itd/itd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_jmd/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_jmd/jmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_jmd/mjmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_jmd/sjmd.py +0 -4
- pysdkit-0.4.42/pysdkit/_lmd/__init__.py +8 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_lmd/lmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_lmd/rlmd.py +1 -4
- pysdkit-0.4.42/pysdkit/_osd/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_osd/swd.py +405 -408
- pysdkit-0.4.42/pysdkit/_ssa/__init__.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_ssa/ssa.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/acmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/avmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/ba_acmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/mvmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/ovmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/stvmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/svmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/vmd_c.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/vmd_f.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/vme.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd2d/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd2d/cvmd2d.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd2d/vmd2d.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vncmd/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vncmd/avncmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vncmd/incmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vncmd/vncmd.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_add_noise.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_cube.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_generator.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_image.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_models.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_test_univariate.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/_time_series.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/entropy/__init__.py +1 -3
- pysdkit-0.4.42/pysdkit/entropy/_approxiamte_entropy.py +6 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/entropy/_permutation_entropy.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/entropy/_sample_entropy.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/models/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/models/_base.py +1 -3
- pysdkit-0.4.42/pysdkit/models/_kmeans.py +4 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/models/_knn.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/models/_pca.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/plot/__init__.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/plot/_fourier_spectra.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/plot/_functions.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/plot/_plot_images.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/plot/_plot_imfs.py +1 -8
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/plot/_plot_signal.py +1 -3
- pysdkit-0.4.42/pysdkit/tests/data/__init__.py +4 -0
- pysdkit-0.4.42/pysdkit/tests/data/test_generator_cube.py +4 -0
- pysdkit-0.4.42/pysdkit/tests/data/test_generator_image.py +4 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/data/test_generator_signal.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/data/test_generator_univariate_signal.py +1 -3
- pysdkit-0.4.42/pysdkit/tests/models/__init__.py +4 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/models/test_knn.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/models/test_pca.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/run_all.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_agncmd.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_alif.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_apmd.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_bmemd.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_cvmd2d.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_emd.py +1 -3
- pysdkit-0.4.42/pysdkit/tests/test_esmd.py +244 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_ewt.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_ewt2d.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_faemd2d.py +3 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_faemd3d.py +3 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_gdmd.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_ivgnmd.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_jmd.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_lmd.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_moving_decomp.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_ovmd.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_rlmd.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_semd.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_sjmd.py +1 -1
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_ssa.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_stvmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_svmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_swd.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_vgnmd.py +2 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_vmd.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_vmd2d.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_vncmd.py +1 -5
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tsa/__init__.py +0 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tsa/_dtw.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tsa/_moving_decomp.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tsa/_mstl.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tsa/_stl.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/__init__.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_correlation.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_differ.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_function.py +1 -5
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_hilbert.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_instantaneous.py +1 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_mirror.py +1 -3
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_process.py +0 -4
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_smooth1d.py +1 -3
- pysdkit-0.4.41/pysdkit/_apmd/__init__.py +0 -8
- pysdkit-0.4.41/pysdkit/_emd/hht/__init__.py +0 -8
- pysdkit-0.4.41/pysdkit/_emd2d/bemd.py +0 -6
- pysdkit-0.4.41/pysdkit/_esmd/__init__.py +0 -6
- pysdkit-0.4.41/pysdkit/_esmd/esmd.py +0 -13
- pysdkit-0.4.41/pysdkit/_fmd/__init__.py +0 -8
- pysdkit-0.4.41/pysdkit/_hvd/__init__.py +0 -8
- pysdkit-0.4.41/pysdkit/_itd/__init__.py +0 -8
- pysdkit-0.4.41/pysdkit/_lmd/__init__.py +0 -10
- pysdkit-0.4.41/pysdkit/_osd/__init__.py +0 -23
- pysdkit-0.4.41/pysdkit/_ssa/__init__.py +0 -8
- pysdkit-0.4.41/pysdkit/entropy/_approxiamte_entropy.py +0 -8
- pysdkit-0.4.41/pysdkit/models/_kmeans.py +0 -6
- pysdkit-0.4.41/pysdkit/tests/data/__init__.py +0 -2
- pysdkit-0.4.41/pysdkit/tests/data/test_generator_cube.py +0 -6
- pysdkit-0.4.41/pysdkit/tests/data/test_generator_image.py +0 -6
- pysdkit-0.4.41/pysdkit/tests/models/__init__.py +0 -2
- {pysdkit-0.4.41 → pysdkit-0.4.42}/LICENSE +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/PySDKit.egg-info/dependency_links.txt +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/PySDKit.egg-info/requires.txt +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/PySDKit.egg-info/top_level.txt +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_alif/alif.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_alif/data/__init__.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_alif/data/prefixed_double_filter.npy +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_alif/iterative_filtering.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/_vmd/base.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/data/texture.txt +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/__init__.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_avncmd.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_ceemdan.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_eemd.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_faemd.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_itd.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_mstl.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/tests/test_stl.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_diagnalization.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_fft.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/pysdkit/utils/_kernel_matrix.py +0 -0
- {pysdkit-0.4.41 → pysdkit-0.4.42}/setup.cfg +0 -0
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySDKit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.42
|
|
4
4
|
Summary: A Python library for signal decomposition algorithms with a unified interface.
|
|
5
5
|
Author: josefinez, Deeksha Manjunath, Yuan Feng, JacktheFowler
|
|
6
|
-
Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
|
|
7
|
-
Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>
|
|
6
|
+
Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, Rongkun Zhu <mrpigzrk@gmail.com>, Kai Wu <kwu@xidian.edu.cn>, Lei Wang <wang_lei4759@163.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
|
|
8
7
|
License: MIT License
|
|
9
8
|
|
|
10
9
|
Copyright (c) 2019 Whenxuan Wang
|
|
@@ -189,7 +188,7 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
189
188
|
| [`JMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/jmd.py) (Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169388-jump-plus-am-fm-mode-decomposition-jmd?s_tid=prof_contriblnk) | ️✔️ |
|
|
190
189
|
| [`MJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/mjmd.py) (Multivariate Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169393-multivariate-jump-plus-am-fm-mode-decomposition-mjmd?s_tid=prof_contriblnk) | ✔️ |
|
|
191
190
|
| [`SJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/sjmd.py) / `SMJMD` (Successive Jump and Mode Decomposition) | [[paper]](https://arxiv.org/abs/2504.08453) | [[code]]() | ✔️ |
|
|
192
|
-
| [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) |
|
|
191
|
+
| [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
|
|
193
192
|
| [`STNBMD`]() (Short-Time Narrow-Band Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X16002443?via%3Dihub) | [[code]](https://ww2.mathworks.cn/matlabcentral/fileexchange/56226-short-time-narrow-band-mode-decomposition-stnbmd-toolbox) | ✖️ |
|
|
194
193
|
| [`SWD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/swd.py) (Swarm Decomposition) | [[paper]](https://doi.org/10.1016/j.sigpro.2016.09.004) | [[code]](https://github.com/gkaposto/Swarm-Decomposition) | ✔️ |
|
|
195
194
|
| [`STL`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/tsa/_stl.py) (Seasonal-Trend decomposition using LOESS) | [[paper]](https://www.nniiem.ru/file/news/2016/stl-statistical-model.pdf) | [[code]](https://www.statsmodels.org/stable/examples/notebooks/generated/stl_decomposition.html) | ✔️ |
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySDKit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.42
|
|
4
4
|
Summary: A Python library for signal decomposition algorithms with a unified interface.
|
|
5
5
|
Author: josefinez, Deeksha Manjunath, Yuan Feng, JacktheFowler
|
|
6
|
-
Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
|
|
7
|
-
Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>
|
|
6
|
+
Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, Rongkun Zhu <mrpigzrk@gmail.com>, Kai Wu <kwu@xidian.edu.cn>, Lei Wang <wang_lei4759@163.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
|
|
8
7
|
License: MIT License
|
|
9
8
|
|
|
10
9
|
Copyright (c) 2019 Whenxuan Wang
|
|
@@ -189,7 +188,7 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
189
188
|
| [`JMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/jmd.py) (Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169388-jump-plus-am-fm-mode-decomposition-jmd?s_tid=prof_contriblnk) | ️✔️ |
|
|
190
189
|
| [`MJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/mjmd.py) (Multivariate Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169393-multivariate-jump-plus-am-fm-mode-decomposition-mjmd?s_tid=prof_contriblnk) | ✔️ |
|
|
191
190
|
| [`SJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/sjmd.py) / `SMJMD` (Successive Jump and Mode Decomposition) | [[paper]](https://arxiv.org/abs/2504.08453) | [[code]]() | ✔️ |
|
|
192
|
-
| [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) |
|
|
191
|
+
| [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
|
|
193
192
|
| [`STNBMD`]() (Short-Time Narrow-Band Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X16002443?via%3Dihub) | [[code]](https://ww2.mathworks.cn/matlabcentral/fileexchange/56226-short-time-narrow-band-mode-decomposition-stnbmd-toolbox) | ✖️ |
|
|
194
193
|
| [`SWD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/swd.py) (Swarm Decomposition) | [[paper]](https://doi.org/10.1016/j.sigpro.2016.09.004) | [[code]](https://github.com/gkaposto/Swarm-Decomposition) | ✔️ |
|
|
195
194
|
| [`STL`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/tsa/_stl.py) (Seasonal-Trend decomposition using LOESS) | [[paper]](https://www.nniiem.ru/file/news/2016/stl-statistical-model.pdf) | [[code]](https://www.statsmodels.org/stable/examples/notebooks/generated/stl_decomposition.html) | ✔️ |
|
|
@@ -135,7 +135,7 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
135
135
|
| [`JMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/jmd.py) (Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169388-jump-plus-am-fm-mode-decomposition-jmd?s_tid=prof_contriblnk) | ️✔️ |
|
|
136
136
|
| [`MJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/mjmd.py) (Multivariate Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169393-multivariate-jump-plus-am-fm-mode-decomposition-mjmd?s_tid=prof_contriblnk) | ✔️ |
|
|
137
137
|
| [`SJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/sjmd.py) / `SMJMD` (Successive Jump and Mode Decomposition) | [[paper]](https://arxiv.org/abs/2504.08453) | [[code]]() | ✔️ |
|
|
138
|
-
| [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) |
|
|
138
|
+
| [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
|
|
139
139
|
| [`STNBMD`]() (Short-Time Narrow-Band Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X16002443?via%3Dihub) | [[code]](https://ww2.mathworks.cn/matlabcentral/fileexchange/56226-short-time-narrow-band-mode-decomposition-stnbmd-toolbox) | ✖️ |
|
|
140
140
|
| [`SWD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/swd.py) (Swarm Decomposition) | [[paper]](https://doi.org/10.1016/j.sigpro.2016.09.004) | [[code]](https://github.com/gkaposto/Swarm-Decomposition) | ✔️ |
|
|
141
141
|
| [`STL`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/tsa/_stl.py) (Seasonal-Trend decomposition using LOESS) | [[paper]](https://www.nniiem.ru/file/news/2016/stl-statistical-model.pdf) | [[code]](https://www.statsmodels.org/stable/examples/notebooks/generated/stl_decomposition.html) | ✔️ |
|
|
@@ -12,15 +12,15 @@ requires-python = ">=3.8"
|
|
|
12
12
|
authors = [
|
|
13
13
|
{ name = "Whenxuan Wang", email = "wwhenxuan@gmail.com" },
|
|
14
14
|
{ name = "RuiZhe Wang", email = "3133986068@qq.com" },
|
|
15
|
+
{ name = "Rongkun Zhu", email = "mrpigzrk@gmail.com"},
|
|
16
|
+
{ name = "Kai Wu", email = "kwu@xidian.edu.cn"},
|
|
17
|
+
{ name = "Lei Wang", email = "wang_lei4759@163.com"},
|
|
15
18
|
{ name = "josefinez" },
|
|
16
19
|
{ name = "Deeksha Manjunath" },
|
|
17
20
|
{ name = "Yuan Feng" },
|
|
18
21
|
{ name = "WenTong Zhao", email = "23049200290@stu.xidian.edu.cn" },
|
|
19
22
|
{ name = "JacktheFowler" },
|
|
20
23
|
]
|
|
21
|
-
maintainers = [
|
|
22
|
-
{ name = "Whenxuan Wang", email = "wwhenxuan@gmail.com" },
|
|
23
|
-
]
|
|
24
24
|
keywords = [
|
|
25
25
|
"signal decomposition",
|
|
26
26
|
"signal processing",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
A Python library for signal decomposition algorithms.
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
__version__ = "0.4.
|
|
5
|
+
__version__ = "0.4.42"
|
|
6
6
|
|
|
7
7
|
# Empirical Mode Decomposition
|
|
8
8
|
from ._emd import EMD
|
|
@@ -43,6 +43,9 @@ from ._hvd import HVD
|
|
|
43
43
|
# Intrinsic Time-Scale Decomposition
|
|
44
44
|
from ._itd import ITD
|
|
45
45
|
|
|
46
|
+
# Extreme-Point Symmetric Mode Decomposition
|
|
47
|
+
from ._esmd import ESMD, esmd
|
|
48
|
+
|
|
46
49
|
# Local Mean Decomposition
|
|
47
50
|
from ._lmd import LMD
|
|
48
51
|
|
|
@@ -178,6 +181,7 @@ Empirical Mode Decomposition 2D for images | EMD2D
|
|
|
178
181
|
Bidimensional Multivariate EMD | BMEMD
|
|
179
182
|
Hilbert Vibration Decomposition | HVD
|
|
180
183
|
Intrinsic Time-Scale Decomposition | ITD
|
|
184
|
+
Extreme-Point Symmetric Mode Decomposition | ESMD
|
|
181
185
|
Local Mean Decomposition | LMD
|
|
182
186
|
Robust Local Mean Decomposition | RLMD
|
|
183
187
|
Singular Spectral Analysis | SSA
|
|
@@ -230,6 +234,8 @@ __all__ = [
|
|
|
230
234
|
"BMEMD",
|
|
231
235
|
"HVD",
|
|
232
236
|
"ITD",
|
|
237
|
+
"ESMD",
|
|
238
|
+
"esmd",
|
|
233
239
|
"LMD",
|
|
234
240
|
"RLMD",
|
|
235
241
|
"SSA",
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
"""
|
|
3
|
-
|
|
4
|
-
@author: Whenxuan Wang
|
|
5
|
-
@email: wwhenxuan@gmail.com
|
|
3
|
+
Empirical Mode Decomposition family (EMD, EEMD, CEEMDAN, …).
|
|
6
4
|
"""
|
|
7
5
|
|
|
8
6
|
from ._splines import akima, cubic, pchip, cubic_hermite, cubic_spline_3pts
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
"""
|
|
3
|
-
Created on Sat Mar 5 21:38:26 2024
|
|
4
|
-
@author: Whenxuan Wang
|
|
5
|
-
@email: wwhenxuan@gmail.com
|
|
6
3
|
The following code is mainly used to find extreme points in the EMD algorithm
|
|
7
4
|
|
|
8
5
|
Code taken from https://github.com/laszukdawid/PyEMD/blob/master/PyEMD/EMD.py
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
"""
|
|
3
|
-
Created on Sat Mar 8 22:53:11 2024
|
|
4
|
-
@author: Whenxuan Wang
|
|
5
|
-
@email: wwhenxuan@gmail.com
|
|
6
3
|
The following code is mainly used to Performs extrapolation on edges by adding extra extrema in the EMD algorithm
|
|
7
4
|
|
|
8
5
|
Code taken from https://github.com/laszukdawid/PyEMD/blob/master/PyEMD/EMD.py
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
"""
|
|
3
|
+
Extreme-Point Symmetric Mode Decomposition (ESMD).
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
from .esmd import (
|
|
7
|
+
ESMD,
|
|
8
|
+
esmd,
|
|
9
|
+
find_extrema,
|
|
10
|
+
mean_curve,
|
|
11
|
+
sift_mode,
|
|
12
|
+
decompose_fixed_sift,
|
|
13
|
+
variance_ratio,
|
|
14
|
+
scan_variance_ratios,
|
|
15
|
+
instantaneous_amplitude,
|
|
16
|
+
instantaneous_frequency,
|
|
17
|
+
total_energy,
|
|
18
|
+
make_esmd_example3,
|
|
19
|
+
load_wind_demo,
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
__all__ = [
|
|
23
|
+
"ESMD",
|
|
24
|
+
"esmd",
|
|
25
|
+
"find_extrema",
|
|
26
|
+
"mean_curve",
|
|
27
|
+
"sift_mode",
|
|
28
|
+
"decompose_fixed_sift",
|
|
29
|
+
"variance_ratio",
|
|
30
|
+
"scan_variance_ratios",
|
|
31
|
+
"instantaneous_amplitude",
|
|
32
|
+
"instantaneous_frequency",
|
|
33
|
+
"total_energy",
|
|
34
|
+
"make_esmd_example3",
|
|
35
|
+
"load_wind_demo",
|
|
36
|
+
]
|