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.
Files changed (173) hide show
  1. {pysdkit-0.4.37 → pysdkit-0.4.39}/PKG-INFO +1 -1
  2. {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/PKG-INFO +1 -1
  3. {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/SOURCES.txt +3 -0
  4. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/__init__.py +7 -1
  5. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_gdmd/__init__.py +21 -1
  6. pysdkit-0.4.39/pysdkit/_gdmd/vgnmd.py +704 -0
  7. pysdkit-0.4.39/pysdkit/_vmd2d/cvmd2d.py +410 -0
  8. pysdkit-0.4.39/pysdkit/tests/test_cvmd2d.py +158 -0
  9. pysdkit-0.4.39/pysdkit/tests/test_vgnmd.py +161 -0
  10. pysdkit-0.4.37/pysdkit/_vmd2d/cvmd2d.py +0 -471
  11. {pysdkit-0.4.37 → pysdkit-0.4.39}/LICENSE +0 -0
  12. {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/dependency_links.txt +0 -0
  13. {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/requires.txt +0 -0
  14. {pysdkit-0.4.37 → pysdkit-0.4.39}/PySDKit.egg-info/top_level.txt +0 -0
  15. {pysdkit-0.4.37 → pysdkit-0.4.39}/README.md +0 -0
  16. {pysdkit-0.4.37 → pysdkit-0.4.39}/pyproject.toml +0 -0
  17. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/__init__.py +0 -0
  18. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/alif.py +0 -0
  19. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/data/__init__.py +0 -0
  20. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/data/prefixed_double_filter.npy +0 -0
  21. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_alif/iterative_filtering.py +0 -0
  22. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_apmd/__init__.py +0 -0
  23. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_apmd/apmd.py +0 -0
  24. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/__init__.py +0 -0
  25. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/_find_extrema.py +0 -0
  26. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/_prepare_points.py +0 -0
  27. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/_splines.py +0 -0
  28. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/ceemdan.py +0 -0
  29. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/eemd.py +0 -0
  30. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/efd.py +0 -0
  31. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/emd.py +0 -0
  32. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/hht/__init__.py +0 -0
  33. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/hht/frequency.py +0 -0
  34. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/hht/hht.py +0 -0
  35. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/memd.py +0 -0
  36. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/remd.py +0 -0
  37. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/semd.py +0 -0
  38. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd/tvf_emd.py +0 -0
  39. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/__init__.py +0 -0
  40. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/bemd.py +0 -0
  41. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/bmemd.py +0 -0
  42. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_emd2d/emd2d.py +0 -0
  43. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_esmd/__init__.py +0 -0
  44. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_esmd/esmd.py +0 -0
  45. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ewt/__init__.py +0 -0
  46. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ewt/ewt.py +0 -0
  47. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ewt/ewt2d.py +0 -0
  48. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/__init__.py +0 -0
  49. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/extrema.py +0 -0
  50. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/faemd.py +0 -0
  51. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/faemd2d.py +0 -0
  52. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/faemd3d.py +0 -0
  53. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_faemd/filter.py +0 -0
  54. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_fmd/__init__.py +0 -0
  55. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_fmd/fmd.py +0 -0
  56. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_fmd/nfmd.py +0 -0
  57. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_gdmd/gdmd.py +0 -0
  58. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_hvd/__init__.py +0 -0
  59. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_hvd/hvd.py +0 -0
  60. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_itd/__init__.py +0 -0
  61. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_itd/itd.py +0 -0
  62. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/__init__.py +0 -0
  63. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/jmd.py +0 -0
  64. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/mjmd.py +0 -0
  65. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_jmd/sjmd.py +0 -0
  66. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_lmd/__init__.py +0 -0
  67. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_lmd/lmd.py +0 -0
  68. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_lmd/rlmd.py +0 -0
  69. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_osd/__init__.py +0 -0
  70. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_osd/swd.py +0 -0
  71. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ssa/__init__.py +0 -0
  72. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_ssa/ssa.py +0 -0
  73. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/__init__.py +0 -0
  74. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/acmd.py +0 -0
  75. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/avmd.py +0 -0
  76. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/ba_acmd.py +0 -0
  77. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/base.py +0 -0
  78. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/mvmd.py +0 -0
  79. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/ovmd.py +0 -0
  80. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/stvmd.py +0 -0
  81. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/svmd.py +0 -0
  82. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/vmd_c.py +0 -0
  83. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/vmd_f.py +0 -0
  84. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd/vme.py +0 -0
  85. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd2d/__init__.py +0 -0
  86. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vmd2d/vmd2d.py +0 -0
  87. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/__init__.py +0 -0
  88. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/avncmd.py +0 -0
  89. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/incmd.py +0 -0
  90. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/_vncmd/vncmd.py +0 -0
  91. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/__init__.py +0 -0
  92. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_add_noise.py +0 -0
  93. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_cube.py +0 -0
  94. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_generator.py +0 -0
  95. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_image.py +0 -0
  96. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_models.py +0 -0
  97. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_test_univariate.py +0 -0
  98. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/_time_series.py +0 -0
  99. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/data/texture.txt +0 -0
  100. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/__init__.py +0 -0
  101. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/_approxiamte_entropy.py +0 -0
  102. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/_permutation_entropy.py +0 -0
  103. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/entropy/_sample_entropy.py +0 -0
  104. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/__init__.py +0 -0
  105. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_base.py +0 -0
  106. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_kmeans.py +0 -0
  107. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_knn.py +0 -0
  108. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/models/_pca.py +0 -0
  109. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/__init__.py +0 -0
  110. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_fourier_spectra.py +0 -0
  111. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_functions.py +0 -0
  112. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_plot_images.py +0 -0
  113. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_plot_imfs.py +0 -0
  114. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/plot/_plot_signal.py +0 -0
  115. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/__init__.py +0 -0
  116. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/__init__.py +0 -0
  117. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_cube.py +0 -0
  118. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_image.py +0 -0
  119. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_signal.py +0 -0
  120. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/data/test_generator_univariate_signal.py +0 -0
  121. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/models/__init__.py +0 -0
  122. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/models/test_knn.py +0 -0
  123. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/models/test_pca.py +0 -0
  124. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/run_all.py +0 -0
  125. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_alif.py +0 -0
  126. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_apmd.py +0 -0
  127. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_avncmd.py +0 -0
  128. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_bmemd.py +0 -0
  129. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ceemdan.py +0 -0
  130. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_eemd.py +0 -0
  131. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_emd.py +0 -0
  132. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ewt.py +0 -0
  133. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ewt2d.py +0 -0
  134. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_faemd.py +0 -0
  135. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_faemd2d.py +0 -0
  136. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_faemd3d.py +0 -0
  137. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_gdmd.py +0 -0
  138. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_itd.py +0 -0
  139. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_jmd.py +0 -0
  140. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_lmd.py +0 -0
  141. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_moving_decomp.py +0 -0
  142. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_mstl.py +0 -0
  143. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ovmd.py +0 -0
  144. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_rlmd.py +0 -0
  145. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_semd.py +0 -0
  146. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_sjmd.py +0 -0
  147. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_ssa.py +0 -0
  148. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_stl.py +0 -0
  149. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_stvmd.py +0 -0
  150. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_svmd.py +0 -0
  151. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_swd.py +0 -0
  152. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_vmd.py +0 -0
  153. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_vmd2d.py +0 -0
  154. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tests/test_vncmd.py +0 -0
  155. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/__init__.py +0 -0
  156. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_dtw.py +0 -0
  157. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_moving_decomp.py +0 -0
  158. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_mstl.py +0 -0
  159. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/tsa/_stl.py +0 -0
  160. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/__init__.py +0 -0
  161. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_cite.py +0 -0
  162. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_correlation.py +0 -0
  163. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_diagnalization.py +0 -0
  164. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_differ.py +0 -0
  165. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_fft.py +0 -0
  166. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_function.py +0 -0
  167. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_hilbert.py +0 -0
  168. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_instantaneous.py +0 -0
  169. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_kernel_matrix.py +0 -0
  170. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_mirror.py +0 -0
  171. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_process.py +0 -0
  172. {pysdkit-0.4.37 → pysdkit-0.4.39}/pysdkit/utils/_smooth1d.py +0 -0
  173. {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.37
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.37
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.37"
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
  ]