WEB BASED HEALTH RECORDING AND MONITORING SYSTEM USING ARM MICROCONTROLLER

Size: px
Start display at page:

Download "WEB BASED HEALTH RECORDING AND MONITORING SYSTEM USING ARM MICROCONTROLLER"

Transcription

1 International Journal of Advances in Applied Science and Engineering (IJAEAS) ISSN (P): ; ISSN (E): X Vol-1, Iss.-4, SEPTEMBER 2014, IIST WEB BASED HEALTH RECORDING AND MONITORING SYSTEM USING ARM MICROCONTROLLER 1 SHRUTHI G.B., 2 NAVEEN H., 3 PRIYA R SANKPAL 1 UG Student, Dept of TCE, BNMIT, Bangalore, India 2 Assistant Professor, Dept of ECE, MSEC, Bangalore, India 3 Assistant Professor, Dept of TCE, BNMIT, Bangalore, India Shruthigb1@gmail.com,naveens.h.gowda@gmail.com,Priya@bnmit.ac.in ABSTRACT Recent development of Biomedical application like ECG recording and body temperature monitoring system for time saving and low cost products are focused most. In this report we using a system based on web server network (WSN) for recording ECG data and monitoring body temperature using ARM Microcontroller. The report describes continuous recording of ECG signal on to web server and also displayed on on-board LCD display on MCU unit. It also describes Body temperature monitoring system. Low voltage ECG signal from the electrode is Amplified by Instrumentation amplifier(ina) and converted to digital values using ADC1298. The acquired ECG signal are converted to specific format using ARM MCU and recorded continuously in web server. The recorded ECG graph can be seen at any place using secured web network. Keywords ECG,ARM MCU,ADC1298, INA,LCD,WSN I. INTRODUCTION In recent years there has been increasing demands in Biomedical area. To evaluate the performance of cardiovascular system, continuous recording of patient s ECG is needed and also monitoring body temperature of patient s is required. A System which has both ECG recording and Body temperature monitoring interfaced with web server might help to increase the comfort of patient and also it might improve the leaving standard of the patient. The detailed structure of project is given in Figure 1. Our Project Patient System Server system Doctor system ECG Recorder Figure 1: Structure of our project Body temperature Monitor There were many research which are carried on ECG recording and increasing cardiovascular disease like heart attack due to time and resource constraint which motivated to carry out our work which give precaution even better than the work which were proposed in earlier research. Most of the deaths due to heart attack are because of less monitoring of patient s who are at potential risk. Wearable ECG device to record ECG data on to SD card storage[1] inspired us to improvise it by using web sever network to record ECG data. The project aim is to reduce cost and to increase the performance by using web server interface in place of any other wireless device like Zigbee or Bluetooth.. A.Technical Background Wearable ECG recording and Monitoring device based on MSP430 MCU [1][2] was previous work carried where amplified ECG data converted to specific format by MSP430 to store in SD card. Limitation of this work was unnecessary usage of resource and time constraint. In the research work of Wireless body area sensor network [3] tiny wireless sensor network were placed on the human body any vital sign can be monitored by the user and personal. Limitation of this work is limited range of wireless sensor network. Our project uses resource efficient design and range is also not limited as compared to WBAN research work B.Proposed Solution 23

2 The simple solution is proposed in our project which overcomes the limitation of the previous work. The wearable ECG recording system to SD card is extended to web server network where ECG data ismonitored onlcd display and also continuously recorded into web server where time and resource are efficientlyutilized. At remote place we can monitor the ECG data which solves the range limitation of WBAN network. The Top level block diagram of proposed work is given in Figure 2 Figure 2: Top level Block diagram C. Organization of the Paper Organization of the paper is as follows : System level block diagram and detailed description about the proposed solution are discussed in Section II, hardware and software implementation of our project are given in Section III, results snapshots and test trials are discussed in section IV, Conclusion and future scope given in section V. II. PROPOSED SOLUTION The system-level block diagram of our project with signal flow is as shown in figure 3 Electrode 1 Electrode 2 Electrode 3 ECG Electrode sensor LM275 Body temperature Sensor INA13 ADC Microcontroller Unit Server system ECG Acquisition Unit Figure 3 : System level block diagram Doctor System Web Unit Patient system The hardware and software components used in our design are ECG Electrodes and body temperature sensor which are weak analog signals in mv, Theweak signal is converted into strong signal by using instrumentation amplifier (INA123). For processing of data in Microcontroller unit,the analog signal ouput from INA123 is converted to digital data using instrumentation ADC IC i.e ADS1298. Using microcontroller LPC1298 ARM 7 TDMI the digital ECG data converted to specified format and monitoring on LCD display and the same data is processed into server system and the real time ECG graph for three electrode and the body temperature of patient is displayed. ECG data which is recorded into system can be viewed by patient using there secured ID and passwordprovided and also authenticated doctor can view the details of the patients,ecg plot and body temperature reading can be analyzed easily. ECG signals are measured with button type ECG electrode it uses AG/Agcl sensor element which has best sensitivity and solid conductivity.adhesive hydrogel has very low impedance and is non irritating. Body temperature signals are measured with temperature sensor TMP36 it is very similar to LM35 temperature sensor. The ECG signals which come from electrodes are 1mv peak to peak. An amplification is required for suitable heart rate detection. Best approach is to use differential amplifier like Instrumentation amplifier INA123. The device is operated at 2.7v. INA provides fixed amplification of 5x for ECG signal. The output of Instrumentation amplifier is analog need to be made digital for processing of ECG data in MCU.MSP430 has built in ADC but for ECG data, instrumentation ADC (ADS1298) is preferred.ads1298 is operated at maximum of 3.2v for digital data, it is an 8 channel low power, 24 bit resolution delta sigma analog to digital converter, it uses simultaneous sampling, it has onboard oscillator. It has all the features required for biomedical application like ECG recording. Digital ECG data is sent through SPI bus to ARM7 MCU for preprocessing. ARM7 TDMI family of ultra low power microcontroller consists of several devices featuring different set of peripherals. The special feature of this microcontroller that we are going to use are Op-amp, built in LCD display, ADC, USB interface and USART. Sampling of ECG data has to be done, The amplified ECG signal is given to the instrumentation ADC (ADS1298) which output s 24 bits of data per channel in binary two complement format.a positive full scale input produces an output code of 7FFFFFh and the negative input produces an output code of h. LSB has a weight of Vref/(2^23-1). The device has only 17 and 19 bit resolution. The table 1 gives ideal output code verses input signal [5]. The ADC in the device offer data rates from 250SPS to 32kSPS. Communication to the devise is by SPI interface. Internal oscillator generates a 2.048MHz clock. 24

3 Table 1 : Ideal output code verses input signal The sampled ECG signal contains some amount of line frequency noise. This noise can be removed by low pass filtering the signal. The filtered signal can be output on display unit by the DAC of Microcontroller unit (ARM) or it can be monitored on LCD display or transmitted to PC using UART of ARM MCU. Here we are monitoring the ECG signal on LCD Display and also transmitted to PC using UART (USB Cable). The ECG data is processed into server PC using USB interface and stored in specific format and this format is converted into web format using html code and the ECG graph for three electrode and body temperature data in Fahrenheit is displayed and this recorded data can be viewed anywhere with secured username and password by doctor and also by patient. III IMPLEMENTATION Figure 5 :Processing Hardware schematic The ECG data and temperature data are first amplified by an instrumentation amplifier and given as input to the Instrumentation ADC (ADS1298) for conversion to digital format and it is display on LCD Display.The figure 6 gives the hardware schematic for LCD Display module. A. Hardware Implementation In our project we using three ECG lead electrodes for ECG recorder and TMP36/LM35for body temperature monitoring as shown in figure 4[7][2]. Figure 4: TMP36 and ECG Electrodes The complete hardware schematic before digital processing is as shown in the figure 5 below. Figure 6 :LCD module Hardware Schematic In this hardware implementation shown in figure 7, The Amplified ECG electrode data from three electrodes are separated and individually preprocessed before driving this data into Microcontroller unit (ARM 7). 25

4 recorded. We also faced problem to interface MCU with PC using USB port. Data to get on terminal window was really challenging part in this project. Figure 7: Hardware schematic for USB Interface The individual Digital ECG Signal are driven into Microcontroller unit using Serial port interface (USB).The ECG data which are loaded are converted to specific format by Microcontroller unit (LPC2148 ARM7 TDMI) and displayedonon- board LCD Display. Figure 9 : Finished MCU Unit The figure 9 shows the completely finished MCU unit withlcd Display. B. Software Implementation In our project Embedded C code for ARM Microcontroller is implemented, mainly the software code is used for getting digital data in specific format from instrumentation ADC and this data are displayed on LCD Display as well as using this code formatted data is loaded into server system for further processing Figure 8: Temperature sensor Hardware Schematic The Figure 8 shows temperature sensor interface before ADC conversion. From the figure, LM35/TMP36 IC are used to read body temperature to a certain level and this temperature data also need to be converted to digital to display /store in Server PC. Software implementation involves two flow diagram or flow chart one is to process ECG data in specific format from ADC in ARM MCU,second is to monitor body temperature data and ECG data in specific format on LCD display. The Flowchart diagram for Recording ECG by MCU into server PC is as shown in Figure 11. The Processed ECG data is recorded to the system using UART interface from ARM 7 microcontroller and the data are recorded into web server and also body temperature are monitored continuously and it is displayed on on-board LCD display of ARM7 microcontroller and the same temperature data are displayed in web server. Few of hardware related challenges was while designing ADC, Crystal and few register were interchanged. There was no proper ECG data 26

5 Figure 12: Flowchart for monitoring Body temperature A: Hardware result IV. RESULTS Figure 11: Flowchart for recording ECG Data The amplified ECG data has to be converted to digital format so first ADC I/O is initialized.check for ADC data, if ECG data available, select 3 channels out of 8 channel and convert to specific format;send the ECG data into PC using USB. Repeat the process till reset is made low. The Flowchart diagram for ECG and Body temperature monitoring is as shown in figure 12. Analog Temperature data is converted to digital data using ADC. One channel out of 8 channels is used for temperature monitoring and converted to specific format. The body temperature is sent to PC using USB. Temperature reading is displayed in Fahrenheit. The figure 13 showcomplete hardware to process the ECG data on to web server and continuously monitored on LCD display Figure 13:Hardware Product B: Software Result After Processing of data into specified format by MCU, simulated results from Eclipse for ECG data are given in the figure

6 server for three electrodes, Figure 19 shows the ECG setup and ECG graph of an Existing system. Figure 14: Eclipse Database Acquired ECG result C: Web result The simulated data from CCS studio is converted to HTML data for plotting ECG graph on Web server. Temperature data are continuously monitored in web server. Figure 15 gives login page where we enter unique username and password. Figure 16 shows ECG graph on web server which runs in real time Figure 19: ECG setup andgraph of an Existing system ECG graph for proposed system taken for three electrodes are shown in figure 20. Figure 20:ECG Graph for Proposed system V. CONCLUSIONS Figure 15: Web server login page Figure 16: Real ECGgraphin web server Our project web server network for ECG recording and body temperature monitoring system for people suffering from cardiac disorder who wish to lead an active lifestyle. In this report ECG recording into SD card and into web server network is present. It also present monitoring of body temperature. We have got successful recording of ECG data and body temperature is precisely measured. Only few trial test are done on few people. Actual test on patient is not explored. This project has wide scope in small scale industry because of its low cost, easy access by many people at the same time. We have considered three electrode in our design, five electrode design will be explored in future implementation. Real time access is available only at the server system where hardware connected. We will expand our web design for accessing real time ECG data by doctor system who is at far distance. D: FIELD TRIALS Field trial was conducted and compared with existing ECG device with ECG graph which is recorded in the web 28

7 ACKNOWLEDGMENTS We like to thank our management for giving opportunity to participate in TI design contest, We like to thank HOD,TCEDept BNMIT for her constant support in completing this project. We like to thank Dr.Ravish.H for giving input on medical application and other medical related information and also for providing lab facilities to test over project. We like to thank Santosh.B.S for his support in building web part of project. Our sincere thanks to external mentor Naveen.H for his constant support in making documentation and building this project. REFERENCES APPENDIX A Final ECG PCB design 1. Asifiqbal Thakor, Prof. Rahul Kher,and Prof. Dipak Patel, Wearable ECG Recording and Monitoring System based on MSP430 Microcontroller,International Journal of Computer Science and Telecommunications October J. Mühlsteff O. Such, R. Schmidt, M. Perkuhn, H. Reiter, J. Lauter, J. Thijs, G. Müsch, M. Harris. Wearable approach for continuous ECG- and Activity Patient Monitoring. Proceedings of the 26th Annual International Conference of the IEEE EMBSSan Francisco, CA, USA., September 1-5, J. W. Zheng, Z. B. Zhang, T. H. Wu, Y. Zhang. A wearable mobihealth care system supporting real-time diagnosis and alarm. International Federation for Medical and Biological Engineering Yoshio Okada, Tsuyoshi Yi YOTO, Taka-aki Suzuki, Satoshi Sakuragawa Industrial Research Institute of Shizuoka prefecture Shizuoka, Japan,Toshifumi Sugiura Research Institute of Electronics, Shizuoka University Shizuoka, Japan, Development of a Wearable ECG Recorder for Measuring Daily Stress. International conference on Information science and application April Aleksandra Milenkovic *, Chris Otto, Emil Jovanov, Wireless sensor networks for personal health monitoring: Issues and an implementation, March Chris Otto, Aleksandar Milenković, Corey Sanders, Emil Jovanov, System architecture of a wireless body area sensor network for ubiquitous health monitoring Jan Tang Yawei,Jiang Kai*,Fu Xiuquan,Li Dingli, Low Power dual-core Holter Systerm Based on MSP430 and ARM7, J.L.Urrusti and W.J.Tompkins, Performance evaluation of an ECG QRS complex detection algorithm Proc. Annual International Conference of the IEEE Enginerring in medicine and biology Society,pp ,

WEB SERVER NETWORK FOR ECG RECORDING AND BODY TEMPERATURE MONITORING SYSTEM BASED ON ARM MICROCONTROLLER

WEB SERVER NETWORK FOR ECG RECORDING AND BODY TEMPERATURE MONITORING SYSTEM BASED ON ARM MICROCONTROLLER WEB SERVER NETWORK FOR ECG RECORDING AND BODY TEMPERATURE MONITORING SYSTEM BASED ON ARM MICROCONTROLLER SHRUTHI G. B 1, NAVEEN H 2, PRIYA R SANKPA 3 1 Ug, BNMIT, 2 Asst Prof, MSEC, 3 Asst Prof, BNMIT

More information

Real Time Bio-signal Acquisition System

Real Time Bio-signal Acquisition System Real Time Bio-signal Acquisition System Riku Chutia 1, Jumilee Gogoi 2, Ganga Prasad Medhi 3 1,2,3 Department of Electronics and Communication Engineering, Tezpur University Abstract: In this paper, the

More information

HEALTH MONITORING SYSTEM USING IOT

HEALTH MONITORING SYSTEM USING IOT International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 177-182 Research India Publications http://www.ripublication.com\ HEALTH MONITORING SYSTEM USING

More information

HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT

HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT K.RAJA. 1, B.KEERTHANA 2 AND S.ELAKIYA 3 1 AP/ECE /GNANAMANI COLLEGE OF TECHNOLOGY 2,3 AE/AVS COLLEGE OF ENGINEERING Abstract

More information

Multi-Parameter Monitoring Data Acquisition System for SpO 2 Signals

Multi-Parameter Monitoring Data Acquisition System for SpO 2 Signals Multi-Parameter Monitoring Data Acquisition System for SpO 2 Signals Natasha Naik 1, Anupama B 2, Sandeep Patil 3, Balu Vasista 4 M.Tech Student, Department of Electronics and Communication, NMAMIT, Nitte,

More information

An Integrated EMG Data Acquisition System by Using Android app

An Integrated EMG Data Acquisition System by Using Android app An Integrated EMG Data Acquisition System by Using Android app Dr. R. Harini 1 1 Teaching facultyt, Dept. of electronics, S.K. University, Anantapur, A.P, INDIA Abstract: This paper presents the design

More information

DESIGN AND DEVELOPMENT OF A MICROCONTROLLER BASED PORTABLE ECG MONITOR

DESIGN AND DEVELOPMENT OF A MICROCONTROLLER BASED PORTABLE ECG MONITOR Bangladesh Journal of Medical Physics Vol. 4, No.1, 2011 DESIGN AND DEVELOPMENT OF A MICROCONTROLLER BASED PORTABLE ECG MONITOR Nahian Rahman 1, A K M Bodiuzzaman, A Raihan Abir, K Siddique-e Rabbani Department

More information

IOT BASED ENERGY METER RATING

IOT BASED ENERGY METER RATING IOT BASED ENERGY METER RATING Amrita Lodhi 1,Nikhil Kumar Jain 2, Prof.Prashantchaturvedi 3 12 Student, 3 Dept. of Electronics & Communication Engineering Lakshmi Narain College of Technology Bhopal (India)

More information

Alice EduPad Board. User s Guide Version /11/2017

Alice EduPad Board. User s Guide Version /11/2017 Alice EduPad Board User s Guide Version 1.02 08/11/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Launchpad features... 4 1.3 Alice EduPad hardware features... 4 Chapter 2. Software

More information

Digital Strobe Tuner. w/ On stage Display

Digital Strobe Tuner. w/ On stage Display Page 1/7 # Guys EEL 4924 Electrical Engineering Design (Senior Design) Digital Strobe Tuner w/ On stage Display Team Members: Name: David Barnette Email: dtbarn@ufl.edu Phone: 850-217-9147 Name: Jamie

More information

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4,

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4, RURAL PEOPLE/PATIENTS HEALTH CONDITION MONITORING AND PRESCRIPTION WITH IOT B. Mani 1, G. Deepika 2 Department of Electronics and Communication Engineering RRS College of Engineering & Technology Abstract

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE On Industrial Automation and Control By Prof. S. Mukhopadhyay Department of Electrical Engineering IIT Kharagpur Topic Lecture

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

IOT BASED SMART ATTENDANCE SYSTEM USING GSM

IOT BASED SMART ATTENDANCE SYSTEM USING GSM IOT BASED SMART ATTENDANCE SYSTEM USING GSM Dipali Patil 1, Pradnya Gavhane 2, Priyesh Gharat 3, Prof. Urvashi Bhat 4 1,2,3 Student, 4 A.P, E&TC, GSMoze College of Engineering, Balewadi, Pune (India) ABSTRACT

More information

Re: ENSC 370 Project Physiological Signal Data Logger Functional Specifications

Re: ENSC 370 Project Physiological Signal Data Logger Functional Specifications School of Engineering Science Simon Fraser University V5A 1S6 versatile-innovations@sfu.ca February 12, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6

More information

Preliminary Design Report. Remote Fencing Scoreboard Gator FenceBox

Preliminary Design Report. Remote Fencing Scoreboard Gator FenceBox EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 2 February 2012 Remote Fencing Scoreboard Gator FenceBox Team Members: Adrian Montero Team Antero Alexander Quintero Project

More information

ML785 PowerLab/8SP ADInstruments Data Acquisition Systems

ML785 PowerLab/8SP ADInstruments Data Acquisition Systems ML785 PowerLab/8SP ADInstruments Data Acquisition Systems Description The PowerLab/8SPis a data acquisition and analysis system for use in life science research. The system has 16 bit resolution (hardware

More information

Development of 16-channels Compact EEG System Using Real-time High-speed Wireless Transmission

Development of 16-channels Compact EEG System Using Real-time High-speed Wireless Transmission Engineering, 2013, 5, 93-97 doi:10.4236/eng.2013.55b019 Published Online May 2013 (http://www.scirp.org/journal/eng) Development of 16-channels Compact EEG System Using Real-time High-speed Wireless Transmission

More information

ECG Demonstration Board

ECG Demonstration Board ECG Demonstration Board Fall 2012 Sponsored By: Texas Instruments Design Team : Matt Affeldt, Alex Volinski, Derek Brower, Phil Jaworski, Jung-Chun Lu Michigan State University Introduction: ECG boards

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

Senior Design Project A FEW PROJECT IDEAS

Senior Design Project A FEW PROJECT IDEAS Senior Design Project A FEW PROJECT IDEAS Marek Sosnowski 319 ECE Department Office hours: Tuesday 11:30 am 12:30 p.m. or by appointment e-mail: sosnowski@njit.edu A few project ideas Project title Type

More information

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil ADC Peripheral in s Petr Cesak, Jan Fischer, Jaroslav Roztocil Czech Technical University in Prague, Faculty of Electrical Engineering Technicka 2, CZ-16627 Prague 6, Czech Republic Phone: +420-224 352

More information

2 MHz Lock-In Amplifier

2 MHz Lock-In Amplifier 2 MHz Lock-In Amplifier SR865 2 MHz dual phase lock-in amplifier SR865 2 MHz Lock-In Amplifier 1 mhz to 2 MHz frequency range Dual reference mode Low-noise current and voltage inputs Touchscreen data display

More information

Introduction. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Introduction. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Introduction ECE 153B Sensor & Peripheral Interface Design Course Facts Instructor Dr. John M. Johnson (johnson@ece.ucsb.edu) Harold Frank Hall 3165 Office hours: Monday and Wednesday, 12:30 1:30 PM Lecture

More information

B I O E N / Biological Signals & Data Acquisition

B I O E N / Biological Signals & Data Acquisition B I O E N 4 6 8 / 5 6 8 Lectures 1-2 Analog to Conversion Binary numbers Biological Signals & Data Acquisition In order to extract the information that may be crucial to understand a particular biological

More information

Prototype Model of Li-Fi Technology using Visible Light Communication

Prototype Model of Li-Fi Technology using Visible Light Communication Prototype Model of Li-Fi Technology using Visible Light Communication Rashmi.T 1, Rajalaxmi.R 2, Mr.Balaji.V.R 3 1,2 UG Student, 3 Assistant Professor Department of ECE, St. Joseph s Institute of Technology

More information

ECE 372 Microcontroller Design

ECE 372 Microcontroller Design E.g. Port A, Port B Used to interface with many devices Switches LEDs LCD Keypads Relays Stepper Motors Interface with digital IO requires us to connect the devices correctly and write code to interface

More information

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas A dedicated data acquisition system for ion velocity measurements of laser produced plasmas N Sreedhar, S Nigam, Y B S R Prasad, V K Senecha & C P Navathe Laser Plasma Division, Centre for Advanced Technology,

More information

6.111 Project Proposal IMPLEMENTATION. Lyne Petse Szu-Po Wang Wenting Zheng

6.111 Project Proposal IMPLEMENTATION. Lyne Petse Szu-Po Wang Wenting Zheng 6.111 Project Proposal Lyne Petse Szu-Po Wang Wenting Zheng Overview: Technology in the biomedical field has been advancing rapidly in the recent years, giving rise to a great deal of efficient, personalized

More information

IOT BASED PATIENT HEALTH MONITORING SYSTEM

IOT BASED PATIENT HEALTH MONITORING SYSTEM IOT BASED PATIENT HEALTH MONITORING SYSTEM Desale Pratik B. (pbdesale39@gmail.com), Dudoo Shalvari R. (shalvaridudoo23@gmail.com), Ghadage Shubham S. (ghadageshubham11@gmail.com), Prof. M.P. Sardey (Sardeymp@yahoo.com)

More information

Alice EduPad for Tiva or MSP432 TI ARM Launchpad. User s Guide Version /23/2017

Alice EduPad for Tiva or MSP432 TI ARM Launchpad. User s Guide Version /23/2017 Alice EduPad for Tiva or MSP432 TI ARM Launchpad User s Guide Version 1.02 08/23/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Tiva Launchpad features... 4 1.3 Alice EduPad hardware

More information

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function.

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function. Triple RTD SMART INPUT MODULE State-of-the-art Electromagnetic Noise Suppression Circuitry. Ensures signal integrity even in harsh EMC environments. On-board Digital Signal Processor. Linearization RTDs

More information

IoT-based Monitoring System using Tri-level Context Making for Smart Home Services

IoT-based Monitoring System using Tri-level Context Making for Smart Home Services IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 4 Ver. I (Jul. Aug. 2016), PP 01-05 www.iosrjournals.org IoT-based Monitoring System

More information

ANALYSIS AND IMPLEMENTATION OF IOT BASED ENERGY METER

ANALYSIS AND IMPLEMENTATION OF IOT BASED ENERGY METER ANALYSIS AND IMPLEMENTATION OF IOT BASED ENERGY METER Tripti Pal Guided by Ms. Sonu Rana, HOD (ECE) Global Institute of Technology and Management, Gurugram Department of Electronics & Communication Engineering

More information

Data Conversion and Lab (17.368) Fall Lecture Outline

Data Conversion and Lab (17.368) Fall Lecture Outline Data Conversion and Lab (17.368) Fall 2013 Lecture Outline Class # 11 November 14, 2013 Dohn Bowden 1 Today s Lecture Outline Administrative Detailed Technical Discussions Lab Microcontroller and Sensors

More information

Session 1 Introduction to Data Acquisition and Real-Time Control

Session 1 Introduction to Data Acquisition and Real-Time Control EE-371 CONTROL SYSTEMS LABORATORY Session 1 Introduction to Data Acquisition and Real-Time Control Purpose The objectives of this session are To gain familiarity with the MultiQ3 board and WinCon software.

More information

THDB_ADA. High-Speed A/D and D/A Development Kit

THDB_ADA. High-Speed A/D and D/A Development Kit THDB_ADA High-Speed A/D and D/A Development Kit With complete reference design and source code for Fast-Fourier Transform analysis and arbitrary waveform generator. 1 CONTENTS Chapter 1 About the Kit...2

More information

Development of an Analog ECG Simulator using Standalone Embedded System

Development of an Analog ECG Simulator using Standalone Embedded System I J International Journal of lectrical, lectronics ISS o. (Online) : 2277-2626 and omputer ngineering 1(2): 83-87(2012) Special dition for Best Papers of Michael Faraday IT India Summit-2012, MFIIS-12

More information

Pattern Based Attendance System using RF module

Pattern Based Attendance System using RF module Pattern Based Attendance System using RF module 1 Bishakha Samantaray, 2 Megha Sutrave, 3 Manjunath P S Department of Telecommunication Engineering, BMS College of Engineering, Bangalore, India Email:

More information

ECG Adaptive Filtering

ECG Adaptive Filtering ECG Adaptive Filtering Edward Nowlin, Edward Jezsiek, Brandon Autrey, and Renato Ortega Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450

More information

SUBSYSTEMS FOR DATA ACQUISITION #39. Analog-to-Digital Converter (ADC) Function Card

SUBSYSTEMS FOR DATA ACQUISITION #39. Analog-to-Digital Converter (ADC) Function Card SUBSYSTEMS FOR DATA ACQUISITION #39 Analog-to-Digital Converter (ADC) Function Card Project Scope Design an ADC function card for an IEEE 488 interface box built by Dr. Robert Kolbas. ADC card will add

More information

Scalable Low cost Ultrasound Beam former

Scalable Low cost Ultrasound Beam former Scalable Low cost Ultrasound Beam former Abhishek, Gubbi Basavaraj 1 and Khushboo, Singh 2 1 Research and development,larsen and Tubro Technology Services, Mysore, Karnataka, India 2 Research and development,larsen

More information

Chapter 60 Development of the Remote Instrumentation Systems Based on Embedded Web to Support Remote Laboratory

Chapter 60 Development of the Remote Instrumentation Systems Based on Embedded Web to Support Remote Laboratory Chapter 60 Development of the Remote Instrumentation Systems Based on Embedded Web to Support Remote Laboratory F. Yudi Limpraptono and Irmalia Suryani Faradisa Abstract Web-based remote instrumentation

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT /12/14 BIT 10 TO 65 MSPS DUAL ADC

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT /12/14 BIT 10 TO 65 MSPS DUAL ADC LTC2286, LTC2287, LTC2288, LTC2290, LTC2291, LTC2292, LTC2293, LTC2294, LTC2295, LTC2296, LTC2297, LTC2298 or LTC2299 DESCRIPTION Demonstration circuit 816 supports a family of s. Each assembly features

More information

FPGA Laboratory Assignment 4. Due Date: 06/11/2012

FPGA Laboratory Assignment 4. Due Date: 06/11/2012 FPGA Laboratory Assignment 4 Due Date: 06/11/2012 Aim The purpose of this lab is to help you understanding the fundamentals of designing and testing memory-based processing systems. In this lab, you will

More information

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1 Interfacing Analog to Digital Data Converters A/D D/A Converter 1 In most of the cases, the PPI 8255 is used for interfacing the analog to digital converters with microprocessor. The analog to digital

More information

Research Article 2016

Research Article 2016 International Journal of Emerging Research in Management &Technology Research Article May 2016 Special Issue on International Conference on Advances in Engineering (ICAE) -2016 Conference Held at Hotel

More information

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Sponsored by: Department of Electrical Engineering & Computer Science at UCF What is the DAC? The DAC is an array of

More information

Implementing a Rudimentary Oscilloscope

Implementing a Rudimentary Oscilloscope EE-3306 HC6811 Lab #4 Implementing a Rudimentary Oscilloscope Objectives The purpose of this lab is to become familiar with the 68HC11 on chip Analog-to-Digital converter. This lab builds on the knowledge

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

Design and Realization of the Guitar Tuner Using MyRIO

Design and Realization of the Guitar Tuner Using MyRIO Journal of Automation and Control, 2017, Vol. 5, No. 2, 41-45 Available online at http://pubs.sciepub.com/automation/5/2/2 Science and Education Publishing DOI:10.12691/automation-5-2-2 Design and Realization

More information

Amplification. Most common signal conditioning

Amplification. Most common signal conditioning 1. Labview basics virtual instruments, data flow, palettes 2. Structures for, while, case,... editing techniques 3. Controls&Indicators arrays, clusters, charts, graphs 4. Additional lecture State machines,

More information

NC Eng Systems. Block Diagrams. Learning Outcome 1. MjD

NC Eng Systems. Block Diagrams. Learning Outcome 1. MjD NC Eng Systems Learning Outcome 1 Block Diagrams MjD Sep 2013 Block diagrams are a type of tool used by engineers to help them describe or visualise the way that an Engineering System works or operates.

More information

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer Link Instruments Innovative Test & Measurement solutions since 1986 Store Support Oscilloscopes Logic Analyzers Pattern Generators Accessories MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer $ The

More information

Home Monitoring System Using RP Device

Home Monitoring System Using RP Device International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 4 (May 2017) SPECIAL ISSUE www.irjcs.com Home Monitoring System Using RP Device Mrs. Sudha D 1, Mr. Sharveshwaran

More information

Microcontroller Based Emergency Service Console

Microcontroller Based Emergency Service Console Microcontroller Based Emergency Service Console Aniket Orke #1, Vaibhav Pawar #2, Amit Mohitkar #3, Swapnil Dakhole #4, Abhishek Pimlapure #5 #1,2,3,4,5 Student, Department of Electronics and Communication

More information

Solutions to Embedded System Design Challenges Part II

Solutions to Embedded System Design Challenges Part II Solutions to Embedded System Design Challenges Part II Time-Saving Tips to Improve Productivity In Embedded System Design, Validation and Debug Hi, my name is Mike Juliana. Welcome to today s elearning.

More information

VIRTUAL INSTRUMENTATION

VIRTUAL INSTRUMENTATION VIRTUAL INSTRUMENTATION Virtual instrument an equimplent that allows accomplishment of measurements using the computer. It looks like a real instrument, but its operation and functionality is essentially

More information

STB Front Panel User s Guide

STB Front Panel User s Guide S ET-TOP BOX FRONT PANEL USER S GUIDE 1. Introduction The Set-Top Box (STB) Front Panel has the following demonstration capabilities: Pressing 1 of the 8 capacitive sensing pads lights up that pad s corresponding

More information

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days (Summer Training Program) 4 Weeks/ 30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Task 4.2 Liner/Socket for multichannel EMG recording (OBG (22), UMG-GOE (2), M01 - M24):

Task 4.2 Liner/Socket for multichannel EMG recording (OBG (22), UMG-GOE (2), M01 - M24): DELIVERABLE REPORT Project acronym: INPUT Project number: 687795 D4.2, Optimized prototype of electrode liner Dissemination type: DEM Dissemination level: PP Planned delivery date: 2018-04-30 Actual delivery

More information

RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM

RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM A M S D E S I G N & V E R I F I C A T I O N W H I T E P A P

More information

Nutaq. PicoDigitizer-125. Up to 64 Channels, 125 MSPS ADCs, FPGA-based DAQ Solution With Up to 32 Channels, 1000 MSPS DACs PRODUCT SHEET. nutaq.

Nutaq. PicoDigitizer-125. Up to 64 Channels, 125 MSPS ADCs, FPGA-based DAQ Solution With Up to 32 Channels, 1000 MSPS DACs PRODUCT SHEET. nutaq. Nutaq Up to 64 Channels, 125 MSPS ADCs, FPGA-based DAQ Solution With Up to 32 Channels, 1000 MSPS DACs PRODUCT SHEET QUEBEC I MONTREAL I N E W YO R K I nutaq.com Nutaq The PicoDigitizer 125-Series is a

More information

Hello and welcome to this presentation of the STM32L4 Analog-to-Digital Converter block. It will cover the main features of this block, which is used

Hello and welcome to this presentation of the STM32L4 Analog-to-Digital Converter block. It will cover the main features of this block, which is used Hello and welcome to this presentation of the STM32L4 Analog-to-Digital Converter block. It will cover the main features of this block, which is used to convert the external analog voltage-like sensor

More information

medlab One Channel ECG OEM Module EG 01000

medlab One Channel ECG OEM Module EG 01000 medlab One Channel ECG OEM Module EG 01000 Technical Manual Copyright Medlab 2012 Version 2.4 11.06.2012 1 Version 2.4 11.06.2012 Revision: 2.0 Completely revised the document 03.10.2007 2.1 Corrected

More information

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels DT9857E Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels The DT9857E is a high accuracy dynamic signal acquisition module for noise, vibration, and acoustic measurements

More information

LAB NAME: ELECTRONICS LABORATORY. Ammeters (0-1mA, 0-10mA, 0-15mA, 0-30mA, 0-50mA, 0-100mA,0-50µA,0-

LAB NAME: ELECTRONICS LABORATORY. Ammeters (0-1mA, 0-10mA, 0-15mA, 0-30mA, 0-50mA, 0-100mA,0-50µA,0- LAB NAME: ELECTRONICS LABORATORY 1 Ammeters (0-1mA, 0-10mA, 0-15mA, 0-30mA, 0-50mA, 0-100mA,0-50µA,0-100µA,0-500µA) 2 Cathode Ray Oscilloscope (20MHZ, 30MHZ,) 3 Decade Inductance Box 4 Decade Resistance

More information

AI-1616L-LPE. Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE 1. Ver.1.02 Ver.1.01

AI-1616L-LPE. Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE 1. Ver.1.02 Ver.1.01 High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE This product is a multi-function, PCI Express bus-compliant interface board that incorporates high-precision 16-bit analog

More information

Low-speed serial buses are used in wide variety of electronics products. Various low-speed buses exist in different

Low-speed serial buses are used in wide variety of electronics products. Various low-speed buses exist in different Low speed serial buses are widely used today in mixed-signal embedded designs for chip-to-chip communication. Their ease of implementation, low cost, and ties with legacy design blocks make them ideal

More information

AD16-64(LPCI)LA. Non-isolated high precision analog input board for Low Profile PCI AD16-64(LPCI)LA 1. Ver.1.01

AD16-64(LPCI)LA. Non-isolated high precision analog input board for Low Profile PCI AD16-64(LPCI)LA 1. Ver.1.01 Non-isolated high precision analog board for Low Profile PCI AD16-64(LPCI)LA * Specifications, color and design of the products are subject to change without notice. This product is a PCI bus compatible

More information

Identification of Motion Artifact in Ambulatory ECG Signal Using Wavelet Techniques

Identification of Motion Artifact in Ambulatory ECG Signal Using Wavelet Techniques American Journal of Biomedical Engineering 23, 3(6): 94-98 DOI:.5923/j.ajbe.2336.8 Identification of Motion Artifact in Ambulatory ECG Signal Using Wavelet Techniques Deepak Vala,*, Tanmay Pawar, V. K.

More information

Multipurpose Robot. Himanshu Gupta 1, Mohammad Shahid 2

Multipurpose Robot. Himanshu Gupta 1, Mohammad Shahid 2 Multipurpose Robot Himanshu Gupta 1, Mohammad Shahid 2 Himanshu Gupta, Department of E&C Engineering, Sikkim Manipal Institute of Technology (SMIT), Majitar, Sikkim, India himanshu.3h @gmail.com 1 Mohammad

More information

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT /12/14 BIT 10 TO 105 MSPS ADC

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT /12/14 BIT 10 TO 105 MSPS ADC LTC2280, LTC2282, LTC2284, LTC2286, LTC2287, LTC2288 LTC2289, LTC2290, LTC2291, LTC2292, LTC2293, LTC2294, LTC2295, LTC2296, LTC2297, LTC2298 or LTC2299 DESCRIPTION Demonstration circuit 851 supports a

More information

INF4420 Project Spring Successive Approximation Register (SAR) Analog-to-Digital Converter (ADC)

INF4420 Project Spring Successive Approximation Register (SAR) Analog-to-Digital Converter (ADC) INF4420 Project Spring 2011 Successive Approximation Register (SAR) Analog-to-Digital Converter (ADC) 1. Introduction Data converters are one of the fundamental building blocks in integrated circuit design.

More information

AR SWORD Digital Receiver EXciter (DREX)

AR SWORD Digital Receiver EXciter (DREX) Typical Applications Applied Radar, Inc. Radar Pulse-Doppler processing General purpose waveform generation and collection Multi-channel digital beamforming Military applications SIGINT/ELINT MIMO and

More information

Embedded System Training Module ABLab Solutions

Embedded System Training Module ABLab Solutions Embedded System Training Module ABLab Solutions www.ablab.in Table of Contents Course Outline... 4 1. Introduction to Embedded Systems... 4 2. Overview of Basic Electronics... 4 3. Overview of Digital

More information

Using an IEEE Test Bus for Fault Diagnosis of Analog Parts of Electronic Embedded Systems. Zbigniew Czaja 1, Bogdan Bartosinski 2

Using an IEEE Test Bus for Fault Diagnosis of Analog Parts of Electronic Embedded Systems. Zbigniew Czaja 1, Bogdan Bartosinski 2 Using an IEEE1149.1 Test Bus for Fault Diagnosis of Analog Parts of Electronic Embedded Systems Zbigniew Czaja 1, Bogdan Bartosinski 2 1 Gdansk University of Technology, Faculty of Electronics, Telecommunications

More information

Getting Started with Launchpad and Grove Starter Kit. Franklin Cooper University Marketing Manager

Getting Started with Launchpad and Grove Starter Kit. Franklin Cooper University Marketing Manager Getting Started with Launchpad and Grove Starter Kit Franklin Cooper University Marketing Manager Prelab Work Lab Documentation: https://goo.gl/vzi53y Create a free my.ti.com account Install Drivers for

More information

DSP in Communications and Signal Processing

DSP in Communications and Signal Processing Overview DSP in Communications and Signal Processing Dr. Kandeepan Sithamparanathan Wireless Signal Processing Group, National ICT Australia Introduction to digital signal processing Introduction to digital

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Viareggio March 28, 2011 Introduction: what is the SiPM? The Silicon PhotoMultiplier (SiPM) consists of a high density (up to ~10 3 /mm 2 ) matrix of diodes connected in parallel on a common Si substrate.

More information

Rfid Based Attendance System

Rfid Based Attendance System Rfid Based Attendance System Raj Kumar Mistri 1, Kamlesh Kishore 2, Priyanka Nidhi 3, Pushpakumari 4, Vikrantkumar 5 1, 2 Assistant Professor, 3,4,5 B.Tech Scholar 1,2,3,4,5 Dept. of ECE, RTC Institute

More information

Dual Link DVI Receiver Implementation

Dual Link DVI Receiver Implementation Dual Link DVI Receiver Implementation This application note describes some features of single link receivers that must be considered when using 2 devices for a dual link application. Specific characteristics

More information

Keywords Bio Signals, GSM Module, MSP-430microcontroller, Sensors.

Keywords Bio Signals, GSM Module, MSP-430microcontroller, Sensors. Remote Patient Monitoring System for Rural Population Using Ultra Low Power Embedded System S.Navaneethakrishnan, T.Nivethitha, T.Boobalan Abstract The planned a model that analyses numerous Bio-medical

More information

Muscle Sensor KI 2 Instructions

Muscle Sensor KI 2 Instructions Muscle Sensor KI 2 Instructions Overview This KI pre-work will involve two sections. Section A covers data collection and section B has the specific problems to solve. For the problems section, only answer

More information

Interactive Virtual Laboratory for Distance Education in Nuclear Engineering. Abstract

Interactive Virtual Laboratory for Distance Education in Nuclear Engineering. Abstract Interactive Virtual Laboratory for Distance Education in Nuclear Engineering Prashant Jain, James Stubbins and Rizwan Uddin Department of Nuclear, Plasma and Radiological Engineering University of Illinois

More information

Machinery Fault Diagnosis and Signal Processing Prof. A R Mohanty Department of Mechanical Engineering Indian Institute of Technology-Kharagpur

Machinery Fault Diagnosis and Signal Processing Prof. A R Mohanty Department of Mechanical Engineering Indian Institute of Technology-Kharagpur Machinery Fault Diagnosis and Signal Processing Prof. A R Mohanty Department of Mechanical Engineering Indian Institute of Technology-Kharagpur Lecture -10 Computer Aided Data Acquisition Today's lecture

More information

Analog input and output

Analog input and output Analog input and output DRAFT VERSION - This is part of a course slide set, currently under development at: http://mbed.org/cookbook/course-notes We welcome your feedback in the comments section of the

More information

A Noble Identification System for Tumors and Implementation

A Noble Identification System for Tumors and Implementation A Noble Identification System for Tumors and Implementation SHIEH-SHING LIN A, KING-TAN LEE B, JIA-HAU CHEN C, HEN-CHIA HSU D, a,c,d Department of Electrical Engineering St. John s University #499, Sec.

More information

Digital Audio Design Validation and Debugging Using PGY-I2C

Digital Audio Design Validation and Debugging Using PGY-I2C Digital Audio Design Validation and Debugging Using PGY-I2C Debug the toughest I 2 S challenges, from Protocol Layer to PHY Layer to Audio Content Introduction Today s digital systems from the Digital

More information

Oscilloscopes, logic analyzers ScopeLogicDAQ

Oscilloscopes, logic analyzers ScopeLogicDAQ Oscilloscopes, logic analyzers ScopeLogicDAQ ScopeLogicDAQ 2.0 is a comprehensive measurement system used for data acquisition. The device includes a twochannel digital oscilloscope and a logic analyser

More information

Real-time EEG signal processing based on TI s TMS320C6713 DSK

Real-time EEG signal processing based on TI s TMS320C6713 DSK Paper ID #6332 Real-time EEG signal processing based on TI s TMS320C6713 DSK Dr. Zhibin Tan, East Tennessee State University Dr. Zhibin Tan received her Ph.D. at department of Electrical and Computer Engineering

More information

AI-1664LAX-USB. Features. 100KSPS 16-bit Analog Input Unit for USB AI-1664LAX-USB 1. Ver.1.01

AI-1664LAX-USB. Features. 100KSPS 16-bit Analog Input Unit for USB AI-1664LAX-USB 1. Ver.1.01 100KSPS 16-bit Analog Unit for USB AI-1664LAX-USB * Specifications, color and design of the products are subject to change without notice. This product is a USB2.0-compliant analog input unit that extends

More information

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer by: Matt Mazzola 12222670 Abstract The design of a spectrum analyzer on an embedded device is presented. The device achieves minimum

More information

i-repeater Control and monitor all your repeaters through the cloud Rackmount Wallmount

i-repeater Control and monitor all your repeaters through the cloud Rackmount Wallmount i-repeater Control and monitor all your repeaters through the cloud Rackmount Wallmount Cloud control and monitoring Touch screen interface Alarms Statisics Details *Device = any repeater or line-amp Connection

More information

2 MHz Lock-In Amplifier

2 MHz Lock-In Amplifier 2 MHz Lock-In Amplifier SR865 2 MHz dual phase lock-in amplifier SR865 2 MHz Lock-In Amplifier 1 mhz to 2 MHz frequency range Low-noise current and voltage inputs Touchscreen data display - large numeric

More information

Converters: Analogue to Digital

Converters: Analogue to Digital Converters: Analogue to Digital Presented by: Dr. Walid Ghoneim References: Process Control Instrumentation Technology, Curtis Johnson Op Amps Design, Operation and Troubleshooting. David Terrell 1 - ADC

More information

Motion Artifact removal in Ambulatory ECG Signal using ICA

Motion Artifact removal in Ambulatory ECG Signal using ICA International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 3-89 Volume: Issue: 57 Motion Artifact removal in Ambulatory ECG Signal using ICA Deepak Vala, Tanmay Pawar, Department

More information