Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 663 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 663 Bytes

real_time_project

Repo for Real Time System course project.

An ECG soft real-time simulation and analysis is performed using pthread real time functions. Graphics provided by Allegro. Prerequisites are to install Allegro libraryTo try the code type on a shell in current directory:

make
sudo main

Then try commands available on GUI:

  • Press 's' to start/stop the simulation
  • Press 't' to activate tachycardia simulation
  • Press 'a' to activate arrhytmia simulation
  • Press 'f' to activate fibrillation simulation
  • Press 'k' to activate tachycardia detector
  • Press 'd' to activate arrhytmia detector
  • Press 'i' to activate fibrillation detector