SlideShare a Scribd company logo
1 of 35
Download to read offline
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

Inverter circuits
Inverter circuitsInverter circuits
Inverter circuitsHasan Turki
 
engineering electronics project report
engineering electronics project reportengineering electronics project report
engineering electronics project reportSikandar Khattak
 
Bjt oscillators
Bjt oscillatorsBjt oscillators
Bjt oscillatorsCvSudhakar
 
Stepper motor(encrypted)
Stepper motor(encrypted)Stepper motor(encrypted)
Stepper motor(encrypted)Rohini Haridas
 
Successive approximation adc
Successive approximation adcSuccessive approximation adc
Successive approximation adcMaria Roshan
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifierUnsa Shakir
 
Analog & Digital Integrated Circuits (Question Bank)
Analog & Digital Integrated Circuits (Question Bank)Analog & Digital Integrated Circuits (Question Bank)
Analog & Digital Integrated Circuits (Question Bank)Mathankumar S
 
Advantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar DasAdvantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar DasB.k. Das
 
Position sensors
Position sensorsPosition sensors
Position sensorsusic123
 
Overview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its ApplicationOverview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its Applicationelprocus
 
SIMULATION OF MULTIMODE DC-DC CONVERTER FOR EV APPLICATIONS
SIMULATION OF MULTIMODE  DC-DC CONVERTER FOR EV APPLICATIONSSIMULATION OF MULTIMODE  DC-DC CONVERTER FOR EV APPLICATIONS
SIMULATION OF MULTIMODE DC-DC CONVERTER FOR EV APPLICATIONSDivya Yennam
 

What's hot (20)

MOSFETs
MOSFETsMOSFETs
MOSFETs
 
Tachogenerator
TachogeneratorTachogenerator
Tachogenerator
 
8051 interfacing
8051 interfacing8051 interfacing
8051 interfacing
 
Inverter circuits
Inverter circuitsInverter circuits
Inverter circuits
 
Stepper motor ppt
Stepper motor pptStepper motor ppt
Stepper motor ppt
 
engineering electronics project report
engineering electronics project reportengineering electronics project report
engineering electronics project report
 
Project ppt
Project pptProject ppt
Project ppt
 
Bjt oscillators
Bjt oscillatorsBjt oscillators
Bjt oscillators
 
Stepper motor(encrypted)
Stepper motor(encrypted)Stepper motor(encrypted)
Stepper motor(encrypted)
 
Function generator
Function generatorFunction generator
Function generator
 
Function generator
Function generatorFunction generator
Function generator
 
ADC & DAC
ADC & DACADC & DAC
ADC & DAC
 
Successive approximation adc
Successive approximation adcSuccessive approximation adc
Successive approximation adc
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifier
 
Analog & Digital Integrated Circuits (Question Bank)
Analog & Digital Integrated Circuits (Question Bank)Analog & Digital Integrated Circuits (Question Bank)
Analog & Digital Integrated Circuits (Question Bank)
 
Advantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar DasAdvantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar Das
 
Position sensors
Position sensorsPosition sensors
Position sensors
 
Overview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its ApplicationOverview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its Application
 
Presentation on JFET
Presentation on JFETPresentation on JFET
Presentation on JFET
 
SIMULATION OF MULTIMODE DC-DC CONVERTER FOR EV APPLICATIONS
SIMULATION OF MULTIMODE  DC-DC CONVERTER FOR EV APPLICATIONSSIMULATION OF MULTIMODE  DC-DC CONVERTER FOR EV APPLICATIONS
SIMULATION OF MULTIMODE DC-DC CONVERTER FOR EV APPLICATIONS
 

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 8SURAJ 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 SystemIOSRJECE
 
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptxUNIT III - SIGNAL CONDITIONING CIRCUITS.pptx
UNIT III - SIGNAL CONDITIONING CIRCUITS.pptxDrAyyarKandasamy
 
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 MonitoringMd 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 parametersOmkar Rane
 
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/Laptopijics
 
Electrical signal processing and transmission
Electrical signal processing and transmissionElectrical signal processing and transmission
Electrical signal processing and transmissionBishal Rimal
 
Unit-I Characteristics of opamp
Unit-I Characteristics of opampUnit-I Characteristics of opamp
Unit-I Characteristics of opampDr.Raja R
 
An operational amplifier for merge
An operational amplifier   for mergeAn operational amplifier   for merge
An operational amplifier for mergebeneden.morong
 
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 NEWAJYeasinNewaj
 
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 measurementitfakash
 

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

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
 
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 ApplicationShrikant 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

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

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.