bio potential simulator

11
BIO POTENTIAL SIMULATOR Instructor: Evgeniy Kuksin Preformed by: Ziv Landesberg Duration: 1 semester

Upload: eugene

Post on 12-Jan-2016

31 views

Category:

Documents


0 download

DESCRIPTION

Bio potential simulator. Instructor: Evgeniy Kuksin Preformed by: Ziv Landesberg Duration: 1 semester. Introduction. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Bio potential simulator

BIO POTENTIAL SIMULATOR

Instructor: Evgeniy KuksinPreformed by: Ziv Landesberg

Duration: 1 semester

Page 2: Bio potential simulator

Introduction

Bio potential detector measures the electric potentials on the surface of living tissue . Bio potential detection is useful in many medical application such as ECG, EMG, AND EEG MONITORS.

Therefore is also useful to have the ability to test the Bio potential detector by a bio potential simulator.

Page 3: Bio potential simulator

Project goal

The project goal is to implement a controller of a bio exponential simulator. The controller should control the signal at the output of the simulator.

Page 4: Bio potential simulator

Real system description

host

PCB

FPGA

Material like living

tissue

Page 5: Bio potential simulator

Description of the system that shall be implemented

Signal generator

(after analog detection

and integration)

FPGA D/A 5382

D/A 5382

D/A 5382

D/A 5382

A/D 7961

Page 6: Bio potential simulator

FPGA code structure

The code on the FPGA shall be divided to two main parts.

The first part is the calibration of the D/As’ m and c registers. This registers should allow to digitally set the slope to 1 and to eliminate the bias.

The second stage is the normal running of the system, which continuously reading values from the dram and sending them to the D/As.

Page 7: Bio potential simulator

Project requirements

FPGA that can be programmed using LABVIEW

LVDS card(for debugging) PCB with 4 DACs and 1 ADC

Page 8: Bio potential simulator

Reg,addres(always changed at same time)

data

Wr’

ldac

Wait to host

DACs timings at calibration

value

value

Page 9: Bio potential simulator

sdout

din

sck

cnv

Start new cycle at host command

ADC timings at calibration

read

clockwrite

clock

read

write

clock

Page 10: Bio potential simulator

Reg,addres(always changed at same time)

data

Wr’

ldac

Wait to busy

Repeat 32 times

Wait for output stabelize/wanted freq(optional)

Dacs timings at normal runing

value

value

readRead next 32Values from dram

Page 11: Bio potential simulator

Estimated time linesStage 1 :build the calibration code

Stage 2: write the code of the regular running of the system

Stage 3: create the signal generator in labview

15 decemberl

30 november

15 november 31 october Estimated date

Stage 1

Stage 2

Stage 3

Yellow- means partially doneRed- means need to be done