PySDKit 0.4.39__tar.gz → 0.4.41__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.39 → pysdkit-0.4.41}/PKG-INFO +9 -3
- {pysdkit-0.4.39 → pysdkit-0.4.41}/PySDKit.egg-info/PKG-INFO +9 -3
- {pysdkit-0.4.39 → pysdkit-0.4.41}/PySDKit.egg-info/SOURCES.txt +4 -1
- {pysdkit-0.4.39 → pysdkit-0.4.41}/README.md +8 -2
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/__init__.py +15 -1
- pysdkit-0.4.41/pysdkit/_gdmd/__init__.py +114 -0
- pysdkit-0.4.41/pysdkit/_gdmd/agncmd.py +774 -0
- pysdkit-0.4.41/pysdkit/_gdmd/ivgnmd.py +1176 -0
- pysdkit-0.4.41/pysdkit/_lmd/lmd.py +291 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_lmd/rlmd.py +146 -140
- pysdkit-0.4.41/pysdkit/tests/test_agncmd.py +292 -0
- pysdkit-0.4.41/pysdkit/tests/test_ivgnmd.py +155 -0
- pysdkit-0.4.41/pysdkit/tests/test_lmd.py +118 -0
- pysdkit-0.4.41/pysdkit/tests/test_rlmd.py +126 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_correlation.py +0 -79
- pysdkit-0.4.39/pysdkit/_gdmd/__init__.py +0 -52
- pysdkit-0.4.39/pysdkit/_lmd/lmd.py +0 -324
- pysdkit-0.4.39/pysdkit/tests/test_lmd.py +0 -81
- pysdkit-0.4.39/pysdkit/tests/test_rlmd.py +0 -81
- pysdkit-0.4.39/pysdkit/utils/_cite.py +0 -34
- {pysdkit-0.4.39 → pysdkit-0.4.41}/LICENSE +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/PySDKit.egg-info/dependency_links.txt +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/PySDKit.egg-info/requires.txt +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/PySDKit.egg-info/top_level.txt +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pyproject.toml +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_alif/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_alif/alif.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_alif/data/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_alif/data/prefixed_double_filter.npy +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_alif/iterative_filtering.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_apmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_apmd/apmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/_find_extrema.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/_prepare_points.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/_splines.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/ceemdan.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/eemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/efd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/emd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/hht/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/hht/frequency.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/hht/hht.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/memd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/remd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/semd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd/tvf_emd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd2d/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd2d/bemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd2d/bmemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_emd2d/emd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_esmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_esmd/esmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_ewt/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_ewt/ewt.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_ewt/ewt2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_faemd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_faemd/extrema.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_faemd/faemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_faemd/faemd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_faemd/faemd3d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_faemd/filter.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_fmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_fmd/fmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_fmd/nfmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_gdmd/gdmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_gdmd/vgnmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_hvd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_hvd/hvd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_itd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_itd/itd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_jmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_jmd/jmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_jmd/mjmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_jmd/sjmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_lmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_osd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_osd/swd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_ssa/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_ssa/ssa.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/acmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/avmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/ba_acmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/base.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/mvmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/ovmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/stvmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/svmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/vmd_c.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/vmd_f.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd/vme.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd2d/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd2d/cvmd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vmd2d/vmd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vncmd/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vncmd/avncmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vncmd/incmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/_vncmd/vncmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_add_noise.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_cube.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_generator.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_image.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_models.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_test_univariate.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/_time_series.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/data/texture.txt +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/entropy/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/entropy/_approxiamte_entropy.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/entropy/_permutation_entropy.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/entropy/_sample_entropy.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/models/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/models/_base.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/models/_kmeans.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/models/_knn.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/models/_pca.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/plot/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/plot/_fourier_spectra.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/plot/_functions.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/plot/_plot_images.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/plot/_plot_imfs.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/plot/_plot_signal.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/data/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_cube.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_image.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_signal.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_univariate_signal.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/models/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/models/test_knn.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/models/test_pca.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/run_all.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_alif.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_apmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_avncmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_bmemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_ceemdan.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_cvmd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_eemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_emd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_ewt.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_ewt2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_faemd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_faemd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_faemd3d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_gdmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_itd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_jmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_moving_decomp.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_mstl.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_ovmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_semd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_sjmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_ssa.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_stl.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_stvmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_svmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_swd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_vgnmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_vmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_vmd2d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tests/test_vncmd.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tsa/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tsa/_dtw.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tsa/_moving_decomp.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tsa/_mstl.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/tsa/_stl.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/__init__.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_diagnalization.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_differ.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_fft.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_function.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_hilbert.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_instantaneous.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_kernel_matrix.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_mirror.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_process.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/pysdkit/utils/_smooth1d.py +0 -0
- {pysdkit-0.4.39 → pysdkit-0.4.41}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySDKit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.41
|
|
4
4
|
Summary: A Python library for signal decomposition algorithms with a unified interface.
|
|
5
5
|
Author: josefinez, Deeksha Manjunath, Yuan Feng, JacktheFowler
|
|
6
6
|
Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
|
|
@@ -141,7 +141,7 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
141
141
|
|
|
142
142
|
`PySDKit` is still under development. We are currently working on reproducing the signal decomposition algorithms in the table below, including not only common decomposition algorithms for `univariate signals` such as EMD, VMD, OVMD, AVNCMD, ALIF and APMD, but also decomposition algorithms for `multivariate signals` such as MEMD and MVMD. We will also further reproduce the decomposition algorithms for `two-dimensional images` to make PySDKit not only suitable for signal processing, but also for image analysis and understanding. See [`Mission`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/README.md) for the reasons why we developed PySDKit.
|
|
143
143
|
|
|
144
|
-
| Algorithm | Paper |
|
|
144
|
+
| Algorithm | Paper | Source | State |
|
|
145
145
|
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :---: |
|
|
146
146
|
| [`EMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_emd/emd.py) (Empirical Mode Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/abs/10.1098/rspa.1998.0193) | [[code]](https://www.mathworks.com/help/signal/ref/emd.html) | ✔️ |
|
|
147
147
|
| [`MEMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_emd/memd.py) (Multivariate Empirical Mode Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/full/10.1098/rspa.2009.0502) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
|
|
@@ -182,6 +182,10 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
182
182
|
| [`AVNCMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vncmd/avncmd.py) (Adaptive Variational Nonlinear Chirp Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/abstract/document/9746147) | [[code]](https://github.com/HauLiang/AVNCMD) | ✔️ |
|
|
183
183
|
| [`ACMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/acmd.py) (Adaptive Chirp Mode Decomposition) | [[paper]]() | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/121373-data-driven-adaptive-chirp-mode-decomposition?s_tid=srchtitle) | ✔️ |
|
|
184
184
|
| [`BA-ACMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/ba_acmd.py) (Bandwidth-aware adaptive chirp mode decomposition) | [[paper]](https://journals.sagepub.com/doi/abs/10.1177/14759217231174699) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/132792-bandwidth-aware-adaptive-chirp-mode-decomposition-ba-acmd?s_tid=srchtitle) | ✖️ |
|
|
185
|
+
| [`GDMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/gdmd.py) (Generalized Dispersion Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X20306295) | [[code]](https://www.sciencedirect.com/science/article/pii/S0022460X20306295) | ✔️ |
|
|
186
|
+
| [`VGNMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/vgnmd.py) (Variational Generalized Nonlinear Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S088832702300821X) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/154792-variational-generalized-nonlinear-mode-decomposition-vgmnd) | ✔️ |
|
|
187
|
+
| [`IVGNMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/ivgnmd.py) (Improved Variational Generalized Nonlinear Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0888327025001086) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/180043-improved-vgnmd) | ✔️ |
|
|
188
|
+
| [`AGNCMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/agncmd.py) (Adaptive Generalized Dispersive Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X25004031) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/181499-adaptive-generalized-dispersive-mode-decomposition-agdmd) | ✔️ |
|
|
185
189
|
| [`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) | ️✔️ |
|
|
186
190
|
| [`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) | ✔️ |
|
|
187
191
|
| [`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]]() | ✔️ |
|
|
@@ -189,7 +193,9 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
189
193
|
| [`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) | ✖️ |
|
|
190
194
|
| [`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) | ✔️ |
|
|
191
195
|
| [`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) | ✔️ |
|
|
192
|
-
| [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) |
|
|
196
|
+
| [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
|
|
197
|
+
|
|
198
|
+
|
|
193
199
|
|
|
194
200
|
## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
|
|
195
201
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySDKit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.41
|
|
4
4
|
Summary: A Python library for signal decomposition algorithms with a unified interface.
|
|
5
5
|
Author: josefinez, Deeksha Manjunath, Yuan Feng, JacktheFowler
|
|
6
6
|
Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
|
|
@@ -141,7 +141,7 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
141
141
|
|
|
142
142
|
`PySDKit` is still under development. We are currently working on reproducing the signal decomposition algorithms in the table below, including not only common decomposition algorithms for `univariate signals` such as EMD, VMD, OVMD, AVNCMD, ALIF and APMD, but also decomposition algorithms for `multivariate signals` such as MEMD and MVMD. We will also further reproduce the decomposition algorithms for `two-dimensional images` to make PySDKit not only suitable for signal processing, but also for image analysis and understanding. See [`Mission`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/README.md) for the reasons why we developed PySDKit.
|
|
143
143
|
|
|
144
|
-
| Algorithm | Paper |
|
|
144
|
+
| Algorithm | Paper | Source | State |
|
|
145
145
|
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :---: |
|
|
146
146
|
| [`EMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_emd/emd.py) (Empirical Mode Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/abs/10.1098/rspa.1998.0193) | [[code]](https://www.mathworks.com/help/signal/ref/emd.html) | ✔️ |
|
|
147
147
|
| [`MEMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_emd/memd.py) (Multivariate Empirical Mode Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/full/10.1098/rspa.2009.0502) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
|
|
@@ -182,6 +182,10 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
182
182
|
| [`AVNCMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vncmd/avncmd.py) (Adaptive Variational Nonlinear Chirp Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/abstract/document/9746147) | [[code]](https://github.com/HauLiang/AVNCMD) | ✔️ |
|
|
183
183
|
| [`ACMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/acmd.py) (Adaptive Chirp Mode Decomposition) | [[paper]]() | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/121373-data-driven-adaptive-chirp-mode-decomposition?s_tid=srchtitle) | ✔️ |
|
|
184
184
|
| [`BA-ACMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/ba_acmd.py) (Bandwidth-aware adaptive chirp mode decomposition) | [[paper]](https://journals.sagepub.com/doi/abs/10.1177/14759217231174699) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/132792-bandwidth-aware-adaptive-chirp-mode-decomposition-ba-acmd?s_tid=srchtitle) | ✖️ |
|
|
185
|
+
| [`GDMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/gdmd.py) (Generalized Dispersion Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X20306295) | [[code]](https://www.sciencedirect.com/science/article/pii/S0022460X20306295) | ✔️ |
|
|
186
|
+
| [`VGNMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/vgnmd.py) (Variational Generalized Nonlinear Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S088832702300821X) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/154792-variational-generalized-nonlinear-mode-decomposition-vgmnd) | ✔️ |
|
|
187
|
+
| [`IVGNMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/ivgnmd.py) (Improved Variational Generalized Nonlinear Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0888327025001086) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/180043-improved-vgnmd) | ✔️ |
|
|
188
|
+
| [`AGNCMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/agncmd.py) (Adaptive Generalized Dispersive Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X25004031) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/181499-adaptive-generalized-dispersive-mode-decomposition-agdmd) | ✔️ |
|
|
185
189
|
| [`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) | ️✔️ |
|
|
186
190
|
| [`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) | ✔️ |
|
|
187
191
|
| [`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]]() | ✔️ |
|
|
@@ -189,7 +193,9 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
189
193
|
| [`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) | ✖️ |
|
|
190
194
|
| [`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) | ✔️ |
|
|
191
195
|
| [`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) | ✔️ |
|
|
192
|
-
| [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) |
|
|
196
|
+
| [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
|
|
197
|
+
|
|
198
|
+
|
|
193
199
|
|
|
194
200
|
## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
|
|
195
201
|
|
|
@@ -48,7 +48,9 @@ pysdkit/_fmd/__init__.py
|
|
|
48
48
|
pysdkit/_fmd/fmd.py
|
|
49
49
|
pysdkit/_fmd/nfmd.py
|
|
50
50
|
pysdkit/_gdmd/__init__.py
|
|
51
|
+
pysdkit/_gdmd/agncmd.py
|
|
51
52
|
pysdkit/_gdmd/gdmd.py
|
|
53
|
+
pysdkit/_gdmd/ivgnmd.py
|
|
52
54
|
pysdkit/_gdmd/vgnmd.py
|
|
53
55
|
pysdkit/_hvd/__init__.py
|
|
54
56
|
pysdkit/_hvd/hvd.py
|
|
@@ -110,6 +112,7 @@ pysdkit/plot/_plot_imfs.py
|
|
|
110
112
|
pysdkit/plot/_plot_signal.py
|
|
111
113
|
pysdkit/tests/__init__.py
|
|
112
114
|
pysdkit/tests/run_all.py
|
|
115
|
+
pysdkit/tests/test_agncmd.py
|
|
113
116
|
pysdkit/tests/test_alif.py
|
|
114
117
|
pysdkit/tests/test_apmd.py
|
|
115
118
|
pysdkit/tests/test_avncmd.py
|
|
@@ -125,6 +128,7 @@ pysdkit/tests/test_faemd2d.py
|
|
|
125
128
|
pysdkit/tests/test_faemd3d.py
|
|
126
129
|
pysdkit/tests/test_gdmd.py
|
|
127
130
|
pysdkit/tests/test_itd.py
|
|
131
|
+
pysdkit/tests/test_ivgnmd.py
|
|
128
132
|
pysdkit/tests/test_jmd.py
|
|
129
133
|
pysdkit/tests/test_lmd.py
|
|
130
134
|
pysdkit/tests/test_moving_decomp.py
|
|
@@ -156,7 +160,6 @@ pysdkit/tsa/_moving_decomp.py
|
|
|
156
160
|
pysdkit/tsa/_mstl.py
|
|
157
161
|
pysdkit/tsa/_stl.py
|
|
158
162
|
pysdkit/utils/__init__.py
|
|
159
|
-
pysdkit/utils/_cite.py
|
|
160
163
|
pysdkit/utils/_correlation.py
|
|
161
164
|
pysdkit/utils/_diagnalization.py
|
|
162
165
|
pysdkit/utils/_differ.py
|
|
@@ -87,7 +87,7 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
87
87
|
|
|
88
88
|
`PySDKit` is still under development. We are currently working on reproducing the signal decomposition algorithms in the table below, including not only common decomposition algorithms for `univariate signals` such as EMD, VMD, OVMD, AVNCMD, ALIF and APMD, but also decomposition algorithms for `multivariate signals` such as MEMD and MVMD. We will also further reproduce the decomposition algorithms for `two-dimensional images` to make PySDKit not only suitable for signal processing, but also for image analysis and understanding. See [`Mission`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/README.md) for the reasons why we developed PySDKit.
|
|
89
89
|
|
|
90
|
-
| Algorithm | Paper |
|
|
90
|
+
| Algorithm | Paper | Source | State |
|
|
91
91
|
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :---: |
|
|
92
92
|
| [`EMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_emd/emd.py) (Empirical Mode Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/abs/10.1098/rspa.1998.0193) | [[code]](https://www.mathworks.com/help/signal/ref/emd.html) | ✔️ |
|
|
93
93
|
| [`MEMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_emd/memd.py) (Multivariate Empirical Mode Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/full/10.1098/rspa.2009.0502) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
|
|
@@ -128,6 +128,10 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
128
128
|
| [`AVNCMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vncmd/avncmd.py) (Adaptive Variational Nonlinear Chirp Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/abstract/document/9746147) | [[code]](https://github.com/HauLiang/AVNCMD) | ✔️ |
|
|
129
129
|
| [`ACMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/acmd.py) (Adaptive Chirp Mode Decomposition) | [[paper]]() | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/121373-data-driven-adaptive-chirp-mode-decomposition?s_tid=srchtitle) | ✔️ |
|
|
130
130
|
| [`BA-ACMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/ba_acmd.py) (Bandwidth-aware adaptive chirp mode decomposition) | [[paper]](https://journals.sagepub.com/doi/abs/10.1177/14759217231174699) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/132792-bandwidth-aware-adaptive-chirp-mode-decomposition-ba-acmd?s_tid=srchtitle) | ✖️ |
|
|
131
|
+
| [`GDMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/gdmd.py) (Generalized Dispersion Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X20306295) | [[code]](https://www.sciencedirect.com/science/article/pii/S0022460X20306295) | ✔️ |
|
|
132
|
+
| [`VGNMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/vgnmd.py) (Variational Generalized Nonlinear Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S088832702300821X) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/154792-variational-generalized-nonlinear-mode-decomposition-vgmnd) | ✔️ |
|
|
133
|
+
| [`IVGNMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/ivgnmd.py) (Improved Variational Generalized Nonlinear Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0888327025001086) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/180043-improved-vgnmd) | ✔️ |
|
|
134
|
+
| [`AGNCMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_gdmd/agncmd.py) (Adaptive Generalized Dispersive Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X25004031) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/181499-adaptive-generalized-dispersive-mode-decomposition-agdmd) | ✔️ |
|
|
131
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) | ️✔️ |
|
|
132
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) | ✔️ |
|
|
133
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]]() | ✔️ |
|
|
@@ -135,7 +139,9 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
|
|
|
135
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) | ✖️ |
|
|
136
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) | ✔️ |
|
|
137
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) | ✔️ |
|
|
138
|
-
| [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) |
|
|
142
|
+
| [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
|
|
143
|
+
|
|
144
|
+
|
|
139
145
|
|
|
140
146
|
## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
|
|
141
147
|
|
|
@@ -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.41"
|
|
6
6
|
|
|
7
7
|
# Empirical Mode Decomposition
|
|
8
8
|
from ._emd import EMD
|
|
@@ -61,6 +61,12 @@ from ._gdmd import GDMD, gdmd
|
|
|
61
61
|
# Variational Generalized Nonlinear Mode Decomposition
|
|
62
62
|
from ._gdmd import VGNMD, vgnmd
|
|
63
63
|
|
|
64
|
+
# Improved Variational Generalized Nonlinear Mode Decomposition
|
|
65
|
+
from ._gdmd import IVGNMD, ivgnmd
|
|
66
|
+
|
|
67
|
+
# Adaptive Generalized Dispersive Mode Decomposition (AGDMD / AGNCMD)
|
|
68
|
+
from ._gdmd import AGNCMD, agncmd, AGDMD, agdmd
|
|
69
|
+
|
|
64
70
|
# Variational Mode Decomposition
|
|
65
71
|
from ._vmd import vmd, VMD
|
|
66
72
|
|
|
@@ -178,6 +184,8 @@ Singular Spectral Analysis | SSA
|
|
|
178
184
|
Swarm Decomposition | SWD
|
|
179
185
|
Generalized Dispersion Mode Decomposition | GDMD
|
|
180
186
|
Variational Generalized Nonlinear Mode Dec. | VGNMD
|
|
187
|
+
Improved VGNMD (crossed chirp / dispersive) | IVGNMD
|
|
188
|
+
Adaptive Generalized Dispersive Mode Dec. | AGNCMD / AGDMD
|
|
181
189
|
Variational Mode Decomposition | VMD
|
|
182
190
|
Multivariate Variational Mode Decomposition | MVMD
|
|
183
191
|
Variational Mode Extraction | VME
|
|
@@ -231,6 +239,12 @@ __all__ = [
|
|
|
231
239
|
"gdmd",
|
|
232
240
|
"VGNMD",
|
|
233
241
|
"vgnmd",
|
|
242
|
+
"IVGNMD",
|
|
243
|
+
"ivgnmd",
|
|
244
|
+
"AGNCMD",
|
|
245
|
+
"agncmd",
|
|
246
|
+
"AGDMD",
|
|
247
|
+
"agdmd",
|
|
234
248
|
"vmd",
|
|
235
249
|
"VMD",
|
|
236
250
|
"ACMD",
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
"""
|
|
3
|
+
Created on 2025/07/31
|
|
4
|
+
@author: Whenxuan Wang
|
|
5
|
+
@email: wwhenxuan@gmail.com
|
|
6
|
+
|
|
7
|
+
Generalized Dispersion Mode Decomposition (GDMD),
|
|
8
|
+
Variational Generalized Nonlinear Mode Decomposition (VGNMD),
|
|
9
|
+
Improved VGNMD (IVGNMD),
|
|
10
|
+
and Adaptive Generalized Dispersive Mode Decomposition (AGDMD / AGNCMD).
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
from .gdmd import (
|
|
14
|
+
GDMD,
|
|
15
|
+
gdmd,
|
|
16
|
+
gdmd_core,
|
|
17
|
+
curve_smooth,
|
|
18
|
+
differ,
|
|
19
|
+
make_dispersive_signal,
|
|
20
|
+
spectrum_to_time,
|
|
21
|
+
unilateral_spectrum,
|
|
22
|
+
tf_spec_from_gd,
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
from .vgnmd import (
|
|
26
|
+
VGNMD,
|
|
27
|
+
vgnmd,
|
|
28
|
+
atffc,
|
|
29
|
+
mtdc,
|
|
30
|
+
voa,
|
|
31
|
+
stft_vgnmd,
|
|
32
|
+
make_vgnmd_demo_signal,
|
|
33
|
+
acmd_single,
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
from .ivgnmd import (
|
|
37
|
+
IVGNMD,
|
|
38
|
+
ivgnmd,
|
|
39
|
+
atffc_ivgnmd,
|
|
40
|
+
se,
|
|
41
|
+
tfsc,
|
|
42
|
+
tfst,
|
|
43
|
+
tfptd,
|
|
44
|
+
mtdc_ridge,
|
|
45
|
+
voa_ivgnmd,
|
|
46
|
+
make_ivgnmd_demo_signal,
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
from .agncmd import (
|
|
50
|
+
AGNCMD,
|
|
51
|
+
AGDMD,
|
|
52
|
+
agncmd,
|
|
53
|
+
agdmd,
|
|
54
|
+
agdi,
|
|
55
|
+
ddgdi,
|
|
56
|
+
if_dn,
|
|
57
|
+
tvlp,
|
|
58
|
+
low_filter,
|
|
59
|
+
findev,
|
|
60
|
+
arccos_phase,
|
|
61
|
+
bandwidth_estimation,
|
|
62
|
+
dispersion_compensation,
|
|
63
|
+
agdmd_core,
|
|
64
|
+
make_agncmd_demo_signal,
|
|
65
|
+
spectrum_to_time_agdmd,
|
|
66
|
+
stft_agncmd,
|
|
67
|
+
)
|
|
68
|
+
|
|
69
|
+
__all__ = [
|
|
70
|
+
"GDMD",
|
|
71
|
+
"gdmd",
|
|
72
|
+
"gdmd_core",
|
|
73
|
+
"curve_smooth",
|
|
74
|
+
"differ",
|
|
75
|
+
"make_dispersive_signal",
|
|
76
|
+
"spectrum_to_time",
|
|
77
|
+
"unilateral_spectrum",
|
|
78
|
+
"tf_spec_from_gd",
|
|
79
|
+
"VGNMD",
|
|
80
|
+
"vgnmd",
|
|
81
|
+
"atffc",
|
|
82
|
+
"mtdc",
|
|
83
|
+
"voa",
|
|
84
|
+
"stft_vgnmd",
|
|
85
|
+
"make_vgnmd_demo_signal",
|
|
86
|
+
"acmd_single",
|
|
87
|
+
"IVGNMD",
|
|
88
|
+
"ivgnmd",
|
|
89
|
+
"atffc_ivgnmd",
|
|
90
|
+
"se",
|
|
91
|
+
"tfsc",
|
|
92
|
+
"tfst",
|
|
93
|
+
"tfptd",
|
|
94
|
+
"mtdc_ridge",
|
|
95
|
+
"voa_ivgnmd",
|
|
96
|
+
"make_ivgnmd_demo_signal",
|
|
97
|
+
"AGNCMD",
|
|
98
|
+
"AGDMD",
|
|
99
|
+
"agncmd",
|
|
100
|
+
"agdmd",
|
|
101
|
+
"agdi",
|
|
102
|
+
"ddgdi",
|
|
103
|
+
"if_dn",
|
|
104
|
+
"tvlp",
|
|
105
|
+
"low_filter",
|
|
106
|
+
"findev",
|
|
107
|
+
"arccos_phase",
|
|
108
|
+
"bandwidth_estimation",
|
|
109
|
+
"dispersion_compensation",
|
|
110
|
+
"agdmd_core",
|
|
111
|
+
"make_agncmd_demo_signal",
|
|
112
|
+
"spectrum_to_time_agdmd",
|
|
113
|
+
"stft_agncmd",
|
|
114
|
+
]
|