https://github.com/rhenanbartels/hrv
A Python package for heart rate variability analysis
https://github.com/rhenanbartels/hrv
data-science hacktoberfest hrv python signal-processing
Last synced: about 1 year ago
JSON representation
A Python package for heart rate variability analysis
- Host: GitHub
- URL: https://github.com/rhenanbartels/hrv
- Owner: rhenanbartels
- License: bsd-3-clause
- Created: 2016-10-13T23:49:51.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-17T17:08:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T01:12:49.338Z (about 1 year ago)
- Topics: data-science, hacktoberfest, hrv, python, signal-processing
- Language: Jupyter Notebook
- Homepage:
- Size: 2.5 MB
- Stars: 204
- Watchers: 14
- Forks: 59
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/rhenanbartels/hrv)
[](https://codecov.io/gh/rhenanbartels/hrv)
[](https://pypi.python.org/pypi/hrv)
[](https://pypi.python.org/pypi/hrv)


[](https://github.com/rhenanbartels/hrv/blob/develop/LICENSE.md)
[](https://doi.org/10.5281/zenodo.3960216)
Pythonic package for Heart Rate Variability Analysis
===============================
version number: 0.2.10
author: Rhenan Bartels

Overview
--------
**hrv** is a simple Python module that brings the most widely used
techniques to extract information about cardiac autonomic functions through RRi series and Heart Rate Variability (HRV) analyses without losing the **Power** and **Flexibility**
of a native Python object.
In other words, the **hrv** module eases the manipulation, inspection, pre-processing, visualization, and analyses of HRV-related information. Additionally, it is written with idiomatic code and tries to implement the API of a built-in object, which might make it intuitive for Python users.
For a more in-depth explanation of how hrv works, please [Read the documentation](https://hrv.readthedocs.io/en/latest/)