PySDKit 0.4__tar.gz → 0.4.1__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 (47) hide show
  1. {PySDKit-0.4 → PySDKit-0.4.1}/PKG-INFO +5 -8
  2. {PySDKit-0.4 → PySDKit-0.4.1}/PySDKit.egg-info/PKG-INFO +5 -8
  3. {PySDKit-0.4 → PySDKit-0.4.1}/README.md +4 -7
  4. {PySDKit-0.4 → PySDKit-0.4.1}/setup.py +1 -1
  5. {PySDKit-0.4 → PySDKit-0.4.1}/LICENSE +0 -0
  6. {PySDKit-0.4 → PySDKit-0.4.1}/PySDKit.egg-info/SOURCES.txt +0 -0
  7. {PySDKit-0.4 → PySDKit-0.4.1}/PySDKit.egg-info/dependency_links.txt +0 -0
  8. {PySDKit-0.4 → PySDKit-0.4.1}/PySDKit.egg-info/requires.txt +0 -0
  9. {PySDKit-0.4 → PySDKit-0.4.1}/PySDKit.egg-info/top_level.txt +0 -0
  10. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/__init__.py +0 -0
  11. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/data/__init__.py +0 -0
  12. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/data/_add_noise.py +0 -0
  13. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/data/_generator.py +0 -0
  14. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd/BEMD.py +0 -0
  15. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd/EMD.py +0 -0
  16. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd/__init__.py +0 -0
  17. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd/_find_extrema.py +0 -0
  18. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd/_prepare_points.py +0 -0
  19. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd/_splines.py +0 -0
  20. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/emd2d/__init__.py +0 -0
  21. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/ewt/__init__.py +0 -0
  22. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/ewt/_ewt.py +0 -0
  23. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/metrics/_Index_of_Orthogonality.py +0 -0
  24. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/metrics/__init__.py +0 -0
  25. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/plot/__init__.py +0 -0
  26. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/plot/_fourier_spectra.py +0 -0
  27. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/plot/_functions.py +0 -0
  28. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/plot/_plot_imfs.py +0 -0
  29. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/plot/main.py +0 -0
  30. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/__init__.py +0 -0
  31. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/_differ.py +0 -0
  32. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/_fft.py +0 -0
  33. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/_function.py +0 -0
  34. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/_smooth1d.py +0 -0
  35. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/hilbert.py +0 -0
  36. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/mirror.py +0 -0
  37. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/utils/process.py +0 -0
  38. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/__init__.py +0 -0
  39. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/_avmd.py +0 -0
  40. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/_mvmd.py +0 -0
  41. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/_svmd.py +0 -0
  42. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/_vmd_c.py +0 -0
  43. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/_vmd_f.py +0 -0
  44. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vmd/base.py +0 -0
  45. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vncmd/__init__.py +0 -0
  46. {PySDKit-0.4 → PySDKit-0.4.1}/pysdkit/vncmd/vncmd.py +0 -0
  47. {PySDKit-0.4 → PySDKit-0.4.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySDKit
3
- Version: 0.4
3
+ Version: 0.4.1
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface
5
5
  Home-page: https://github.com/wwhenxuan/PySDKit
6
6
  Author: whenxuan
@@ -28,9 +28,7 @@ License-File: LICENSE
28
28
 
29
29
  A Python library for signal decomposition algorithms
30
30
 
31
- <div align="center">
32
- <img src=".\images\Logo_sd.png" alt="Logo_sd" width="500"/>
33
- </div>
31
+ ![Logo](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/Logo_sd.png)
34
32
 
35
33
  ## Installation
36
34
 
@@ -64,7 +62,7 @@ IMFs = emd.fit_transform(signal, max_imf=2)
64
62
  plot_IMFs(signal, IMFs)
65
63
  ~~~
66
64
 
67
- <img src=".\images\example.jpg" alt="example" />
65
+ ![example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/example.jpg)
68
66
 
69
67
  The EMD in the above example is the most classic `empirical mode decomposition` algorithm in signal decomposition. For more complex signals, you can try other algorithms such as variational mode decomposition ([`VMD`](https://ieeexplore.ieee.org/abstract/document/6655981)).
70
68
 
@@ -82,7 +80,7 @@ print(IMFs.shape)
82
80
  vmd.plot_IMFs(save_figure=True)
83
81
  ~~~
84
82
 
85
- <img src=".\images\vmd_example.jpg" alt="vmd_example.jpg" />
83
+ ![vmd_example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/vmd_example.jpg)
86
84
 
87
85
  Better observe the characteristics of the decomposed intrinsic mode function in the frequency domain.
88
86
 
@@ -93,5 +91,4 @@ from pysdkit.plot import plot_IMFs_amplitude_spectra
93
91
  plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
94
92
  ~~~
95
93
 
96
- <img src=".\images\frequency_example.jpg" alt="frequency_example" />
97
-
94
+ ![frequency_example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/frequency_example.jpg)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySDKit
3
- Version: 0.4
3
+ Version: 0.4.1
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface
5
5
  Home-page: https://github.com/wwhenxuan/PySDKit
6
6
  Author: whenxuan
@@ -28,9 +28,7 @@ License-File: LICENSE
28
28
 
29
29
  A Python library for signal decomposition algorithms
30
30
 
31
- <div align="center">
32
- <img src=".\images\Logo_sd.png" alt="Logo_sd" width="500"/>
33
- </div>
31
+ ![Logo](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/Logo_sd.png)
34
32
 
35
33
  ## Installation
36
34
 
@@ -64,7 +62,7 @@ IMFs = emd.fit_transform(signal, max_imf=2)
64
62
  plot_IMFs(signal, IMFs)
65
63
  ~~~
66
64
 
67
- <img src=".\images\example.jpg" alt="example" />
65
+ ![example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/example.jpg)
68
66
 
69
67
  The EMD in the above example is the most classic `empirical mode decomposition` algorithm in signal decomposition. For more complex signals, you can try other algorithms such as variational mode decomposition ([`VMD`](https://ieeexplore.ieee.org/abstract/document/6655981)).
70
68
 
@@ -82,7 +80,7 @@ print(IMFs.shape)
82
80
  vmd.plot_IMFs(save_figure=True)
83
81
  ~~~
84
82
 
85
- <img src=".\images\vmd_example.jpg" alt="vmd_example.jpg" />
83
+ ![vmd_example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/vmd_example.jpg)
86
84
 
87
85
  Better observe the characteristics of the decomposed intrinsic mode function in the frequency domain.
88
86
 
@@ -93,5 +91,4 @@ from pysdkit.plot import plot_IMFs_amplitude_spectra
93
91
  plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
94
92
  ~~~
95
93
 
96
- <img src=".\images\frequency_example.jpg" alt="frequency_example" />
97
-
94
+ ![frequency_example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/frequency_example.jpg)
@@ -5,9 +5,7 @@
5
5
 
6
6
  A Python library for signal decomposition algorithms
7
7
 
8
- <div align="center">
9
- <img src=".\images\Logo_sd.png" alt="Logo_sd" width="500"/>
10
- </div>
8
+ ![Logo](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/Logo_sd.png)
11
9
 
12
10
  ## Installation
13
11
 
@@ -41,7 +39,7 @@ IMFs = emd.fit_transform(signal, max_imf=2)
41
39
  plot_IMFs(signal, IMFs)
42
40
  ~~~
43
41
 
44
- <img src=".\images\example.jpg" alt="example" />
42
+ ![example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/example.jpg)
45
43
 
46
44
  The EMD in the above example is the most classic `empirical mode decomposition` algorithm in signal decomposition. For more complex signals, you can try other algorithms such as variational mode decomposition ([`VMD`](https://ieeexplore.ieee.org/abstract/document/6655981)).
47
45
 
@@ -59,7 +57,7 @@ print(IMFs.shape)
59
57
  vmd.plot_IMFs(save_figure=True)
60
58
  ~~~
61
59
 
62
- <img src=".\images\vmd_example.jpg" alt="vmd_example.jpg" />
60
+ ![vmd_example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/vmd_example.jpg)
63
61
 
64
62
  Better observe the characteristics of the decomposed intrinsic mode function in the frequency domain.
65
63
 
@@ -70,5 +68,4 @@ from pysdkit.plot import plot_IMFs_amplitude_spectra
70
68
  plot_IMFs_amplitude_spectra(IMFs, smooth="exp") # use exp smooth
71
69
  ~~~
72
70
 
73
- <img src=".\images\frequency_example.jpg" alt="frequency_example" />
74
-
71
+ ![frequency_example](https://raw.githubusercontent.com/wwhenxuan/PySDKit/main/images/frequency_example.jpg)
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
6
6
  setuptools.setup(
7
7
  name='PySDKit', # 使用包的名称
8
8
  packages=setuptools.find_packages(),
9
- version='0.4', # 包的版本号,应遵循语义版本控制规则
9
+ version='0.4.1', # 包的版本号,应遵循语义版本控制规则
10
10
  description='A Python library for signal decomposition algorithms with a unified interface', # 包的简短描述
11
11
  url='https://github.com/wwhenxuan/PySDKit', # 项目的地址通常来说是github
12
12
  author='whenxuan',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes