Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

OBSS Assignment 1 - Implementation of the simple QRS detector

Notifications You must be signed in to change notification settings

arruw/fri-2021-obss-assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRS Detection

Implementation is based on paper A moving average based filtering system with its application to real-time QRS detection [1].

Report: here

Requirements

Tools

Download MIT-BIH database [2]

$ cd data
$ wget -r -N -c -np https://physionet.org/files/mitdb/1.0.0/

Convert database to MATLAB format

$ ./convert2mat.sh

Convert MATLAB detections to qrs format

$ ./convert2qrs.sh

Evaluate results

$ ./evaluate.sh

Literature

[1] Chen, H. C., and Szi-Wen Chen. "A moving average based filtering system with its application to real-time QRS detection." Computers in Cardiology, 2003. IEEE, 2003.

[2] Moody, George B., and Roger G. Mark. "The MIT-BIH arrhythmia database on CD-ROM and software for use with it." [1990] Proceedings Computers in Cardiology. IEEE, 1990.

About

OBSS Assignment 1 - Implementation of the simple QRS detector

Topics

Resources

Stars

Watchers

Forks