SlideShare a Scribd company logo
INSTRUMENTATION AMPLIFIER IN
HEART MONITORING
WHAT IS AMPLIFIER?
 It is an electronic device that increases the power of
a signal. It does this by taking energy from a power
supply and controlling the output to match the input
signal shape but with a larger amplitude.
WHAT IS OPERATIONAL AMPLIFIER?
 An operational amplifier is a DC-coupled high-
gain electronic voltage amplifier with a differential
input and, usually, a single-ended output. In this
configuration, an op-amp produces an output
potential that is typically hundreds of thousands of
times larger than the potential difference between
its input terminals.
APPLICATIONS OF OPERATIONAL AMPLIFIER.
 Audio amplifiers
 Speakers and microphone circuits in cell phones,
computers, mpg players, boom boxes, etc.
 Instrumentation amplifiers
 Biomedical systems including heart monitors and
oxygen sensors.
 Power amplifiers
 Analog computers
 Combination of integrators, differentiators, summing
amplifiers, and multipliers.
AUDIO AMPLIFIERS.
 An audio power amplifier is an electronic
amplifier that amplifies low-power
audio signals (signals composed primarily of
frequencies between20 - 20 000 Hz, the human
range of hearing) to a level suitable for
driving loudspeakers and is the final stage in a
typical audio playback chain.
INSTRUMENTATION AMPLIFIER.
 An instrumentation amplifier is a type
of differential amplifier that has been outfitted with
input buffer amplifiers, which eliminate the need for
input impedance matching and thus make the
amplifier particularly suitable for use in
measurement and test equipment.
 Additional characteristics include very
low DC offset, low drift, low noise, very high open-
loop gain, very high common-mode rejection ratio,
and very high input impedances.
CONTINUED..
 Instrumentation amplifiers are used where
great accuracy and stability of the circuit both short
and long-term are required.
 the instrumentation amplifier is usually shown
schematically identical to a standard operational
amplifier (op-amp), the electronic instrumentation
amp is almost always internally composed of 3 op-
amps.
 These are arranged so that there is one op-amp to
buffer each input (+,−), and one to produce the
desired output with adequate impedance matching
for the function.
CONTINUED…
 The most commonly used instrumentation amplifier
circuit is shown in the figure. The gain of the circuit
is
HEART RATE MONITORING SYSTEM
INTRODUCTION
 The heart is one of the most vital organs within the
human body.
 It acts as a pump that circulates oxygen and
nutrient carrying blood around the body in order to
keep it functioning.
 The circulated blood also removes waste products
generated from the body to the kidneys.
 When the body is exerted the rate at which the
heart beats will vary proportional to the amount of
effort being exerted.
 By detecting the voltage created by the beating of
the heart, its rate can be easily observed and used
for a number of health purposes .
ECG
 An electrocardiogram is a graphical trace of the
voltage produced by the heart. A sample trace of a
typical ECG output for a single beat is shown
below. There are 5 identifiable features in an ECG
trace which corresponds to different polarisation
stages that makes up a heart beat. These
deflections are denoted by the letters P, Q, R, S and
T.
ECG
 By detecting the R peaks and measuring the time
between them the heart rate can be calculated and
then displayed.
 A persons heart rate before, during and after
exercise is the main indicator of their fitness.
 Measuring this manually requires a person to stop
the activity they are doing in order to count the
number of heart beats over a period of time.
 Measuring the heart rate using an electrical circuit
can be done much quicker and more accurately .
DESIRED SIGNAL
 The heart pulse received on the skin by electrodes
is a result of travelling electrical activity from the
heart.
 At the skin, this signal has a relative potential in the
range of about ~2mV.
 This pulse as depicted in Figure 1 has a pulse
length of about 20ms and therefore has a very low
bandwidth of 50Hz.
NOISE
 Noise from the environment will easily swamp the tiny
pulse signal from the heart.
 The leads connecting the electrode to the amplifier will
act like an antenna which will inadvertently receive
unwanted radiated signals. Such signals are for example
the 50Hz from power lines and emf’s from fluorescent
lights will add a tiny sinusoidal wave which is generally
quite difficult to filter away.
 Muscles other than the heart also produce voltage
potentials and these can also be detected although the
large relative size and regularity of the heart muscles
help to differentiate it from the rest.
ENHANCEMENTS.
 A high gain amplifier with a high Common Mode
Rejection Ratio (CMRR) will be used to receive the
desired signal. Also having a frequency response of at
least 50Hz to detect the heart pulse.
 A low pass filter will be implemented to remove the
noise. Because most of the noise types discussed are of
high frequency while the desired signal is relatively low a
single pole filter will suffice.
 The final circuit will be implemented in a Printed Circuit
Board (PCB) to reduce the number of “radiating and
transmitting” sources on the device (loose wires and
exposed long component legs).
 Necessarily long wires for the contacts will be shielded.
AMPLIFICATION STAGE.
 An instrumentation amplifier is usually the very first stage
in an instrumentation system.
 This is because of the very small voltages usually
received from the probes need to be amplified
significantly to be proceeding stages.
 An instrumentation amplifier (IA) is a difference amplifier
where the difference between the two input terminals is
amplified and the common signals between the inputs are
rejected (Common Mode Rejection (CMR)).
 The latter function is the device characteristic, termed the
Common Rejection Ratio (CMRR). As depicted in it
typically consists of three op-amps.
CONTINUED…
 The IA circuit can be decomposed into two parts. XOP1
and XOP 2 are in a buffered amplifier configurations and
XOP 3 is a basic differential amplifier.
 The buffered amplifiers while providing first stage
amplification to the inputs also isolates the resistor
resistance from being affected by the biasing (high
potential or at noise floor) at the input terminals. The
differential amplifier XOP 3 compensates for the bias by
only considering the difference between the input
terminals and generally has a differential gain of 1.
CONTINUED…
 For a bio-signals amplifier once of the important
characteristics of the Op-amps to be used are its CMRR
and Gain.
 CMRR is generally affected by the matching of the
resistance values throughout the circuit. Therefore the
use of resistors with accuracies of 0.1% is highly
desirable.
 The overall gain of the IA circuit is
 Vo/Vs = (1+2 R1/R2)R5/R4.
PROCESSING AND DISPLAY.
 An 8-bit microcontroller was chosen to process the output
signal produced by the amplification stage.
 The Microchip PIC16F877A was selected due to its
additional output and processing power, and also its
onboard 10-bit analogue to digital converter and in-circuit
debugging features.
 Using this highly integrated microcontroller allowed for a
simpler design and trouble shooting debugging process.
 Due to the use of a microcontroller to calculate the beats
per minute (BPM), it was decided that a liquid crystal
display (LCD) module would be the most flexible way of
displaying this numerical output.
 It was originally planned that several seven segment
displays could be used, but again it was deemed
worthwhile to integrate the display unit together and limit
the number of components required.
 In addition, the information which the LCD could convey
was greater.
 Regarding the actual BPM calculation (assuming that it
was possible to translate each R part (the blip/spike
peak) into singular events occurring in a timely fashion of
course)
 it was originally going to be done by measuring the total
number of spikes within a certain amount of time and
then multiplying this count by a factor (as it is done
when using a clock and your hand).
 With the use of the microcontroller however more
precise measurements were able to be made resulting
in an output of greater accuracy and speed.
POWER.
 To power the circuit, the system will be divided into
two sections. The system will be powered via a 9V
battery with the required the 5V in section two
obtained via a LM7805 5V voltage regulator. The
sections are designed such that both sections can
be powered via a single 9V battery or through two
9V dedicated battery for each section.
 For the amplifier stage, the op-amps require dual
polarity rails to operate. To generate a negative
voltage from a single 9V battery a virtual ground
has to be created.
 the resistors in the op-amp forms a voltage divider
so that half the applied voltage VCC forms at the
output
 However, it is important to note that a virtual ground
has only limited output current therefore the op-amp
should be used in the inverting configuration.
 This is because in this it requires no ground current.
GENERATING A VIRTUAL GROUND
IMPLEMENTATION.
 Amplification Stage
 To test the gain of the amplification circuit, a sinusoidal signal
was attenuated to around the expected value to be amplified.
The attenuation was achieved via the function generator and
even further through a voltage divider circuit.
 Display and Processing
 The following two images are port names taken from the
datasheets of the microcontroller and LCD used. The table
details the corresponding pin connections between these two
elements. The order in which these were connected was
chosen to preserve the bit order of the microprocessor.
DATA ACQUISITION.
 In order to acquire the ECG signal care was required not
to overwhelm it with noise during the initial stages.
 long lengths of cable required to reach the person having
their heart rate measured are quite long and are easily
susceptible to added noise.
 This is minimized by using shielded core audio cable to
carry this signal.
 The amount of the signal detected is maximized by using
electrodes with a larger surface area.
 This is further increased by lowering the resistance of the
junction between the skin and the electrode by using a
conductive lubricant such as hand lotion or shampoo.
PCB IMPLEMENTATION.
 Using the Eagle PCB software provided the
schematic of the amplifier and filter stages was
replicated from the original PSpice implementation.
This was then
 converted into a PCB layout. A separate schematic
and layout was also created to simplify connections
to the microcontroller.
RESULT.
FREQUENCY RESPONSE OF AMPLIFICATION
STAGE .
THREE OP-AMP IA CONFIGURATIONS .
CONCLUSION.
 This implementation of a heart monitor involves low
cost amplifier and filter components coupled with a
sophisticated microcontroller and LCD screen.
 Because the device is most useful if it is portable it
was designed with use of one or two 9V batteries.
Instrumentation amplifier in heart beat monetering.

More Related Content

What's hot

amplifier ppt.pptx
amplifier ppt.pptxamplifier ppt.pptx
amplifier ppt.pptx
monikavardia
 
Schmitt trigger circuit
Schmitt trigger circuitSchmitt trigger circuit
Schmitt trigger circuit
taranjeet10
 
feedback amplifier
 feedback amplifier feedback amplifier
feedback amplifier
rarunsekar007
 
Phase Locked Loop (PLL)
Phase Locked Loop (PLL)Phase Locked Loop (PLL)
Phase Locked Loop (PLL)
Debayon Saha
 
Electronics project presentation
Electronics project presentationElectronics project presentation
Electronics project presentation
Zahidul Islam Razu
 
Design and implementation of analog multipliers with IC's
Design and implementation of analog multipliers with IC'sDesign and implementation of analog multipliers with IC's
Design and implementation of analog multipliers with IC's
heyaci
 
Pre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptxPre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptx
swatihalunde
 
Pll ppt
Pll pptPll ppt
Pll ppt
parassini
 
Super heterodyne receiver
Super heterodyne receiverSuper heterodyne receiver
Super heterodyne receiver
mpsrekha83
 
Op amp(operational amplifier)
Op amp(operational amplifier)Op amp(operational amplifier)
Op amp(operational amplifier)
Kausik das
 
VLSI Testing Techniques
VLSI Testing TechniquesVLSI Testing Techniques
VLSI Testing Techniques
A B Shinde
 
Clipper circuit
Clipper circuitClipper circuit
Op amp comparator
Op amp comparatorOp amp comparator
Op amp comparator
Ahmadoof
 
Phase locked loop
Phase locked loopPhase locked loop
Phase locked loop
Preet_patel
 
Buffer op amplifier
Buffer op amplifierBuffer op amplifier
Buffer op amplifier
vaibhav jindal
 
Microwave Phase shifter
Microwave Phase shifterMicrowave Phase shifter
Bridge Rectifier Circuit with Working Operation and Their Types
Bridge Rectifier Circuit with Working Operation and Their TypesBridge Rectifier Circuit with Working Operation and Their Types
Bridge Rectifier Circuit with Working Operation and Their Types
elprocus
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifier
Mussayyab Alam
 
Feedback amplifiers
Feedback amplifiersFeedback amplifiers
Feedback amplifiers
ForwardBlog Enewzletter
 
Presentation on Op-amp by Sourabh kumar
Presentation on Op-amp by Sourabh kumarPresentation on Op-amp by Sourabh kumar
Presentation on Op-amp by Sourabh kumar
Sourabh Kumar
 

What's hot (20)

amplifier ppt.pptx
amplifier ppt.pptxamplifier ppt.pptx
amplifier ppt.pptx
 
Schmitt trigger circuit
Schmitt trigger circuitSchmitt trigger circuit
Schmitt trigger circuit
 
feedback amplifier
 feedback amplifier feedback amplifier
feedback amplifier
 
Phase Locked Loop (PLL)
Phase Locked Loop (PLL)Phase Locked Loop (PLL)
Phase Locked Loop (PLL)
 
Electronics project presentation
Electronics project presentationElectronics project presentation
Electronics project presentation
 
Design and implementation of analog multipliers with IC's
Design and implementation of analog multipliers with IC'sDesign and implementation of analog multipliers with IC's
Design and implementation of analog multipliers with IC's
 
Pre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptxPre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptx
 
Pll ppt
Pll pptPll ppt
Pll ppt
 
Super heterodyne receiver
Super heterodyne receiverSuper heterodyne receiver
Super heterodyne receiver
 
Op amp(operational amplifier)
Op amp(operational amplifier)Op amp(operational amplifier)
Op amp(operational amplifier)
 
VLSI Testing Techniques
VLSI Testing TechniquesVLSI Testing Techniques
VLSI Testing Techniques
 
Clipper circuit
Clipper circuitClipper circuit
Clipper circuit
 
Op amp comparator
Op amp comparatorOp amp comparator
Op amp comparator
 
Phase locked loop
Phase locked loopPhase locked loop
Phase locked loop
 
Buffer op amplifier
Buffer op amplifierBuffer op amplifier
Buffer op amplifier
 
Microwave Phase shifter
Microwave Phase shifterMicrowave Phase shifter
Microwave Phase shifter
 
Bridge Rectifier Circuit with Working Operation and Their Types
Bridge Rectifier Circuit with Working Operation and Their TypesBridge Rectifier Circuit with Working Operation and Their Types
Bridge Rectifier Circuit with Working Operation and Their Types
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifier
 
Feedback amplifiers
Feedback amplifiersFeedback amplifiers
Feedback amplifiers
 
Presentation on Op-amp by Sourabh kumar
Presentation on Op-amp by Sourabh kumarPresentation on Op-amp by Sourabh kumar
Presentation on Op-amp by Sourabh kumar
 

Similar to Instrumentation amplifier in heart beat monetering.

4_INFRARED REMOTE USED FOR 8
4_INFRARED REMOTE USED FOR 84_INFRARED REMOTE USED FOR 8
4_INFRARED REMOTE USED FOR 8
SURAJ MAHAPATRA
 
Instrumentational Amplifier
Instrumentational Amplifier Instrumentational Amplifier
Instrumentational Amplifier
ZunAib Ali
 
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker SystemWireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
IOSRJECE
 
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptxUNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
DrAyyarKandasamy
 
ARRHYTHMIA.pptx
ARRHYTHMIA.pptxARRHYTHMIA.pptx
ARRHYTHMIA.pptx
SivaGovind2
 
Senior Project Students' Presentation on ECG Monitoring
Senior Project Students' Presentation on ECG MonitoringSenior Project Students' Presentation on ECG Monitoring
Senior Project Students' Presentation on ECG Monitoring
Md Kafiul Islam
 
DSP applications in medical field.
DSP applications in medical field.DSP applications in medical field.
DSP applications in medical field.
Ethar Sayed
 
OP amp parameters
OP amp parametersOP amp parameters
OP amp parameters
Omkar Rane
 
Opertional amplifier khiri elrmali libya
Opertional amplifier khiri elrmali  libyaOpertional amplifier khiri elrmali  libya
Opertional amplifier khiri elrmali libya
Web Design & Development
 
Evaluating ECG Capturing Using Sound-Card of PC/Laptop
Evaluating ECG Capturing Using Sound-Card of PC/LaptopEvaluating ECG Capturing Using Sound-Card of PC/Laptop
Evaluating ECG Capturing Using Sound-Card of PC/Laptop
ijics
 
Arvi
ArviArvi
Electrical signal processing and transmission
Electrical signal processing and transmissionElectrical signal processing and transmission
Electrical signal processing and transmission
Bishal Rimal
 
Unit-I Characteristics of opamp
Unit-I Characteristics of opampUnit-I Characteristics of opamp
Unit-I Characteristics of opamp
Dr.Raja R
 
An operational amplifier for merge
An operational amplifier   for mergeAn operational amplifier   for merge
An operational amplifier for merge
beneden.morong
 
Am transmitter
Am transmitterAm transmitter
Am transmitter
Pradeep Singh Yadav
 
Analog & Digital Integrated Circuits - Material (Short Answers)
Analog & Digital Integrated Circuits -  Material (Short Answers) Analog & Digital Integrated Circuits -  Material (Short Answers)
Analog & Digital Integrated Circuits - Material (Short Answers)
Mathankumar S
 
Common emitter amplifier by YEASIN NEWAJ
Common emitter amplifier by YEASIN NEWAJCommon emitter amplifier by YEASIN NEWAJ
Common emitter amplifier by YEASIN NEWAJ
YeasinNewaj
 
Eg24842846
Eg24842846Eg24842846
Eg24842846
IJERA Editor
 
An ECG-on-Chip for Wearable Cardiac Monitoring Devices
An ECG-on-Chip for Wearable Cardiac Monitoring Devices An ECG-on-Chip for Wearable Cardiac Monitoring Devices
An ECG-on-Chip for Wearable Cardiac Monitoring Devices
ecgpapers
 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurement
itfakash
 

Similar to Instrumentation amplifier in heart beat monetering. (20)

4_INFRARED REMOTE USED FOR 8
4_INFRARED REMOTE USED FOR 84_INFRARED REMOTE USED FOR 8
4_INFRARED REMOTE USED FOR 8
 
Instrumentational Amplifier
Instrumentational Amplifier Instrumentational Amplifier
Instrumentational Amplifier
 
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker SystemWireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
 
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptxUNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
 
ARRHYTHMIA.pptx
ARRHYTHMIA.pptxARRHYTHMIA.pptx
ARRHYTHMIA.pptx
 
Senior Project Students' Presentation on ECG Monitoring
Senior Project Students' Presentation on ECG MonitoringSenior Project Students' Presentation on ECG Monitoring
Senior Project Students' Presentation on ECG Monitoring
 
DSP applications in medical field.
DSP applications in medical field.DSP applications in medical field.
DSP applications in medical field.
 
OP amp parameters
OP amp parametersOP amp parameters
OP amp parameters
 
Opertional amplifier khiri elrmali libya
Opertional amplifier khiri elrmali  libyaOpertional amplifier khiri elrmali  libya
Opertional amplifier khiri elrmali libya
 
Evaluating ECG Capturing Using Sound-Card of PC/Laptop
Evaluating ECG Capturing Using Sound-Card of PC/LaptopEvaluating ECG Capturing Using Sound-Card of PC/Laptop
Evaluating ECG Capturing Using Sound-Card of PC/Laptop
 
Arvi
ArviArvi
Arvi
 
Electrical signal processing and transmission
Electrical signal processing and transmissionElectrical signal processing and transmission
Electrical signal processing and transmission
 
Unit-I Characteristics of opamp
Unit-I Characteristics of opampUnit-I Characteristics of opamp
Unit-I Characteristics of opamp
 
An operational amplifier for merge
An operational amplifier   for mergeAn operational amplifier   for merge
An operational amplifier for merge
 
Am transmitter
Am transmitterAm transmitter
Am transmitter
 
Analog & Digital Integrated Circuits - Material (Short Answers)
Analog & Digital Integrated Circuits -  Material (Short Answers) Analog & Digital Integrated Circuits -  Material (Short Answers)
Analog & Digital Integrated Circuits - Material (Short Answers)
 
Common emitter amplifier by YEASIN NEWAJ
Common emitter amplifier by YEASIN NEWAJCommon emitter amplifier by YEASIN NEWAJ
Common emitter amplifier by YEASIN NEWAJ
 
Eg24842846
Eg24842846Eg24842846
Eg24842846
 
An ECG-on-Chip for Wearable Cardiac Monitoring Devices
An ECG-on-Chip for Wearable Cardiac Monitoring Devices An ECG-on-Chip for Wearable Cardiac Monitoring Devices
An ECG-on-Chip for Wearable Cardiac Monitoring Devices
 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurement
 

More from Shrikant Chandan

B11 sss final ppt
B11 sss final pptB11 sss final ppt
B11 sss final ppt
Shrikant Chandan
 
Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)
Shrikant Chandan
 
Smart Lighting Using IOT
Smart Lighting Using IOTSmart Lighting Using IOT
Smart Lighting Using IOT
Shrikant Chandan
 
Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)
Shrikant Chandan
 
IOT Protocols For Industrial Application
IOT Protocols For Industrial ApplicationIOT Protocols For Industrial Application
IOT Protocols For Industrial Application
Shrikant Chandan
 
Analysis of Multivariable System.
Analysis of Multivariable System.Analysis of Multivariable System.
Analysis of Multivariable System.
Shrikant Chandan
 

More from Shrikant Chandan (6)

B11 sss final ppt
B11 sss final pptB11 sss final ppt
B11 sss final ppt
 
Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)
 
Smart Lighting Using IOT
Smart Lighting Using IOTSmart Lighting Using IOT
Smart Lighting Using IOT
 
Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)Location mapping using python (jupyter nootbook)
Location mapping using python (jupyter nootbook)
 
IOT Protocols For Industrial Application
IOT Protocols For Industrial ApplicationIOT Protocols For Industrial Application
IOT Protocols For Industrial Application
 
Analysis of Multivariable System.
Analysis of Multivariable System.Analysis of Multivariable System.
Analysis of Multivariable System.
 

Recently uploaded

A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 

Recently uploaded (20)

A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 

Instrumentation amplifier in heart beat monetering.

  • 2. WHAT IS AMPLIFIER?  It is an electronic device that increases the power of a signal. It does this by taking energy from a power supply and controlling the output to match the input signal shape but with a larger amplitude.
  • 3. WHAT IS OPERATIONAL AMPLIFIER?  An operational amplifier is a DC-coupled high- gain electronic voltage amplifier with a differential input and, usually, a single-ended output. In this configuration, an op-amp produces an output potential that is typically hundreds of thousands of times larger than the potential difference between its input terminals.
  • 4. APPLICATIONS OF OPERATIONAL AMPLIFIER.  Audio amplifiers  Speakers and microphone circuits in cell phones, computers, mpg players, boom boxes, etc.  Instrumentation amplifiers  Biomedical systems including heart monitors and oxygen sensors.  Power amplifiers  Analog computers  Combination of integrators, differentiators, summing amplifiers, and multipliers.
  • 5. AUDIO AMPLIFIERS.  An audio power amplifier is an electronic amplifier that amplifies low-power audio signals (signals composed primarily of frequencies between20 - 20 000 Hz, the human range of hearing) to a level suitable for driving loudspeakers and is the final stage in a typical audio playback chain.
  • 6. INSTRUMENTATION AMPLIFIER.  An instrumentation amplifier is a type of differential amplifier that has been outfitted with input buffer amplifiers, which eliminate the need for input impedance matching and thus make the amplifier particularly suitable for use in measurement and test equipment.  Additional characteristics include very low DC offset, low drift, low noise, very high open- loop gain, very high common-mode rejection ratio, and very high input impedances.
  • 7. CONTINUED..  Instrumentation amplifiers are used where great accuracy and stability of the circuit both short and long-term are required.  the instrumentation amplifier is usually shown schematically identical to a standard operational amplifier (op-amp), the electronic instrumentation amp is almost always internally composed of 3 op- amps.  These are arranged so that there is one op-amp to buffer each input (+,−), and one to produce the desired output with adequate impedance matching for the function.
  • 8. CONTINUED…  The most commonly used instrumentation amplifier circuit is shown in the figure. The gain of the circuit is
  • 10. INTRODUCTION  The heart is one of the most vital organs within the human body.  It acts as a pump that circulates oxygen and nutrient carrying blood around the body in order to keep it functioning.  The circulated blood also removes waste products generated from the body to the kidneys.  When the body is exerted the rate at which the heart beats will vary proportional to the amount of effort being exerted.  By detecting the voltage created by the beating of the heart, its rate can be easily observed and used for a number of health purposes .
  • 11. ECG  An electrocardiogram is a graphical trace of the voltage produced by the heart. A sample trace of a typical ECG output for a single beat is shown below. There are 5 identifiable features in an ECG trace which corresponds to different polarisation stages that makes up a heart beat. These deflections are denoted by the letters P, Q, R, S and T.
  • 12. ECG  By detecting the R peaks and measuring the time between them the heart rate can be calculated and then displayed.  A persons heart rate before, during and after exercise is the main indicator of their fitness.  Measuring this manually requires a person to stop the activity they are doing in order to count the number of heart beats over a period of time.  Measuring the heart rate using an electrical circuit can be done much quicker and more accurately .
  • 13. DESIRED SIGNAL  The heart pulse received on the skin by electrodes is a result of travelling electrical activity from the heart.  At the skin, this signal has a relative potential in the range of about ~2mV.  This pulse as depicted in Figure 1 has a pulse length of about 20ms and therefore has a very low bandwidth of 50Hz.
  • 14. NOISE  Noise from the environment will easily swamp the tiny pulse signal from the heart.  The leads connecting the electrode to the amplifier will act like an antenna which will inadvertently receive unwanted radiated signals. Such signals are for example the 50Hz from power lines and emf’s from fluorescent lights will add a tiny sinusoidal wave which is generally quite difficult to filter away.  Muscles other than the heart also produce voltage potentials and these can also be detected although the large relative size and regularity of the heart muscles help to differentiate it from the rest.
  • 15. ENHANCEMENTS.  A high gain amplifier with a high Common Mode Rejection Ratio (CMRR) will be used to receive the desired signal. Also having a frequency response of at least 50Hz to detect the heart pulse.  A low pass filter will be implemented to remove the noise. Because most of the noise types discussed are of high frequency while the desired signal is relatively low a single pole filter will suffice.  The final circuit will be implemented in a Printed Circuit Board (PCB) to reduce the number of “radiating and transmitting” sources on the device (loose wires and exposed long component legs).
  • 16.  Necessarily long wires for the contacts will be shielded.
  • 17. AMPLIFICATION STAGE.  An instrumentation amplifier is usually the very first stage in an instrumentation system.  This is because of the very small voltages usually received from the probes need to be amplified significantly to be proceeding stages.  An instrumentation amplifier (IA) is a difference amplifier where the difference between the two input terminals is amplified and the common signals between the inputs are rejected (Common Mode Rejection (CMR)).  The latter function is the device characteristic, termed the Common Rejection Ratio (CMRR). As depicted in it typically consists of three op-amps.
  • 18.
  • 19. CONTINUED…  The IA circuit can be decomposed into two parts. XOP1 and XOP 2 are in a buffered amplifier configurations and XOP 3 is a basic differential amplifier.  The buffered amplifiers while providing first stage amplification to the inputs also isolates the resistor resistance from being affected by the biasing (high potential or at noise floor) at the input terminals. The differential amplifier XOP 3 compensates for the bias by only considering the difference between the input terminals and generally has a differential gain of 1.
  • 20. CONTINUED…  For a bio-signals amplifier once of the important characteristics of the Op-amps to be used are its CMRR and Gain.  CMRR is generally affected by the matching of the resistance values throughout the circuit. Therefore the use of resistors with accuracies of 0.1% is highly desirable.  The overall gain of the IA circuit is  Vo/Vs = (1+2 R1/R2)R5/R4.
  • 21. PROCESSING AND DISPLAY.  An 8-bit microcontroller was chosen to process the output signal produced by the amplification stage.  The Microchip PIC16F877A was selected due to its additional output and processing power, and also its onboard 10-bit analogue to digital converter and in-circuit debugging features.  Using this highly integrated microcontroller allowed for a simpler design and trouble shooting debugging process.  Due to the use of a microcontroller to calculate the beats per minute (BPM), it was decided that a liquid crystal display (LCD) module would be the most flexible way of displaying this numerical output.
  • 22.  It was originally planned that several seven segment displays could be used, but again it was deemed worthwhile to integrate the display unit together and limit the number of components required.  In addition, the information which the LCD could convey was greater.  Regarding the actual BPM calculation (assuming that it was possible to translate each R part (the blip/spike peak) into singular events occurring in a timely fashion of course)
  • 23.  it was originally going to be done by measuring the total number of spikes within a certain amount of time and then multiplying this count by a factor (as it is done when using a clock and your hand).  With the use of the microcontroller however more precise measurements were able to be made resulting in an output of greater accuracy and speed.
  • 24. POWER.  To power the circuit, the system will be divided into two sections. The system will be powered via a 9V battery with the required the 5V in section two obtained via a LM7805 5V voltage regulator. The sections are designed such that both sections can be powered via a single 9V battery or through two 9V dedicated battery for each section.  For the amplifier stage, the op-amps require dual polarity rails to operate. To generate a negative voltage from a single 9V battery a virtual ground has to be created.
  • 25.  the resistors in the op-amp forms a voltage divider so that half the applied voltage VCC forms at the output  However, it is important to note that a virtual ground has only limited output current therefore the op-amp should be used in the inverting configuration.  This is because in this it requires no ground current.
  • 27. IMPLEMENTATION.  Amplification Stage  To test the gain of the amplification circuit, a sinusoidal signal was attenuated to around the expected value to be amplified. The attenuation was achieved via the function generator and even further through a voltage divider circuit.  Display and Processing  The following two images are port names taken from the datasheets of the microcontroller and LCD used. The table details the corresponding pin connections between these two elements. The order in which these were connected was chosen to preserve the bit order of the microprocessor.
  • 28.
  • 29. DATA ACQUISITION.  In order to acquire the ECG signal care was required not to overwhelm it with noise during the initial stages.  long lengths of cable required to reach the person having their heart rate measured are quite long and are easily susceptible to added noise.  This is minimized by using shielded core audio cable to carry this signal.  The amount of the signal detected is maximized by using electrodes with a larger surface area.  This is further increased by lowering the resistance of the junction between the skin and the electrode by using a conductive lubricant such as hand lotion or shampoo.
  • 30. PCB IMPLEMENTATION.  Using the Eagle PCB software provided the schematic of the amplifier and filter stages was replicated from the original PSpice implementation. This was then  converted into a PCB layout. A separate schematic and layout was also created to simplify connections to the microcontroller.
  • 32. FREQUENCY RESPONSE OF AMPLIFICATION STAGE .
  • 33. THREE OP-AMP IA CONFIGURATIONS .
  • 34. CONCLUSION.  This implementation of a heart monitor involves low cost amplifier and filter components coupled with a sophisticated microcontroller and LCD screen.  Because the device is most useful if it is portable it was designed with use of one or two 9V batteries.