Metadata-Version: 2.1
Name: pcg-springer-features
Version: 0.1
Summary: Tools for Computation of Springer's Features from Phonocardiogram (PCG).
Home-page: https://github.com/DeepPSP/pcg_springer_features
Author: DeepPSP
Author-email: wenh06@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: PyWavelets
Requires-Dist: easydict
Requires-Dist: torch-ecg
Provides-Extra: dev
Requires-Dist: black (==22.3.0) ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Provides-Extra: test
Requires-Dist: black (==22.3.0) ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'

# pcg_springer_features
Computation of Springer's Features from Phonocardiogram (PCG)

![format-check](https://github.com/DeepPSP/pcg_springer_features/actions/workflows/check-formatting.yml/badge.svg)
![pytest](https://github.com/DeepPSP/pcg_springer_features/actions/workflows/run-pytest.yml/badge.svg)

A part (feature extraction) of the [original Matlab code](https://physionet.org/content/hss/1.0/) is re-implemented.


