PySDKit 0.4.40__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.
Files changed (176) hide show
  1. {pysdkit-0.4.40 → pysdkit-0.4.41}/PKG-INFO +9 -3
  2. {pysdkit-0.4.40 → pysdkit-0.4.41}/PySDKit.egg-info/PKG-INFO +9 -3
  3. {pysdkit-0.4.40 → pysdkit-0.4.41}/PySDKit.egg-info/SOURCES.txt +2 -1
  4. {pysdkit-0.4.40 → pysdkit-0.4.41}/README.md +8 -2
  5. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/__init__.py +9 -1
  6. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_gdmd/__init__.py +39 -1
  7. pysdkit-0.4.41/pysdkit/_gdmd/agncmd.py +774 -0
  8. pysdkit-0.4.41/pysdkit/tests/test_agncmd.py +292 -0
  9. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_rlmd.py +1 -1
  10. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_correlation.py +0 -79
  11. pysdkit-0.4.40/pysdkit/utils/_cite.py +0 -34
  12. {pysdkit-0.4.40 → pysdkit-0.4.41}/LICENSE +0 -0
  13. {pysdkit-0.4.40 → pysdkit-0.4.41}/PySDKit.egg-info/dependency_links.txt +0 -0
  14. {pysdkit-0.4.40 → pysdkit-0.4.41}/PySDKit.egg-info/requires.txt +0 -0
  15. {pysdkit-0.4.40 → pysdkit-0.4.41}/PySDKit.egg-info/top_level.txt +0 -0
  16. {pysdkit-0.4.40 → pysdkit-0.4.41}/pyproject.toml +0 -0
  17. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_alif/__init__.py +0 -0
  18. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_alif/alif.py +0 -0
  19. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_alif/data/__init__.py +0 -0
  20. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_alif/data/prefixed_double_filter.npy +0 -0
  21. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_alif/iterative_filtering.py +0 -0
  22. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_apmd/__init__.py +0 -0
  23. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_apmd/apmd.py +0 -0
  24. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/__init__.py +0 -0
  25. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/_find_extrema.py +0 -0
  26. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/_prepare_points.py +0 -0
  27. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/_splines.py +0 -0
  28. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/ceemdan.py +0 -0
  29. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/eemd.py +0 -0
  30. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/efd.py +0 -0
  31. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/emd.py +0 -0
  32. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/hht/__init__.py +0 -0
  33. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/hht/frequency.py +0 -0
  34. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/hht/hht.py +0 -0
  35. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/memd.py +0 -0
  36. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/remd.py +0 -0
  37. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/semd.py +0 -0
  38. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd/tvf_emd.py +0 -0
  39. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd2d/__init__.py +0 -0
  40. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd2d/bemd.py +0 -0
  41. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd2d/bmemd.py +0 -0
  42. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_emd2d/emd2d.py +0 -0
  43. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_esmd/__init__.py +0 -0
  44. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_esmd/esmd.py +0 -0
  45. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_ewt/__init__.py +0 -0
  46. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_ewt/ewt.py +0 -0
  47. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_ewt/ewt2d.py +0 -0
  48. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_faemd/__init__.py +0 -0
  49. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_faemd/extrema.py +0 -0
  50. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_faemd/faemd.py +0 -0
  51. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_faemd/faemd2d.py +0 -0
  52. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_faemd/faemd3d.py +0 -0
  53. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_faemd/filter.py +0 -0
  54. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_fmd/__init__.py +0 -0
  55. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_fmd/fmd.py +0 -0
  56. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_fmd/nfmd.py +0 -0
  57. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_gdmd/gdmd.py +0 -0
  58. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_gdmd/ivgnmd.py +0 -0
  59. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_gdmd/vgnmd.py +0 -0
  60. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_hvd/__init__.py +0 -0
  61. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_hvd/hvd.py +0 -0
  62. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_itd/__init__.py +0 -0
  63. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_itd/itd.py +0 -0
  64. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_jmd/__init__.py +0 -0
  65. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_jmd/jmd.py +0 -0
  66. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_jmd/mjmd.py +0 -0
  67. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_jmd/sjmd.py +0 -0
  68. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_lmd/__init__.py +0 -0
  69. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_lmd/lmd.py +0 -0
  70. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_lmd/rlmd.py +0 -0
  71. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_osd/__init__.py +0 -0
  72. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_osd/swd.py +0 -0
  73. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_ssa/__init__.py +0 -0
  74. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_ssa/ssa.py +0 -0
  75. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/__init__.py +0 -0
  76. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/acmd.py +0 -0
  77. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/avmd.py +0 -0
  78. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/ba_acmd.py +0 -0
  79. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/base.py +0 -0
  80. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/mvmd.py +0 -0
  81. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/ovmd.py +0 -0
  82. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/stvmd.py +0 -0
  83. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/svmd.py +0 -0
  84. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/vmd_c.py +0 -0
  85. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/vmd_f.py +0 -0
  86. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd/vme.py +0 -0
  87. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd2d/__init__.py +0 -0
  88. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd2d/cvmd2d.py +0 -0
  89. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vmd2d/vmd2d.py +0 -0
  90. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vncmd/__init__.py +0 -0
  91. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vncmd/avncmd.py +0 -0
  92. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vncmd/incmd.py +0 -0
  93. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/_vncmd/vncmd.py +0 -0
  94. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/__init__.py +0 -0
  95. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_add_noise.py +0 -0
  96. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_cube.py +0 -0
  97. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_generator.py +0 -0
  98. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_image.py +0 -0
  99. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_models.py +0 -0
  100. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_test_univariate.py +0 -0
  101. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/_time_series.py +0 -0
  102. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/data/texture.txt +0 -0
  103. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/entropy/__init__.py +0 -0
  104. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/entropy/_approxiamte_entropy.py +0 -0
  105. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/entropy/_permutation_entropy.py +0 -0
  106. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/entropy/_sample_entropy.py +0 -0
  107. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/models/__init__.py +0 -0
  108. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/models/_base.py +0 -0
  109. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/models/_kmeans.py +0 -0
  110. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/models/_knn.py +0 -0
  111. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/models/_pca.py +0 -0
  112. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/plot/__init__.py +0 -0
  113. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/plot/_fourier_spectra.py +0 -0
  114. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/plot/_functions.py +0 -0
  115. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/plot/_plot_images.py +0 -0
  116. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/plot/_plot_imfs.py +0 -0
  117. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/plot/_plot_signal.py +0 -0
  118. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/__init__.py +0 -0
  119. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/data/__init__.py +0 -0
  120. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_cube.py +0 -0
  121. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_image.py +0 -0
  122. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_signal.py +0 -0
  123. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/data/test_generator_univariate_signal.py +0 -0
  124. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/models/__init__.py +0 -0
  125. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/models/test_knn.py +0 -0
  126. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/models/test_pca.py +0 -0
  127. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/run_all.py +0 -0
  128. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_alif.py +0 -0
  129. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_apmd.py +0 -0
  130. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_avncmd.py +0 -0
  131. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_bmemd.py +0 -0
  132. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_ceemdan.py +0 -0
  133. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_cvmd2d.py +0 -0
  134. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_eemd.py +0 -0
  135. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_emd.py +0 -0
  136. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_ewt.py +0 -0
  137. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_ewt2d.py +0 -0
  138. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_faemd.py +0 -0
  139. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_faemd2d.py +0 -0
  140. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_faemd3d.py +0 -0
  141. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_gdmd.py +0 -0
  142. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_itd.py +0 -0
  143. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_ivgnmd.py +0 -0
  144. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_jmd.py +0 -0
  145. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_lmd.py +0 -0
  146. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_moving_decomp.py +0 -0
  147. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_mstl.py +0 -0
  148. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_ovmd.py +0 -0
  149. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_semd.py +0 -0
  150. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_sjmd.py +0 -0
  151. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_ssa.py +0 -0
  152. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_stl.py +0 -0
  153. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_stvmd.py +0 -0
  154. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_svmd.py +0 -0
  155. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_swd.py +0 -0
  156. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_vgnmd.py +0 -0
  157. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_vmd.py +0 -0
  158. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_vmd2d.py +0 -0
  159. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tests/test_vncmd.py +0 -0
  160. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tsa/__init__.py +0 -0
  161. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tsa/_dtw.py +0 -0
  162. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tsa/_moving_decomp.py +0 -0
  163. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tsa/_mstl.py +0 -0
  164. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/tsa/_stl.py +0 -0
  165. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/__init__.py +0 -0
  166. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_diagnalization.py +0 -0
  167. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_differ.py +0 -0
  168. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_fft.py +0 -0
  169. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_function.py +0 -0
  170. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_hilbert.py +0 -0
  171. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_instantaneous.py +0 -0
  172. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_kernel_matrix.py +0 -0
  173. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_mirror.py +0 -0
  174. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_process.py +0 -0
  175. {pysdkit-0.4.40 → pysdkit-0.4.41}/pysdkit/utils/_smooth1d.py +0 -0
  176. {pysdkit-0.4.40 → 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.40
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 | Code | State |
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) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
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.40
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 | Code | State |
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) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
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,6 +48,7 @@ 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
52
53
  pysdkit/_gdmd/ivgnmd.py
53
54
  pysdkit/_gdmd/vgnmd.py
@@ -111,6 +112,7 @@ pysdkit/plot/_plot_imfs.py
111
112
  pysdkit/plot/_plot_signal.py
112
113
  pysdkit/tests/__init__.py
113
114
  pysdkit/tests/run_all.py
115
+ pysdkit/tests/test_agncmd.py
114
116
  pysdkit/tests/test_alif.py
115
117
  pysdkit/tests/test_apmd.py
116
118
  pysdkit/tests/test_avncmd.py
@@ -158,7 +160,6 @@ pysdkit/tsa/_moving_decomp.py
158
160
  pysdkit/tsa/_mstl.py
159
161
  pysdkit/tsa/_stl.py
160
162
  pysdkit/utils/__init__.py
161
- pysdkit/utils/_cite.py
162
163
  pysdkit/utils/_correlation.py
163
164
  pysdkit/utils/_diagnalization.py
164
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 | Code | State |
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) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
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.40"
5
+ __version__ = "0.4.41"
6
6
 
7
7
  # Empirical Mode Decomposition
8
8
  from ._emd import EMD
@@ -64,6 +64,9 @@ from ._gdmd import VGNMD, vgnmd
64
64
  # Improved Variational Generalized Nonlinear Mode Decomposition
65
65
  from ._gdmd import IVGNMD, ivgnmd
66
66
 
67
+ # Adaptive Generalized Dispersive Mode Decomposition (AGDMD / AGNCMD)
68
+ from ._gdmd import AGNCMD, agncmd, AGDMD, agdmd
69
+
67
70
  # Variational Mode Decomposition
68
71
  from ._vmd import vmd, VMD
69
72
 
@@ -182,6 +185,7 @@ Swarm Decomposition | SWD
182
185
  Generalized Dispersion Mode Decomposition | GDMD
183
186
  Variational Generalized Nonlinear Mode Dec. | VGNMD
184
187
  Improved VGNMD (crossed chirp / dispersive) | IVGNMD
188
+ Adaptive Generalized Dispersive Mode Dec. | AGNCMD / AGDMD
185
189
  Variational Mode Decomposition | VMD
186
190
  Multivariate Variational Mode Decomposition | MVMD
187
191
  Variational Mode Extraction | VME
@@ -237,6 +241,10 @@ __all__ = [
237
241
  "vgnmd",
238
242
  "IVGNMD",
239
243
  "ivgnmd",
244
+ "AGNCMD",
245
+ "agncmd",
246
+ "AGDMD",
247
+ "agdmd",
240
248
  "vmd",
241
249
  "VMD",
242
250
  "ACMD",
@@ -6,7 +6,8 @@ Created on 2025/07/31
6
6
 
7
7
  Generalized Dispersion Mode Decomposition (GDMD),
8
8
  Variational Generalized Nonlinear Mode Decomposition (VGNMD),
9
- and Improved VGNMD (IVGNMD).
9
+ Improved VGNMD (IVGNMD),
10
+ and Adaptive Generalized Dispersive Mode Decomposition (AGDMD / AGNCMD).
10
11
  """
11
12
 
12
13
  from .gdmd import (
@@ -45,6 +46,26 @@ from .ivgnmd import (
45
46
  make_ivgnmd_demo_signal,
46
47
  )
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
+
48
69
  __all__ = [
49
70
  "GDMD",
50
71
  "gdmd",
@@ -73,4 +94,21 @@ __all__ = [
73
94
  "mtdc_ridge",
74
95
  "voa_ivgnmd",
75
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",
76
114
  ]