PySDKit 0.4.41__tar.gz → 0.4.43__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 (194) hide show
  1. {pysdkit-0.4.41 → pysdkit-0.4.43}/PKG-INFO +11 -11
  2. {pysdkit-0.4.41 → pysdkit-0.4.43}/PySDKit.egg-info/PKG-INFO +11 -11
  3. {pysdkit-0.4.41 → pysdkit-0.4.43}/PySDKit.egg-info/SOURCES.txt +12 -11
  4. {pysdkit-0.4.41 → pysdkit-0.4.43}/README.md +8 -7
  5. {pysdkit-0.4.41 → pysdkit-0.4.43}/pyproject.toml +9 -5
  6. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/__init__.py +21 -11
  7. pysdkit-0.4.43/pysdkit/_apmd/__init__.py +6 -0
  8. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_apmd/apmd.py +0 -4
  9. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/__init__.py +1 -3
  10. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/_find_extrema.py +0 -3
  11. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/_prepare_points.py +0 -3
  12. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/_splines.py +0 -3
  13. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/ceemdan.py +1 -3
  14. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/eemd.py +0 -3
  15. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/efd.py +1 -3
  16. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/emd.py +0 -4
  17. pysdkit-0.4.43/pysdkit/_emd/hht/__init__.py +6 -0
  18. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/hht/frequency.py +1 -4
  19. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/hht/hht.py +1 -3
  20. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/memd.py +0 -3
  21. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/remd.py +1 -3
  22. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/semd.py +0 -4
  23. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd/tvf_emd.py +1 -3
  24. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd2d/__init__.py +1 -3
  25. pysdkit-0.4.43/pysdkit/_emd2d/bemd.py +4 -0
  26. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd2d/bmemd.py +0 -4
  27. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_emd2d/emd2d.py +1 -3
  28. pysdkit-0.4.43/pysdkit/_esmd/__init__.py +36 -0
  29. pysdkit-0.4.43/pysdkit/_esmd/esmd.py +638 -0
  30. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_ewt/__init__.py +1 -3
  31. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_ewt/ewt.py +0 -3
  32. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_ewt/ewt2d.py +0 -4
  33. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_faemd/__init__.py +1 -3
  34. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_faemd/extrema.py +1 -4
  35. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_faemd/faemd.py +1 -3
  36. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_faemd/faemd2d.py +1 -3
  37. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_faemd/faemd3d.py +1 -3
  38. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_faemd/filter.py +0 -4
  39. pysdkit-0.4.43/pysdkit/_fmd/__init__.py +6 -0
  40. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_fmd/fmd.py +1 -3
  41. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_fmd/nfmd.py +1 -3
  42. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_gdmd/__init__.py +1 -8
  43. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_gdmd/agncmd.py +1 -4
  44. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_gdmd/gdmd.py +1 -4
  45. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_gdmd/ivgnmd.py +1 -4
  46. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_gdmd/vgnmd.py +1 -4
  47. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_jmd/__init__.py +1 -3
  48. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_jmd/jmd.py +0 -4
  49. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_jmd/mjmd.py +0 -4
  50. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_jmd/sjmd.py +0 -4
  51. pysdkit-0.4.43/pysdkit/_lmd/__init__.py +8 -0
  52. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_lmd/lmd.py +1 -3
  53. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_lmd/rlmd.py +1 -4
  54. pysdkit-0.4.43/pysdkit/_osd/__init__.py +36 -0
  55. pysdkit-0.4.43/pysdkit/_osd/components.py +327 -0
  56. pysdkit-0.4.43/pysdkit/_osd/osd.py +321 -0
  57. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_osd/swd.py +405 -408
  58. pysdkit-0.4.43/pysdkit/_tid/__init__.py +27 -0
  59. {pysdkit-0.4.41/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/alif.py +1 -1
  60. {pysdkit-0.4.41/pysdkit/_hvd → pysdkit-0.4.43/pysdkit/_tid}/hvd.py +1 -3
  61. {pysdkit-0.4.41/pysdkit/_itd → pysdkit-0.4.43/pysdkit/_tid}/itd.py +1 -3
  62. {pysdkit-0.4.41/pysdkit/_ssa → pysdkit-0.4.43/pysdkit/_tid}/ssa.py +1 -3
  63. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/__init__.py +1 -3
  64. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/acmd.py +1 -3
  65. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/avmd.py +1 -3
  66. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/ba_acmd.py +1 -3
  67. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/mvmd.py +1 -3
  68. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/ovmd.py +0 -4
  69. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/stvmd.py +0 -4
  70. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/svmd.py +0 -4
  71. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/vmd_c.py +1 -3
  72. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/vmd_f.py +1 -3
  73. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/vme.py +1 -3
  74. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd2d/__init__.py +1 -3
  75. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd2d/cvmd2d.py +1 -4
  76. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd2d/vmd2d.py +1 -3
  77. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vncmd/__init__.py +1 -3
  78. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vncmd/avncmd.py +0 -4
  79. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vncmd/incmd.py +1 -3
  80. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vncmd/vncmd.py +0 -4
  81. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/__init__.py +1 -3
  82. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_add_noise.py +1 -3
  83. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_cube.py +1 -4
  84. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_generator.py +1 -3
  85. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_image.py +1 -4
  86. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_models.py +1 -3
  87. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_test_univariate.py +1 -3
  88. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/_time_series.py +1 -4
  89. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/entropy/__init__.py +1 -3
  90. pysdkit-0.4.43/pysdkit/entropy/_approxiamte_entropy.py +6 -0
  91. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/entropy/_permutation_entropy.py +1 -3
  92. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/entropy/_sample_entropy.py +1 -3
  93. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/models/__init__.py +1 -3
  94. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/models/_base.py +1 -3
  95. pysdkit-0.4.43/pysdkit/models/_kmeans.py +4 -0
  96. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/models/_knn.py +1 -3
  97. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/models/_pca.py +1 -3
  98. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/plot/__init__.py +0 -3
  99. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/plot/_fourier_spectra.py +1 -3
  100. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/plot/_functions.py +0 -3
  101. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/plot/_plot_images.py +1 -3
  102. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/plot/_plot_imfs.py +1 -8
  103. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/plot/_plot_signal.py +1 -3
  104. pysdkit-0.4.43/pysdkit/tests/data/__init__.py +4 -0
  105. pysdkit-0.4.43/pysdkit/tests/data/test_generator_cube.py +4 -0
  106. pysdkit-0.4.43/pysdkit/tests/data/test_generator_image.py +4 -0
  107. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/data/test_generator_signal.py +1 -3
  108. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/data/test_generator_univariate_signal.py +1 -3
  109. pysdkit-0.4.43/pysdkit/tests/models/__init__.py +4 -0
  110. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/models/test_knn.py +1 -3
  111. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/models/test_pca.py +1 -3
  112. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/run_all.py +0 -4
  113. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_agncmd.py +1 -4
  114. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_alif.py +3 -3
  115. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_apmd.py +1 -1
  116. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_bmemd.py +1 -1
  117. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_cvmd2d.py +2 -3
  118. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_emd.py +1 -3
  119. pysdkit-0.4.43/pysdkit/tests/test_esmd.py +244 -0
  120. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_ewt.py +1 -3
  121. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_ewt2d.py +1 -3
  122. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_faemd2d.py +3 -1
  123. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_faemd3d.py +3 -1
  124. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_gdmd.py +2 -3
  125. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_ivgnmd.py +2 -3
  126. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_jmd.py +1 -1
  127. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_lmd.py +2 -3
  128. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_moving_decomp.py +1 -3
  129. pysdkit-0.4.43/pysdkit/tests/test_osd.py +198 -0
  130. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_ovmd.py +1 -1
  131. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_rlmd.py +2 -3
  132. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_semd.py +1 -1
  133. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_sjmd.py +1 -1
  134. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_ssa.py +1 -3
  135. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_stvmd.py +1 -3
  136. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_svmd.py +1 -3
  137. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_swd.py +2 -3
  138. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_vgnmd.py +2 -3
  139. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_vmd.py +1 -3
  140. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_vmd2d.py +1 -3
  141. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_vncmd.py +1 -5
  142. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tsa/__init__.py +0 -3
  143. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tsa/_dtw.py +1 -3
  144. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tsa/_moving_decomp.py +1 -3
  145. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tsa/_mstl.py +1 -3
  146. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tsa/_stl.py +1 -3
  147. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/__init__.py +1 -3
  148. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_correlation.py +1 -4
  149. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_differ.py +1 -3
  150. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_function.py +1 -5
  151. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_hilbert.py +1 -3
  152. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_instantaneous.py +1 -4
  153. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_mirror.py +1 -3
  154. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_process.py +0 -4
  155. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_smooth1d.py +1 -3
  156. pysdkit-0.4.41/pysdkit/_alif/__init__.py +0 -7
  157. pysdkit-0.4.41/pysdkit/_apmd/__init__.py +0 -8
  158. pysdkit-0.4.41/pysdkit/_emd/hht/__init__.py +0 -8
  159. pysdkit-0.4.41/pysdkit/_emd2d/bemd.py +0 -6
  160. pysdkit-0.4.41/pysdkit/_esmd/__init__.py +0 -6
  161. pysdkit-0.4.41/pysdkit/_esmd/esmd.py +0 -13
  162. pysdkit-0.4.41/pysdkit/_fmd/__init__.py +0 -8
  163. pysdkit-0.4.41/pysdkit/_hvd/__init__.py +0 -8
  164. pysdkit-0.4.41/pysdkit/_itd/__init__.py +0 -8
  165. pysdkit-0.4.41/pysdkit/_lmd/__init__.py +0 -10
  166. pysdkit-0.4.41/pysdkit/_osd/__init__.py +0 -23
  167. pysdkit-0.4.41/pysdkit/_ssa/__init__.py +0 -8
  168. pysdkit-0.4.41/pysdkit/entropy/_approxiamte_entropy.py +0 -8
  169. pysdkit-0.4.41/pysdkit/models/_kmeans.py +0 -6
  170. pysdkit-0.4.41/pysdkit/tests/data/__init__.py +0 -2
  171. pysdkit-0.4.41/pysdkit/tests/data/test_generator_cube.py +0 -6
  172. pysdkit-0.4.41/pysdkit/tests/data/test_generator_image.py +0 -6
  173. pysdkit-0.4.41/pysdkit/tests/models/__init__.py +0 -2
  174. {pysdkit-0.4.41 → pysdkit-0.4.43}/LICENSE +0 -0
  175. {pysdkit-0.4.41 → pysdkit-0.4.43}/PySDKit.egg-info/dependency_links.txt +0 -0
  176. {pysdkit-0.4.41 → pysdkit-0.4.43}/PySDKit.egg-info/requires.txt +0 -0
  177. {pysdkit-0.4.41 → pysdkit-0.4.43}/PySDKit.egg-info/top_level.txt +0 -0
  178. {pysdkit-0.4.41/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/data/__init__.py +0 -0
  179. {pysdkit-0.4.41/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/data/prefixed_double_filter.npy +0 -0
  180. {pysdkit-0.4.41/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/iterative_filtering.py +0 -0
  181. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/_vmd/base.py +0 -0
  182. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/data/texture.txt +0 -0
  183. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/__init__.py +0 -0
  184. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_avncmd.py +0 -0
  185. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_ceemdan.py +0 -0
  186. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_eemd.py +0 -0
  187. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_faemd.py +0 -0
  188. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_itd.py +0 -0
  189. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_mstl.py +0 -0
  190. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/tests/test_stl.py +0 -0
  191. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_diagnalization.py +0 -0
  192. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_fft.py +0 -0
  193. {pysdkit-0.4.41 → pysdkit-0.4.43}/pysdkit/utils/_kernel_matrix.py +0 -0
  194. {pysdkit-0.4.41 → pysdkit-0.4.43}/setup.cfg +0 -0
@@ -1,10 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySDKit
3
- Version: 0.4.41
3
+ Version: 0.4.43
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface.
5
- Author: josefinez, Deeksha Manjunath, Yuan Feng, JacktheFowler
6
- Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
7
- Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>
5
+ Author: Whenxuan Wang, RuiZhe Wang, Rongkun Zhu, Kai Wu, Lei Wang, josefinez, Deeksha Manjunath, Yuan Feng, WenTong Zhao, JacktheFowler
6
+ Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>
8
7
  License: MIT License
9
8
 
10
9
  Copyright (c) 2019 Whenxuan Wang
@@ -157,15 +156,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
157
156
  | [`FAEMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd.py) (Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
158
157
  | [`FAEMD2D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd2d.py) (Two-Dimensional Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
159
158
  | [`FAEMD3D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd3d.py) (Three-Dimensional Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
160
- | [`HVD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_hvd/hvd.py) (Hilbert Vibration Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X06001556) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/178804-hilbert-vibration-decomposition?s_tid=FX_rc1_behav) | ✔️ |
161
- | [`ITD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_itd/itd.py) (Intrinsic Time-Scale Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/10.1098/rspa.2006.1761) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/69380-intrinsic-time-scale-decomposition-itd) | ✔️ |
162
- | [`ALIF`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_alif/alif.py) (Adaptive Local Iterative Filtering) | [[paper]](https://arxiv.org/abs/1411.6051) | [[code]](https://github.com/Cicone/ALIF) | ✔️ |
159
+ | [`HVD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/hvd.py) (Hilbert Vibration Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X06001556) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/178804-hilbert-vibration-decomposition?s_tid=FX_rc1_behav) | ✔️ |
160
+ | [`ITD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/itd.py) (Intrinsic Time-Scale Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/10.1098/rspa.2006.1761) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/69380-intrinsic-time-scale-decomposition-itd) | ✔️ |
161
+ | [`ALIF`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/alif.py) (Adaptive Local Iterative Filtering) | [[paper]](https://arxiv.org/abs/1411.6051) | [[code]](https://github.com/Cicone/ALIF) | ✔️ |
163
162
  | [`APMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_apmd/apmd.py) (Adaptive Polymorphic Mode Decomposition) | [[paper]](https://doi.org/10.1016/j.dsp.2024.104913) | [[code]](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_apmd/apmd.py) | ✔️ |
164
163
  | [`LMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_lmd/lmd.py) (Local Mean Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/abs/pii/S1051200418308133?via%3Dihub) | [[code]](https://github.com/shownlin/PyLMD/blob/master/PyLMD/LMD.py) | ✔️ |
165
164
  | [`RLMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_lmd/rlmd.py) (Robust Local Mean Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/abs/pii/S0888327017301619) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/66935-robust-local-mean-decomposition-rlmd) | ✔️ |
166
165
  | [`FMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_fmd/fmd.py) (Feature Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/9732251) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/108099-feature-mode-decomposition-fmd) | ✔️ |
167
166
  | [`NFMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_fmd/nfmd.py) (Non-stationary Feature Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/9732251) | [[code]](https://github.com/sheadan/NFMD-ExtractionInstantaneous/blob/master/nfmd/NFMD.py) | ✖️ |
168
- | [`SSA`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ssa/ssa.py) (Singular Spectral Analysis) | [[paper]](https://orca.cardiff.ac.uk/id/eprint/15208/1/Zhiglavsky_SSA_encyclopedia.pdf) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/58967-singular-spectrum-analysis-beginners-guide) | ✔️ |
167
+ | [`SSA`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/ssa.py) (Singular Spectral Analysis) | [[paper]](https://orca.cardiff.ac.uk/id/eprint/15208/1/Zhiglavsky_SSA_encyclopedia.pdf) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/58967-singular-spectrum-analysis-beginners-guide) | ✔️ |
169
168
  | [`EWT`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ewt/ewt.py) (Empirical Wavelet Transform) | [[paper]](https://ieeexplore.ieee.org/document/6522142) | [[code]](https://www.mathworks.com/help/wavelet/ug/empirical-wavelet-transform.html) | ✔️ |
170
169
  | [`EWT2D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ewt/ewt2d.py) (2D Empirical Wavelet Transform) | [[paper]](https://arxiv.org/abs/2405.06188) | [[code]](https://github.com/bhurat/EWT-Python) | ✔️ |
171
170
  | [`VMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/vmd_c.py) (Variational Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/6655981) | [[code]](https://github.com/vrcarva/vmdpy) | ✔️ |
@@ -189,14 +188,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
189
188
  | [`JMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/jmd.py) (Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169388-jump-plus-am-fm-mode-decomposition-jmd?s_tid=prof_contriblnk) | ️✔️ |
190
189
  | [`MJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/mjmd.py) (Multivariate Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169393-multivariate-jump-plus-am-fm-mode-decomposition-mjmd?s_tid=prof_contriblnk) | ✔️ |
191
190
  | [`SJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/sjmd.py) / `SMJMD` (Successive Jump and Mode Decomposition) | [[paper]](https://arxiv.org/abs/2504.08453) | [[code]]() | ✔️ |
192
- | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✖️ |
191
+ | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
193
192
  | [`STNBMD`]() (Short-Time Narrow-Band Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X16002443?via%3Dihub) | [[code]](https://ww2.mathworks.cn/matlabcentral/fileexchange/56226-short-time-narrow-band-mode-decomposition-stnbmd-toolbox) | ✖️ |
194
193
  | [`SWD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/swd.py) (Swarm Decomposition) | [[paper]](https://doi.org/10.1016/j.sigpro.2016.09.004) | [[code]](https://github.com/gkaposto/Swarm-Decomposition) | ✔️ |
194
+ | [`OSD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/osd.py) (Optimization-based Signal Decomposition) | [[paper]](https://web.stanford.edu/~boyd/papers/sig_decomp_mprox.html) | [[code]](https://github.com/cvxgrp/signal-decomposition) | ✔️ |
195
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) | ✔️ |
196
- | [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
196
+ | [`MSTL`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/tsa/_mstl.py) (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
197
197
 
198
198
 
199
199
 
200
200
  ## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
201
201
 
202
- We would like to thank the researchers in signal processing for providing us with valuable algorithms and promoting the continuous progress in this field. However, since the main programming language used in `signal processing` is `Matlab`, and `Python` is the main battlefield of `machine learning` and `deep learning`, the usage of signal decomposition in machine learning and deep learning is far less extensive than `wavelet transformation`. In order to further promote the organic combination of signal decomposition and machine learning, we developed `PySDKit`. We would like to express our gratitude to [PyEMD](https://github.com/laszukdawid/PyEMD), [Sktime](https://www.sktime.net/en/latest/index.html), [Scikit-learn](https://scikit-learn.org/stable/), [Scikit-Image](https://scikit-image.org/docs/stable/), [statsmodels](https://www.statsmodels.org/stable/index.html), [vmdpy](https://github.com/vrcarva/vmdpy), [MEMD-Python-](https://github.com/mariogrune/MEMD-Python-), [ewtpy](https://github.com/vrcarva/ewtpy), [EWT-Python](https://github.com/bhurat/EWT-Python), [PyLMD](https://github.com/shownlin/PyLMD), [pywt](https://github.com/PyWavelets/pywt), [SP_Lib](https://github.com/hustcxl/SP_Lib)and [dsatools](https://github.com/MVRonkin/dsatools), [signal-decomposition](https://github.com/wwhenxuan/signal-decomposition).
202
+ We would like to thank the researchers in signal processing for providing us with valuable algorithms and promoting the continuous progress in this field. However, since the main programming language used in `signal processing` is `Matlab`, and `Python` is the main battlefield of `machine learning` and `deep learning`, the usage of signal decomposition in machine learning and deep learning is far less extensive than `wavelet transformation`. In order to further promote the organic combination of signal decomposition and machine learning, we developed `PySDKit`. We would like to express our gratitude to [PyEMD](https://github.com/laszukdawid/PyEMD), [Sktime](https://www.sktime.net/en/latest/index.html), [Scikit-learn](https://scikit-learn.org/stable/), [Scikit-Image](https://scikit-image.org/docs/stable/), [statsmodels](https://www.statsmodels.org/stable/index.html), [vmdpy](https://github.com/vrcarva/vmdpy), [MEMD-Python-](https://github.com/mariogrune/MEMD-Python-), [ewtpy](https://github.com/vrcarva/ewtpy), [EWT-Python](https://github.com/bhurat/EWT-Python), [PyLMD](https://github.com/shownlin/PyLMD), [pywt](https://github.com/PyWavelets/pywt), [SP_Lib](https://github.com/hustcxl/SP_Lib), [dsatools](https://github.com/MVRonkin/dsatools) and [signal-decomposition](https://github.com/cvxgrp/signal-decomposition).
@@ -1,10 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySDKit
3
- Version: 0.4.41
3
+ Version: 0.4.43
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface.
5
- Author: josefinez, Deeksha Manjunath, Yuan Feng, JacktheFowler
6
- Author-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
7
- Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>
5
+ Author: Whenxuan Wang, RuiZhe Wang, Rongkun Zhu, Kai Wu, Lei Wang, josefinez, Deeksha Manjunath, Yuan Feng, WenTong Zhao, JacktheFowler
6
+ Maintainer-email: Whenxuan Wang <wwhenxuan@gmail.com>, RuiZhe Wang <3133986068@qq.com>
8
7
  License: MIT License
9
8
 
10
9
  Copyright (c) 2019 Whenxuan Wang
@@ -157,15 +156,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
157
156
  | [`FAEMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd.py) (Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
158
157
  | [`FAEMD2D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd2d.py) (Two-Dimensional Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
159
158
  | [`FAEMD3D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd3d.py) (Three-Dimensional Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
160
- | [`HVD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_hvd/hvd.py) (Hilbert Vibration Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X06001556) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/178804-hilbert-vibration-decomposition?s_tid=FX_rc1_behav) | ✔️ |
161
- | [`ITD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_itd/itd.py) (Intrinsic Time-Scale Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/10.1098/rspa.2006.1761) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/69380-intrinsic-time-scale-decomposition-itd) | ✔️ |
162
- | [`ALIF`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_alif/alif.py) (Adaptive Local Iterative Filtering) | [[paper]](https://arxiv.org/abs/1411.6051) | [[code]](https://github.com/Cicone/ALIF) | ✔️ |
159
+ | [`HVD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/hvd.py) (Hilbert Vibration Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X06001556) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/178804-hilbert-vibration-decomposition?s_tid=FX_rc1_behav) | ✔️ |
160
+ | [`ITD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/itd.py) (Intrinsic Time-Scale Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/10.1098/rspa.2006.1761) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/69380-intrinsic-time-scale-decomposition-itd) | ✔️ |
161
+ | [`ALIF`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/alif.py) (Adaptive Local Iterative Filtering) | [[paper]](https://arxiv.org/abs/1411.6051) | [[code]](https://github.com/Cicone/ALIF) | ✔️ |
163
162
  | [`APMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_apmd/apmd.py) (Adaptive Polymorphic Mode Decomposition) | [[paper]](https://doi.org/10.1016/j.dsp.2024.104913) | [[code]](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_apmd/apmd.py) | ✔️ |
164
163
  | [`LMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_lmd/lmd.py) (Local Mean Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/abs/pii/S1051200418308133?via%3Dihub) | [[code]](https://github.com/shownlin/PyLMD/blob/master/PyLMD/LMD.py) | ✔️ |
165
164
  | [`RLMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_lmd/rlmd.py) (Robust Local Mean Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/abs/pii/S0888327017301619) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/66935-robust-local-mean-decomposition-rlmd) | ✔️ |
166
165
  | [`FMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_fmd/fmd.py) (Feature Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/9732251) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/108099-feature-mode-decomposition-fmd) | ✔️ |
167
166
  | [`NFMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_fmd/nfmd.py) (Non-stationary Feature Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/9732251) | [[code]](https://github.com/sheadan/NFMD-ExtractionInstantaneous/blob/master/nfmd/NFMD.py) | ✖️ |
168
- | [`SSA`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ssa/ssa.py) (Singular Spectral Analysis) | [[paper]](https://orca.cardiff.ac.uk/id/eprint/15208/1/Zhiglavsky_SSA_encyclopedia.pdf) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/58967-singular-spectrum-analysis-beginners-guide) | ✔️ |
167
+ | [`SSA`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/ssa.py) (Singular Spectral Analysis) | [[paper]](https://orca.cardiff.ac.uk/id/eprint/15208/1/Zhiglavsky_SSA_encyclopedia.pdf) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/58967-singular-spectrum-analysis-beginners-guide) | ✔️ |
169
168
  | [`EWT`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ewt/ewt.py) (Empirical Wavelet Transform) | [[paper]](https://ieeexplore.ieee.org/document/6522142) | [[code]](https://www.mathworks.com/help/wavelet/ug/empirical-wavelet-transform.html) | ✔️ |
170
169
  | [`EWT2D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ewt/ewt2d.py) (2D Empirical Wavelet Transform) | [[paper]](https://arxiv.org/abs/2405.06188) | [[code]](https://github.com/bhurat/EWT-Python) | ✔️ |
171
170
  | [`VMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/vmd_c.py) (Variational Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/6655981) | [[code]](https://github.com/vrcarva/vmdpy) | ✔️ |
@@ -189,14 +188,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
189
188
  | [`JMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/jmd.py) (Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169388-jump-plus-am-fm-mode-decomposition-jmd?s_tid=prof_contriblnk) | ️✔️ |
190
189
  | [`MJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/mjmd.py) (Multivariate Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169393-multivariate-jump-plus-am-fm-mode-decomposition-mjmd?s_tid=prof_contriblnk) | ✔️ |
191
190
  | [`SJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/sjmd.py) / `SMJMD` (Successive Jump and Mode Decomposition) | [[paper]](https://arxiv.org/abs/2504.08453) | [[code]]() | ✔️ |
192
- | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✖️ |
191
+ | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
193
192
  | [`STNBMD`]() (Short-Time Narrow-Band Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X16002443?via%3Dihub) | [[code]](https://ww2.mathworks.cn/matlabcentral/fileexchange/56226-short-time-narrow-band-mode-decomposition-stnbmd-toolbox) | ✖️ |
194
193
  | [`SWD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/swd.py) (Swarm Decomposition) | [[paper]](https://doi.org/10.1016/j.sigpro.2016.09.004) | [[code]](https://github.com/gkaposto/Swarm-Decomposition) | ✔️ |
194
+ | [`OSD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/osd.py) (Optimization-based Signal Decomposition) | [[paper]](https://web.stanford.edu/~boyd/papers/sig_decomp_mprox.html) | [[code]](https://github.com/cvxgrp/signal-decomposition) | ✔️ |
195
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) | ✔️ |
196
- | [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
196
+ | [`MSTL`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/tsa/_mstl.py) (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
197
197
 
198
198
 
199
199
 
200
200
  ## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
201
201
 
202
- We would like to thank the researchers in signal processing for providing us with valuable algorithms and promoting the continuous progress in this field. However, since the main programming language used in `signal processing` is `Matlab`, and `Python` is the main battlefield of `machine learning` and `deep learning`, the usage of signal decomposition in machine learning and deep learning is far less extensive than `wavelet transformation`. In order to further promote the organic combination of signal decomposition and machine learning, we developed `PySDKit`. We would like to express our gratitude to [PyEMD](https://github.com/laszukdawid/PyEMD), [Sktime](https://www.sktime.net/en/latest/index.html), [Scikit-learn](https://scikit-learn.org/stable/), [Scikit-Image](https://scikit-image.org/docs/stable/), [statsmodels](https://www.statsmodels.org/stable/index.html), [vmdpy](https://github.com/vrcarva/vmdpy), [MEMD-Python-](https://github.com/mariogrune/MEMD-Python-), [ewtpy](https://github.com/vrcarva/ewtpy), [EWT-Python](https://github.com/bhurat/EWT-Python), [PyLMD](https://github.com/shownlin/PyLMD), [pywt](https://github.com/PyWavelets/pywt), [SP_Lib](https://github.com/hustcxl/SP_Lib)and [dsatools](https://github.com/MVRonkin/dsatools), [signal-decomposition](https://github.com/wwhenxuan/signal-decomposition).
202
+ We would like to thank the researchers in signal processing for providing us with valuable algorithms and promoting the continuous progress in this field. However, since the main programming language used in `signal processing` is `Matlab`, and `Python` is the main battlefield of `machine learning` and `deep learning`, the usage of signal decomposition in machine learning and deep learning is far less extensive than `wavelet transformation`. In order to further promote the organic combination of signal decomposition and machine learning, we developed `PySDKit`. We would like to express our gratitude to [PyEMD](https://github.com/laszukdawid/PyEMD), [Sktime](https://www.sktime.net/en/latest/index.html), [Scikit-learn](https://scikit-learn.org/stable/), [Scikit-Image](https://scikit-image.org/docs/stable/), [statsmodels](https://www.statsmodels.org/stable/index.html), [vmdpy](https://github.com/vrcarva/vmdpy), [MEMD-Python-](https://github.com/mariogrune/MEMD-Python-), [ewtpy](https://github.com/vrcarva/ewtpy), [EWT-Python](https://github.com/bhurat/EWT-Python), [PyLMD](https://github.com/shownlin/PyLMD), [pywt](https://github.com/PyWavelets/pywt), [SP_Lib](https://github.com/hustcxl/SP_Lib), [dsatools](https://github.com/MVRonkin/dsatools) and [signal-decomposition](https://github.com/cvxgrp/signal-decomposition).
@@ -7,11 +7,6 @@ PySDKit.egg-info/dependency_links.txt
7
7
  PySDKit.egg-info/requires.txt
8
8
  PySDKit.egg-info/top_level.txt
9
9
  pysdkit/__init__.py
10
- pysdkit/_alif/__init__.py
11
- pysdkit/_alif/alif.py
12
- pysdkit/_alif/iterative_filtering.py
13
- pysdkit/_alif/data/__init__.py
14
- pysdkit/_alif/data/prefixed_double_filter.npy
15
10
  pysdkit/_apmd/__init__.py
16
11
  pysdkit/_apmd/apmd.py
17
12
  pysdkit/_emd/__init__.py
@@ -52,10 +47,6 @@ pysdkit/_gdmd/agncmd.py
52
47
  pysdkit/_gdmd/gdmd.py
53
48
  pysdkit/_gdmd/ivgnmd.py
54
49
  pysdkit/_gdmd/vgnmd.py
55
- pysdkit/_hvd/__init__.py
56
- pysdkit/_hvd/hvd.py
57
- pysdkit/_itd/__init__.py
58
- pysdkit/_itd/itd.py
59
50
  pysdkit/_jmd/__init__.py
60
51
  pysdkit/_jmd/jmd.py
61
52
  pysdkit/_jmd/mjmd.py
@@ -64,9 +55,17 @@ pysdkit/_lmd/__init__.py
64
55
  pysdkit/_lmd/lmd.py
65
56
  pysdkit/_lmd/rlmd.py
66
57
  pysdkit/_osd/__init__.py
58
+ pysdkit/_osd/components.py
59
+ pysdkit/_osd/osd.py
67
60
  pysdkit/_osd/swd.py
68
- pysdkit/_ssa/__init__.py
69
- pysdkit/_ssa/ssa.py
61
+ pysdkit/_tid/__init__.py
62
+ pysdkit/_tid/alif.py
63
+ pysdkit/_tid/hvd.py
64
+ pysdkit/_tid/itd.py
65
+ pysdkit/_tid/iterative_filtering.py
66
+ pysdkit/_tid/ssa.py
67
+ pysdkit/_tid/data/__init__.py
68
+ pysdkit/_tid/data/prefixed_double_filter.npy
70
69
  pysdkit/_vmd/__init__.py
71
70
  pysdkit/_vmd/acmd.py
72
71
  pysdkit/_vmd/avmd.py
@@ -121,6 +120,7 @@ pysdkit/tests/test_ceemdan.py
121
120
  pysdkit/tests/test_cvmd2d.py
122
121
  pysdkit/tests/test_eemd.py
123
122
  pysdkit/tests/test_emd.py
123
+ pysdkit/tests/test_esmd.py
124
124
  pysdkit/tests/test_ewt.py
125
125
  pysdkit/tests/test_ewt2d.py
126
126
  pysdkit/tests/test_faemd.py
@@ -133,6 +133,7 @@ pysdkit/tests/test_jmd.py
133
133
  pysdkit/tests/test_lmd.py
134
134
  pysdkit/tests/test_moving_decomp.py
135
135
  pysdkit/tests/test_mstl.py
136
+ pysdkit/tests/test_osd.py
136
137
  pysdkit/tests/test_ovmd.py
137
138
  pysdkit/tests/test_rlmd.py
138
139
  pysdkit/tests/test_semd.py
@@ -103,15 +103,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
103
103
  | [`FAEMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd.py) (Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
104
104
  | [`FAEMD2D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd2d.py) (Two-Dimensional Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
105
105
  | [`FAEMD3D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_faemd/faemd3d.py) (Three-Dimensional Fast and Adaptive EMD) | [[paper]](https://ieeexplore.ieee.org/document/8447300) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/71270-fast-and-adaptive-multivariate-and-multidimensional-emd) | ✔️ |
106
- | [`HVD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_hvd/hvd.py) (Hilbert Vibration Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X06001556) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/178804-hilbert-vibration-decomposition?s_tid=FX_rc1_behav) | ✔️ |
107
- | [`ITD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_itd/itd.py) (Intrinsic Time-Scale Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/10.1098/rspa.2006.1761) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/69380-intrinsic-time-scale-decomposition-itd) | ✔️ |
108
- | [`ALIF`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_alif/alif.py) (Adaptive Local Iterative Filtering) | [[paper]](https://arxiv.org/abs/1411.6051) | [[code]](https://github.com/Cicone/ALIF) | ✔️ |
106
+ | [`HVD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/hvd.py) (Hilbert Vibration Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X06001556) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/178804-hilbert-vibration-decomposition?s_tid=FX_rc1_behav) | ✔️ |
107
+ | [`ITD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/itd.py) (Intrinsic Time-Scale Decomposition) | [[paper]](https://royalsocietypublishing.org/doi/10.1098/rspa.2006.1761) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/69380-intrinsic-time-scale-decomposition-itd) | ✔️ |
108
+ | [`ALIF`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/alif.py) (Adaptive Local Iterative Filtering) | [[paper]](https://arxiv.org/abs/1411.6051) | [[code]](https://github.com/Cicone/ALIF) | ✔️ |
109
109
  | [`APMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_apmd/apmd.py) (Adaptive Polymorphic Mode Decomposition) | [[paper]](https://doi.org/10.1016/j.dsp.2024.104913) | [[code]](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_apmd/apmd.py) | ✔️ |
110
110
  | [`LMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_lmd/lmd.py) (Local Mean Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/abs/pii/S1051200418308133?via%3Dihub) | [[code]](https://github.com/shownlin/PyLMD/blob/master/PyLMD/LMD.py) | ✔️ |
111
111
  | [`RLMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_lmd/rlmd.py) (Robust Local Mean Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/abs/pii/S0888327017301619) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/66935-robust-local-mean-decomposition-rlmd) | ✔️ |
112
112
  | [`FMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_fmd/fmd.py) (Feature Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/9732251) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/108099-feature-mode-decomposition-fmd) | ✔️ |
113
113
  | [`NFMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_fmd/nfmd.py) (Non-stationary Feature Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/9732251) | [[code]](https://github.com/sheadan/NFMD-ExtractionInstantaneous/blob/master/nfmd/NFMD.py) | ✖️ |
114
- | [`SSA`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ssa/ssa.py) (Singular Spectral Analysis) | [[paper]](https://orca.cardiff.ac.uk/id/eprint/15208/1/Zhiglavsky_SSA_encyclopedia.pdf) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/58967-singular-spectrum-analysis-beginners-guide) | ✔️ |
114
+ | [`SSA`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_tid/ssa.py) (Singular Spectral Analysis) | [[paper]](https://orca.cardiff.ac.uk/id/eprint/15208/1/Zhiglavsky_SSA_encyclopedia.pdf) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/58967-singular-spectrum-analysis-beginners-guide) | ✔️ |
115
115
  | [`EWT`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ewt/ewt.py) (Empirical Wavelet Transform) | [[paper]](https://ieeexplore.ieee.org/document/6522142) | [[code]](https://www.mathworks.com/help/wavelet/ug/empirical-wavelet-transform.html) | ✔️ |
116
116
  | [`EWT2D`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_ewt/ewt2d.py) (2D Empirical Wavelet Transform) | [[paper]](https://arxiv.org/abs/2405.06188) | [[code]](https://github.com/bhurat/EWT-Python) | ✔️ |
117
117
  | [`VMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_vmd/vmd_c.py) (Variational Mode Decomposition) | [[paper]](https://ieeexplore.ieee.org/document/6655981) | [[code]](https://github.com/vrcarva/vmdpy) | ✔️ |
@@ -135,14 +135,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
135
135
  | [`JMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/jmd.py) (Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169388-jump-plus-am-fm-mode-decomposition-jmd?s_tid=prof_contriblnk) | ️✔️ |
136
136
  | [`MJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/mjmd.py) (Multivariate Jump Plus AM-FM Mode Decomposition) | [[paper]](https://arxiv.org/abs/2407.07800) | [[code]](https://www.mathworks.com/matlabcentral/fileexchange/169393-multivariate-jump-plus-am-fm-mode-decomposition-mjmd?s_tid=prof_contriblnk) | ✔️ |
137
137
  | [`SJMD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_jmd/sjmd.py) / `SMJMD` (Successive Jump and Mode Decomposition) | [[paper]](https://arxiv.org/abs/2504.08453) | [[code]]() | ✔️ |
138
- | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✖️ |
138
+ | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
139
139
  | [`STNBMD`]() (Short-Time Narrow-Band Mode Decomposition) | [[paper]](https://www.sciencedirect.com/science/article/pii/S0022460X16002443?via%3Dihub) | [[code]](https://ww2.mathworks.cn/matlabcentral/fileexchange/56226-short-time-narrow-band-mode-decomposition-stnbmd-toolbox) | ✖️ |
140
140
  | [`SWD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/swd.py) (Swarm Decomposition) | [[paper]](https://doi.org/10.1016/j.sigpro.2016.09.004) | [[code]](https://github.com/gkaposto/Swarm-Decomposition) | ✔️ |
141
+ | [`OSD`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/_osd/osd.py) (Optimization-based Signal Decomposition) | [[paper]](https://web.stanford.edu/~boyd/papers/sig_decomp_mprox.html) | [[code]](https://github.com/cvxgrp/signal-decomposition) | ✔️ |
141
142
  | [`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) | ✔️ |
142
- | [`MSTL`]() (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
143
+ | [`MSTL`](https://github.com/wwhenxuan/PySDKit/blob/main/pysdkit/tsa/_mstl.py) (Multivariate Seasonal-Trend decomposition using LOESS) | [[paper]](https://arxiv.org/abs/2107.13462) | [[code]](https://github.com/KishManani/MSTL) | ✔️ |
143
144
 
144
145
 
145
146
 
146
147
  ## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
147
148
 
148
- We would like to thank the researchers in signal processing for providing us with valuable algorithms and promoting the continuous progress in this field. However, since the main programming language used in `signal processing` is `Matlab`, and `Python` is the main battlefield of `machine learning` and `deep learning`, the usage of signal decomposition in machine learning and deep learning is far less extensive than `wavelet transformation`. In order to further promote the organic combination of signal decomposition and machine learning, we developed `PySDKit`. We would like to express our gratitude to [PyEMD](https://github.com/laszukdawid/PyEMD), [Sktime](https://www.sktime.net/en/latest/index.html), [Scikit-learn](https://scikit-learn.org/stable/), [Scikit-Image](https://scikit-image.org/docs/stable/), [statsmodels](https://www.statsmodels.org/stable/index.html), [vmdpy](https://github.com/vrcarva/vmdpy), [MEMD-Python-](https://github.com/mariogrune/MEMD-Python-), [ewtpy](https://github.com/vrcarva/ewtpy), [EWT-Python](https://github.com/bhurat/EWT-Python), [PyLMD](https://github.com/shownlin/PyLMD), [pywt](https://github.com/PyWavelets/pywt), [SP_Lib](https://github.com/hustcxl/SP_Lib)and [dsatools](https://github.com/MVRonkin/dsatools), [signal-decomposition](https://github.com/wwhenxuan/signal-decomposition).
149
+ We would like to thank the researchers in signal processing for providing us with valuable algorithms and promoting the continuous progress in this field. However, since the main programming language used in `signal processing` is `Matlab`, and `Python` is the main battlefield of `machine learning` and `deep learning`, the usage of signal decomposition in machine learning and deep learning is far less extensive than `wavelet transformation`. In order to further promote the organic combination of signal decomposition and machine learning, we developed `PySDKit`. We would like to express our gratitude to [PyEMD](https://github.com/laszukdawid/PyEMD), [Sktime](https://www.sktime.net/en/latest/index.html), [Scikit-learn](https://scikit-learn.org/stable/), [Scikit-Image](https://scikit-image.org/docs/stable/), [statsmodels](https://www.statsmodels.org/stable/index.html), [vmdpy](https://github.com/vrcarva/vmdpy), [MEMD-Python-](https://github.com/mariogrune/MEMD-Python-), [ewtpy](https://github.com/vrcarva/ewtpy), [EWT-Python](https://github.com/bhurat/EWT-Python), [PyLMD](https://github.com/shownlin/PyLMD), [pywt](https://github.com/PyWavelets/pywt), [SP_Lib](https://github.com/hustcxl/SP_Lib), [dsatools](https://github.com/MVRonkin/dsatools) and [signal-decomposition](https://github.com/cvxgrp/signal-decomposition).
@@ -10,16 +10,20 @@ readme = "README.md"
10
10
  license = { file = "LICENSE" }
11
11
  requires-python = ">=3.8"
12
12
  authors = [
13
- { name = "Whenxuan Wang", email = "wwhenxuan@gmail.com" },
14
- { name = "RuiZhe Wang", email = "3133986068@qq.com" },
13
+ { name = "Whenxuan Wang" },
14
+ { name = "RuiZhe Wang" },
15
+ { name = "Rongkun Zhu" },
16
+ { name = "Kai Wu" },
17
+ { name = "Lei Wang" },
15
18
  { name = "josefinez" },
16
19
  { name = "Deeksha Manjunath" },
17
20
  { name = "Yuan Feng" },
18
- { name = "WenTong Zhao", email = "23049200290@stu.xidian.edu.cn" },
21
+ { name = "WenTong Zhao" },
19
22
  { name = "JacktheFowler" },
20
23
  ]
21
24
  maintainers = [
22
25
  { name = "Whenxuan Wang", email = "wwhenxuan@gmail.com" },
26
+ { name = "RuiZhe Wang", email = "3133986068@qq.com" },
23
27
  ]
24
28
  keywords = [
25
29
  "signal decomposition",
@@ -64,5 +68,5 @@ include = ["pysdkit*"]
64
68
 
65
69
  [tool.setuptools.package-data]
66
70
  "*" = ["*.txt", "*.npy"]
67
- "pysdkit._alif" = ["data/*.npy"]
68
- "pysdkit._alif.data" = ["*.npy"]
71
+ "pysdkit._tid" = ["data/*.npy"]
72
+ "pysdkit._tid.data" = ["*.npy"]
@@ -2,7 +2,7 @@
2
2
  A Python library for signal decomposition algorithms.
3
3
  """
4
4
 
5
- __version__ = "0.4.41"
5
+ __version__ = "0.4.43"
6
6
 
7
7
  # Empirical Mode Decomposition
8
8
  from ._emd import EMD
@@ -37,11 +37,14 @@ from ._emd2d import EMD2D
37
37
  # Bidimensional Multivariate Empirical Mode Decomposition
38
38
  from ._emd2d import BMEMD
39
39
 
40
- # Hilbert Vibration Decomposition
41
- from ._hvd import HVD
40
+ # Hilbert Vibration Decomposition (time iterative decomposition)
41
+ from ._tid import HVD
42
42
 
43
- # Intrinsic Time-Scale Decomposition
44
- from ._itd import ITD
43
+ # Intrinsic Time-Scale Decomposition (time iterative decomposition)
44
+ from ._tid import ITD
45
+
46
+ # Extreme-Point Symmetric Mode Decomposition
47
+ from ._esmd import ESMD, esmd
45
48
 
46
49
  # Local Mean Decomposition
47
50
  from ._lmd import LMD
@@ -49,12 +52,15 @@ from ._lmd import LMD
49
52
  # Robust Local Mean Decomposition
50
53
  from ._lmd import RLMD
51
54
 
52
- # Singular Spectral Analysis
53
- from ._ssa import SSA
55
+ # Singular Spectral Analysis (time iterative decomposition)
56
+ from ._tid import SSA
54
57
 
55
58
  # Swarm Decomposition
56
59
  from ._osd import SWD, swd
57
60
 
61
+ # Optimization-based Signal Decomposition
62
+ from ._osd import OSD
63
+
58
64
  # Generalized Dispersion Mode Decomposition
59
65
  from ._gdmd import GDMD, gdmd
60
66
 
@@ -103,8 +109,8 @@ from ._vncmd import INCMD
103
109
  # Adaptive Variational Nonlinear Chirp Mode Decomposition
104
110
  from ._vncmd import AVNCMD
105
111
 
106
- # Adaptive Local Iterative Filtering
107
- from ._alif import ALIF
112
+ # Adaptive Local Iterative Filtering (time iterative decomposition)
113
+ from ._tid import ALIF
108
114
 
109
115
  # Adaptive Polymorphic Mode Decomposition
110
116
  from ._apmd import APMD
@@ -178,10 +184,12 @@ Empirical Mode Decomposition 2D for images | EMD2D
178
184
  Bidimensional Multivariate EMD | BMEMD
179
185
  Hilbert Vibration Decomposition | HVD
180
186
  Intrinsic Time-Scale Decomposition | ITD
187
+ Extreme-Point Symmetric Mode Decomposition | ESMD
181
188
  Local Mean Decomposition | LMD
182
189
  Robust Local Mean Decomposition | RLMD
183
190
  Singular Spectral Analysis | SSA
184
191
  Swarm Decomposition | SWD
192
+ Optimization-based Signal Decomposition | OSD
185
193
  Generalized Dispersion Mode Decomposition | GDMD
186
194
  Variational Generalized Nonlinear Mode Dec. | VGNMD
187
195
  Improved VGNMD (crossed chirp / dispersive) | IVGNMD
@@ -230,13 +238,15 @@ __all__ = [
230
238
  "BMEMD",
231
239
  "HVD",
232
240
  "ITD",
241
+ "ESMD",
242
+ "esmd",
233
243
  "LMD",
234
244
  "RLMD",
235
245
  "SSA",
236
246
  "SWD",
237
247
  "swd",
238
- "GDMD",
239
- "gdmd",
248
+ "OSD",
249
+ "GDMD", "gdmd",
240
250
  "VGNMD",
241
251
  "vgnmd",
242
252
  "IVGNMD",
@@ -0,0 +1,6 @@
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ Adaptive Polymorphic Mode Decomposition (APMD).
4
+ """
5
+
6
+ from .apmd import APMD
@@ -1,9 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/07/20
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
-
7
3
  Adaptive Polymorphic Mode Decomposition (APMD).
8
4
 
9
5
  Huang Z. and Liu J., Digital Signal Processing, 161:104913, 2025.
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/03 18:36:18
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Empirical Mode Decomposition family (EMD, EEMD, CEEMDAN, …).
6
4
  """
7
5
 
8
6
  from ._splines import akima, cubic, pchip, cubic_hermite, cubic_spline_3pts
@@ -1,8 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on Sat Mar 5 21:38:26 2024
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
3
  The following code is mainly used to find extreme points in the EMD algorithm
7
4
 
8
5
  Code taken from https://github.com/laszukdawid/PyEMD/blob/master/PyEMD/EMD.py
@@ -1,8 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on Sat Mar 8 22:53:11 2024
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
3
  The following code is mainly used to Performs extrapolation on edges by adding extra extrema in the EMD algorithm
7
4
 
8
5
  Code taken from https://github.com/laszukdawid/PyEMD/blob/master/PyEMD/EMD.py
@@ -1,8 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on Sat Mar 5 22:09:45 2024
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
3
  The following code is mainly used to find extreme points in the EMD algorithm
7
4
  """
8
5
 
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/04 15:19:08
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Complete Ensemble Empirical Mode Decomposition with Adaptive Noise
6
4
  """
7
5
 
8
6
  import numpy as np
@@ -1,8 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/03 18:36:18
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
3
  Code taken from https://github.com/laszukdawid/PyEMD/blob/master/PyEMD/EMD.py
7
4
  """
8
5
 
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/04/16 22:51:55
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Empirical Fourier Decomposition
6
4
  """
7
5
 
8
6
  import numpy as np
@@ -1,9 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on Sat Mar 4 21:58:54 2024
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
-
7
3
  Code taken from https://github.com/laszukdawid/PyEMD/blob/master/PyEMD/EMD.py
8
4
  """
9
5
 
@@ -0,0 +1,6 @@
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ Hilbert–Huang Transform helpers.
4
+ """
5
+
6
+ from .hht import HHT
@@ -1,9 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/06 10:30:01
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
- Hilbert-transform for demodulation
3
+ Perform Hilbert transform along the last axis of input signal.
7
4
  """
8
5
 
9
6
  import numpy as np
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/06 10:29:05
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Perform Hilbert-Huang transform on the input signal
6
4
  """
7
5
 
8
6
  import numpy as np
@@ -1,8 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/04 13:10:33
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
3
  We refactored from https://github.com/mariogrune/MEMD-Python-
7
4
  """
8
5
 
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/05 13:15:49
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Robust Empirical Mode Decomposition
6
4
  """
7
5
 
8
6
  import numpy as np
@@ -1,9 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2026/08/01
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
-
7
3
  Serial-EMD (SEMD): fast multi-signal EMD via 1-D serialization.
8
4
 
9
5
  Zhang, J., Feng, F., Marti-Puig, P., Caiafa, C. F., Sun, Z., Duan, F.,
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/01 22:06:04
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Time Varying Filter based Empirical Mode Decomposition
6
4
  """
7
5
 
8
6
  import warnings
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/03 18:36:49
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ Bidimensional EMD variants (EMD2D, BMEMD, …).
6
4
  """
7
5
 
8
6
  from .emd2d import EMD2D
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ Bemd module.
4
+ """
@@ -1,9 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/05 13:18:18
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
6
-
7
3
  Bidimensional Multivariate Empirical Mode Decomposition (BMEMD)
8
4
 
9
5
  Xia, Y., Zhang, B., Pei, W., and Mandic, D. P. (2019).
@@ -1,8 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """
3
- Created on 2025/02/04 13:13:52
4
- @author: Whenxuan Wang
5
- @email: wwhenxuan@gmail.com
3
+ **Empirical Mode Decomposition 2D** for images data.
6
4
  """
7
5
 
8
6
  import numpy as np