Metadata-Version: 2.1
Name: pcg-springer-features
Version: 0.3
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
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
License-File: LICENSE
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'
Requires-Dist: pytest-cov ; 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'
Requires-Dist: pytest-cov ; 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)
[![codecov](https://codecov.io/gh/DeepPSP/pcg_springer_features/branch/master/graph/badge.svg?token=LIML5LHY3Q)](https://codecov.io/gh/DeepPSP/pcg_springer_features)
![PyPI](https://img.shields.io/pypi/v/pcg_springer_features?style=flat-square)
![downloads](https://img.shields.io/pypi/dm/pcg_springer_features?style=flat-square)

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