Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-17T17:08:27.000Z (5 months ago)
- Last Synced: 2024-11-06T06:40:43.346Z (7 days ago)
- Topics: data-science, hacktoberfest, hrv, python, signal-processing
- Language: Jupyter Notebook
- Homepage:
- Size: 2.5 MB
- Stars: 196
- Watchers: 14
- Forks: 58
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/rhenanbartels/hrv.svg?branch=develop)](https://travis-ci.org/rhenanbartels/hrv)
[![codecov](https://codecov.io/gh/rhenanbartels/hrv/branch/develop/graph/badge.svg)](https://codecov.io/gh/rhenanbartels/hrv)
[![Current version at PyPI](https://img.shields.io/pypi/v/hrv.svg)](https://pypi.python.org/pypi/hrv)
[![Downloads per month on PyPI](https://img.shields.io/pypi/dm/hrv.svg)](https://pypi.python.org/pypi/hrv)
![Supported Python Versions](https://img.shields.io/pypi/pyversions/hrv.svg)
![Software status](https://img.shields.io/pypi/status/rows.svg)
[![License: LGPLv3](https://img.shields.io/pypi/l/hrv.svg)](https://github.com/rhenanbartels/hrv/blob/develop/LICENSE.md)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3960216.svg)](https://doi.org/10.5281/zenodo.3960216)Pythonic package for Heart Rate Variability Analysis
===============================version number: 0.2.10
author: Rhenan Bartels
![logo](https://raw.githubusercontent.com/rhenanbartels/hrv/develop/docs/logo-small.png)
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/)