PySDKit 0.4.37__tar.gz → 0.4.39__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.37 → pysdkit-0.4.39}/PKG-INFO +1 -1
- {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/PKG-INFO +1 -1
- {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/SOURCES.txt +3 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/__init__.py +7 -1
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_gdmd/__init__.py +21 -1
- pysdkit-0.4.39/pysdkit/_gdmd/vgnmd.py +704 -0
- pysdkit-0.4.39/pysdkit/_vmd2d/cvmd2d.py +410 -0
- pysdkit-0.4.39/pysdkit/tests/test_cvmd2d.py +158 -0
- pysdkit-0.4.39/pysdkit/tests/test_vgnmd.py +161 -0
- pysdkit-0.4.37/pysdkit/_vmd2d/cvmd2d.py +0 -471
- {pysdkit-0.4.37 → pysdkit-0.4.39}/LICENSE +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/dependency_links.txt +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/requires.txt +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/top_level.txt +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/README.md +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pyproject.toml +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/alif.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/data/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/data/prefixed_double_filter.npy +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/iterative_filtering.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_apmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_apmd/apmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/_find_extrema.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/_prepare_points.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/_splines.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/ceemdan.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/eemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/efd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/emd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/hht/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/hht/frequency.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/hht/hht.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/memd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/remd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/semd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/tvf_emd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/bemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/bmemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/emd2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_esmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_esmd/esmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ewt/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ewt/ewt.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ewt/ewt2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/extrema.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/faemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/faemd2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/faemd3d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/filter.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_fmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_fmd/fmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_fmd/nfmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_gdmd/gdmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_hvd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_hvd/hvd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_itd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_itd/itd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/jmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/mjmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/sjmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_lmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_lmd/lmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_lmd/rlmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_osd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_osd/swd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ssa/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ssa/ssa.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/acmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/avmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/ba_acmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/base.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/mvmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/ovmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/stvmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/svmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/vmd_c.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/vmd_f.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/vme.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd2d/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd2d/vmd2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/avncmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/incmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/vncmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_add_noise.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_cube.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_generator.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_image.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_models.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_test_univariate.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_time_series.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/texture.txt +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/_approxiamte_entropy.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/_permutation_entropy.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/_sample_entropy.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_base.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_kmeans.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_knn.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_pca.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_fourier_spectra.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_functions.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_plot_images.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_plot_imfs.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_plot_signal.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_cube.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_image.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_signal.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_univariate_signal.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/models/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/models/test_knn.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/models/test_pca.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/run_all.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_alif.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_apmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_avncmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_bmemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ceemdan.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_eemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_emd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ewt.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ewt2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_faemd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_faemd2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_faemd3d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_gdmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_itd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_jmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_lmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_moving_decomp.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_mstl.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ovmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_rlmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_semd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_sjmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ssa.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_stl.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_stvmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_svmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_swd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_vmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_vmd2d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_vncmd.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_dtw.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_moving_decomp.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_mstl.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_stl.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/__init__.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_cite.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_correlation.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_diagnalization.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_differ.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_fft.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_function.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_hilbert.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_instantaneous.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_kernel_matrix.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_mirror.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_process.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_smooth1d.py +0 -0
- {pysdkit-0.4.37 → pysdkit-0.4.39}/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.39
|
|
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>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySDKit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.39
|
|
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>
|
|
@@ -49,6 +49,7 @@ pysdkit/_fmd/fmd.py
|
|
|
49
49
|
pysdkit/_fmd/nfmd.py
|
|
50
50
|
pysdkit/_gdmd/__init__.py
|
|
51
51
|
pysdkit/_gdmd/gdmd.py
|
|
52
|
+
pysdkit/_gdmd/vgnmd.py
|
|
52
53
|
pysdkit/_hvd/__init__.py
|
|
53
54
|
pysdkit/_hvd/hvd.py
|
|
54
55
|
pysdkit/_itd/__init__.py
|
|
@@ -114,6 +115,7 @@ pysdkit/tests/test_apmd.py
|
|
|
114
115
|
pysdkit/tests/test_avncmd.py
|
|
115
116
|
pysdkit/tests/test_bmemd.py
|
|
116
117
|
pysdkit/tests/test_ceemdan.py
|
|
118
|
+
pysdkit/tests/test_cvmd2d.py
|
|
117
119
|
pysdkit/tests/test_eemd.py
|
|
118
120
|
pysdkit/tests/test_emd.py
|
|
119
121
|
pysdkit/tests/test_ewt.py
|
|
@@ -136,6 +138,7 @@ pysdkit/tests/test_stl.py
|
|
|
136
138
|
pysdkit/tests/test_stvmd.py
|
|
137
139
|
pysdkit/tests/test_svmd.py
|
|
138
140
|
pysdkit/tests/test_swd.py
|
|
141
|
+
pysdkit/tests/test_vgnmd.py
|
|
139
142
|
pysdkit/tests/test_vmd.py
|
|
140
143
|
pysdkit/tests/test_vmd2d.py
|
|
141
144
|
pysdkit/tests/test_vncmd.py
|
|
@@ -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.39"
|
|
6
6
|
|
|
7
7
|
# Empirical Mode Decomposition
|
|
8
8
|
from ._emd import EMD
|
|
@@ -58,6 +58,9 @@ from ._osd import SWD, swd
|
|
|
58
58
|
# Generalized Dispersion Mode Decomposition
|
|
59
59
|
from ._gdmd import GDMD, gdmd
|
|
60
60
|
|
|
61
|
+
# Variational Generalized Nonlinear Mode Decomposition
|
|
62
|
+
from ._gdmd import VGNMD, vgnmd
|
|
63
|
+
|
|
61
64
|
# Variational Mode Decomposition
|
|
62
65
|
from ._vmd import vmd, VMD
|
|
63
66
|
|
|
@@ -174,6 +177,7 @@ Robust Local Mean Decomposition | RLMD
|
|
|
174
177
|
Singular Spectral Analysis | SSA
|
|
175
178
|
Swarm Decomposition | SWD
|
|
176
179
|
Generalized Dispersion Mode Decomposition | GDMD
|
|
180
|
+
Variational Generalized Nonlinear Mode Dec. | VGNMD
|
|
177
181
|
Variational Mode Decomposition | VMD
|
|
178
182
|
Multivariate Variational Mode Decomposition | MVMD
|
|
179
183
|
Variational Mode Extraction | VME
|
|
@@ -225,6 +229,8 @@ __all__ = [
|
|
|
225
229
|
"swd",
|
|
226
230
|
"GDMD",
|
|
227
231
|
"gdmd",
|
|
232
|
+
"VGNMD",
|
|
233
|
+
"vgnmd",
|
|
228
234
|
"vmd",
|
|
229
235
|
"VMD",
|
|
230
236
|
"ACMD",
|
|
@@ -4,7 +4,8 @@ Created on 2025/07/31
|
|
|
4
4
|
@author: Whenxuan Wang
|
|
5
5
|
@email: wwhenxuan@gmail.com
|
|
6
6
|
|
|
7
|
-
Generalized Dispersion Mode Decomposition (GDMD)
|
|
7
|
+
Generalized Dispersion Mode Decomposition (GDMD) and
|
|
8
|
+
Variational Generalized Nonlinear Mode Decomposition (VGNMD).
|
|
8
9
|
"""
|
|
9
10
|
|
|
10
11
|
from .gdmd import (
|
|
@@ -19,6 +20,17 @@ from .gdmd import (
|
|
|
19
20
|
tf_spec_from_gd,
|
|
20
21
|
)
|
|
21
22
|
|
|
23
|
+
from .vgnmd import (
|
|
24
|
+
VGNMD,
|
|
25
|
+
vgnmd,
|
|
26
|
+
atffc,
|
|
27
|
+
mtdc,
|
|
28
|
+
voa,
|
|
29
|
+
stft_vgnmd,
|
|
30
|
+
make_vgnmd_demo_signal,
|
|
31
|
+
acmd_single,
|
|
32
|
+
)
|
|
33
|
+
|
|
22
34
|
__all__ = [
|
|
23
35
|
"GDMD",
|
|
24
36
|
"gdmd",
|
|
@@ -29,4 +41,12 @@ __all__ = [
|
|
|
29
41
|
"spectrum_to_time",
|
|
30
42
|
"unilateral_spectrum",
|
|
31
43
|
"tf_spec_from_gd",
|
|
44
|
+
"VGNMD",
|
|
45
|
+
"vgnmd",
|
|
46
|
+
"atffc",
|
|
47
|
+
"mtdc",
|
|
48
|
+
"voa",
|
|
49
|
+
"stft_vgnmd",
|
|
50
|
+
"make_vgnmd_demo_signal",
|
|
51
|
+
"acmd_single",
|
|
32
52
|
]
|