Giter VIP home page Giter VIP logo

polarhrm's Introduction

polarHRM

Matlab function to parse a Polar brand heart rate monitor .hrm files into matlab.

Created by: Cameron Stewart 23/03/2017 [email protected]

https://hackingismakingisengineering.wordpress.com/ https://github.com/cstewart000/polarHRM

@Input Arguments: path = the absolute path of the ".hrm" file to read in. Ues a period ('.') before the path to make the path relative to the working directory

@Output Values dataDate - the start date of the data set as a string in: 'yyyyMMdd' format time - the start time of the data set as a string in: 'HH:mm:ss.s' format heartRateBpm - a vector of the heart rate in BPM at each reading interval elapsedtimeSS - a vector of the elapsed time in seconds between each HR value.

Note: The heart rate monitor records the time between beats in ms. The frequency of the reading is therefore iregular. The rate is measured as the inverse of the time between each reading:

HR_{bps} = 1/(T_{reading.ms}/1000)

Example call: [dataDate, dataTime, heartRateBpm,elapsedtime] = readInHRMfile(".<your_file>.hrm")

polarhrm's People

Contributors

cstewart000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.