Giter VIP home page Giter VIP logo

oseawrapper's Introduction

oseawrapper

Wrapper application to parse a input data file through the Open Source ECG Analyzer by E. P. Limited.

Licensed under the GNU GPL v2.0, see gpl-2.0.md for more information.

Compilation

No known exotic dependencies. Type make and you should be done.

Working on Red Hat Enterprise Linux Workstation release 6.5 (Santiago).

Usage

./oseawrapper [input datafile] (output datafile)

Input datafile

A file containing a single ECG integer sample per line. The data should be formatted to fulfil the following conditions:

  • Normalised to 5 mV/LSB (200 A-to-D units per mV)
  • 200 Hz sample rate, although this algorithm should work beyond this

Output datafile

Output is sent to a file or to stdout if not specified. Each detected heart beat is reported as a tab-delimited index, delay, beat type and beat match output.

The index is the sample offset when the beat was detected. The next value, delay is the delay in samples for the OSEA algorithm to detect the heart beat, therefore the beat was detected at index - delay samples. The beat type is 1 for a normal R-wave, 5 for a PVC (Premature Ventricular Contraction) and 13 for an unknown beat. The beat match is provided for an unknown debugging purpose.

Links

http://keot.co.uk/

http://eplimited.com/

oseawrapper's People

Contributors

keot 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.