Top Banner
Electrocardiogram (ECG) application operation Performed By: Ran Geler Mor Levy Instructor: Moshe Porian Project Duration: 2 Semesters Spring 2012
11

Electrocardiogram (ECG) application operation

Feb 23, 2016

Download

Documents

Grady

Electrocardiogram (ECG) application operation. Performed By: Ran Geler Mor Levy Instructor:Moshe Porian Project Duration: 2 Semesters Spring 2012. Introduction. The heart is a muscular organ that beats in rhythm to pump blood through the body - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Electrocardiogram (ECG) application  operation

Electrocardiogram (ECG) application operation

Performed By: Ran GelerMor Levy

Instructor: Moshe Porian

Project Duration: 2 Semesters

Spring 2012

Page 2: Electrocardiogram (ECG) application  operation

IntroductionThe heart is a muscular organ

that beats in rhythm to pump blood through the body

By analyzing the heart behavior and especially the electrical impulses we can help identify heart diseases and special circumstance that require

close monitoring

Page 3: Electrocardiogram (ECG) application  operation

Medical TermsECGLead

◦Bipolar leads ◦Unipolar leads ◦Precordial Leads

Page 4: Electrocardiogram (ECG) application  operation

Project OverviewProject focus

Page 5: Electrocardiogram (ECG) application  operation

Project GoalsDesign and implement a communication

interface between a PC to an ECG board using a FPGA.

Implement a simulation component to PCB board behavior for tests.

Learn how to integrate Multi Platforms elements◦ECG DB with FPGA

Build an interactive GUI with debugger abilities.

Methodic project

Page 6: Electrocardiogram (ECG) application  operation

Top Architecture

Page 7: Electrocardiogram (ECG) application  operation

ECG FSMControls the flow of data between

the host and the DBThree Main chain of actions:

◦Read Data◦Read Registers◦Write Registers

Page 8: Electrocardiogram (ECG) application  operation

ADS1298R ECG DBFPGA Architecture design suited

to Texas Instruments ADS1298R board.

Arrived to the High Speed Digital Systems Lab

Page 9: Electrocardiogram (ECG) application  operation

DB MockingWe have implemented a component to

imitate the Texas Instruments ADS1298R Chip behavior.

The Mocking component is capable ofsaving 26 configuration registers values.

Extracting \ writing data from a sequence ofregisters in a burst.

Simulate a continues samples reading (RDATAC mode).

Page 10: Electrocardiogram (ECG) application  operation

GUI – Flash mode

Page 11: Electrocardiogram (ECG) application  operation

GUI – Analyzer mode