corsense

An interface for reading HR and HRV data from corSense device

https://github.com/mar-iam/corsense

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

corsense hrv realtime
Last synced: 6 months ago · JSON representation ·

Repository

An interface for reading HR and HRV data from corSense device

Basic Info
  • Host: GitHub
  • Owner: Mar-iam
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 5.89 MB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
corsense hrv realtime
Created over 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

CorSense BLE

An interface for reading HR and HRV data from corSense device by EliteHRV in real-time using Bluetooth Low Energy (BLE).

Requirements

This code is implemented using bluePy python package; thus, the current script works on Linux OS.

HRV Real-Time Acqusition from CorSense

Artefact detection is based on a moving window of median RR (window size = 10).

Owner

  • Name: Mariam
  • Login: Mar-iam
  • Kind: user
  • Location: Qatar

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Bahameish
    given-names: Mariam
title: "CorSense BLE Interface"
version: 1.0.0
date-released: 2019-08-24
url: "https://github.com/Mar-iam/corSense"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • bluepy *
  • numpy *
  • pandas *
  • setuptools *
setup.py pypi