Learning-Tuto / Arrhythmia-Detection-Set-Conference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrhythmia Detection from ECG Signal using Open-MP

The project has been developed in CPP using OPEN-MP Library.

Open-MP library contains functions and variables to build a parallel program or to parallelize the already existing program. Development Environment - Visual Studio

The project includes use of many threads to parallelize the execution flow.

Run the Project:

  1. Open the project in Visual Studio
  2. Run the main.c file

Results: Signal Value - Arrythmia Class (Tachycardia/Bradycardia/Normal)

The results are visible in command Prompt.

About


Languages

Language:C 53.3%Language:C++ 46.7%