Design of Portable ECG Monitoring System Based on LM4F120H5QR

Size: px
Start display at page:

Download "Design of Portable ECG Monitoring System Based on LM4F120H5QR"

Transcription

1 International Journal of Automation and Power Engineering (IJAPE) Volume 4, 2015 doi: /ijape Design of Portable ECG Monitoring System Based on LM4F120H5QR Shengqian Ma *1, Xiaoyong Ni 2, Mei Qin 3 College of Physics and Electronic Engineering, Northwest Normal University, Lanzhou , China *1 s.q.ma@163.com; 2 nxy @126.com; 3 qinmei_23@163.com Abstract The ECG acquisition circuit in the market now exists such defects as having complex structure, large size, high power consumption and overpriced, so to design a portable ECG monitor without the above mentioned disadvantages is urgently needed. The monitor designed by this paper uses ARM Cortex M4 core processor LM4F120H5QR, and selects ADAS as signal acquisition unit to reduce the amplification processing of ECG signals, in order to have a long period of ECG monitoring, the SD card is used as the storage medium. To realize the multi task processing and application management, the RT Thread operating system is adopted. The digital signal processing technology is implemented by programming to replace the hardware filtering processing, which can save the circuit board size and reduce the power consumption. At the same time,the use of GPRS module for remote data transmission with PC monitoring interface can help doctors a remote diagnosis. Slave computer displays the collected ECG signal waveform and information on Colour LCD screen. After the comprehensive simulations and prototype tests, the results show that the system can achieve the success of the ECG signal acquisition, processing, storage, display and remote transmission. That s the instrument has a good prospect. Keywords ECG; ADAS1000 3; Digital filter; GPRS; RT Thread Introduction In recent years, with the aging society s coming, the cardiovascular disease has become one of the main diseases which threats human s health and life, what s more serious is that the heart disease causes the highest mortality rate among other illnesses [1]. There are two kinds of monitoring equipment: one is Electrocardiogram Machine, the other is Dynamic Electrocardiogram(Holter) [2 3]. ECG machine is usually used in hospitals due to its deficiency of power consumption,size and weight; while common patient cannot afford the high cost of Holter. Thus, there is a need to design a ECG which can overcome these shortcomings, get the balance on performance, power consumption, portability and price, at the same time it can be remotely monitored, convenient for doctors to diagnosis, finally, promote the m health and e health development [4 5]. Currently on the market there are the corresponding products, but which generally have the following disadvantages: the circuit structure is complex, the size is large, so that the patient it is not convenient for the patient to carry; the majority of Holter can not be real time remote transmission of ECG signal, delays diagnosis and treatment [6 7] ; given this, an implementation of ECG monitor with low power consumption, miniaturization, portable and low cost is presented by this paper. At present, there are many ECG monitors with microprocessor [8 9], although they gains the low power consumption, but the signal processing, data processing and storage, communication ability are insufficient. In order to overcome the shortcomings, this paper selects the microprocessor LM4F120H5QR as CPU, it has an ARM Cortex M4 architecture core, FPU unit and a variety of different sleep models. In addition, high performance ADC is used as the core to build measurement system, GPRS module is used to realize the remote communication, and the SD card is applied to store the massive data. The traditional signal filtering is completed by hardware circuit [10 11], the paper adopts digital filtering method, which can achieve a simplified system, and also is very good to filter out interference signals and improve the quality of the ECG signal, more than that,it can reduce the board size and lower the power consumption. Hardware Design The traditional ECG acquisition system includes the input protection circuit, the preamplifier and the right leg 8

2 International Journal of Automation and Power Engineering (IJAPE) Volume 4, driving circuit, band pass filter circuit, trap circuit, the main amplifier circuit and voltage lifting circuit, AD conversion circuit. The design of ECG acquisition system is made up of two parts, lead interface circuit and A/D acquisition unit, high precision A/D conversion chip and digital filter technology are used to replace the traditional method for ECG signal processing by hardware filtering and amplification circuit, so that the circuit is simpler, the board volume is smaller and the power consumption is lower, the cost is more economic. The overall structure of the portable ECG monitor is shown in Figure 1, Slave computer is composed of a power supply circuit, leads interface circuit, analog to digital conversion circuit, SD card circuit, main control unit, GPRS module, keyboard and display circuit etc.. While the main circuit includes LM4F120H5QR microprocessor and peripheral circuits, the processor uses a Harvard architecture to enable the separation of data and instruction bus, whose advantages are as follows: efficient processor cores, system and memory; Hardware division and fast digital signal processing oriented multiply operation; inherited a good performance and power efficiency from ARM7 processor; a variety of selectable sleep modes, with lower power consumption. Working Principle FIG. 1 OVERALL STRUCTURE Electrodes extract ECG signal from the surface of the body, and then through a shielded cable connects to lead interface circuit, after that, the ECG signal is sent to the analog digital conversion circuit, where the high performance analog to digital conversion chip ADAS converts the analog signal to digital signal, and delivers the ECG data through the SPI bus into the control unit. In clinical diagnosis the useful frequency of ECG signal among Hz, and it needs filtering the power frequency interference. So a digital filtering of ECG data is designed in main control unit including the low pass filter, high pass filter, the notch filter. After filtering processing of ECG signal we get a cleaner signal which can be used for diagnosis and treatment, SD card storage and GPRS remote transmission or a real time display. PC monitoring software via the Internet gets the ECG data from lower computer, and displays the ECG waveform for doctors to diagnose. Leads Interface Circuit FIG. 2 LEADS INTERFACE CIRCUIT 9

3 International Journal of Automation and Power Engineering (IJAPE) Volume 4, 2015 Leads interface and defibrillator protection circuit are shown in Figure 2. Which mainly consists of lead clips, leads interface and discrete components, the main function of leads interface unit is transfer the weak ECG signal from the human s epidermal. Defibrillation protection circuit is constituted together with SP724,the electrostatic and surge suppressors, and bidirectional TVS transient suppression diodes D1. Analog to Digital Conversion Circuit To achieve a portable, compact, Low power consumption design, we use high precision analog to digital conversion chip ADAS1000 3, which has 3 ECG channels and 1 drive lead, it also can regulate the noise and power, when it is in shutdown mode, the total power consumption only has 15mW, and the interior has a programmable gain and an optional low pass filter. In addition, its data frame rate are available to 2 khz, 16 khz and 128 khz,and also have AC/DC lead off detect function. Analog to digital conversion circuit s clock signal is provided by an 8.192MHz crystal, meanwhile, its power is provided by 3.3V analog and digital power, which through the SPI bus connects the microprocessor, then its ECG channel and a driving lead is connected with leads interface circuit. Software Design Block Diagram of System Software Program design uses a modular design thought, the software function block diagram shows in Figure 3. It is made up of four modules, human computer interaction, data processing, data transmission and leads detection. The main function of human computer interaction is setting and displaying during ECG monitoring; data processing module is used to software filtering and QRS wave analysis, the function of data transmission module is storage ECG data in SD card and remote transmission ECG data by GPRS; leads detection module is used to DC lead off detect. FIG. 3 SOFTWARE FUNCTION BLOCK DIAGRAM Lower computer software design is based on the embedded real time operating system RT Thread, it is an open source embedded real time operating system (under the GPLv2 license agreement). In order to make the application management easy, multiple threads are used to simplify the program complexity, which improves the real time ECG signal processing. Digital Filter Because of the high or low frequency existing in external may interfere with the ECG signal, in addition, the electromagnetic interference, which is generated by the power supply network and whose frequency is 50/60Hz [12 13],or generated by ECG acquisition device. Therefore, the system designs a equiripple FIR low pass filter whose cutoff frequency is set to 100Hz; a zero phase shift IIR high pass filter whose cutoff frequency is set to 0.05Hz; and a design of 50Hz work frequency IIR notch filter. Zero phase digital filtering method is: first, to filter the input signal X(n) in sequential, then to get the result Y1(n), next do mirroring and get the result Y2(n). Second, to use inverse filter to deal with the Y2(n), after the that get result Y3(n), then do mirroring of Y3(n). Finally, to get the output without phase distortion signal Y(n). It s described in the frequency domain as fallows: 1 j j j Y e X e H e (3.1) 10

4 International Journal of Automation and Power Engineering (IJAPE) Volume 4, j j N 1 j Y e e Y e (3.2) 2 1 j j j Y e Y e H e (3.3) 3 2 j j N 1 j 3 Y e e Y e (3.4) By (3.1) (3.4): j j j 2 Y e X e H e (3.5) By formula (3.5) shows that the output signal without phase distortion, is only amplitude decreased. Zero phase shift filter can eliminate the baseline drift. Prototype Testing Figure 4 shows the collected ECG signal lead I; figure 5 shows the lead I signal after filtering; Figure 6 shows the lead I information displays on LCD; Figure 7 shows the lead I waveform displays on PC. Where in the y axis in figure 4,5,7, V represents amplitude of the ECG. The test results show that the ADAS can acquire ECG signal under the interference, the digital filter can eliminate the power frequency, high frequency interference and baseline drift, after that we get a cleaner ECG signal. DC lead off detection and the calculation results of heart rate are accurate, in addition, the host computer receives data packet with accurate results and low loss rate. 5 V/mV t/ms FIG. 4 COLLECTED ECG SIGNAL LEAD I V/mV t/ms FIG. 5 LEAD I SIGNAL AFTER FILTERING FIG. 6 LEAD I INFORMATION DISPLAYS ON LCD FIG. 7 LEAD I WAVEFORM DISPLAYS ON PC Conclusions This paper designed an ECG monitoring system based on ARM, which has the advantages of a simple circuit structure, small size, low power consumption, portable, high reliability. While using RT Thread embedded realtime operating system to manager application, it can display a long time span ECG signal in real time, also can realize the filtering, storage, remote communication of ECG signal and other functions. The test results show that the ADAS can capture ECG signal with interference, the digital filter can eliminate the interference and baseline drift, after that we get a cleaner ECG signal, DC lead off detection and the calculation results of heart rate are accurate, in addition, the host computer receives data packet whose loss rate is low, and the results are accurate. It can solve the existing problems in a better way, and promote the realization of universal health care and family oriented ECG monitoring. 11

5 International Journal of Automation and Power Engineering (IJAPE) Volume 4, 2015 ACKNOWLEDGMENT Authors would like to thank and acknowledge the support of the National Natural Science Foundation of China under grant NO , and the Postgraduate Tutor Project of Universities of Gansu Province: NO REFERENCES [1] Hao Ding, Kun mean Hou, Jacques Lecoq, Gerard Bohner, Hai ying Zhou, Hong Sun. Toward a Low Cost and Single Chip Holter: SoC Holter[C]. International Conference on New Technologies, Mobility and Security. IEEE, 2009: 1 5. [2] HL. K. The evolution of ambulatory ECG monitoring[j]. Progress in Cardiovascular Diseases, 2013, 56(2): [3] Sheng C, Yang C, Wu X, Wang Y, Qin Y. Design of Portable 12 Lead Digital ECG with Low Power Consumption[J]. Chinese Journal of Medical lnstrumentation, 2013, (6): [4] Wickramasinghe N, Goldberg S.M Health: A New Paradigm for Mobilizing Healthcare Delivery[J]. Medical Informatics: Concepts, Methodologies, Tools, and Applications, 2012: [5] Kang DO, Lee HJ, Ko EJ, Kang K, Lee J. A wearable context aware system for ubiquitous healthcare[c]. IEEE, 2006: [6] Liu Peiji. Design of Holter ECG Recorder Based on High density Flash Memory[J]. Chinese Journal of Scientific Instrument, 2004,25(z1): [7] Zhenbao Lin, Yue Huang, Xiaoyi Li. Design of Portable ECG Monitor Based on Automatic Gain Amplification[J]. Journal of Northeast Petroleum University, 2013, 37(3): [8] Wei Y, Lee Y, Young M. A Portable ECG Signal Monitor and Analyzer[C]. International Conference on Bioinformatics and Biomedical Engineering. IEEE, 2008: [9] Nan C J, Tao Y Y, Chen L M,Li Y. The Development of a Portable ECG Monitor Based on DSP[J]. Physics Procedia, 2012, 33: [10] Murugappan M, Thirumani R, Omar M I, Murugappan S. Development of cost effective ECG data acquisition system for clinical applications using LabVIEW[C]. IEEE International Colloquium on Signal Processing and Its Applications. IEEE, 2014: [11] Nemati E, Deen M J, Mondal T. A wireless wearable ECG sensor for long term applications[j]. Communications Magazine IEEE, 2012, 50(1): [12] Mbachu C.B, Idigo Victor, Ifeagwu Emmanuel, Nsionu I.I. Filtration Of Artifacts In ECG Signal Using Rectangular Window Based Digital Filters[J]. International Journal of Computer Science Issues, 2011, 8(5): [13] A.Rehman, M.Mustafaz, I.Israr, M.Yaqoob. Survey of Wearable Sensors with Comparative Study of Noise Reduction ECG Filters[J]. International Journal of Computing and Network Technology, 2013, 1: Shengqian Ma was born in Gangu, China in He received his masterʹs degree in Automatic Control from Lanzhou Jiaoton University, Lanzhou, China, in His research interests include computer measurement and control, adaptive signal processing. Xiaoyong Ni was born in Gutian, China in He received his BS. Degrees in Electrical Engineering and Automation from Fuzhou University, Fuzhou, China, in His research interests include computer measurement and control, digital signal processing. 12

6 International Journal of Automation and Power Engineering (IJAPE) Volume 4, Mei Qin was born in Zhenyuan,China in She received her BS. Degrees in Physics And Electronic Engineering from Northwest Normal University, Lanzhou, China, in Her research interests include Image Processing. 13

STM32 microcontroller core ECG acquisition Conditioning System. LIU Jia-ming, LI Zhi

STM32 microcontroller core ECG acquisition Conditioning System. LIU Jia-ming, LI Zhi International Conference on Computer and Information Technology Application (ICCITA 2016) STM32 microcontroller core ECG acquisition Conditioning System LIU Jia-ming, LI Zhi College of electronic information,

More information

THE DESIGN OF ENERGY-EFFICIENT MONITORING TERMINALFOR POWER SUPPLY AND DISTRIBUTION SYSTEM OF ENTERPRISE BASED ON STM32

THE DESIGN OF ENERGY-EFFICIENT MONITORING TERMINALFOR POWER SUPPLY AND DISTRIBUTION SYSTEM OF ENTERPRISE BASED ON STM32 THE DESIGN F ENERGY-EFFICIENT MNITRING TERMINALFR PWER SUPPLY AND DISTRIBUTIN SYSTEM F ENTERPRISE BASED N STM32 1 XIA HAIHNG, 2 CHEN TA 1 Assoc Prof., School of Electrical information Engineering, Henan

More information

WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE

WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE Ms. Ashlesha Khond, Ms. Priyanka Das, Ms. Rani Kumari 1 Student, Electronics and Communication Engineering, SRM IST, Tamil Nadu, India 2 Student, Electronics

More information

School of Electronic Science and Engineering, Nanjing University of Posts and Telecommunications, Nanjing, , China

School of Electronic Science and Engineering, Nanjing University of Posts and Telecommunications, Nanjing, , China 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) A design and implementation of Pulse-Measure instrument based on Microcontroller Zhu Siqing1,

More information

Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS

Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS Ke Lin, Ting-Lei Huang School of Computer Science

More information

Filtration Of Artifacts In ECG Signal Using Rectangular Window-Based Digital Filters

Filtration Of Artifacts In ECG Signal Using Rectangular Window-Based Digital Filters www.ijcsi.org 279 Filtration Of Artifacts In ECG Signal Using Rectangular Window-Based Digital Filters Mbachu C.B 1, Idigo Victor 2, Ifeagwu Emmanuel 3,Nsionu I.I 4 1 Department of Electrical and Electronic

More information

Development of Electrocardiograph Monitoring System

Development of Electrocardiograph Monitoring System Development of Electrocardiograph Monitoring System Khairul Affendi Rosli 1*, Mohd. Hafizi Omar 1, Ahmad Fariz Hasan 1, Khairil Syahmi Musa 1, Mohd Fairuz Muhamad Fadzil 1, and Shu Hwei Neu 1 1 Department

More information

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard.

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Li Su a, Boxin Zhang b School of electronic engineering, Xi'an Aeronautical University,

More information

Design on Electrocardiosignal Detection Sensor

Design on Electrocardiosignal Detection Sensor Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Design on Electrocardiosignal Detection Sensor Hao ZHANG School of Mathematics and Computer Science, Tongling University, 24406, China E-mail:

More information

IMPLEMENTATION OF DIGITAL FILTER ON FPGA FOR ECG SIGNAL PROCESSING

IMPLEMENTATION OF DIGITAL FILTER ON FPGA FOR ECG SIGNAL PROCESSING IMPLEMENTATION OF DIGITAL FILTER ON FPGA FOR ECG SIGNAL PROCESSING Pramod R. Bokde Department of Electronics Engg. Priyadarshini Bhagwati College of Engg. Nagpur, India pramod.bokde@gmail.com Nitin K.

More information

2 BSN and its applications

2 BSN and its applications 3rd International Conference on Multimedia Technology(ICMT 013) The implementation of a rapid ECG signal compression algorithm and its application in BSN Hao Sun and Wei Chen 1 Abstract. The applications

More information

A Complete Analog Front-End IC Design for ECG Signal Acquisition

A Complete Analog Front-End IC Design for ECG Signal Acquisition A Complete Analog Front-End IC Design for ECG Signal Acquisition Yang Xu, Yanling Wu, Xiaotong Jia School of Electrical and Computer Engineering Georgia Institute of Technology yxu327@gatech.edu, yanlingwu@gatech.edu,

More information

Implementation of wireless ECG measurement system in ubiquitous health-care environment

Implementation of wireless ECG measurement system in ubiquitous health-care environment Implementation of wireless ECG measurement system in ubiquitous health-care environment M. C. KIM 1, J. Y. YOO 1, S. Y. YE 2, D. K. JUNG 3, J. H. RO 4, G. R. JEON 4 1 Department of Interdisciplinary Program

More information

Design of an insulator leakage current measurement system based on PLC

Design of an insulator leakage current measurement system based on PLC Journal of Physics: Conference Series Design of an insulator leakage current measurement system based on PLC To cite this article: Changhai Sun et al 2013 J. Phys.: Conf. Ser. 418 012090 View the article

More information

BME 405 BIOMEDICAL ENGINEERING SENIOR DESIGN 1 Fall 2005 BME Design Mini-Project Project Title

BME 405 BIOMEDICAL ENGINEERING SENIOR DESIGN 1 Fall 2005 BME Design Mini-Project Project Title BME 405 BIOMEDICAL ENGINEERING SENIOR DESIGN 1 Fall 2005 BME Design Mini-Project Project Title Basic system for Electrocardiography Customer/Clinical need A recent health care analysis have demonstrated

More information

common type of cardiac diseases and may indicate an increased risk of stroke or sudden cardiac death. ECG is the most

common type of cardiac diseases and may indicate an increased risk of stroke or sudden cardiac death. ECG is the most ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com DESIGNING OF ELECTRONIC CARDIAC EVENTS RECORDER *Dr. R. Jagannathan, K.Venkatraman, R. Vasuki and Sundaresan Department

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Wireless Cardiac Rhythm Monitoring System

Wireless Cardiac Rhythm Monitoring System Wireless Cardiac Rhythm Monitoring System Darshana Dineshkumar Darji #1, Surbhi Prajapati *2, Prof. Neelam Modi #3 # Biomedical Engineering, Government Engineering College, Sector-28, Gandhinagar 1 darshana20994@gmail.com

More information

The Development of a Portable ECG Monitor Based on DSP

The Development of a Portable ECG Monitor Based on DSP Available online at www.sciencedirect.com Physics Procedia 33 (2012 ) 765 774 2012 International Conference on Medical Physics and Biomedical Engineering The Development of a Portable ECG Monitor Based

More information

Available online at ScienceDirect. Procedia Computer Science 105 (2017 )

Available online at  ScienceDirect. Procedia Computer Science 105 (2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 105 (2017 ) 138 143 2016 IEEE International Symposium on Robotics and Intelligent Sensors, IRIS 2016, 17-20 December 2016,

More information

Underwater Signal Processing Using ARM Cortex Processor

Underwater Signal Processing Using ARM Cortex Processor Underwater Signal Processing Using ARM Cortex Processor Jahnavi M., Kiran Kumar R. V., Usha Rani N. and M. Srinivasa Rao Abstract: Acoustic signals are the important means of detecting underwater objects.

More information

Embedded MCSoC Architecture and Period-Peak Detection (PPD) Algorithm for ECG/EKG Processing Yasuyoshi Haga, Abderazek Ben Abdallah, Kenichi Kuroda Th

Embedded MCSoC Architecture and Period-Peak Detection (PPD) Algorithm for ECG/EKG Processing Yasuyoshi Haga, Abderazek Ben Abdallah, Kenichi Kuroda Th Embedded MCSoC Architecture and Period-Peak Detection (PPD) Algorithm for ECG/EKG Processing Yasuyoshi Haga, Abderazek Ben Abdallah, Kenichi Kuroda The University of Aizu, School of Computer Science and

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

Improving ECG Signal using Nuttall Window-Based FIR Filter

Improving ECG Signal using Nuttall Window-Based FIR Filter International Journal of Precious Engineering Research and Applications (IJPERA) ISSN (Online): 2456-2734 Volume 2 Issue 5 ǁ November 217 ǁ PP. 17-22 V. O. Mmeremikwu 1, C. B. Mbachu 2 and J. P. Iloh 3

More information

AN IMPLEMENTATION OF MULTI-DSP SYSTEM ARCHITECTURE FOR PROCESSING VARIANT LENGTH FRAME FOR WEATHER RADAR

AN IMPLEMENTATION OF MULTI-DSP SYSTEM ARCHITECTURE FOR PROCESSING VARIANT LENGTH FRAME FOR WEATHER RADAR DOI: 10.21917/ime.2018.0096 AN IMPLEMENTATION OF MULTI- SYSTEM ARCHITECTURE FOR PROCESSING VARIANT LENGTH FRAME FOR WEATHER RADAR Min WonJun, Han Il, Kang DokGil and Kim JangSu Institute of Information

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

P08050 Remote EEG Sensing

P08050 Remote EEG Sensing P08050 Remote EEG Sensing Team Guide: Dr. Daniel Phillips Customer: Daniel Pontillo Dr. FeiHu Team Members: Dan Pontillo Ankit Bhutani Jonathan Finamore John Frye Zach McGarvey Project goal: Interfacing

More information

Embedded Prototype System for Monitoring Heart Rate

Embedded Prototype System for Monitoring Heart Rate Embedded Prototype System for Monitoring Heart Rate N. Vega, V. H. García, W. P. Mendoza, J. L. Martínez Instituto Politécnico Nacional, Escuela Superior de Cómputo, Dpto. de Ing. en Sistemas Computacionales,

More information

Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment

Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment Li Qi,

More information

Design of Signal Conditioning Circuit for Photoelectric Sensor. , Zhennan Zhang

Design of Signal Conditioning Circuit for Photoelectric Sensor. , Zhennan Zhang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) Design of Signal Conditioning Circuit for Photoelectric Sensor 1, a* Nan Xie 2, b, Zhennan Zhang 2, c and Weimin

More information

Removal of Power-Line Interference from Biomedical Signal using Notch Filter

Removal of Power-Line Interference from Biomedical Signal using Notch Filter ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Removal of Power-Line Interference from Biomedical Signal using Notch Filter 1 L. Thulasimani and 2 M.

More information

Design of Frequency Characteristic Test Instrument Based on USB

Design of Frequency Characteristic Test Instrument Based on USB Design of Frequency Characteristic Test Instrument Based on USB Zhengling Wu, Nannan Zhang College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin, P.R. China.

More information

NOISE REDUCTION TECHNIQUES IN ECG USING DIFFERENT METHODS Prof. Kunal Patil 1, Prof. Rajendra Desale 2, Prof. Yogesh Ravandle 3

NOISE REDUCTION TECHNIQUES IN ECG USING DIFFERENT METHODS Prof. Kunal Patil 1, Prof. Rajendra Desale 2, Prof. Yogesh Ravandle 3 NOISE REDUCTION TECHNIQUES IN ECG USING DIFFERENT METHODS Prof. Kunal Patil 1, Prof. Rajendra Desale 2, Prof. Yogesh Ravandle 3 1,2 Electronics & Telecommunication, SSVPS Engg. 3 Electronics, SSVPS Engg.

More information

INTEGRATED APPROACH TO ECG SIGNAL PROCESSING

INTEGRATED APPROACH TO ECG SIGNAL PROCESSING International Journal on Information Sciences and Computing, Vol. 5, No.1, January 2011 13 INTEGRATED APPROACH TO ECG SIGNAL PROCESSING Manpreet Kaur 1, Ubhi J.S. 2, Birmohan Singh 3, Seema 4 1 Department

More information

6.101 Introductory Analog Electronics Laboratory

6.101 Introductory Analog Electronics Laboratory 6.101 Introductory Analog Electronics Laboratory Spring 2015, Instructor Gim Hom Project Proposal Transmitting, Receiving, and Interpreting ECG Waveforms Daniel Moon (dhmoon@mit.edu) Thipok (Ben) Rak-amnouykit

More information

ELG3336 Design of Mechatronics System

ELG3336 Design of Mechatronics System ELG3336 Design of Mechatronics System Elements of a Data Acquisition System 2 Analog Signal Data Acquisition Hardware Your Signal Data Acquisition DAQ Device System Computer Cable Terminal Block Data Acquisition

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Review on Design & Realization of Adaptive Noise Canceller on Digital Signal Processor

Review on Design & Realization of Adaptive Noise Canceller on Digital Signal Processor 2017 IJSRST Volume 3 Issue 1 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Review on Design & Realization of Adaptive Noise Canceller on Digital Signal Processor 1

More information

Designing and Implementation of Digital Filter for Power line Interference Suppression

Designing and Implementation of Digital Filter for Power line Interference Suppression International Journal of Science, Engineering and Technology Research (IJSETR), Volume 3, Issue 6, June 214 Designing and Implementation of Digital for Power line Interference Suppression Manoj Sharma

More information

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations CHAPTER 3 Instrumentation Amplifier (IA) Background 3.1 Introduction The IAs are key circuits in many sensor readout systems where, there is a need to amplify small differential signals in the presence

More information

Capacitive MEMS accelerometer for condition monitoring

Capacitive MEMS accelerometer for condition monitoring Capacitive MEMS accelerometer for condition monitoring Alessandra Di Pietro, Giuseppe Rotondo, Alessandro Faulisi. STMicroelectronics 1. Introduction Predictive maintenance (PdM) is a key component of

More information

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics Journal of Energy and Power Engineering 9 (215) 289-295 doi: 1.17265/1934-8975/215.3.8 D DAVID PUBLISHING Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and

More information

Design Issues of Portable, Low-Power & High-Performance ECG Measuring System Jyoti Bali, Anilkumar Nandi

Design Issues of Portable, Low-Power & High-Performance ECG Measuring System Jyoti Bali, Anilkumar Nandi Design Issues of Portable, Low-Power & High-Performance ECG Measuring System Jyoti Bali, Anilkumar Nandi Abstract -There is lot of need and demand for portable medical equipments consuming ultra low-power

More information

Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b

Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b 1 Agricultural University

More information

Design of Ultrasonic Liquid Level Sensor Based on STM32 with MODBUS Protocol

Design of Ultrasonic Liquid Level Sensor Based on STM32 with MODBUS Protocol Design of Ultrasonic Liquid Level Sensor Based on STM32 with MODBUS Protocol anlong He 1, 2, a, Changzhe Wu 1, b, Xiaolin Huo 1, c 1 Beijing Key Laboratory of Bioelectromagnetism, Institute of Electrical

More information

Changing the sampling rate

Changing the sampling rate Noise Lecture 3 Finally you should be aware of the Nyquist rate when you re designing systems. First of all you must know your system and the limitations, e.g. decreasing sampling rate in the speech transfer

More information

The Study of Methodologies for Identifying the Drowsiness in Smart Traffic System: A Survey Mariya 1 Mrs. Sumana K R 2

The Study of Methodologies for Identifying the Drowsiness in Smart Traffic System: A Survey Mariya 1 Mrs. Sumana K R 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 02, 2015 ISSN (online): 2321-0613 The Study of Methodologies for Identifying the Drowsiness in Smart Traffic System: A

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

More information

Study on Reactive Automatic Compensation System Design

Study on Reactive Automatic Compensation System Design Available online at www.sciencedirect.com Physics Procedia 24 (2012) 211 216 2012 International Conference on Applied Physics and Industrial Engineering Study on Reactive Automatic Compensation System

More information

Realization of 16-channel digital PGC demodulator for fiber laser sensor array

Realization of 16-channel digital PGC demodulator for fiber laser sensor array Journal of Physics: Conference Series Realization of 16-channel digital PGC demodulator for fiber laser sensor array To cite this article: Lin Wang et al 2011 J. Phys.: Conf. Ser. 276 012134 View the article

More information

REAL-TIME WIRELESS ECG AND ITS SIGNAL DISPLAY ON LABVIEW

REAL-TIME WIRELESS ECG AND ITS SIGNAL DISPLAY ON LABVIEW REAL-TIME WIRELESS ECG AND ITS SIGNAL DISPLAY ON LABVIEW 1 POOJA AIYAPPA K, 2 SEETHAMMA M.G, 3 BHAUSHI AIYAPPA C 1,2 Dept. of ECE,CIT, Ponnampet, Karnataka, 3 Assistant Professor, Dept. of ECE, CIT, Ponnampet,

More information

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction:

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Low power wireless networks provide a new monitoring and control capability for civil and military applications in transportation,

More information

Used in Image Acquisition Area CCD Driving Circuit Design

Used in Image Acquisition Area CCD Driving Circuit Design Used in Image Acquisition Area CCD Driving Circuit Design Yanyan Liu Institute of Electronic and Information Engineering Changchun University of Science and Technology Room 318, BLD 1, No.7089, Weixing

More information

A Fault Detection Device for Energy Metering Equipment

A Fault Detection Device for Energy Metering Equipment 2017 2nd International Conference on Manufacturing Science and Information Engineering (ICMSIE 2017) ISBN: 978-1-60595-516-2 A Fault Detection Device for Energy Metering Equipment Weineng Wang, Guangming

More information

Noise Reduction Technique for ECG Signals Using Adaptive Filters

Noise Reduction Technique for ECG Signals Using Adaptive Filters International Journal of Recent Research and Review, Vol. VII, Issue 2, June 2014 ISSN 2277 8322 Noise Reduction Technique for ECG Signals Using Adaptive Filters Arpit Sharma 1, Sandeep Toshniwal 2, Richa

More information

Robust Wrist-Type Multiple Photo-Interrupter Pulse Sensor

Robust Wrist-Type Multiple Photo-Interrupter Pulse Sensor Robust Wrist-Type Multiple Photo-Interrupter Pulse Sensor TOSHINORI KAGAWA, NOBUO NAKAJIMA Graduate School of Informatics and Engineering The University of Electro-Communications Chofugaoka 1-5-1, Chofu-shi,

More information

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool World Journal of Technology, Engineering and Research, Volume 3, Issue 1 (2018) 297-304 Contents available at WJTER World Journal of Technology, Engineering and Research Journal Homepage: www.wjter.com

More information

CANCELLATION OF ARTIFACTS FROM CARDIAC SIGNALS USING ADAPTIVE FILTER LMS,NLMS AND CSLMS ALGORITHM

CANCELLATION OF ARTIFACTS FROM CARDIAC SIGNALS USING ADAPTIVE FILTER LMS,NLMS AND CSLMS ALGORITHM CANCELLATION OF ARTIFACTS FROM CARDIAC SIGNALS USING ADAPTIVE FILTER LMS,NLMS AND CSLMS ALGORITHM Devendra Gupta 1, Rekha Gupta 2 1,2 Electronics Engineering Department, Madhav Institute of Technology

More information

A Body Area Network through Wireless Technology

A Body Area Network through Wireless Technology A Body Area Network through Wireless Technology Ramesh GP 1, Aravind CV 2, Rajparthiban R 3, N.Soysa 4 1 St.Peter s University, Chennai, India 2 Computer Intelligence Applied Research Group, School of

More information

PORTABLE ECG MONITORING APPLICATION USING LOW POWER MIXED SIGNAL SOC ANURADHA JAKKEPALLI 1, K. SUDHAKAR 2

PORTABLE ECG MONITORING APPLICATION USING LOW POWER MIXED SIGNAL SOC ANURADHA JAKKEPALLI 1, K. SUDHAKAR 2 PORTABLE ECG MONITORING APPLICATION USING LOW POWER MIXED SIGNAL SOC ANURADHA JAKKEPALLI 1, K. SUDHAKAR 2 1 Anuradha Jakkepalli, M.Tech Student, Dept. Of ECE, RRS College of engineering and technology,

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY [Sharma, 2(4): April, 2013] ISSN: 2277-9655 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Minimization of Interferences in ECG Signal Using a Novel Adaptive Filtering Approach

More information

UAV Automatic Test System Design based on VXI-Bus

UAV Automatic Test System Design based on VXI-Bus International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) UAV Automatic Test System Design based on VXI-Bus Dingwen Peng1,2, a, Wenling Huang2,b 1 Dept. of Weapon

More information

Bio-Potential Amplifiers

Bio-Potential Amplifiers Bio-Potential Amplifiers Biomedical Models for Diagnosis Body Signal Sensor Signal Processing Output Diagnosis Body signals and sensors were covered in EE470 The signal processing part is in EE471 Bio-Potential

More information

Based on the ARM and PID Control Free Pendulum Balance System

Based on the ARM and PID Control Free Pendulum Balance System Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 3491 3495 2012 International Workshop on Information and Electronics Engineering (IWIEE) Based on the ARM and PID Control Free Pendulum

More information

Design of Linear Sweep Source Based on DDS Used in Readout System for Wireless Passive Pressure Sensor

Design of Linear Sweep Source Based on DDS Used in Readout System for Wireless Passive Pressure Sensor PHOTONIC SENSORS / Vol. 4, No. 4, 2014: 359 365 Design of Linear Sweep Source Based on DDS Used in Readout System for Wireless Passive Pressure Sensor Yingping HONG 1,2, Tingli ZHENG 1,2, Ting LIANG 1,2,

More information

A Dynamically Reconfigurable ECG Analog Front-End with a 2.5 Data-Dependent Power Reduction

A Dynamically Reconfigurable ECG Analog Front-End with a 2.5 Data-Dependent Power Reduction A Dynamically Reconfigurable ECG Analog Front-End with a 2.5 Data-Dependent Power Reduction Somok Mondal 1, Chung-Lun Hsu 1, Roozbeh Jafari 2, Drew Hall 1 1 University of California, San Diego 2 Texas

More information

Design and Implementation of a Low Power Successive Approximation ADC. Xin HUANG, Xiao-ning XIN, Jian REN* and Xin-lei CHEN

Design and Implementation of a Low Power Successive Approximation ADC. Xin HUANG, Xiao-ning XIN, Jian REN* and Xin-lei CHEN 2018 International Conference on Mechanical, Electronic and Information Technology (ICMEIT 2018) ISBN: 978-1-60595-548-3 Design and Implementation of a Low Power Successive Approximation ADC Xin HUANG,

More information

S Pradeep* et al. ISSN: [IJESAT] [International Journal of Engineering Science & Advanced Technology]

S Pradeep* et al. ISSN: [IJESAT] [International Journal of Engineering Science & Advanced Technology] A Low-Cost Portable Real-Time EEG Signal Acquisition System Based on DSP S.Pradeep Kumar1,P.Chiranjeevi2 1 &2 :Asst Professor,Department of ECE,Kakatiya Institute of Technology and Sciences,Warangal,Telangana,India

More information

FPGA Based Notch Filter to Remove PLI Noise from ECG

FPGA Based Notch Filter to Remove PLI Noise from ECG FPGA Based Notch Filter to Remove PLI Noise from ECG 1 Mr. P.C. Bhaskar Electronics Department, Department of Technology, Shivaji University, Kolhapur India (MS) e-mail: pxbhaskar@yahoo.co.in. 2 Dr.M.D.Uplane

More information

Biomedical Instrumentation B2. Dealing with noise

Biomedical Instrumentation B2. Dealing with noise Biomedical Instrumentation B2. Dealing with noise B18/BME2 Dr Gari Clifford Noise & artifact in biomedical signals Ambient / power line interference: 50 ±0.2 Hz mains noise (or 60 Hz in many data sets)

More information

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) 0976 INTERNATIONAL 6464(Print), ISSN 0976 6472(Online) JOURNAL Volume OF 4, Issue ELECTRONICS 1, January- February (2013), AND IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

An IoT based Remote HRV Monitoring System for Hypertensive Patients

An IoT based Remote HRV Monitoring System for Hypertensive Patients An IoT based Remote HRV Monitoring System for Hypertensive Patients M.Chandana 1, S.P Siva Reddy 2, N.Niranjan Reddy 3, C.Dharma Teja 4, M.Roshini 5 1234 Student, Dept. Of Computer Science & Engineering,

More information

Deepali Shukla 1 (Asst.Professor), Vandana Pandya 2 (Asst.Professor) Medicaps Institute of Technology & Management, Indore (M.P.

Deepali Shukla 1 (Asst.Professor), Vandana Pandya 2 (Asst.Professor) Medicaps Institute of Technology & Management, Indore (M.P. Open Hardware Platform For Reconstruction Of ECG Signal Deepali Shukla 1 (Asst.Professor), Vandana Pandya 2 (Asst.Professor) Medicaps Institute of Technology & Management, Indore (M.P.), India Abstract

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May-2014 422 Monitoring of Physiological Parameters and Waveforms using Wireless Body Sensors and GSM Technology Auhor: U.VIJAYAPREETHY,

More information

Introduction to Computational Intelligence in Healthcare

Introduction to Computational Intelligence in Healthcare 1 Introduction to Computational Intelligence in Healthcare H. Yoshida, S. Vaidya, and L.C. Jain Abstract. This chapter presents introductory remarks on computational intelligence in healthcare practice,

More information

Intelligent Balanced Device and its Sensing System for Beam Pumping Units

Intelligent Balanced Device and its Sensing System for Beam Pumping Units Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Intelligent Balanced Device and its Sensing System for Beam Pumping Units Hangxin WEI, Wenfang WANG School of mechanical

More information

PROCESSING ECG SIGNAL WITH KAISER WINDOW- BASED FIR DIGITAL FILTERS

PROCESSING ECG SIGNAL WITH KAISER WINDOW- BASED FIR DIGITAL FILTERS PROCESSING ECG SIGNAL WITH KAISER WINDOW- BASED FIR DIGITAL FILTERS Mbachu C.B 1, Onoh G. N, Idigo V.E 3,Ifeagwu E.N 4,Nnebe S.U 5 1 Department of Electrical and Electronic Engineering, Anambra State University,

More information

Analog Circuits and Systems

Analog Circuits and Systems Analog Circuits and Systems Prof. K Radhakrishna Rao Lecture 3 Role of Analog Signal Processing in Electronic Products Part 11 1 Cell Phone o The most dominant product of present day world o Its basic

More information

Using Spectral Analysis to Determine the Resonant Frequency of Vibrating Wire Gages HE Hu

Using Spectral Analysis to Determine the Resonant Frequency of Vibrating Wire Gages HE Hu 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Using Spectral Analysis to Determine the Resonant Frequency of Vibrating Wire Gages HE Hu China Institute of

More information

FPGA Based Sigma Delta Modulator Design for Biomedical Application Using Verilog HDL

FPGA Based Sigma Delta Modulator Design for Biomedical Application Using Verilog HDL Global Journal of researches in engineering Electrical and Electronics engineering Volume 11 Issue 7 Version 1.0 December 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher:

More information

Part Number SuperPix TM image sensor is one of SuperPix TM 2 Mega Digital image sensor series products. These series sensors have the same maximum ima

Part Number SuperPix TM image sensor is one of SuperPix TM 2 Mega Digital image sensor series products. These series sensors have the same maximum ima Specification Version Commercial 1.7 2012.03.26 SuperPix Micro Technology Co., Ltd Part Number SuperPix TM image sensor is one of SuperPix TM 2 Mega Digital image sensor series products. These series sensors

More information

An EOG based Human Computer Interface System for Online Control. Carlos A. Vinhais, Fábio A. Santos, Joaquim F. Oliveira

An EOG based Human Computer Interface System for Online Control. Carlos A. Vinhais, Fábio A. Santos, Joaquim F. Oliveira An EOG based Human Computer Interface System for Online Control Carlos A. Vinhais, Fábio A. Santos, Joaquim F. Oliveira Departamento de Física, ISEP Instituto Superior de Engenharia do Porto Rua Dr. António

More information

Detection of Abnormalities in Fetal by non invasive Fetal Heart Rate Monitoring System

Detection of Abnormalities in Fetal by non invasive Fetal Heart Rate Monitoring System IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 3, Ver. III (May-Jun.2016), PP 35-41 www.iosrjournals.org Detection of Abnormalities

More information

Design and performance of LLRF system for CSNS/RCS *

Design and performance of LLRF system for CSNS/RCS * Design and performance of LLRF system for CSNS/RCS * LI Xiao 1) SUN Hong LONG Wei ZHAO Fa-Cheng ZHANG Chun-Lin Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 100049, China Abstract:

More information

Design and Development of a Two Channel Telemedicine System for Rural Healthcare

Design and Development of a Two Channel Telemedicine System for Rural Healthcare Engineering, 2013, 5, 579-583 http://dx.doi.org/10.4236/eng.2013.510b119 Published Online October 2013 (http://www.scirp.org/journal/eng) Design and Development of a Two Channel Telemedicine System for

More information

Design of CMOS Instrumentation Amplifier

Design of CMOS Instrumentation Amplifier Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 4035 4039 2012 International Workshop on Information and Electronics Engineering (IWIEE) Design of CMOS Instrumentation Amplifier

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-395 Technical notes on using Analog Devices products, processors and development tools Visit our Web resources http://www.analog.com/ee-notes and http://www.analog.com/processors

More information

STUDY OF A NEW PHASE DETECTOR BASED ON CMOS

STUDY OF A NEW PHASE DETECTOR BASED ON CMOS STUDY OF A NEW PHASE DETECTOR BASED ON CMOS 1 CHEN SHUYUE, 2 WANG NU 1 Prof., School of Information Science and Engineering, Changzhou University, Changzhou213164,P.R.China 2 Graduate Student, School of

More information

Introduction. Keywords: Wingding machine; Control system; Motion controller

Introduction. Keywords: Wingding machine; Control system; Motion controller Design of Winding Machine Based on Controller ZHANG Chunyou 1, a, WU Xiaoqiang 1,b 1 College of Mechanical Engineering, Inner Mongolia University for the Nationalities, Tongliao 028000, China Abstract.

More information

Pankaj Naik Electronic and Instrumentation Deptt. SGSITS, Indore, India. Priyanka Sharma Electronic and. SGSITS, Indore, India

Pankaj Naik Electronic and Instrumentation Deptt. SGSITS, Indore, India. Priyanka Sharma Electronic and. SGSITS, Indore, India Designing Of Current Mode Instrumentation Amplifier For Bio-Signal Using 180nm CMOS Technology Sonu Mourya Electronic and Instrumentation Deptt. SGSITS, Indore, India Pankaj Naik Electronic and Instrumentation

More information

The Design Of Multiple Nodes Wireless Temperature Transmission System Based On STC15W1K24S And CC1101

The Design Of Multiple Nodes Wireless Temperature Transmission System Based On STC15W1K24S And CC1101 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) The Design Of Multiple Nodes Wireless Temperature Transmission System Based On STC15W1K24S And CC1101 Zhijian

More information

A Detection Method of Time Slot Power Based on ARM Platform

A Detection Method of Time Slot Power Based on ARM Platform 2018 International Conference on Computer, Electronic Information and Communications (CEIC 2018) ISBN: 978-1-60595-557-5 A Detection Method of Time Slot Power Based on ARM Platform Xian ZHANG 1, Tai-guo

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

COMPARISON OF VARIOUS FILTERING TECHNIQUES USED FOR REMOVING HIGH FREQUENCY NOISE IN ECG SIGNAL

COMPARISON OF VARIOUS FILTERING TECHNIQUES USED FOR REMOVING HIGH FREQUENCY NOISE IN ECG SIGNAL Vol (), January 5, ISSN -54, pg -5 COMPARISON OF VARIOUS FILTERING TECHNIQUES USED FOR REMOVING HIGH FREQUENCY NOISE IN ECG SIGNAL Priya Krishnamurthy, N.Swethaanjali, M.Arthi Bala Lakshmi Department of

More information

A High Precision Electronic Scale Based on STM32. Jiahui Chen

A High Precision Electronic Scale Based on STM32. Jiahui Chen 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) A High Precision Electronic Scale Based on STM32 Jiahui Chen Department of Electronic and Communication

More information

Wrist Pulse Signal Monitoring System

Wrist Pulse Signal Monitoring System Int. Conf. on Signal, Image Processing Communication & Automation, ICSIPCA Wrist Pulse Signal Monitoring System Dharshan 1 and Suguna G C 2 1 Students of ECE Department, JSSATE, Bangalore darshandheerendra@gmail.com

More information

ENGR 499: Wireless ECG

ENGR 499: Wireless ECG ENGR 499: Wireless ECG Introduction and Project History Michael Atkinson Patrick Cousineau James Hollinger Chris Rennie Brian Richter Our 499 project is to design and build the hardware and software for

More information

Digital Signal Processing Lecture 1

Digital Signal Processing Lecture 1 Remote Sensing Laboratory Dept. of Information Engineering and Computer Science University of Trento Via Sommarive, 14, I-38123 Povo, Trento, Italy Digital Signal Processing Lecture 1 Prof. Begüm Demir

More information

Measurement & Control of energy systems. Teppo Myllys National Instruments

Measurement & Control of energy systems. Teppo Myllys National Instruments Measurement & Control of energy systems Teppo Myllys National Instruments National Instruments Direct operations in over 50 Countries More than 1,000 products, 7000+ employees, and 700 Alliance Program

More information