//cerebro. //fall_16

Size: px
Start display at page:

Download "//cerebro. //fall_16"

Transcription

1 //cerebro //fall_16

2 Summary The primary objectives to upgrading Cerebro this semester were: Expanding the data analysis to run in a more generalized way, i.e., the ability to work with data not sorted in a specific way. Initializing a headset prototype (prototyping both the design and the electronics) in order to accurately obtain biosignals. Updating the app in order to make it user friendly and provide versatility in emergency response options.

3 3-D Printing Team

4 Initial Approach Create a design that will practical, functional, moderately aesthetic, and noninvasive Compare and contrast different materials Considerations included durability, flexibility, strength Examples: ABS, Polyjet, NinjaFlex and Tango 3D printing Research Types of printers available on campus, materials available EEG biosensors wearable electronics in the market

5 Design Specifications Initial design was developed using SolidWorks software Advantages: Allows for placement of electrodes to be moved to necessary spots Thinner piece around ears for comfort Comfortable, thin headband

6 First Prototype Used 3-D printer: EDEN260 V with dimensional accuracy of 7 microns and a building time of g^3 per 8.2 min Material: Tango, a rubber-like material

7 Spring Goals House electronics inside the prototype Create adjustable mechanism for different head sizes Improve design: Combine materials to provide a headset structure Design spring mechanism for housing of dry electrodes Incorporate a battery with a useful life of at least 5 hrs

8 Electronics

9 Overview of the Semester Figuring out conventionally placed electronics Discerning the Necessary Electronics to be Housed Exploration of Types of Electrodes Researching Capacitive Electrodes Initiating the Prototype

10 Electronics in Conventional Headsets Electrode with Noise Reduction Module Application Specific Integrated Circuit Analog-Digital Converter Bluetooth Module

11 What Parts are Needed? Rephrasing the Question: What parts does the algorithm take care of? Algorithm takes care of Application Specific IC, therefore no Signal Processing required in Electronics. What must be covered in Electronics: Electrode Noise Reduction Analog Digital Converter Serial Transfer to Device (Bluetooth)

12 The Quest for the Ideal Electrode Ideal Electrode: Capacitive Electrode

13 The Quest for the Ideal Electrode The Capacitive Electrode is Ideal because: Relatively new technology, scope for an additional claim in patent Doesn t require direct contact More comfortable Eliminates the effects of artefacts Downsides Relatively new technology, no commercial electrodes available to play with Very nuanced and precise construction (Layered Electrode Surface)

14 The Quest for the Ideal Electrode

15 Initializing the Prototype Capacitive Electrodes require more time, so we decided to model the prototype based on dry or wet electrodes Start with a basic model and upgrade in Phases Using Wet Electrode Using data acquisition electronics based on Dr. Vu s EKG system

16 Other Prototype Initiatives Serial Protocol Output (via USB) Using Teensy Microcontrolling Unit Using standard 9600 baud Transferring 16-bit data at 256 Hz sampling rate Figure: An apparatus to utilize Teensy ADC converter using an Oscilloscope.

17 Plans for Spring 2017 Upgrade prototype from conventional electrodes to Capacitive Electrode Better Integration with Hardware (electronic housing, ergonomic factor) Integration with Smartphone Application

18 Data Analytics

19 Executive Summary Gained understanding of random forest models & machine learning Gained understanding of relevant features (Relative Phase/Phase Synchronization, Snowball PSD, Snowball PSD Phase Angle) Trained & Tested Algorithm on single patient (Tested patient 1 - Trained on files and tested on files 1-5 for patient) Automated patient input in order to train and test on more than one patient at a time Automated annotation creation in order to allow for patients to be selected in a random order

20 Background Data pulled from PhysioBank ATM via physionet.org Close to 1000 hours of EEG data from 24 patients at the Children s Hospital of Boston (data collected by MIT) Analyze T7-FT9 & P8-O2 voltage potential differences Critical features for algorithm are relative phase, snowball of power spectral density (PSD), and snowball of PSD phase angle. Training data structure: 1 row per second-25 columns (1 for annotation class label, 8 for each of the 3 feature types)

21 Our Process ALGORITHM PROCESS ALGORITHM PROCESS

22 Random Forest Ensemble machine learning for event classification The algorithm is a forest because it utilizes a large number of decision trees The algorithm is random because each tree is trained on a random subset of the training data. Also, each binary node split selects a random set of predictor features. Each tree gives a binary yes/no classification, and the average of all tree classifications can be used to predict an event

23 Our Random Forest Utilizes Matlab TreeBagger() Function 400 decision trees used If greater than 80 trees (20%) predict a seizure, the model predicts a seizure

24 Power Spectral Density (PSD) A method of representing power as a function of frequency Used in both Snowball of PSD, and Snowball of PSD Phase Angle features

25 Snowball Making small changes currently can lead to large changes in the future (causing an event) Changes that have occurred in the features are added up

26 Snowball of PSD & Snowball of PSD Phase Angle Benefit of Snowball Effects: Analyzes 1 channel (T7-FT9) instead of two as seen in the RP features Phase Synchronization for Snowball of PSD Phase Angle: Utilize Hilbert transform to break PSD signal down into real and imaginary parts. Extract phase angle.

27 Relative Phase Feature (RP) Also uses Hilbert transform Unlike the snowball effects, this feature captures the differences between two signals (channels T7- FT9 & P8-O2) According to NBT, m & n equal 1 for the relative phase equation, but moving forward we should test this hypothesis to confirm optimal values

28 Training & Testing Code on Patient 1 Understand how the algorithms were implemented by previous team Analyzed Patient 1 First the algorithm was run to create a set of Train and Testing data Next, annotations were input based on provided information. Finally, RandomForest algorithm was run to for sezuire predciton Accuracy: Precision: Sensitivity: Specificity:

29 Patient Input Automation Allow for growth of number of Patient Files to be selected when running algorithm Code allows for developer to select which random Patients wanted to be analyzed The algorithm will then stitch together all of the files inside each of the Patient Files This data can then be run through feature extraction

30 Annotation Automation In addition to stitching together patient files, annotations times needed to be automated.csv files containing Patient, Files, Start and Stop Times Using loop indexed the files to the appropriate start and stop time of each seizure Accounted for the previous time elapsed from each file

31 Plotted Results (Patients 3 & 23) The plot to the right demonstrates our fully automated code correctly plotting the times of the 9 seizures between patients 3 and 23 (plotted to demonstrate new capabilities of both multiple patient input automation & annotation creation automation) Total of 9 in both patients 3 and 23 data

32 Spring 2017 Have received access to the ADA Supercomputer Can t train algorithm on all patients without supercomputer; data too large for commercial computers as Matlab crashes Create Test and Train data with greater number of patients Run RandomForest fully with 400 trees Integrate with App Team for access on Server, and configure code to work with live data

33 App Squad

34 Overall App Goal To create a user interface that provides a connection between the live ECG data collected and the seizure detection algorithm that will notify the patient of an oncoming seizure

35 Semester App Progress Improved user interface from last semester Visual appeal, better organization Created template to receive bluetooth data from EEG device in progress Gained understanding of java, app development, and android studio Explored communication between android and online servers

36 Features- Alarm tab (Home Screen) This will show any active seizure predictions (after user receives initial alert) This will show all previous alarms Provides advice on what to do during a seizure (next slide) Allows user to set alarm preferences (next slide) 5 bottom tabs used for navigation between features

37 Features- Alarm tab Prepare Provides user with information on how to prepare for a seizure Will automatically appear with an alert Begin button provides information for somebody (besides user) to provide assistance during a seizure Manage Allows user to specify how far in advance they want to receive an alarm

38 Features Tracker & Contacts Tracker Where user can go back and log in activities they recall before their seizure, immediately after their seizure has ceased. Contacts Where emergency contact info can be inputted to be notified in case of seizure

39 Future Features- Brainwaves tab When device is complete, this will show the patient s live EEG signal being received via bluetooth Personal Info tab This will have patient s personal info (for example, medication) that can be used in case of emergency App Deletion Notification Emergency contacts are immediately notified if app is deleted off patient s phone.

40 App Goals- Spring 2017 Create online server and connect to app Used for logging into specific user accounts Will analyze EEG data and send back to app to display to user Once device is complete, configure app to receive data from device via Bluetooth, and send to server

FLIR Tools for PC 7/21/2016

FLIR Tools for PC 7/21/2016 FLIR Tools for PC 7/21/2016 1 2 Tools+ is an upgrade that adds the ability to create Microsoft Word templates and reports, create radiometric panorama images, and record sequences from compatible USB and

More information

Implementation of Mind Control Robot

Implementation of Mind Control Robot Implementation of Mind Control Robot Adeel Butt and Milutin Stanaćević Department of Electrical and Computer Engineering Stony Brook University Stony Brook, New York, USA adeel.butt@stonybrook.edu, milutin.stanacevic@stonybrook.edu

More information

Smart Beacon Management with BlueRange

Smart Beacon Management with BlueRange Smart Beacon Management with BlueRange Version 1.1 Status 01/2018 This article describes the need for Smart Beacon Management, demonstrates innovative ways to manage and control it efficiently, and shows

More information

Electroencephalograph EEG-1200J/K

Electroencephalograph EEG-1200J/K Electroencephalograph EEG-1200J/K EEG-1200 User-friendly Efficient Expandable Accurate The possibilities are endless. User-friendly Customizable new main menu You can register up to 10 examination protocol

More information

Lecture 4 Biosignal Processing. Digital Signal Processing and Analysis in Biomedical Systems

Lecture 4 Biosignal Processing. Digital Signal Processing and Analysis in Biomedical Systems Lecture 4 Biosignal Processing Digital Signal Processing and Analysis in Biomedical Systems Contents - Preprocessing as first step of signal analysis - Biosignal acquisition - ADC - Filtration (linear,

More information

Lab E5: Filters and Complex Impedance

Lab E5: Filters and Complex Impedance E5.1 Lab E5: Filters and Complex Impedance Note: It is strongly recommended that you complete lab E4: Capacitors and the RC Circuit before performing this experiment. Introduction Ohm s law, a well known

More information

Health and Fitness Analog solution. Wenbin Zhu Medical BDM June, 2015

Health and Fitness Analog solution. Wenbin Zhu Medical BDM June, 2015 Health and Fitness Analog solution Wenbin Zhu Medical BDM June, 2015 1 A Broad Market TI in Medical Devices Today TI HealthTech Engineering components for life. TI Solutions for Wearable Optical Bio-Sensing

More information

Signal segmentation and waveform characterization. Biosignal processing, S Autumn 2012

Signal segmentation and waveform characterization. Biosignal processing, S Autumn 2012 Signal segmentation and waveform characterization Biosignal processing, 5173S Autumn 01 Short-time analysis of signals Signal statistics may vary in time: nonstationary how to compute signal characterizations?

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

Electroencephalograph EEG-1200J/K

Electroencephalograph EEG-1200J/K Electroencephalograph EEG-1200J/K EEG-1200 User-friendly Efficient Expandable Accurate The possibilities are endless. User-friendly Customizable new main menu You can register up to 10 examination protocol

More information

2D Floor-Mapping Car

2D Floor-Mapping Car CDA 4630 Embedded Systems Final Report Group 4: Camilo Moreno, Ahmed Awada ------------------------------------------------------------------------------------------------------------------------------------------

More information

Bridgemate App. Tournament directors features. Bridge Systems BV

Bridgemate App. Tournament directors features. Bridge Systems BV Bridgemate App Tournament directors features Bridge Systems BV Bridgemate App Tournament directors features Page 2 Introduction Tournament director functions have been introduced in version 2.0 of the

More information

Pixie Location of Things Platform Introduction

Pixie Location of Things Platform Introduction Pixie Location of Things Platform Introduction Location of Things LoT Location of Things (LoT) is an Internet of Things (IoT) platform that differentiates itself on the inclusion of accurate location awareness,

More information

>>> RALLY SAFETY SYSTEM

>>> RALLY SAFETY SYSTEM >>> RALLY SAFETY SYSTEM Rally Safety System Complete rally monitoring system based on GPS and GLONASS satellite positioning technology, GPRS data transfer and advanced cloud server data processing. Online

More information

EMG Sensor Shirt. Senior Project Written Hardware Description April 28, 2015 ETEC 474. By: Dylan Kleist Joshua Goertz

EMG Sensor Shirt. Senior Project Written Hardware Description April 28, 2015 ETEC 474. By: Dylan Kleist Joshua Goertz EMG Sensor Shirt Senior Project Written Hardware Description April 28, 2015 ETEC 474 By: Dylan Kleist Joshua Goertz Table of Contents Introduction... 3 User Interface Board... 3 Bluetooth... 3 Keypad...

More information

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Version 2 Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Page 2 Contents Introduction... 3 Basic

More information

BRAINWAVE RECOGNITION

BRAINWAVE RECOGNITION College of Engineering, Design and Physical Sciences Electronic & Computer Engineering BEng/BSc Project Report BRAINWAVE RECOGNITION Page 1 of 59 Method EEG MEG PET FMRI Time resolution The spatial resolution

More information

Mind Games. Daniel Warner (EE) John Parker (EE) Justin Dwyer (EE) Duy Nguyen (EE) G38

Mind Games. Daniel Warner (EE) John Parker (EE) Justin Dwyer (EE) Duy Nguyen (EE) G38 Mind Games Daniel Warner (EE) John Parker (EE) Justin Dwyer (EE) Duy Nguyen (EE) G38 Goals & Objectives Basic Overview The goal of this project is to control multiple applications through nontraditional

More information

Instrumentation amplifier

Instrumentation amplifier Instrumentationamplifieris a closed-loop gainblock that has a differential input and an output that is single-ended with respect to a reference terminal. Application: are intended to be used whenever acquisition

More information

Mobile Application Training

Mobile Application Training Mobile Application Training NPMStaffing.com Ready to Work on Your Terms? At NPM Staffing, your next job is now at your fingertips. Our mobile application is easy to use and allows you to work when you

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

DI-1100 USB Data Acquisition (DAQ) System Communication Protocol

DI-1100 USB Data Acquisition (DAQ) System Communication Protocol DI-1100 USB Data Acquisition (DAQ) System Communication Protocol DATAQ Instruments Although DATAQ Instruments provides ready-to-run WinDaq software with its DI-1100 Data Acquisition Starter Kits, programmers

More information

NEW! AOIP FD5 Advanced Digital Data Logger

NEW! AOIP FD5 Advanced Digital Data Logger NEW! AOIP FD5 Advanced Digital Data Logger Versatile data logger, each output channel can be custom configured for current, voltage, resistance, frequency, and temperature. The NEW! FD5 Digital Datalogger

More information

PRODUCT SHEET. fnir 2000C Imager fnir2000s Imager fnir2000p Imager

PRODUCT SHEET. fnir 2000C Imager fnir2000s Imager fnir2000p Imager fnir FUNCTIONAL NEAR INFRARED OPTICAL BRAIN IMAGING SYSTEMS fnir 2000C fnir2000s fnir2000p fnir functional near infrared optical imaging systems measure oxygen level changes in the prefrontal cortex of

More information

CONTENTS INTRODUCTION ACTIVATING VCA LICENSE CONFIGURATION...

CONTENTS INTRODUCTION ACTIVATING VCA LICENSE CONFIGURATION... VCA VCA Installation and Configuration manual 2 Contents CONTENTS... 2 1 INTRODUCTION... 3 2 ACTIVATING VCA LICENSE... 6 3 CONFIGURATION... 10 3.1 VCA... 10 3.1.1 Camera Parameters... 11 3.1.2 VCA Parameters...

More information

EAN-Infrared Temperature

EAN-Infrared Temperature EAN-Infrared Temperature PN: EAN-Infrared-Temperature 1/16/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

EE 210 Lab Exercise #3 Introduction to PSPICE

EE 210 Lab Exercise #3 Introduction to PSPICE EE 210 Lab Exercise #3 Introduction to PSPICE Appending 4 in your Textbook contains a short tutorial on PSPICE. Additional information, tutorials and a demo version of PSPICE can be found at the manufacturer

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Classification of Four Class Motor Imagery and Hand Movements for Brain Computer Interface

Classification of Four Class Motor Imagery and Hand Movements for Brain Computer Interface Classification of Four Class Motor Imagery and Hand Movements for Brain Computer Interface 1 N.Gowri Priya, 2 S.Anu Priya, 3 V.Dhivya, 4 M.D.Ranjitha, 5 P.Sudev 1 Assistant Professor, 2,3,4,5 Students

More information

The report presents the functionality of our project, the problems we encountered, the incurred costs and timeline for the project development.

The report presents the functionality of our project, the problems we encountered, the incurred costs and timeline for the project development. April 30, 2010 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 440 Post Mortem for Biomedical Monitoring System Dear Dr. Rawicz: Please see attached

More information

System and method for subtracting dark noise from an image using an estimated dark noise scale factor

System and method for subtracting dark noise from an image using an estimated dark noise scale factor Page 1 of 10 ( 5 of 32 ) United States Patent Application 20060256215 Kind Code A1 Zhang; Xuemei ; et al. November 16, 2006 System and method for subtracting dark noise from an image using an estimated

More information

Moisture doesn t tell you where it s hiding.

Moisture doesn t tell you where it s hiding. Moisture doesn t tell you where it s hiding. Moisture Meters and Accessories by FLIR Equipped with IGM TM Infrared Guided Measurement MR77 MR160 MR176 THREE STRIKES AND MOISTURE IS OUT! FLIR is proud to

More information

Lab E5: Filters and Complex Impedance

Lab E5: Filters and Complex Impedance E5.1 Lab E5: Filters and Complex Impedance Note: It is strongly recommended that you complete lab E4: Capacitors and the RC Circuit before performing this experiment. Introduction Ohm s law, a well known

More information

Move 4. Physical Activity Sensor User Manual

Move 4. Physical Activity Sensor User Manual Move 4 Physical Activity Sensor User Manual Imprint Move 4 User Manual Version: 12.07.2018 The newest version of the User Manual can be found here: http://www.movisens.com/wpcontent/downloads/move4_user_manual.pdf

More information

Transmission and Reception Using Power Line Communication

Transmission and Reception Using Power Line Communication International Journal of Education and Science Research Review E-ISSN 2348-6457 Volume-3, Issue-2 April- 2016 Transmission and Reception Using Power Line Communication Preeti Pannu, Sahil Kamboj, Saransh

More information

Machine Data Acquisition. Powerful vibration data collectors, controllers, sensors, and field analyzers

Machine Data Acquisition. Powerful vibration data collectors, controllers, sensors, and field analyzers Machine Data Acquisition Powerful vibration data collectors, controllers, sensors, and field analyzers CHOOSE THE PERFECT HARDWARE DESIGN SUITED FOR YOU BRAUN, BRAINS AND BEAUTY TOTAL TRIO IS A COMPLETE

More information

AUTOPILOT CONTROL SYSTEM - IV

AUTOPILOT CONTROL SYSTEM - IV AUTOPILOT CONTROL SYSTEM - IV CONTROLLER The data from the inertial measurement unit is taken into the controller for processing. The input being analog requires to be passed through an ADC before being

More information

Room Search and Selection Instructions

Room Search and Selection Instructions HOUSING & RESIDENTIAL LIFE Room Search and Selection Instructions 1) To reserve a room to your completed application, first Navigate to the Housing Application site. 2) Follow the instructions to log into

More information

Electrocardiography Reader (ECG Reader) Group 22

Electrocardiography Reader (ECG Reader) Group 22 Electrocardiography Reader (ECG Reader) Group 22 Department of Electrical Engineering & Computer Science University of Central Florida Dr. Samuel Richie Senior Design 1 Fall 2014 December 4, 2014 Jeffrey

More information

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB 1 Overview of data acquisition (DAQ) with GPIB The schematic below gives an idea of how the interfacing happens between Matlab, your computer and your lab devices via the GPIB bus. GPIB stands for General

More information

Decoding Brainwave Data using Regression

Decoding Brainwave Data using Regression Decoding Brainwave Data using Regression Justin Kilmarx: The University of Tennessee, Knoxville David Saffo: Loyola University Chicago Lucien Ng: The Chinese University of Hong Kong Mentor: Dr. Xiaopeng

More information

SIEMENS PSS SINCAL Platform 10.5 Update 6

SIEMENS PSS SINCAL Platform 10.5 Update 6 General Information This update can exclusively be used for the PSS SINCAL Platform 10.5. It can't be used with other product versions! Procedure for Installation with Update Wizard Close all running PSS

More information

OTC18 OVERHEAD TUBE CRANE SYSTEM

OTC18 OVERHEAD TUBE CRANE SYSTEM OTC18 OVERHEAD TUBE CRANE SYSTEM System Overview Clinical Performance Versatile and intuitive, the OTC18M System delivers enhanced patient comfort and optimized workflow. Precisely designed to withstand

More information

ifeel Sensor USER GUIDE SUPPLEMENT

ifeel Sensor USER GUIDE SUPPLEMENT ifeel Sensor USER GUIDE SUPPLEMENT Choose Your ifeel Sensor There are two versions of the ifeel Sensor: USB and Bluetooth. Read the section of the user guide that matches your sensor. IFEEL BLUETOOTH SENSOR

More information

Week 15. Mechanical Waves

Week 15. Mechanical Waves Chapter 15 Week 15. Mechanical Waves 15.1 Lecture - Mechanical Waves In this lesson, we will study mechanical waves in the form of a standing wave on a vibrating string. Because it is the last week of

More information

A Closed-Loop System to Monitor and Reduce Parkinson s Tremors

A Closed-Loop System to Monitor and Reduce Parkinson s Tremors A Closed-Loop System to Monitor and Reduce Parkinson s Tremors Tremors Group: Anthony Calvo, Linda Gong, Jake Miller, and Mike Sander Faculty Advisor: Dr. Gary H. Bernstein 8 March 2018 Design Review I

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

FI-RESIST: Wearables for Firefighters. Daniel Bartel, Christian Buzombo, Jean Plamin, Tony Quach. Dr. Tracy Hammond, Josh Cherian

FI-RESIST: Wearables for Firefighters. Daniel Bartel, Christian Buzombo, Jean Plamin, Tony Quach. Dr. Tracy Hammond, Josh Cherian FI-RESIST: Wearables for Firefighters Daniel Bartel, Christian Buzombo, Jean Plamin, Tony Quach Dr. Tracy Hammond, Josh Cherian Knights of Columbus Hall Fire Bryan, Texas February 15th, 2013 2 Deaths First

More information

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Jung Wook Park HCI Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA, USA, 15213 jungwoop@andrew.cmu.edu

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

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15 INTRODUCTION The Diligent Analog Discovery (DAD) allows you to design and test both analog and digital circuits. It can produce, measure and

More information

Fiery Color Profiler Suite Calibrator

Fiery Color Profiler Suite Calibrator 2017 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 11 July 2017 Contents 3 Contents...5 Select a task...5 Create calibration for the

More information

Crew Health Monitoring Systems

Crew Health Monitoring Systems Project Dissemination Athens 24-11-2015 Advanced Cockpit for Reduction Of Stress and Workload Presented by Aristeidis Nikologiannis Prepared by Aristeidis Nikologiannis Security & Safety Systems Department

More information

Introduction to the Analog Discovery

Introduction to the Analog Discovery Introduction to the Analog Discovery The Analog Discovery from Digilent (http://store.digilentinc.com/all-products/scopes-instruments) is a versatile and powerful USB-connected instrument that lets you

More information

Thorsten Reibel, Training & Qualification Global Application and Solution Team

Thorsten Reibel, Training & Qualification Global Application and Solution Team JUNE 2017 Gateways DG/S x.64.1.1 Part 2 BU EPBP GPG Building Automation Thorsten Reibel, Training & Qualification Global Application and Solution Team Agenda New Generation DALI-Gateways DG/S x.64.1.1

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Design of Parallel Algorithms. Communication Algorithms

Design of Parallel Algorithms. Communication Algorithms + Design of Parallel Algorithms Communication Algorithms + Topic Overview n One-to-All Broadcast and All-to-One Reduction n All-to-All Broadcast and Reduction n All-Reduce and Prefix-Sum Operations n Scatter

More information

CAST Application User Guide

CAST Application User Guide CAST Application User Guide for DX900+ Electromagnetic Multilog Sensor U.S. Patent No. 7,369,458. UK 2 414 077. Patents Pending 17-630-01-rev.b 05/24/17 1 Copyright 2017 Airmar Technology Corp. All rights

More information

An Artificial Intelligence System for Monitoring and Security for Vehicular Plate Number in Lyceum of the Philippines University Laguna

An Artificial Intelligence System for Monitoring and Security for Vehicular Plate Number in Lyceum of the Philippines University Laguna An Artificial Intelligence System for Monitoring and Security for Vehicular Plate Number in Lyceum of the Philippines University Laguna Joseph T. Seranilla 1*, Angelino P. Flores 1, Veryll John Sumague

More information

EE 233 Circuit Theory Lab 3: First-Order Filters

EE 233 Circuit Theory Lab 3: First-Order Filters EE 233 Circuit Theory Lab 3: First-Order Filters Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 Inverting Amplifier... 3 3.2 Non-Inverting Amplifier... 4 3.3 Integrating

More information

Ultrasonic A/B Scan GRU-7000

Ultrasonic A/B Scan GRU-7000 Ultrasonic A/B Scan GRU-7000 GRU-7000 Complete measurement and calculation record within seconds Ability to store up to five different user profiles Fully adjustable tilt for ergonomic comfort Video

More information

Instruction Manual.

Instruction Manual. Instruction Manual 8 Great Tools to Manage Teamwork! Time Team Tasks Select Who s Up Time Equal Turns Quiz a Teammate Keep Track of Turns Celebrate Teamwork Repeat Timed Intervals Manage Many Rounds www.kaganonline.com

More information

Setup and Walk Through Guide Orion for Clubs Orion at Home

Setup and Walk Through Guide Orion for Clubs Orion at Home Setup and Walk Through Guide Orion for Clubs Orion at Home Shooter s Technology LLC Copyright by Shooter s Technology LLC, All Rights Reserved Version 2.5 September 14, 2018 Welcome to the Orion Scoring

More information

In our previous lecture, we understood the vital parameters to be taken into consideration before data acquisition and scanning.

In our previous lecture, we understood the vital parameters to be taken into consideration before data acquisition and scanning. Interactomics: Protein Arrays & Label Free Biosensors Professor Sanjeeva Srivastava MOOC NPTEL Course Indian Institute of Technology Bombay Module 7 Lecture No 34 Software for Image scanning and data processing

More information

SAPLING WIRELESS SYSTEM

SAPLING WIRELESS SYSTEM SAPLING WIRELESS SYSTEM Sapling Wireless System DESCRIPTION A Wireless Clock System starts with a master clock with a transmitter. The master clock s transmitter transmits the time data to the secondary

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

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved.

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved. for NI PXI/PXIe User Manual Revision 1.0.3 March 2014 2011-2013 PVI Systems, Inc. All Rights Reserved. Table of Contents 1.1 Software Requirements... 4 1.2 Hardware Requirements... 4 1.3 Support... 4 2

More information

EcgMove 3. ECG and Physical Activity Sensor User Manual

EcgMove 3. ECG and Physical Activity Sensor User Manual EcgMove 3 ECG and Physical Activity Sensor User Manual Imprint EcgMove 3 User Manual Version: 14.03.2018 The newest version of the User Manual can be found here: http://www.movisens.com/wpcontent/downloads/ecgmove3_user_manual.pdf

More information

LabVIEW 8" Student Edition

LabVIEW 8 Student Edition LabVIEW 8" Student Edition Robert H. Bishop The University of Texas at Austin PEARSON Prentice Hall Upper Saddle River, NJ 07458 CONTENTS Preface xvii LabVIEW Basics 1.1 System Configuration Requirements

More information

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORK CONNECTIVITY FOR IoT Hari Balakrishnan Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORKING: GLUE FOR THE IOT IoT s technology push from the convergence of Embedded computing Sensing

More information

ECE 445 Fall 2017 Project Proposal. Recovery-Monitoring Knee Brace

ECE 445 Fall 2017 Project Proposal. Recovery-Monitoring Knee Brace ECE 445 Fall 2017 Project Proposal Recovery-Monitoring Knee Brace Team #40 Locker D10 Members: Dennis Ryu [dryu3], Dong Hyun Lee [dlee134], Jong Yoon Lee [jlee642] TA: Dongwei Shi [dshi9] 18 Sept 2017

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

Newsletter, January 2005

Newsletter, January 2005 Sensor Consortium: Consortium for Security and Medical Systems Department of Electrical and Computer Engineering College of Engineering and Applied Sciences, SUNY Stony Brook Newsletter, January 2005 Six

More information

The above figure represents a two stage circuit. Recall, the transfer function relates. Vout

The above figure represents a two stage circuit. Recall, the transfer function relates. Vout LABORATORY 12: Bode plots/second Order Filters Material covered: Multistage circuits Bode plots Design problem Overview Notes: Two stage circuits: Vin1 H1(s) Vout1 Vin2 H2(s) Vout2 The above figure represents

More information

PRODUCTS. Radios. Accessories As shown, and more GPS. Other PUSH-TO-TALK OVER CELLULAR. Heavy Duty, Bluetooth and Smart Digital Headsets.

PRODUCTS. Radios. Accessories As shown, and more GPS. Other PUSH-TO-TALK OVER CELLULAR. Heavy Duty, Bluetooth and Smart Digital Headsets. PRODUCTS Radios PUSH-TO-TALK OVER CELLULAR Accessories As shown, and more Long Range Microphone Chest Packs Heavy Duty, Bluetooth and Smart Digital Headsets Noise-Cancelling Speaker Microphone IMPRES Battery

More information

MEDITECH C/S 5.6 Update Tips and Tricks

MEDITECH C/S 5.6 Update Tips and Tricks May 6, 2011 Peter Miessner Senior Consultant First Steps Resources Upgrade Process ARRA Top Off Go Live Acknowledgements Questions 5/6/2011 Meditech C/S 5.6 Update 2 First Steps Review User Access and

More information

Final Exam (ECE 408/508 Digital Communications) (05/05/10, Wed, 6 8:30PM)

Final Exam (ECE 408/508 Digital Communications) (05/05/10, Wed, 6 8:30PM) Final Exam (ECE 407 Digital Communications) Page 1 Final Exam (ECE 408/508 Digital Communications) (05/05/10, Wed, 6 8:30PM) Name: Bring calculators. 2 ½ hours. 20% of your final grade. Question 1. (20%,

More information

Human Vision Component & Sensor Solutions. İSMAİL CUMHUR ÖZDİKMEN OMRON Electronic Components B.V Area Sales Manager Turkey & Israel & Greece

Human Vision Component & Sensor Solutions. İSMAİL CUMHUR ÖZDİKMEN OMRON Electronic Components B.V Area Sales Manager Turkey & Israel & Greece Human Vision Component & Sensor Solutions İSMAİL CUMHUR ÖZDİKMEN OMRON Electronic Components B.V Area Sales Manager Turkey & Israel & Greece 1 Agenda; 1. Human Vision Components ( HVC-P2) 2. Thermal Sensor

More information

Mirage 2.0. What's new in Mirage 2.0? din.a.x Digitale Bildbearbeitung GmbH Fuggerstrasse 9a D Neuss

Mirage 2.0. What's new in Mirage 2.0? din.a.x Digitale Bildbearbeitung GmbH Fuggerstrasse 9a D Neuss What's new in Mirage 2.0? 1. Adjust the quality of the preview image 2. New user-defined labels 3. Ink level display and printer status messages 4. New "Tiling" menu item 5. Split screen page preview 6.

More information

Embracing Complexity. Gavin Walker Development Manager

Embracing Complexity. Gavin Walker Development Manager Embracing Complexity Gavin Walker Development Manager 1 MATLAB and Simulink Proven Ability to Make the Complex Simpler 1970 Stanford Ph.D. thesis, with thousands of lines of Fortran code 2 MATLAB and Simulink

More information

Android Electro Cardio Monitor

Android Electro Cardio Monitor Android Electro Cardio Monitor Jeffrey P. Frye, Jonathan D. Gibson, Michael W. Sun, Cheng-Chieh Wang Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida,

More information

Specifications.

Specifications. is a 7 capacitive touch display designed for use with PanelPilotACE Design Studio, a free drag-and-drop style software package for rapid development of advanced user interfaces and panel meters. The is

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

ECG HOLTER INtUItIVe USeR INteRFAce Interactive Graphs Interactive Histograms navigation by extremes Fully Customizable R E LT O H CG E

ECG HOLTER INtUItIVe USeR INteRFAce Interactive Graphs Interactive Histograms navigation by extremes Fully Customizable R E LT O H CG E ECG HOLTER new 2 ecg Holter NEW POSSIBILITIES IN HOLTER DIAGNOSTICS btl ecg Holter The BTL ECG Holter satisfies the needs of the most demanding ECG experts, while at the same time making their work both

More information

Geo-fence Tracking Device User Manual

Geo-fence Tracking Device User Manual Geo-fence Tracking Device User Manual home8care.com 1-844-800-6482 support@home8care.com V1.1 2017 1 Table of Contents Table of Contents... 1 Chapter 1. Introduction... 2 1.1 System Requirement... 2 Chapter

More information

m+p Analyzer Revision 5.2

m+p Analyzer Revision 5.2 Update Note www.mpihome.com m+p Analyzer Revision 5.2 Enhanced Project Browser New Acquisition Configuration Windows Improved 2D Chart Reference Traces in 2D Single- and Multi-Chart Template Projects Trigger

More information

Off-line EEG analysis of BCI experiments with MATLAB V1.07a. Copyright g.tec medical engineering GmbH

Off-line EEG analysis of BCI experiments with MATLAB V1.07a. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Off-line EEG analysis of BCI experiments

More information

Station Automation: Implementation of DX Labs and components

Station Automation: Implementation of DX Labs and components Station Automation: Implementation of DX Labs and components Hardware requirements: Note that most of benefits of using DX Labs suite of station automation programs can be realized without connecting between

More information

Hyperion System 9 Financial Data Quality Management. Quick Reference Guide

Hyperion System 9 Financial Data Quality Management. Quick Reference Guide Hyperion System 9 Financial Data Quality Management Quick Reference Guide Hyperion FDM Release 9.2.0. 2000 2006 - Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo and Hyperion

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

NI Elvis Virtual Instrumentation And Prototyping Board

NI Elvis Virtual Instrumentation And Prototyping Board NI Elvis Virtual Instrumentation And Prototyping Board Objectives: a) Become familiar with NI Elvis hardware ( breadboard ) and software b) Learn resistor color codes c) Learn how to use Digital Multimeter

More information

Helping you improve patient care. Welch Allyn Holter Systems

Helping you improve patient care. Welch Allyn Holter Systems Helping you improve patient care. Welch Allyn Holter Systems Welch Allyn Holter Systems User-friendly, powerful systems that are tailored to meet your needs. Welch Allyn Holter Systems feature easy-to-use

More information

Creating and Printing Large Format Posters Using PowerPoint 2016

Creating and Printing Large Format Posters Using PowerPoint 2016 Creating and Printing Large Format Posters Using PowerPoint 2016 Creating a Large Format Custom-sized PowerPoint Slide The easiest way is to create a large format poster is by making a single custom-sized

More information

Lab on GNSS Signal Processing Part I

Lab on GNSS Signal Processing Part I JRC SUMMERSCHOOL GNSS Lab on GNSS Signal Processing Part I Daniele Borio European Commission Joint Research Centre Davos, Switzerland, July 15-25, 2013 INTRODUCTION Goal of the lab: provide the students

More information

AN INVISIBLE TRACKNIG SYSTEM DURING NATURAL CALAMITIES

AN INVISIBLE TRACKNIG SYSTEM DURING NATURAL CALAMITIES AN INVISIBLE TRACKNIG SYSTEM DURING NATURAL CALAMITIES L. RAMU NAIK 1, MR.ASHOK 2 1 L. Ramu Naik, M.Tech Student, Aryabhata Institute Of Technology & Science, Maheshwaram X Roads, On Srisailam Highway,

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING P.NARENDRA ILAYA PALLAVAN 1, S.HARISH 2, C.DHACHINAMOORTHI 3 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology,

More information

ThermaViz. Operating Manual. The Innovative Two-Wavelength Imaging Pyrometer

ThermaViz. Operating Manual. The Innovative Two-Wavelength Imaging Pyrometer ThermaViz The Innovative Two-Wavelength Imaging Pyrometer Operating Manual The integration of advanced optical diagnostics and intelligent materials processing for temperature measurement and process control.

More information

Radio Frequency Integrated Circuits Prof. Cameron Charles

Radio Frequency Integrated Circuits Prof. Cameron Charles Radio Frequency Integrated Circuits Prof. Cameron Charles Overview Introduction to RFICs Utah RFIC Lab Research Projects Low-power radios for Wireless Sensing Ultra-Wideband radios for Bio-telemetry Cameron

More information