PySDKit 0.4.42__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 (181) hide show
  1. {pysdkit-0.4.42 → pysdkit-0.4.43}/PKG-INFO +10 -9
  2. {pysdkit-0.4.42 → pysdkit-0.4.43}/PySDKit.egg-info/PKG-INFO +10 -9
  3. {pysdkit-0.4.42 → pysdkit-0.4.43}/PySDKit.egg-info/SOURCES.txt +11 -11
  4. {pysdkit-0.4.42 → pysdkit-0.4.43}/README.md +7 -6
  5. {pysdkit-0.4.42 → pysdkit-0.4.43}/pyproject.toml +12 -8
  6. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/__init__.py +15 -11
  7. pysdkit-0.4.43/pysdkit/_osd/__init__.py +36 -0
  8. pysdkit-0.4.43/pysdkit/_osd/components.py +327 -0
  9. pysdkit-0.4.43/pysdkit/_osd/osd.py +321 -0
  10. pysdkit-0.4.43/pysdkit/_tid/__init__.py +27 -0
  11. {pysdkit-0.4.42/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/alif.py +1 -1
  12. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_alif.py +2 -2
  13. pysdkit-0.4.43/pysdkit/tests/test_osd.py +198 -0
  14. pysdkit-0.4.42/pysdkit/_alif/__init__.py +0 -9
  15. pysdkit-0.4.42/pysdkit/_hvd/__init__.py +0 -6
  16. pysdkit-0.4.42/pysdkit/_itd/__init__.py +0 -6
  17. pysdkit-0.4.42/pysdkit/_osd/__init__.py +0 -6
  18. pysdkit-0.4.42/pysdkit/_ssa/__init__.py +0 -6
  19. {pysdkit-0.4.42 → pysdkit-0.4.43}/LICENSE +0 -0
  20. {pysdkit-0.4.42 → pysdkit-0.4.43}/PySDKit.egg-info/dependency_links.txt +0 -0
  21. {pysdkit-0.4.42 → pysdkit-0.4.43}/PySDKit.egg-info/requires.txt +0 -0
  22. {pysdkit-0.4.42 → pysdkit-0.4.43}/PySDKit.egg-info/top_level.txt +0 -0
  23. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_apmd/__init__.py +0 -0
  24. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_apmd/apmd.py +0 -0
  25. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/__init__.py +0 -0
  26. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/_find_extrema.py +0 -0
  27. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/_prepare_points.py +0 -0
  28. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/_splines.py +0 -0
  29. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/ceemdan.py +0 -0
  30. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/eemd.py +0 -0
  31. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/efd.py +0 -0
  32. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/emd.py +0 -0
  33. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/hht/__init__.py +0 -0
  34. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/hht/frequency.py +0 -0
  35. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/hht/hht.py +0 -0
  36. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/memd.py +0 -0
  37. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/remd.py +0 -0
  38. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/semd.py +0 -0
  39. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd/tvf_emd.py +0 -0
  40. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd2d/__init__.py +0 -0
  41. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd2d/bemd.py +0 -0
  42. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd2d/bmemd.py +0 -0
  43. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_emd2d/emd2d.py +0 -0
  44. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_esmd/__init__.py +0 -0
  45. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_esmd/esmd.py +0 -0
  46. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_ewt/__init__.py +0 -0
  47. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_ewt/ewt.py +0 -0
  48. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_ewt/ewt2d.py +0 -0
  49. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_faemd/__init__.py +0 -0
  50. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_faemd/extrema.py +0 -0
  51. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_faemd/faemd.py +0 -0
  52. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_faemd/faemd2d.py +0 -0
  53. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_faemd/faemd3d.py +0 -0
  54. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_faemd/filter.py +0 -0
  55. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_fmd/__init__.py +0 -0
  56. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_fmd/fmd.py +0 -0
  57. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_fmd/nfmd.py +0 -0
  58. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_gdmd/__init__.py +0 -0
  59. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_gdmd/agncmd.py +0 -0
  60. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_gdmd/gdmd.py +0 -0
  61. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_gdmd/ivgnmd.py +0 -0
  62. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_gdmd/vgnmd.py +0 -0
  63. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_jmd/__init__.py +0 -0
  64. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_jmd/jmd.py +0 -0
  65. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_jmd/mjmd.py +0 -0
  66. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_jmd/sjmd.py +0 -0
  67. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_lmd/__init__.py +0 -0
  68. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_lmd/lmd.py +0 -0
  69. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_lmd/rlmd.py +0 -0
  70. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_osd/swd.py +0 -0
  71. {pysdkit-0.4.42/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/data/__init__.py +0 -0
  72. {pysdkit-0.4.42/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/data/prefixed_double_filter.npy +0 -0
  73. {pysdkit-0.4.42/pysdkit/_hvd → pysdkit-0.4.43/pysdkit/_tid}/hvd.py +0 -0
  74. {pysdkit-0.4.42/pysdkit/_itd → pysdkit-0.4.43/pysdkit/_tid}/itd.py +0 -0
  75. {pysdkit-0.4.42/pysdkit/_alif → pysdkit-0.4.43/pysdkit/_tid}/iterative_filtering.py +0 -0
  76. {pysdkit-0.4.42/pysdkit/_ssa → pysdkit-0.4.43/pysdkit/_tid}/ssa.py +0 -0
  77. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/__init__.py +0 -0
  78. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/acmd.py +0 -0
  79. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/avmd.py +0 -0
  80. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/ba_acmd.py +0 -0
  81. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/base.py +0 -0
  82. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/mvmd.py +0 -0
  83. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/ovmd.py +0 -0
  84. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/stvmd.py +0 -0
  85. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/svmd.py +0 -0
  86. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/vmd_c.py +0 -0
  87. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/vmd_f.py +0 -0
  88. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd/vme.py +0 -0
  89. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd2d/__init__.py +0 -0
  90. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd2d/cvmd2d.py +0 -0
  91. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vmd2d/vmd2d.py +0 -0
  92. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vncmd/__init__.py +0 -0
  93. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vncmd/avncmd.py +0 -0
  94. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vncmd/incmd.py +0 -0
  95. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/_vncmd/vncmd.py +0 -0
  96. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/__init__.py +0 -0
  97. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_add_noise.py +0 -0
  98. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_cube.py +0 -0
  99. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_generator.py +0 -0
  100. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_image.py +0 -0
  101. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_models.py +0 -0
  102. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_test_univariate.py +0 -0
  103. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/_time_series.py +0 -0
  104. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/data/texture.txt +0 -0
  105. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/entropy/__init__.py +0 -0
  106. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/entropy/_approxiamte_entropy.py +0 -0
  107. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/entropy/_permutation_entropy.py +0 -0
  108. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/entropy/_sample_entropy.py +0 -0
  109. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/models/__init__.py +0 -0
  110. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/models/_base.py +0 -0
  111. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/models/_kmeans.py +0 -0
  112. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/models/_knn.py +0 -0
  113. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/models/_pca.py +0 -0
  114. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/plot/__init__.py +0 -0
  115. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/plot/_fourier_spectra.py +0 -0
  116. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/plot/_functions.py +0 -0
  117. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/plot/_plot_images.py +0 -0
  118. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/plot/_plot_imfs.py +0 -0
  119. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/plot/_plot_signal.py +0 -0
  120. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/__init__.py +0 -0
  121. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/data/__init__.py +0 -0
  122. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/data/test_generator_cube.py +0 -0
  123. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/data/test_generator_image.py +0 -0
  124. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/data/test_generator_signal.py +0 -0
  125. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/data/test_generator_univariate_signal.py +0 -0
  126. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/models/__init__.py +0 -0
  127. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/models/test_knn.py +0 -0
  128. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/models/test_pca.py +0 -0
  129. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/run_all.py +0 -0
  130. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_agncmd.py +0 -0
  131. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_apmd.py +0 -0
  132. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_avncmd.py +0 -0
  133. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_bmemd.py +0 -0
  134. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_ceemdan.py +0 -0
  135. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_cvmd2d.py +0 -0
  136. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_eemd.py +0 -0
  137. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_emd.py +0 -0
  138. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_esmd.py +0 -0
  139. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_ewt.py +0 -0
  140. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_ewt2d.py +0 -0
  141. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_faemd.py +0 -0
  142. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_faemd2d.py +0 -0
  143. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_faemd3d.py +0 -0
  144. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_gdmd.py +0 -0
  145. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_itd.py +0 -0
  146. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_ivgnmd.py +0 -0
  147. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_jmd.py +0 -0
  148. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_lmd.py +0 -0
  149. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_moving_decomp.py +0 -0
  150. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_mstl.py +0 -0
  151. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_ovmd.py +0 -0
  152. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_rlmd.py +0 -0
  153. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_semd.py +0 -0
  154. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_sjmd.py +0 -0
  155. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_ssa.py +0 -0
  156. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_stl.py +0 -0
  157. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_stvmd.py +0 -0
  158. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_svmd.py +0 -0
  159. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_swd.py +0 -0
  160. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_vgnmd.py +0 -0
  161. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_vmd.py +0 -0
  162. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_vmd2d.py +0 -0
  163. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tests/test_vncmd.py +0 -0
  164. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tsa/__init__.py +0 -0
  165. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tsa/_dtw.py +0 -0
  166. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tsa/_moving_decomp.py +0 -0
  167. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tsa/_mstl.py +0 -0
  168. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/tsa/_stl.py +0 -0
  169. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/__init__.py +0 -0
  170. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_correlation.py +0 -0
  171. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_diagnalization.py +0 -0
  172. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_differ.py +0 -0
  173. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_fft.py +0 -0
  174. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_function.py +0 -0
  175. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_hilbert.py +0 -0
  176. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_instantaneous.py +0 -0
  177. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_kernel_matrix.py +0 -0
  178. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_mirror.py +0 -0
  179. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_process.py +0 -0
  180. {pysdkit-0.4.42 → pysdkit-0.4.43}/pysdkit/utils/_smooth1d.py +0 -0
  181. {pysdkit-0.4.42 → pysdkit-0.4.43}/setup.cfg +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySDKit
3
- Version: 0.4.42
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>, Rongkun Zhu <mrpigzrk@gmail.com>, Kai Wu <kwu@xidian.edu.cn>, Lei Wang <wang_lei4759@163.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
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>
7
7
  License: MIT License
8
8
 
9
9
  Copyright (c) 2019 Whenxuan Wang
@@ -156,15 +156,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
156
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) | ✔️ |
157
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) | ✔️ |
158
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) | ✔️ |
159
- | [`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) | ✔️ |
160
- | [`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) | ✔️ |
161
- | [`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) | ✔️ |
162
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) | ✔️ |
163
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) | ✔️ |
164
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) | ✔️ |
165
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) | ✔️ |
166
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) | ✖️ |
167
- | [`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) | ✔️ |
168
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) | ✔️ |
169
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) | ✔️ |
170
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) | ✔️ |
@@ -191,11 +191,12 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
191
191
  | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
192
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) | ✖️ |
193
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) | ✔️ |
194
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) | ✔️ |
195
- | [`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) | ✔️ |
196
197
 
197
198
 
198
199
 
199
200
  ## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
200
201
 
201
- 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,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySDKit
3
- Version: 0.4.42
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>, Rongkun Zhu <mrpigzrk@gmail.com>, Kai Wu <kwu@xidian.edu.cn>, Lei Wang <wang_lei4759@163.com>, WenTong Zhao <23049200290@stu.xidian.edu.cn>
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>
7
7
  License: MIT License
8
8
 
9
9
  Copyright (c) 2019 Whenxuan Wang
@@ -156,15 +156,15 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
156
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) | ✔️ |
157
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) | ✔️ |
158
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) | ✔️ |
159
- | [`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) | ✔️ |
160
- | [`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) | ✔️ |
161
- | [`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) | ✔️ |
162
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) | ✔️ |
163
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) | ✔️ |
164
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) | ✔️ |
165
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) | ✔️ |
166
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) | ✖️ |
167
- | [`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) | ✔️ |
168
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) | ✔️ |
169
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) | ✔️ |
170
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) | ✔️ |
@@ -191,11 +191,12 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
191
191
  | [`ESMD`]() (Extreme-Point Symmetric Mode Decomposition) | [[paper]](https://arxiv.org/abs/1303.6540) | [[code]](https://github.com/WuShichao/esmd) | ✔️ |
192
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) | ✖️ |
193
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) | ✔️ |
194
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) | ✔️ |
195
- | [`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) | ✔️ |
196
197
 
197
198
 
198
199
 
199
200
  ## Acknowledgements 🎖️ <a id="Acknowledgements"></a>
200
201
 
201
- 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
@@ -134,6 +133,7 @@ pysdkit/tests/test_jmd.py
134
133
  pysdkit/tests/test_lmd.py
135
134
  pysdkit/tests/test_moving_decomp.py
136
135
  pysdkit/tests/test_mstl.py
136
+ pysdkit/tests/test_osd.py
137
137
  pysdkit/tests/test_ovmd.py
138
138
  pysdkit/tests/test_rlmd.py
139
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) | ✔️ |
@@ -138,11 +138,12 @@ plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
138
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,17 +10,21 @@ 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" },
15
- { name = "Rongkun Zhu", email = "mrpigzrk@gmail.com"},
16
- { name = "Kai Wu", email = "kwu@xidian.edu.cn"},
17
- { name = "Lei Wang", email = "wang_lei4759@163.com"},
13
+ { name = "Whenxuan Wang" },
14
+ { name = "RuiZhe Wang" },
15
+ { name = "Rongkun Zhu" },
16
+ { name = "Kai Wu" },
17
+ { name = "Lei Wang" },
18
18
  { name = "josefinez" },
19
19
  { name = "Deeksha Manjunath" },
20
20
  { name = "Yuan Feng" },
21
- { name = "WenTong Zhao", email = "23049200290@stu.xidian.edu.cn" },
21
+ { name = "WenTong Zhao" },
22
22
  { name = "JacktheFowler" },
23
23
  ]
24
+ maintainers = [
25
+ { name = "Whenxuan Wang", email = "wwhenxuan@gmail.com" },
26
+ { name = "RuiZhe Wang", email = "3133986068@qq.com" },
27
+ ]
24
28
  keywords = [
25
29
  "signal decomposition",
26
30
  "signal processing",
@@ -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.42"
5
+ __version__ = "0.4.43"
6
6
 
7
7
  # Empirical Mode Decomposition
8
8
  from ._emd import EMD
@@ -37,11 +37,11 @@ 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
45
 
46
46
  # Extreme-Point Symmetric Mode Decomposition
47
47
  from ._esmd import ESMD, esmd
@@ -52,12 +52,15 @@ from ._lmd import LMD
52
52
  # Robust Local Mean Decomposition
53
53
  from ._lmd import RLMD
54
54
 
55
- # Singular Spectral Analysis
56
- from ._ssa import SSA
55
+ # Singular Spectral Analysis (time iterative decomposition)
56
+ from ._tid import SSA
57
57
 
58
58
  # Swarm Decomposition
59
59
  from ._osd import SWD, swd
60
60
 
61
+ # Optimization-based Signal Decomposition
62
+ from ._osd import OSD
63
+
61
64
  # Generalized Dispersion Mode Decomposition
62
65
  from ._gdmd import GDMD, gdmd
63
66
 
@@ -106,8 +109,8 @@ from ._vncmd import INCMD
106
109
  # Adaptive Variational Nonlinear Chirp Mode Decomposition
107
110
  from ._vncmd import AVNCMD
108
111
 
109
- # Adaptive Local Iterative Filtering
110
- from ._alif import ALIF
112
+ # Adaptive Local Iterative Filtering (time iterative decomposition)
113
+ from ._tid import ALIF
111
114
 
112
115
  # Adaptive Polymorphic Mode Decomposition
113
116
  from ._apmd import APMD
@@ -186,6 +189,7 @@ Local Mean Decomposition | LMD
186
189
  Robust Local Mean Decomposition | RLMD
187
190
  Singular Spectral Analysis | SSA
188
191
  Swarm Decomposition | SWD
192
+ Optimization-based Signal Decomposition | OSD
189
193
  Generalized Dispersion Mode Decomposition | GDMD
190
194
  Variational Generalized Nonlinear Mode Dec. | VGNMD
191
195
  Improved VGNMD (crossed chirp / dispersive) | IVGNMD
@@ -241,8 +245,8 @@ __all__ = [
241
245
  "SSA",
242
246
  "SWD",
243
247
  "swd",
244
- "GDMD",
245
- "gdmd",
248
+ "OSD",
249
+ "GDMD", "gdmd",
246
250
  "VGNMD",
247
251
  "vgnmd",
248
252
  "IVGNMD",
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ Optimization / swarm based signal decomposition utilities.
4
+
5
+ - :class:`SWD` — Swarm Decomposition
6
+ - :class:`OSD` — Optimization-based Signal Decomposition
7
+ """
8
+
9
+ from .swd import SWD, swd
10
+ from .osd import OSD
11
+ from .components import (
12
+ Component,
13
+ FiniteSet,
14
+ MeanSquareSmall,
15
+ SmoothDiff,
16
+ SmoothSecondDifference,
17
+ Sparse,
18
+ SparseDiff,
19
+ SparseFirstDiffConvex,
20
+ SparseSecondDiffConvex,
21
+ )
22
+
23
+ __all__ = [
24
+ "SWD",
25
+ "swd",
26
+ "OSD",
27
+ "Component",
28
+ "MeanSquareSmall",
29
+ "SmoothDiff",
30
+ "SmoothSecondDifference",
31
+ "SparseDiff",
32
+ "SparseFirstDiffConvex",
33
+ "SparseSecondDiffConvex",
34
+ "Sparse",
35
+ "FiniteSet",
36
+ ]