Computerized ECG Machine

Size: px
Start display at page:

Download "Computerized ECG Machine"

Transcription

1 Computerized ECG Machine R.A.D. Aruna Niresh, T.R. Ariyarathne, R. Lelwala and K.D.I Wasudewa* Department Physics, University of Colombo, Colombo 03, Sri Lanka. *Medical Center, University of Colombo, Colombo 03, Sri Lanka. Tel : , Fax: , aruna_niresh@yahoo.com Keywords: Digitizing an ECG signal, Computer based ECG system, Computerized 12 Lead ECG system, Heart infection analyzer. Abstract Main purpose of the research work is to construct a low cost, computer based ECG Machine to be used in ordinary dispensaries Generation of electrocardiogram is done by capturing lead signals through parallel port of the computer. The Computer ECG Machine (CEM) signal detector circuit consists of an instrumentation amplifier, summing amplifiers, Lowpass filter and a lead selector. Microcontroller module has been use to interface the computer and the CEM. The software package developed using MATLAB 5.3 to provide user interface control to the CEM is named as ECGPro. Main task of the software package is to construct standard ECG signal in order to print on a paper and/or display on screen with the grid for visual observation by doctor and to supply digitized signal for computer based DSP analysis, for diagnosis. Implementation of filters and communication with parallel port are also included in the package. Introduction The Computer ECG Machine (CEM) is a system which uses the Standard Clinical ECG technique. Basically, CEM can be separated in to two major parts, namely Hardware Interface (electronic device) and Software Interface (hardware controller and ECG analyzer). parallel port of the PC to send digitized data to the computer. Electrodes Interface circuit Parallel Connection Figure 1.1 Mediums used to interface the human body and the computer Software interface Software Interface itself can be subdivided into two components, namely hardware controller and graphical user interface. Hardware controlling software also consist two parts, control software interface developed using MATLAB 5.3 and the microcontroller program developed using Microchip MPLAB IDE 6.2 software tool. Graphical user interface provides the user with standard feature which comes with the normal ECG machine. Following chapters will briefly describe the features of the software interface Hardware interface Figure 1.1 shows the schematic diagram of interfaces. This provides the interfacing between human body and the computer software (PC). It uses Standard ECG Cables to acquire the voltage variations of the human body and

2 Technical Review Electrocardiogram is a measurement of functionality of human heart. These measurements are taken by placing electrodes on human body and detecting the voltage variations by those electrodes. To generate electrocardiogram, it needs to combine detected signals from the human body and should be digitized in order to send it to the computer. Since this process involves quite a few steps, it is better to discuss them in detail. 2.1 Detection & Generation of ECG It is understood that the amplitude of the detected signal is very small (approximately in rang of 1 mv). Therefore it is necessary to have circuit which has high impedance at the input terminals to obtain the signal without any lost. Also since the 12 ECG Leads (Standard Clinical ECG) is generates using 12 different combinations of signals which are acquired by the 10 electrodes, the circuit should encompass some kind of a selection technique in order to select appropriate electrodes to generate each lead respectively. Since the signal amplitude is very small, noise contribution to the signal is quite significant. The frequency band used in standard clinical ECG technique is 0.05 Hz 100 Hz. Therefore it is reasonable to have a low pass filter before digitizing. But introduction of a low pass filter to the end is not going to eliminate the all noise components. Because there is a major noise contribution from AC power line (50 Hz). Therefore it should also be removed. This can be done by having a 50 Hz notch filter (band reject filter). 2.2 Digitizing the signal Generated ECG pattern is a bipolar signal. Therefore the DC level of the signal should be shifted into a certain level since it is going to use an A/D converter which allows only analogue voltages between 0 V to 5 V. Since digitized data is going to be transferred to the computer, it is important to have a hardware handshaking between sender (interface circuit) and the receiver (computer) for proper transmission of data. 2.3 Control software (ECGPro) This is a combination of both hardware controller software (program) and user interface. Although the hardware controller program is doing the controlling process user interface (front end of the control software) is the main control panel of this device, since this is the interface which going to interact with the end users. Therefore the interface software acts an important roll here. Characteristic features of the interface software can be listed as follows. Patient identification system Signal magnification (as in the standard ECG machine) Changing the mode of recording (manual / automatic) Storing of recorded data Printing of recorded data Back end of the control software is the hardware controller program. Please refer section 4.3 for more details. Design & Implementation The three major sections of CEM have been discussed under the technical review. Therefore it is better to discuss the important steps involved in designing each section separately. 3.1 Designing of signal detector There are 12 different electrocardiograms (12 Leads) to be generated, since this uses standard clinical ECG technique. To generate these 12 leads, it needs to take different combinations of signals which are taken from human body. Therefore it is better to start with the simplest lead, Lead I. 3.2 Designing of ECG amplifier Consider the simplest electrode combination, Lead I. this is a bipolar lead and it measures the voltage difference between left arm and right arm. Following are the techniques that were used to take the difference between two voltage signals. First approach Difference between two signals can be taken by adding one signal to the other by taking phase shift. Figure 3.1 shows the schematic of this approach. But this approach didn t give the desired results. Reason for failing this method is the mismatch of impedances at the input terminals. Because of that reason the signal doesn t match with each other. Also since there is no noise rejection technique, noise is also amplified by the input terminals. Therefore the output of the system fails to give the desired result.

3 Third approach Input 1 Input 2 NonInverting Amplifier Inverting Amplifier Output This approach uses cascaded a low pass active filter (see Figure 3.4) with the previous circuit at the output terminal. Frequency response of the filter is shown under Figure 3.5. Initially the upper cutoff frequency was set to Hz. Figure 3.6 shows the output taken under this approach and it has some improvements over previous outputs. Figure 3.1 Block diagram of the first approach Second approach Actually this approach can be considered as an improved version of the first approach. Instead of using two different amplifier configurations at the input, this method uses two noninverting amplifiers and the outputs drive into a differential amplifier. This circuit forms an instrumentation amplifier. Instrumentation amplifier rejects the common mode signals. Noise can be considered as common mode signals. Therefore noise contribution also can eliminate by using an instrumentation amplifier. Figure 3.2 shows the circuit diagram used under this approach. Figure 3.3 shows the output obtained by the circuit designed under second approach, it has the characteristic variations of a standard ECG wave form for Lead I configuration. Although the required pattern was obtained, still it contains a considerable amount of noise. Maximum frequency interested in electrocardiogram is 100 Hz; therefore it is quite reasonable to have a low pass filter. Figure 3.3 Wave form obtain for Lead I configuration using circuit used in second approach Figure 3.4 Circuit diagram used under third approach. Here the instrumentation amplifier is cascaded with low pass filter. Figure 3.2 Circuit used under second approach Figure 3.5 Frequency response of the low pass filter.

4 10 N R L F V1 V2 V3 V4 V5 V6 R L Lead I Figure 3.6 Output obtained under third approach. This shows how it improved from the previous one. Although there are some noises incorporated in the output, circuit used under third approach was able to produce the desired ECG pattern. Since digital signal processing techniques are going to use, output of the third stage can be accepted. All these circuit setups use TL 084 opamp ICs. Figure 1.6 (chapter 1) shows the different combinations of electrodes which use to generate all 12 electrocardiograms (12 leads). Generation of 12 leads can be done by designing a separate circuit for each lead. But this can be done using some selection technique instead of having separate circuits for each lead. 3.3 Designing of a lead selector First of all it is better to have an over all idea about features which should include this lead selector. Main features of the lead selector can be list as follows, It should be able to take analogue inputs It should be able produce 2 outputs using 12 inputs It should be easy to control Figure 3.7 shows the expanded schematic of all lead combinations. It clearly shows what should be the function of lead selector. By observing the figure 3.7 it is understood that, to generate all 12 leads, an ECG amplifier needs two inputs. By observing figure 3.7, it is understood we can use some kind of a multiplexing method before generating the Lead signals. But it is not possible since the magnitudes of the body signals are very low. Therefore the multiplexing has been done after the generation of the Lead signals. Since each lead signal is going to be digitized, here it is using a 12 to 1 multiplexer to select each lead according to the user requirement. GND R F F L Adder1 R Adder2 L Adder3 F V1 V2 V3 V4 V5 V6 Lead II Lead III avr avl avf Figure 3.7 Detailed block diagram with all lead combinations. sign represents an adder circuit (see section 3.4) and sign represents an ECG amplifier discussed under 3.2. Adder1, Adder2, Adder3 and Addrer4 represent the outputs of corresponding adder circuits. V1 V2 V3 V4 V5 V6

5 3.4 Design of an adder circuit (summing amplifier) Actually here, it uses simple adder circuit which designed using two opamps. Figure 3.8 shows the circuit diagram of the adder circuit. There are four adders used in detector circuit and three of them have 2 inputs only. Therefore number of inputs of the adder varies. 4.2 Front end of ECGPro This section explains about the interfaces and the features of the software. Following are the main features provided by the ECGPro which are important to the end users. 4.3 Maintenance of patient details ECGPro keeps tracking between patient name and the records of the patient using his/her index no. Therefore it store recoded data of all 12 leads in a folder which named using index no. of the patient. 4.4 Selection of leads Figure 3.8 Circuit diagram of the summing amplifier 3.5 Designing of an A/D converter & microcontroller program PIC 16F877A microcontroller has inbuilt 10 bit A/D converter. Therefore here it has been used as the A/D converter. But this allows analogue signals between 0 5 V only. Therefore it needs an external circuit to shift the DC level of the input signals Control signals for lead selector circuit is produce by the microcontroller. This used standard parallel port of the PC to communicate with the computer. According to the control information given by the computer software, the microcontroller sends control signals to the lead selector. Software package 4.1 Control software Since the CEM is going to control via a computer, it needs to have software which is capable of controlling the device. ECGPro is the control software which customary design to fulfill the requirements. ECGPro has been design by using MATLAB 5.3 software tool. MATLAB has been choosing as the development tool, since it easy to handle when it comes to digital signal processing. This feature enables user to select the mode of recording. There are two types of recording modes. Automatic Recording Manual Recording If some one use automatic recording mode (AR mode), then the ECGPro will record all 12 leads and display them on the graphs shown right side of the interface. When it using manual recording mode (MR mode), software enables user to select the lead which is interested and display it on the graph corresponds to the selected lead. 4.5 Printing and storing of data Recorded data stored in a separate folder for each patient. It replaces old data of the patient by new data. Therefore software carries only latest data of a patient. Actually there is no need of past data since ECG Analyzer maintains past diagnostic reports. These recoded ECG patterns can be printed into a normal A4 size paper using a normal printer attached to the PC. Figure 4.1 and Figure 4.2 shows two interface of the ECGPro software.

6 Figure 4.1 This is the main interface of ECGPro. By using Help button one can get the help window which give a guide to use the interface Figure 4.2 Expanded version of the interface of ECGPro. 12 graphs shown in the right side of the figure will display the wave patterns of corresponding leads after recording.

7 Discussion & Conclusion 5.1 Issues encountered Designing of signal detector and filters Detection of low voltage signal and reduction of noise were main issues that encountered during designing phase of the signal detector. Detecting of low voltage signal was overcome by using an instrumentation amplifier. Since instrumentation amplifier consists of two noninverting buffer amplifiers, it provides high input impedance to the signal. Therefore it enables to detect the input signal without any distortion. Since signal & noise levels were comparable, noise contribution to the output was quite significant. Therefore some filtering technique required to eliminate noise from output signal to get the desired wave form. Since the frequency range of ECG wave in the range of 0.05 Hz 100 Hz (Section 1.4), higher frequency noises can eliminate using low pass filter at the output terminal of the instrumentation amplifier. Elimination of 50 Hz frequency component from AC power signal was quite a difficult task, since if an electronic circuit used to filter the 50 Hz frequency component, it can also be eliminates required frequency components (difficult to design an accurate notch filter). Therefore 50 Hz component was filtered using digital filters. Digital filters were also used to reduce the base line fluctuations due to the existence of low frequency components (frequencies les than 0.05 Hz) Port access under Windows 2000/NT Data transferring via parallel port Parallel port used for data transferring between microcontroller and the computer software. To transfer data without errors it needs to have synchronization between two ends. Initially, the synchronization was made by using delay routines. But it failed since the delay time depends on performances of the computer. Failure of delay routines gives rise to introduce a hardware handshaking technique between two ends. Introduction of hardware handshaking enables to transfer data without a distortion. 5.2 Recording of ECG Lead I was the electrode configuration used for recording. The main reason to choose Lead I for recording was the safety of the test person. Since Lead I use only the limb leads (right arm and left arm electrodes), in the case of a leakage of a small current, it is not going to affect the patient (test person). Therefore before recoding of leads like V1, V2, and V3 etc, it is required to electrically isolate patient from the circuit. Figure 4.3 and 4.6 represents two ECGs recorded using Lead I configuration. 5.3 Conclusions Designing of signal detector circuit and lead selector circuit was successfully completed; also signal detector circuit tested by recording an ECG for Lead I. Designing and development of software package was also completed successfully. Therefore it can be conclude that the aims and objectives of project have been achieved. To communicate with parallel port MATLAB needs to use external dynamic link library files. Therefore pin.dll and pout.dll (by Dr. R Lelwala, 1998) used for this purpose. But for Windows 2000/NT, this causes an access privilege violation error. Therefore system file called UserPort.SYS (Dale Roberts, 1995) used to enable user mode programs access to I/O ports Designing of software package MATLAB 5.3 used to develop the software package. Although MATLAB have been used for problem solving purposes, haven t used it for software developing. Therefore it was a challenging task at the beginning and it took a considerable time to familiar with the software tool.

8 References [1] WILLS J. TOMPKINSON, Biomedical Digital Signal Processing (2001) [2] PAUL HOROWITZ And WINFIELD HILL, The Art Of Electronics (3 rd Edition) [3] WILLI KAISER And MARTIN FINDEIS, International Journal Of BioElectromagnetism IJBEM. SECTION: NOVEL SIGNAL PROCESSING METHODS FOR EXERCISE ECG [4] AKBAR M SAYEED, PAUL LANDER AND DOUGLAS L. JONES, Improved TimeFrequency Filtering Of Signal Averaged Electrocardiograms, Journal Of Electrocardiogram, Vol. 28, Pp. 5358, Supplement 1995

REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET

REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET Khalid Mohamed Alajel*, Khairi Bin Yosuf, Abdul Rhman Ramli, El Sadig Ahmed Department of Computer & Communication System Engineering Faculty of

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

Experiment # (4) AM Demodulator

Experiment # (4) AM Demodulator Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (4) AM Demodulator Communications Engineering I (Lab.) Prepared by: Eng. Omar A. Qarmout Eng. Mohammed K. Abu Foul Experiment

More information

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Building a Simulink model for real-time

More information

Using Xbee 802.15.4 in Serial Communication

Using Xbee 802.15.4 in Serial Communication Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal

More information

Electrocardiogram (ECG) Monitoring System using Bluetooth technology

Electrocardiogram (ECG) Monitoring System using Bluetooth technology Electrocardiogram (ECG) Monitoring System using Bluetooth technology Zarina Md Amin, Suryani Ilias, Zunuwanas Mohamad Department of Electrical Engineering, Polytechnic of Sultan Abdul Salahuddin Abdul

More information

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1 Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment

More information

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS J. Parak, J. Havlik Department of Circuit Theory, Faculty of Electrical Engineering Czech Technical University in Prague Abstract Digital

More information

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER

LABORATORY 2 THE DIFFERENTIAL AMPLIFIER LABORATORY 2 THE DIFFERENTIAL AMPLIFIER OBJECTIVES 1. To understand how to amplify weak (small) signals in the presence of noise. 1. To understand how a differential amplifier rejects noise and common

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

MAS.836 HOW TO BIAS AN OP-AMP

MAS.836 HOW TO BIAS AN OP-AMP MAS.836 HOW TO BIAS AN OP-AMP Op-Amp Circuits: Bias, in an electronic circuit, describes the steady state operating characteristics with no signal being applied. In an op-amp circuit, the operating characteristic

More information

Hands On ECG. Sean Hubber and Crystal Lu

Hands On ECG. Sean Hubber and Crystal Lu Hands On ECG Sean Hubber and Crystal Lu The device. The black box contains the circuit and microcontroller, the mini tv is set on top, the bars on the sides are for holding it and reading hand voltage,

More information

Cardiac Conduction System (1) ECG (Electrocardiogram) Cardiac Conduction System (2) The ECG (1) The ECG (1) The ECG (1) Achmad Rizal BioSPIN

Cardiac Conduction System (1) ECG (Electrocardiogram) Cardiac Conduction System (2) The ECG (1) The ECG (1) The ECG (1) Achmad Rizal BioSPIN ECG (Electrocardiogram) Cardiac Conduction System (1) Achmad Rizal BioSPIN ARL-EL4703-Instrumentasi Biomedis 2 Cardiac Conduction System (2) The ECG (1) ARL-EL4703-Instrumentasi Biomedis 3 ARL-EL4703-Instrumentasi

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

Laboratory 4: Feedback and Compensation

Laboratory 4: Feedback and Compensation Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular

More information

OPERATIONAL AMPLIFIER

OPERATIONAL AMPLIFIER MODULE3 OPERATIONAL AMPLIFIER Contents 1. INTRODUCTION... 3 2. Operational Amplifier Block Diagram... 3 3. Operational Amplifier Characteristics... 3 4. Operational Amplifier Package... 4 4.1 Op Amp Pins

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Signal Processing in So.ware and Electric Field Sensing

Signal Processing in So.ware and Electric Field Sensing Signal Processing in So.ware and Electric Field Sensing CSE 466: So.ware for Embedded Systems Winter 2009 B. Mayton University of Washington CSE & Intel Research SeaMle CSE

More information

Chapter 12: The Operational Amplifier

Chapter 12: The Operational Amplifier Chapter 12: The Operational Amplifier 12.1: Introduction to Operational Amplifier (Op-Amp) Operational amplifiers (op-amps) are very high gain dc coupled amplifiers with differential inputs; they are used

More information

Frequency Response of Filters

Frequency Response of Filters School of Engineering Department of Electrical and Computer Engineering 332:224 Principles of Electrical Engineering II Laboratory Experiment 2 Frequency Response of Filters 1 Introduction Objectives To

More information

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Author: Don LaFontaine Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Abstract Making accurate voltage and current noise measurements on op amps in

More information

Measuring Temperature withthermistors a Tutorial David Potter

Measuring Temperature withthermistors a Tutorial David Potter NATIONAL INSTRUMENTS The Software is the Instrument Application Note 065 Measuring Temperature withthermistors a Tutorial David Potter Introduction Thermistors are thermally sensitive resistors used in

More information

Evo Laser Firmware Developer s Manual

Evo Laser Firmware Developer s Manual Evo Laser Firmware Developer s Manual Table of Content Chapter 1 Introduction Chapter 2 Hardware Overview and Subsystems 2.1 Overview 2.2 Evo Laser Hardware Core System 2.3 Evo Laser Smartport TM Chapter

More information

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

RF Network Analyzer Basics

RF Network Analyzer Basics RF Network Analyzer Basics A tutorial, information and overview about the basics of the RF Network Analyzer. What is a Network Analyzer and how to use them, to include the Scalar Network Analyzer (SNA),

More information

Lock - in Amplifier and Applications

Lock - in Amplifier and Applications Lock - in Amplifier and Applications What is a Lock in Amplifier? In a nut shell, what a lock-in amplifier does is measure the amplitude V o of a sinusoidal voltage, V in (t) = V o cos(ω o t) where ω o

More information

LAB 12: ACTIVE FILTERS

LAB 12: ACTIVE FILTERS A. INTRODUCTION LAB 12: ACTIVE FILTERS After last week s encounter with op- amps we will use them to build active filters. B. ABOUT FILTERS An electric filter is a frequency-selecting circuit designed

More information

Bipolar Transistor Amplifiers

Bipolar Transistor Amplifiers Physics 3330 Experiment #7 Fall 2005 Bipolar Transistor Amplifiers Purpose The aim of this experiment is to construct a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must

More information

Design of Strong-motion Monitoring System for Dam-reservoir D s e i s gn of Stro r ng-mo m tion Monito t ri r ng Syst s em

Design of Strong-motion Monitoring System for Dam-reservoir D s e i s gn of Stro r ng-mo m tion Monito t ri r ng Syst s em Design of Strong-motion Monitoring System for Dam-reservo eservoir Li Caihua Li Xiaojun Institute of Engineering Mechanics, China Earthquake Administration China Harbin 150080 Abstract: One strong-motion

More information

How To Calculate The Power Gain Of An Opamp

How To Calculate The Power Gain Of An Opamp A. M. Niknejad University of California, Berkeley EE 100 / 42 Lecture 8 p. 1/23 EE 42/100 Lecture 8: Op-Amps ELECTRONICS Rev C 2/8/2012 (9:54 AM) Prof. Ali M. Niknejad University of California, Berkeley

More information

Basic Op Amp Circuits

Basic Op Amp Circuits Basic Op Amp ircuits Manuel Toledo INEL 5205 Instrumentation August 3, 2008 Introduction The operational amplifier (op amp or OA for short) is perhaps the most important building block for the design of

More information

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module Ninth LACCEI Latin American and Caribbean Conference (LACCEI 2011), Engineering for a Smart Planet, Innovation, Information Technology and Computational Tools for Sustainable Development, August 3-5, 2011,

More information

How To Use A Sensor To Improve Your Intelligence

How To Use A Sensor To Improve Your Intelligence Hardware Conditioning of Sensor Signals Priyabrata Sinha Microchip Technology Inc. Common Sensing Elements 2008 Microchip Technology Incorporated. All Rights Reserved. Slide 1 I m Priyabrata Sinha from

More information

Transistor Amplifiers

Transistor Amplifiers Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input

More information

I2C PRESSURE MONITORING THROUGH USB PROTOCOL.

I2C PRESSURE MONITORING THROUGH USB PROTOCOL. I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:

More information

Chapter 6: From Digital-to-Analog and Back Again

Chapter 6: From Digital-to-Analog and Back Again Chapter 6: From Digital-to-Analog and Back Again Overview Often the information you want to capture in an experiment originates in the laboratory as an analog voltage or a current. Sometimes you want to

More information

OPERATIONAL AMPLIFIERS. o/p

OPERATIONAL AMPLIFIERS. o/p OPERATIONAL AMPLIFIERS 1. If the input to the circuit of figure is a sine wave the output will be i/p o/p a. A half wave rectified sine wave b. A fullwave rectified sine wave c. A triangular wave d. A

More information

Impedance 50 (75 connectors via adapters)

Impedance 50 (75 connectors via adapters) VECTOR NETWORK ANALYZER PLANAR TR1300/1 DATA SHEET Frequency range: 300 khz to 1.3 GHz Measured parameters: S11, S21 Dynamic range of transmission measurement magnitude: 130 db Measurement time per point:

More information

TL074 TL074A - TL074B

TL074 TL074A - TL074B A B LOW NOISE JFET QUAD OPERATIONAL AMPLIFIERS WIDE COMMONMODE (UP TO V + CC ) AND DIFFERENTIAL VOLTAGE RANGE LOW INPUT BIAS AND OFFSET CURRENT LOW NOISE e n = 15nV/ Hz (typ) OUTPUT SHORTCIRCUIT PROTECTION

More information

Data Acquisition Basics Lab

Data Acquisition Basics Lab Data Acquisition Basics Lab Introduction Many systems in the body can be modeled as electrical systems that interact with various organs, such as the heart, the brain, and body muscle. These systems communicate

More information

NMEA 0183 INSTALLATION AND OPERATING GUIDELINES

NMEA 0183 INSTALLATION AND OPERATING GUIDELINES NMEA 0183 INSTALLATION AND OPERATING GUIDELINES Revised July 2010 8.1.3 Documentation The following documentation shall be provided to the owner for each interfaced system and shall be kept on file by

More information

How To Counter Noise Noise From A Low Voltage Differential Signaling Circuit

How To Counter Noise Noise From A Low Voltage Differential Signaling Circuit TDK EMC Technology Practice Section EMC Countermeasures of Low Voltage Differential Signaling Circuits TDK Corporation Magnetics Business Group Toshio Tomonari 1 Introduction Low Voltage Differential Signaling

More information

Design of Medical Information Storage System ECG Signal

Design of Medical Information Storage System ECG Signal Design of Medical Information Storage System ECG Signal A. Rubiano F, N. Olarte and D. Lara Abstract This paper presents the design, implementation and results related to the storage system of medical

More information

Simple SDR Receiver. Looking for some hardware to learn about SDR? This project may be just what you need to explore this hot topic!

Simple SDR Receiver. Looking for some hardware to learn about SDR? This project may be just what you need to explore this hot topic! Michael Hightower, KF6SJ 13620 White Rock Station Rd, Poway, CA 92064; kf6sj@arrl.net Simple SDR Receiver Looking for some hardware to learn about SDR? This project may be just what you need to explore

More information

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors. LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus

More information

Digital Guitar Effects Pedal

Digital Guitar Effects Pedal Digital Guitar Effects Pedal 01001000100000110000001000001100 010010001000 Jonathan Fong John Shefchik Advisor: Dr. Brian Nutter SPRP499 Texas Tech University jonathan.fong@ttu.edu Presentation Outline

More information

Analog Signal Conditioning

Analog Signal Conditioning Analog Signal Conditioning Analog and Digital Electronics Electronics Digital Electronics Analog Electronics 2 Analog Electronics Analog Electronics Operational Amplifiers Transistors TRIAC 741 LF351 TL084

More information

Vibration analysis and monitoring Compact. Powerful. Modern technology.

Vibration analysis and monitoring Compact. Powerful. Modern technology. Vibration analysis and monitoring Compact. Powerful. Modern technology. Maximum performance Vibration measurement with state of the art processor technology Expert Vibro is Delphin Technology's new device

More information

Op Amp Circuit Collection

Op Amp Circuit Collection Op Amp Circuit Collection Note: National Semiconductor recommends replacing 2N2920 and 2N3728 matched pairs with LM394 in all application circuits. Section 1 Basic Circuits Inverting Amplifier Difference

More information

Wireless Home Security System

Wireless Home Security System Wireless Home Security System Group: D14 Members: Vaibhav Singh (05D07026) Abhishek Tiwari (05D07028) Sauvik Chowdhury (05D07029) 1. Abstract The project is aimed at designing a low cost and reliable wireless

More information

AND9035/D. BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE

AND9035/D. BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE Introduction This application note describes the use of BELASIGNA 250 and BELASIGNA 300 in low bandwidth applications. The intended

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

FREQUENCY RESPONSE ANALYZERS

FREQUENCY RESPONSE ANALYZERS FREQUENCY RESPONSE ANALYZERS Dynamic Response Analyzers Servo analyzers When you need to stabilize feedback loops to measure hardware characteristics to measure system response BAFCO, INC. 717 Mearns Road

More information

Sound absorption and acoustic surface impedance

Sound absorption and acoustic surface impedance Sound absorption and acoustic surface impedance CHRISTER HEED SD2165 Stockholm October 2008 Marcus Wallenberg Laboratoriet för Ljud- och Vibrationsforskning Sound absorption and acoustic surface impedance

More information

Audio Tone Control Using The TLC074 Operational Amplifier

Audio Tone Control Using The TLC074 Operational Amplifier Application Report SLOA42 - JANUARY Audio Tone Control Using The TLC74 Operational Amplifier Dee Harris Mixed-Signal Products ABSTRACT This application report describes the design and function of a stereo

More information

Efficient Heart Rate Monitoring

Efficient Heart Rate Monitoring Efficient Heart Rate Monitoring By Sanjeev Kumar, Applications Engineer, Cypress Semiconductor Corp. Heart rate is one of the most frequently measured parameters of the human body and plays an important

More information

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display

More information

A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM

A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2009 : 9 : 1 (921-927) A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM Salih ARSLAN 1 Koray KÖSE

More information

Optimizing VCO PLL Evaluations & PLL Synthesizer Designs

Optimizing VCO PLL Evaluations & PLL Synthesizer Designs Optimizing VCO PLL Evaluations & PLL Synthesizer Designs Today s mobile communications systems demand higher communication quality, higher data rates, higher operation, and more channels per unit bandwidth.

More information

Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications

Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications Journal of Electromagnetic Analysis and Applications, 2012, 4, 162-166 http://dx.doi.org/10.4236/jemaa.2012.44021 Published Online April 2012 (http://www.scirp.org/journal/jemaa) Design of Bidirectional

More information

Current vs. Voltage Feedback Amplifiers

Current vs. Voltage Feedback Amplifiers Current vs. ltage Feedback Amplifiers One question continuously troubles the analog design engineer: Which amplifier topology is better for my application, current feedback or voltage feedback? In most

More information

EcgSoft. Software Developer s Guide to RestEcg. Innovative ECG Software. www.ecg-soft.com - e-mail: info@ecg-soft.com

EcgSoft. Software Developer s Guide to RestEcg. Innovative ECG Software. www.ecg-soft.com - e-mail: info@ecg-soft.com EcgSoft Software Developer s Guide to RestEcg Innovative ECG Software www.ecg-soft.com - e-mail: info@ecg-soft.com Open Interface This page is intentionally left blank Copyright EcgSoft, October 2012 Page

More information

TS321 Low Power Single Operational Amplifier

TS321 Low Power Single Operational Amplifier SOT-25 Pin Definition: 1. Input + 2. Ground 3. Input - 4. Output 5. Vcc General Description The TS321 brings performance and economy to low power systems. With high unity gain frequency and a guaranteed

More information

The Study and Design Of a Wireless ECG Monitoring System

The Study and Design Of a Wireless ECG Monitoring System RESEARCH The Study and Design Of a Wireless ECG Monitoring System Hongli Yang and Jihong Chai Abstract This paper describes a research project on wireless electrocardiogram (ECG) monitoring systems. A

More information

Tire pressure monitoring

Tire pressure monitoring Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction

More information

Chapter 6 PLL and Clock Generator

Chapter 6 PLL and Clock Generator Chapter 6 PLL and Clock Generator The DSP56300 core features a Phase Locked Loop (PLL) clock generator in its central processing module. The PLL allows the processor to operate at a high internal clock

More information

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL Michael Steffes Sr. Applications Manager 12/15/2010 SIMPLY SMARTER Introduction to the New Active Filter Designer Scope

More information

Remote Access to Wireless Communications Systems Laboratory New Technology Approach

Remote Access to Wireless Communications Systems Laboratory New Technology Approach US-China Education Review A 10 (2012) 868-874 Earlier title: US-China Education Review, ISSN 1548-6613 D DAVID PUBLISHING Remote Access to Wireless Communications Systems Laboratory New Technology Approach

More information

ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE

ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE S.Josephine Selvarani ECE Department, Karunya University, Coimbatore. Abstract - An on-line health monitoring of physiological signals of humans such as temperature

More information

GPIB Instrument Control

GPIB Instrument Control Session 2559 GPIB Instrument Control Leonard Sokoloff DeVry College of Technology Abstract Virtual Instrumentation is an important technology that is making a significant impact in today's industry, education

More information

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE Karl M. Hink, Executive Vice President Originally presented at the Power Quality 99 Conference ABSTRACT Motor protection

More information

US-Key New generation of High performances Ultrasonic device

US-Key New generation of High performances Ultrasonic device US-Key New generation of High performances Ultrasonic device US-Key connected to a laptop computer US-Key Ultrasound device single channel Features USB2 High Speed connection Ultralow noise preamplifier

More information

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013 Design and Implementation of ECG Monitoring and Heart Rate Measurement System Naazneen M. G., Sumaya Fathima, Syeda Husna Mohammadi, Sarah Iram L. Indikar, Abdul Saleem, Mohamed Jebran Department of Electronics

More information

Chapter 19 Operational Amplifiers

Chapter 19 Operational Amplifiers Chapter 19 Operational Amplifiers The operational amplifier, or op-amp, is a basic building block of modern electronics. Op-amps date back to the early days of vacuum tubes, but they only became common

More information

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR

AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR INTRODUCTION This Project "Automatic Night Lamp with Morning Alarm" was developed using Microprocessor. It is the Heart of the system. The sensors

More information

How To Close The Loop On A Fully Differential Op Amp

How To Close The Loop On A Fully Differential Op Amp Application Report SLOA099 - May 2002 Fully Differential Op Amps Made Easy Bruce Carter High Performance Linear ABSTRACT Fully differential op amps may be unfamiliar to some designers. This application

More information

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

Performing Amplifier Measurements with the Vector Network Analyzer ZVB

Performing Amplifier Measurements with the Vector Network Analyzer ZVB Product: Vector Network Analyzer R&S ZVB Performing Amplifier Measurements with the Vector Network Analyzer ZVB Application Note This document describes typical measurements that are required to be made

More information

A Low Frequency Adapter for your Vector Network Analyzer (VNA)

A Low Frequency Adapter for your Vector Network Analyzer (VNA) Jacques Audet, VE2AZX 7525 Madrid St, Brossard, QC, Canada J4Y G3: jacaudet@videotron.ca A Low Frequency Adapter for your Vector Network Analyzer (VNA) This compact and versatile unit extends low frequency

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

FFT Frequency Detection on the dspic

FFT Frequency Detection on the dspic FFT Frequency Detection on the dspic by Jac Kersing Nov 2012 Abstract In this article Jac explains how he solved a practical challenge using powerful dspic devices and Fast Fourier Transform algorithms.

More information

Buffer Op Amp to ADC Circuit Collection

Buffer Op Amp to ADC Circuit Collection Application Report SLOA098 March 2002 Buffer Op Amp to ADC Circuit Collection Bruce Carter High Performance Linear Products ABSTRACT This document describes various techniques that interface buffer op

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK PLL & PLL with Integrated VCO Evaluation

More information

DRTS 33. The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters

DRTS 33. The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters Testing all relay technologies: electromechanical, solid state, numerical and IEC61850 Manual

More information

MATRIX TECHNICAL NOTES

MATRIX TECHNICAL NOTES 200 WOOD AVENUE, MIDDLESEX, NJ 08846 PHONE (732) 469-9510 FAX (732) 469-0418 MATRIX TECHNICAL NOTES MTN-107 TEST SETUP FOR THE MEASUREMENT OF X-MOD, CTB, AND CSO USING A MEAN SQUARE CIRCUIT AS A DETECTOR

More information

Web Streamed SDR s in Service at GB2RHQ Hack Green Bunker

Web Streamed SDR s in Service at GB2RHQ Hack Green Bunker Web Streamed SDR s in Service at GB2RHQ Hack Green Bunker Gateway to the Net. We are fortunate to have a very fast internet service into Hack Green via a 5Ghz microwave link. The service provides a bandwidth

More information

PCM Encoding and Decoding:

PCM Encoding and Decoding: PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth

More information

ANALOG & DIGITAL ELECTRONICS

ANALOG & DIGITAL ELECTRONICS ANALOG & DIGITAL ELECTRONICS Course Instructor: Course No: PH-218 3-1-0-8 Dr. A.P. Vajpeyi E-mail: apvajpeyi@iitg.ernet.in Room No: #305 Department of Physics, Indian Institute of Technology Guwahati,

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

A Differential Op-Amp Circuit Collection

A Differential Op-Amp Circuit Collection Application Report SLOA0 July 00 Bruce Carter A Differential OpAmp Circuit Collection High Performance Linear Products ABSTRACT All opamps are differential input devices. Designers are accustomed to working

More information

Modified Cascaded Five Level Multilevel Inverter Using Hybrid Pulse Width Modulation

Modified Cascaded Five Level Multilevel Inverter Using Hybrid Pulse Width Modulation International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 Modified Cascaded Five Level Multilevel Inverter Using Hybrid

More information

Power Electronics for Renewable Energy Integration into Hybrid AC/DC Microgrids Kai SUN Aug 27, 2015

Power Electronics for Renewable Energy Integration into Hybrid AC/DC Microgrids Kai SUN Aug 27, 2015 Power Electronics for Renewable Energy Integration into Hybrid AC/DC Microgrids Kai SUN Aug 27, 2015 厚 德 载 物 自 强 不 息 Dept. of Electrical Engineering Outlines Introduction Series-distributed Renewable Generation

More information

Digital Single Axis Controller

Digital Single Axis Controller Digital Single Axis Controller The concept of intelligent hydraulic drive a vision? DSAC (Digital Single Axis Controller) Do you need hydraulic servo drive for your machine/system? What would it be like

More information

Android based Alcohol detection system using Bluetooth technology

Android based Alcohol detection system using Bluetooth technology For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth

More information

Siemens AG 2013. LOGO! App V1.0.0 LOGO! Edition 03/2013. Manual. Answers for industry.

Siemens AG 2013. LOGO! App V1.0.0 LOGO! Edition 03/2013. Manual. Answers for industry. LOGO! App V1.0.0 LOGO! Manual Edition 03/2013 Answers for industry. The free of charge LOGO! App enables you to monitor actual process values of your LOGO! 0BA7 application with a smart phone or a tablet

More information

Everything you need for protection scheme testing

Everything you need for protection scheme testing Power System Simulator for Testing Protection Relays and Schemes Everything you need for protection scheme testing The is the only instrument with the high power, flexibility and software to perform full

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

Prepared by: Paul Lee ON Semiconductor http://onsemi.com

Prepared by: Paul Lee ON Semiconductor http://onsemi.com Introduction to Analog Video Prepared by: Paul Lee ON Semiconductor APPLICATION NOTE Introduction Eventually all video signals being broadcasted or transmitted will be digital, but until then analog video

More information