VIRTUAL REALITY DATA GLOVE

Size: px
Start display at page:

Download "VIRTUAL REALITY DATA GLOVE"

Transcription

1 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester, New York Project Number: P14546 VIRTUAL REALITY DATA GLOVE Corey Rothfuss Project Lead Josh Horner Mechanical Engineer Kayla King Mechanical Engineer Cody Stevens Electrical Engineer Mathew Nealon Electrical Engineer Ryan Dunn Electrical Engineer Faculty Advisor David Yoon Electrical Engineer Customer Ed Hanzlik Dr. Gabriel Diaz Copyright 2014

2 CONTENTS Contents... 2 Abstract... 2 Introduction (or background)... 3 Process (or methodology)... 3 The design... 4 Benchmarking... 6 Budget and market analysis... 7 Results and Recommendations... 7 References ABSTRACT Virtual Reality is used to simulate 3D environments using multiple cameras, sensors, and immersive displays. It is also a growing value to the world of technology and for research. Currently calculating hand movements to the virtual reality environments is used using motion tracking cameras. This can often result in poor data because of positions of the hand that the cameras cannot see. The objective of this project is to create a glove that collects data from the hand's movements without relying on motion capturing cameras where data can be hindered by certain hand movement. The project will focus on providing a functional prototype that is lightweight, durable, inexpensive, and does not interfere with the user's natural movements. This glove, when functioning, should be a strong competitor for the current commercial models of virtual reality gloves.

3 Page 3 INTRODUCTION (OR BACKGROUND) Virtual reality is an exciting way for a user to experience 3D environments that may be difficult or dangerous to replicate in the real world. Although many people see virtual reality as a fun way for gaming, it also has other applications in research of the human body. Currently there is research being done on relating eye movements with corresponding body movements. The current system for collecting this data uses cameras and sensors to relay the information to the researcher for analysis. This works well for most of the body, but becomes problematic when focusing the cameras' attention on the hands. Due to the many movements of the hands it is hard for the cameras to see all of the sensors they need for accurate data. PROCESS (OR METHODOLOGY) As prescribed by the general senior design procedure, the entire first semester of the two-semester timeline was a planning and design phase. Much of this planning involved input from the customer (namely, Dr. Gabriel Diaz from the Center of Imaging Science) in order to draft a list of customer requirements and draw from that, a list of engineering requirements. Input during this customer phase was also given by our always fearless and optimistic guide, Ed Hanzlik, using his experience with senior design teams and the design process. Table 1 shows the final customer requirements that were reached after multiple iterations. Through multiple meetings and discussions with our customer and guide, clear customer requirements were laid out. The importance category on the table is rated on a scale with 9 being of the utmost importance and 1 being the least critical. Twenty-four total customer requirements were created, translating into 34 engineering requirements. The engineering requirements, shown in table 2, are technical specifications that need to be met in order to ensure that the customer requirement was met. Table 1 Customer Requirements For example, if the question how was asked about a given customer requirement, the corresponding engineering requirement would provide the answer the how question. For each engineering requirement, a marginal and target goal was established. In order to make sure the engineering requirements are met, a detailed set of tests and test plans were developed. And shown in the engineering requirements excel file located on the EDGE website, Copyright 2014

4 Table 2 Engineering Requirements After creating the engineering requirements, potential risks were brainstormed and compiled in a Risk Analysis Table. Analyzing and understanding these potential risks and drafting mitigation strategies are key steps of any project. Since the Data Glove is to be used multiple times by many different people, safety and durability were a key concern for us to evaluate in the risk analysis. In order to assign a more empirical value system to these risks, an importance score was used. An importance score is produced by multiplying the risk s severity by its likelihood of happening. The severity and likelihood score used the same scale that was used for the customer and engineering requirements. Multiplying across a risk s severity and likelihood gives us the hazard score, which can then be used to determine its relative importance on a more empirical scale than completely relying on assumptions. THE DESIGN The Glove Since the design is focused on the hand and wrist, the main component of the assembly was done by placing peripherals on a glove. The design originally started out as to be a custom created glove, the team decided that it would be best to purchase a baseball glove. This glove not only is of high quality and durability, but could also stretch in the case of larger hand sizes. Thus, we purchased an Adidas baseball glove was purchased that was sized to a medium hand but was found through testing of multiple hand sizes that it worked well with other hand sizes to deliver accurate results. Knuckle Assembly The knuckle assembly was made for a variety of reasons. Placing the flex sensors used for data collection directly on the hand caused multiple issues including but not limited to unsmooth bend radii of the flex sensor, twisting and bending of the flex sensor due to curvature of the fingers, collision between front and back sensor for the two sensors used on each finger, and overall safety of the flex sensors to be more durable. What was created was using a three-knuckle design for each finger which is shown in figure 1 (to the right). The knuckle closest the palm and the knuckle at the end of the finger were created to allow for the sensor to stay in place and the curved top allowed it Figure 1 Knuckle Design

5 Page 5 to create a smoother bend radius to contribute to more accurate results. The middle knuckle has two slots so the front flex sensor and the back flex sensor did not collide during movement and sliding of the flex sensor. Trying to minimize total size of the glove to eliminate the pieces being cumbersome was a key consideration in the design. All parts were 3D printed using the Brinkman Lab of. Microcontroller and Amplification PCB Assembly The microcontroller and amplification PCB assembly serves to capture, process, and transmit the electrical signals generated by the flex sensors. The Flexpoint sensors serve as varying resistances in a voltage divider. As the sensor bends, the change in resistance results in a change in output voltage. The output voltage is used as the raw electrical signal. To condition the signal, amplification is needed. The printed circuit board (PCB) serves as the electrical groundwork and mounting point for all electrical components. The components are made up of 5 dual operational amplifier packages and resistors. The signal is amplified to utilize the full VDC input range of the microcontroller. The TM4c123GXL is the microcontroller used in the system. It is capable of sampling up to 11 input signals. For the purposes of this project, only 9 are utilized. The code on the microcontroller translates the measured signals into angles and transmits them to a host computer. To accurately translate voltage to bend angles, a calibration step is needed. The user simply needs to press switch #2 (SW2) on the microcontroller to bring the system into the calibration routine, which is indicated by the LED changing from green to blue. The calibration routine will capture the voltage values associate with each angle captured and interpolate the data. This interpolation will generate a polynomial approximation for the output characteristics of each Flexpoint sensor. Figure 2 PCB Layout Wrist Assembly Since the PCB board, microcontroller, and wiring all needed to be close to the hand for accuracy of the flex sensor, a wrist assembly was made to hold all of the associated accessories necessary for data collection. Figure 3 below shows the front half of the wrist plate, it is about 3 inches wide and extends up to half way up the forearm. The initial PCB board design was larger so a large wrist plate was needed but after iterations it turned out much smaller than expected. Through empirical evidence, it was found that the large wrist plate was more secure when the arm and hand were in motion which was crucial so the wires did not break apart. In figure 3, a slot is shown in the front that allows all the wiring to be relocated into one spot to reduce excess wiring from being exposed outside of the glove. Velcro slots were made and Velcro was used to wrap the arm around the wrist plate. All 3D printing was done through Brinkman Lab at. Copyright 2014

6 Figure 2 Wrist Assembly BENCHMARKING Research was an important part of this project because this is something that most of us have never came across through school or through work experience. Learning how to be compatible with python so Dr. Diaz can use the data for his VR software and all the associated accessories that would be necessary to construct the data glove. Also, to find a reasonable and feasible requirements based on the budget of other companies and their research capabilities was important. Table 3 below shows the benchmarking analysis of all the companies compared with our engineering goals of the project. Table 3 Benchmarking analysis

7 Page 7 BUDGET AND MARKET ANALYSIS The design team was granted a budget of $1000, 50 percent of the budget was through the RIT Multidisciplinary Design Fund and the final $500 was generously given to us by our customer, Dr. Diaz through the CIAS department and his startup grant fund to help him with his research. However, due to the fact that the design, build plans, and assembly instructions will be freely available to the public, the goal was to keep the system cost as low as possible. This would increase the number of potential users which the glove can create a variety of other uses as well. Market for Virtual Reality (VR) is slightly less than a 1 billion dollar business and projected to grow with companies such as Oculus and Sony making a large impact lately. Having things such as the data glove will increase help connect the eyes through the VR with the hands making it even more lifelike. Unfortunately for us, competitors are charging tens of thousands of dollars for highly accurate gloves so keeping ours accurate and affordable created quite a challenge. Nearly the entire budget was spent for various items, the most expensive item being the flex sensors and iterations of the PCB boards. The team wanted to make the PCB board correct so in the future; all repairs or improvements were to be low cost and easy to repair. RESULTS AND RECOMMENDATIONS This project was intended to give additional data with the use of active camera markers to give accurate results of finger and hand movements in the use of a Virtual Reality environment. Through feasibility, correlating hand movements were determined to be not a scope of this project and only the finger data was to be recorded. This can also be used for other scenarios. All components were successfully created and connected to the wrist assembly. Figure 3 shows the finished product as a whole assembly. When plugged into a computer, the glove can give real-time results of finger movements through voltage differentials of the sensors. Figure 3 Fully Assembled Glove The flex sensors and lightweight glove assembly provides a cost efficient data glove that can be used if given the proper training and calibration which is provided in an instruction manual. Copyright 2014

8 Calibration Chart Sensor 1 Sensor 2 Sensor 3 Sensor 4 Sensor 5 Sensor 6 Sensor 7 Sensor 8 Sensor Angle Figure 4 The Calibration Chart Figure 4 shows the graph of the results of calibration. Calibration was accomplished by having the subject hold their hand steady at three different fixed angles, 0, 45, and was realized by the subject holding their hand against a flat surface. The other angles were measured with a goniometer.

9 Page 9 Sensor Number Voltage Calibration Equation Angle Calibration Equation Sensor 1 y = x x X=1/430*(66139-( *y)^ (0.5)) Sensor 2 y = x x X=(-20/147)*( ( *y)^(1/2)-570) Sensor 3 y = 0.07x x X=-1/700*(11689-( *y )^(1/2)) Sensor 4 y = x x X=1/372*(32047-( *y)^(1/2)) Sensor 5 y = x x X=1/794*(( *y )^(1/2)+4837) Sensor 6 y = x x X=2/51*((63750*y )^(1/2)-2243) Sensor 7 y = x x X=1/449*(-77+( *y )^(1/2)) Sensor 8 y = x x X= (-1/1076)*(15199-( *y )^(1/2)) Sensor 9 y = 0.007x x X=1/35*((7)^(1/2)*(25000*y )^(1/2)-15043) Table 4 The Calibration Equations From the calibration chart, a second order polynomial was used to linearize the equations. This is shown in the Voltage Calibration Equation column of Table 4. These equations were then flipped so that an input of the micro controller tick was the input and a bend angle was the output. These new equations are shown in the Angle Calibration Equation column of the same figure. These were what were used to generate the bend angle graphs. It is worth mentioning that the direct equations for sensors 3 and 8 were giving the negative angle of what was expected. To counteract this a negative sign was placed at the beginning of the equation. This, coupled with the varying directions of initial curves imply strongly that the calibration method needs improvement. For testing, the following procedure was utilized. The calibrated subject was asked to have their hand flat for two seconds, grasp the cylinder or sphere in question for two seconds, and then put their hand back to being flat. This process was repeated for three trials per object. The objects included four cylinders ranging from 3.5 cm up to 8.75 cm in diameter, and four spheres ranging in size from a golf ball to a whiffle ball. Table 5 Test Results of Grasping Cylinders Copyright 2014

10 Figure 5 Voltages of Sensors in Ticks Shown in Table 5 are the results from the largest and smallest cylinders. Sensor 8 was omitted from the 8.75 cm cylinder as the results show that the sensor was likely twisted or kinked, as after the initial grasp the output was stuck at roughly 26. Sensor 3 had similar though less pronounced problem as it briefly dropped to the base voltage when the subject s hand was flattened. The voltages are reported not as true voltages, but rather as the number of ticks given by the micro controller. This was done as there was no conversion factor given by the data sheets and these are the numbers that the end user will be working with if they choose to use the raw data. The ranges of ticks varied from sensor to sensor, but were up to 400 ticks for the 8.75 cm cylinder and up to 600 ticks for the 3.5 cm cylinder. Figure 5 shows the three bends in each trial and their average per sensor in graphical form. The 8.75 cm cylinder graph is missing its last trough as that was sensor 8 and it did not give graphable results. Table 6 Mapping of Test Results Figure 6 Angles of Sensors Each of the data points was converted via their calibration equation in Table 4 to its equivalent angle. These numbers were then processed the same way as the voltage tick levels. For the 8.75 cm cylinder trial, sensors 3 and 8 are still the ones giving less than ideal data. For the 3.5 cm cylinder trial none of the sensors were behaving unexpectedly. For the larger cylinder the highest inaccuracy was in sensor 7 with 7.02, and for the smaller cylinder the largest inaccuracy was in sensor 8 with However most of the sensors, with a small sample size of three trials, were within 5 of the average at each constant amount of finger bending. Figure 6 shows the graphical representation equivalent of Figure 5 with the standard deviations represented as error bars on the graph at each point. An

11 Page 11 important note is that for sensors 2 and 4 (data points 1 and 3) on the 3.5cm cylinder actually exceed the limits of the calibration equation and are slightly skewed by MS Excel s inability to process imaginary numbers. If given more time and resources, more research would be done towards different type of sensors for the glove. The flex sensors from FlexPoint were the most accurate sensors to be used for the budget given. Through looking at the benchmarking table, Cyberglove III, which is the most accurate glove cost around $15,000 to create. So for only a $1000 budget we provided the most accurate results that we could. Also more time to record data and test results for more repeatability results could have provided more accurate results. REFERENCES "Arduino Playground - Python." Arduino Playground - Python. Arduino, n.d. Web. 30 Sept Kessler, Drew, Larry Hodges, and Neff Walker. "Evaluation of the CyberGlove as a Whole Hand Input Device." Georgia Tech, n.d. Web. 10 Feb Klowery. "Sign Language Glove V1." Clloks.com. N.p., n.d. Web. 24 Feb "Navigation." Welcome SensorWiki.org. SensorWiki, n.d. Web. 25 Jan "SPLINE Interpolation and Approximation of Data." SPLINE. Florida State University, n.d. Web. 15 Oct. 201 Copyright 2014

Oscillator/Demodulator to Fit on Flexible PCB

Oscillator/Demodulator to Fit on Flexible PCB Oscillator/Demodulator to Fit on Flexible PCB ECE 4901 Senior Design I Team 181 Fall 2013 Final Report Team Members: Ryan Williams (EE) Damon Soto (EE) Jonathan Wolff (EE) Jason Meyer (EE) Faculty Advisor:

More information

WiCon Robo Hand. Electrical & Computer Engineering Department, Texas A&M University at Qatar

WiCon Robo Hand. Electrical & Computer Engineering Department, Texas A&M University at Qatar WiCon Robo Hand Team Members: Mouhyemen Khan Arian Yusuf Ahmed Ragheeb Nouran Mohamed Team Name: N-ARM Electrical & Computer Engineering Department, Texas A&M University at Qatar Submitted to Dr. Haitham

More information

Building Machines that Emulate Humans. Lesson plan and more resources are available at: aka.ms/hackingstem

Building Machines that Emulate Humans. Lesson plan and more resources are available at: aka.ms/hackingstem Building Machines that Emulate Humans Lesson plan and more resources are available at: aka.ms/hackingstem Hacking STEM A free resource for teachers, delivering inquiry and project-based lessons that complement

More information

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright E90 Project Proposal 6 December 2006 Paul Azunre Thomas Murray David Wright Table of Contents Abstract 3 Introduction..4 Technical Discussion...4 Tracking Input..4 Haptic Feedack.6 Project Implementation....7

More information

Bend Sensor Technology Mechanical Application Design Guide

Bend Sensor Technology Mechanical Application Design Guide Bend Sensor Technology Mechanical Application Design Guide Copyright 2015 Flexpoint Sensor Systems Page 1 of 10 www.flexpoint.com Contents Bend Sensor Description. 3 How the Bend Sensor Potentiometer Works.

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

Biometric Data Collection Device for User Research

Biometric Data Collection Device for User Research Biometric Data Collection Device for User Research Design Team Daniel Dewey, Dillon Roberts, Connie Sundjojo, Ian Theilacker, Alex Gilbert Design Advisor Prof. Mark Sivak Abstract Quantitative video game

More information

Development of Automated Stitching Technology for Molded Decorative Instrument

Development of Automated Stitching Technology for Molded Decorative Instrument New technologies Development of Automated Stitching Technology for Molded Decorative Instrument Panel Skin Masaharu Nagatsuka* Akira Saito** Abstract Demand for the instrument panel with stitch decoration

More information

Design and Implement of a Frequency Response Analysis System

Design and Implement of a Frequency Response Analysis System ECE 4600 GROUP DESIGN PROJECT PROPOSAL Design and Implement of a Frequency Response Analysis System GROUP 02 GROUP MEMBERS Alan Mark Hao Liang Deng Naima Shahzadi Tong Shu DEPARTMENT SUPERVISOR Dr. Behzad

More information

SIU-CAVE. Cave Automatic Virtual Environment. Project Design. Version 1.0 (DRAFT) Prepared for. Dr. Christos Mousas JBU.

SIU-CAVE. Cave Automatic Virtual Environment. Project Design. Version 1.0 (DRAFT) Prepared for. Dr. Christos Mousas JBU. SIU-CAVE Cave Automatic Virtual Environment Project Design Version 1.0 (DRAFT) Prepared for Dr. Christos Mousas By JBU on March 2nd, 2018 SIU CAVE Project Design 1 TABLE OF CONTENTS -Introduction 3 -General

More information

Bend Sensor Technology Electronic Interface Design Guide

Bend Sensor Technology Electronic Interface Design Guide Technology Electronic Interface Design Guide Copyright 2015 Flexpoint Sensor Systems Page 1 of 15 www.flexpoint.com Contents Page Description.... 3 Voltage Divider... 4 Adjustable Buffers.. 5 LED Display

More information

SIMULATION MODELING WITH ARTIFICIAL REALITY TECHNOLOGY (SMART): AN INTEGRATION OF VIRTUAL REALITY AND SIMULATION MODELING

SIMULATION MODELING WITH ARTIFICIAL REALITY TECHNOLOGY (SMART): AN INTEGRATION OF VIRTUAL REALITY AND SIMULATION MODELING Proceedings of the 1998 Winter Simulation Conference D.J. Medeiros, E.F. Watson, J.S. Carson and M.S. Manivannan, eds. SIMULATION MODELING WITH ARTIFICIAL REALITY TECHNOLOGY (SMART): AN INTEGRATION OF

More information

Figure 1 HDR image fusion example

Figure 1 HDR image fusion example TN-0903 Date: 10/06/09 Using image fusion to capture high-dynamic range (hdr) scenes High dynamic range (HDR) refers to the ability to distinguish details in scenes containing both very bright and relatively

More information

Introduction To Immersive Virtual Environments (aka Virtual Reality) Scott Kuhl Michigan Tech

Introduction To Immersive Virtual Environments (aka Virtual Reality) Scott Kuhl Michigan Tech Introduction To Immersive Virtual Environments (aka Virtual Reality) Scott Kuhl Michigan Tech Hobbies: Photography Hobbies: Biking Two summers ago: 120 miles over 5 days in rural NW Ireland Last summer:

More information

Virtual Grasping Using a Data Glove

Virtual Grasping Using a Data Glove Virtual Grasping Using a Data Glove By: Rachel Smith Supervised By: Dr. Kay Robbins 3/25/2005 University of Texas at San Antonio Motivation Navigation in 3D worlds is awkward using traditional mouse Direct

More information

Peripheral imaging with electronic memory unit

Peripheral imaging with electronic memory unit Rochester Institute of Technology RIT Scholar Works Articles 1997 Peripheral imaging with electronic memory unit Andrew Davidhazy Follow this and additional works at: http://scholarworks.rit.edu/article

More information

Bridge Measurement Systems

Bridge Measurement Systems Section 5 Outline Introduction to Bridge Sensors Circuits for Bridge Sensors A real design: the ADS1232REF The ADS1232REF Firmware This presentation gives an overview of data acquisition for bridge sensors.

More information

Screw. Introduction This Rokenbok STEM-Maker lesson will use the following steps to learn about the screw. Learning Objectives. Resources.

Screw. Introduction This Rokenbok STEM-Maker lesson will use the following steps to learn about the screw. Learning Objectives. Resources. Screw Progression: Applications in Design & Engineering - Section 6 Curriculum Packet v2.0 Introduction This Rokenbok STEM-Maker lesson will use the following steps to learn about the screw. 1. Learn 2.

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

PHYSICS-BASED INTERACTIONS IN VIRTUAL REALITY MAX LAMMERS LEAD SENSE GLOVE

PHYSICS-BASED INTERACTIONS IN VIRTUAL REALITY MAX LAMMERS LEAD SENSE GLOVE PHYSICS-BASED INTERACTIONS IN VIRTUAL REALITY MAX LAMMERS LEAD DEVELOPER @ SENSE GLOVE Current Interactions in VR Input Device Virtual Hand Model (VHM) Sense Glove Accuracy (per category) Optics based

More information

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination.

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination. Name: Number: Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers Final Examination December 12, 2002 Closed Book and Notes 1. Be sure to fill in your

More information

Step. A Big Step Forward for Virtual Reality

Step. A Big Step Forward for Virtual Reality Step A Big Step Forward for Virtual Reality Advisor: Professor Goeckel 1 Team Members Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

National Conference on Advances in Mechanical Engineering Science (NCAMES-2016)

National Conference on Advances in Mechanical Engineering Science (NCAMES-2016) Design and Development of Milling Attachment for CNC Turing Center Shashank S 1, Dr.Raghavendra H 2 1 Assistant Professor, Department of Mechanical Engineering, 2 Professor, Department of Mechanical Engineering,

More information

SPS Chapter Research Award Interim Report

SPS Chapter Research Award Interim Report SPS Chapter Research Award Interim Report Project Title Name of School Construction of a Watt Balance to Redefine the Kilogram University of Maryland, College Park SPS Chapter Number 4155 Total Amount

More information

Think like a machinist when creating solid models

Think like a machinist when creating solid models Think like a machinist when creating solid models Article by Milton Florest President Tooling Research Inc. 81 Diamond St. Walpole, MA 02081 Website www.tooling research.com 508 668 1950 Since the introduction

More information

AC : A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT

AC : A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT AC 2009-1908: A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT Yanfei Liu, Indiana University-Purdue University, Fort Wayne Jiaxin Zhao, Indiana University-Purdue

More information

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida Senior Design I Fast Acquisition and Real-time Tracking Vehicle University of Central Florida College of Engineering Department of Electrical Engineering Inventors: Seth Rhodes Undergraduate B.S.E.E. Houman

More information

Blind Spot Monitor Vehicle Blind Spot Monitor

Blind Spot Monitor Vehicle Blind Spot Monitor Blind Spot Monitor Vehicle Blind Spot Monitor List of Authors (Tim Salanta, Tejas Sevak, Brent Stelzer, Shaun Tobiczyk) Electrical and Computer Engineering Department School of Engineering and Computer

More information

Onwards and Upwards, Your near space guide

Onwards and Upwards, Your near space guide The NearSys One-Channel LED Photometer is based on Forest Mims 1992 article (Sun Photometer with Light-emitting Diodes as Spectrally selective Filters) about using LEDs as a narrow band photometer. The

More information

Head-Movement Evaluation for First-Person Games

Head-Movement Evaluation for First-Person Games Head-Movement Evaluation for First-Person Games Paulo G. de Barros Computer Science Department Worcester Polytechnic Institute 100 Institute Road. Worcester, MA 01609 USA pgb@wpi.edu Robert W. Lindeman

More information

The AD620 Instrumentation Amplifier and the Strain Gauge Building the Electronic Scale

The AD620 Instrumentation Amplifier and the Strain Gauge Building the Electronic Scale BE 209 Group BEW6 Jocelyn Poruthur, Justin Tannir Alice Wu, & Jeffrey Wu October 29, 1999 The AD620 Instrumentation Amplifier and the Strain Gauge Building the Electronic Scale INTRODUCTION: In this experiment,

More information

THE PINNACLE OF VIRTUAL REALITY CONTROLLERS

THE PINNACLE OF VIRTUAL REALITY CONTROLLERS THE PINNACLE OF VIRTUAL REALITY CONTROLLERS PRODUCT INFORMATION The Manus VR Glove is a high-end data glove that brings intuitive interaction to virtual reality. Its unique design and cutting edge technology

More information

SS Understand charts and graphs used in business.

SS Understand charts and graphs used in business. SS2 2.02 Understand charts and graphs used in business. Purpose of Charts and Graphs 1. Charts and graphs are used in business to communicate and clarify spreadsheet information. 2. Charts and graphs emphasize

More information

HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING

HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING K.Gopal, Dr.N.Suthanthira Vanitha, M.Jagadeeshraja, and L.Manivannan, Knowledge Institute of Technology Abstract: - The advancement

More information

Curvature Matched Machining Methods Versus Commercial CAD Methods

Curvature Matched Machining Methods Versus Commercial CAD Methods Curvature Matched Machining Methods Versus Commercial CAD Methods K. A. White Contour Numerical Control, Inc., Provo, Utah 1. K. Hill and C. G. Jensen Mechanical Engineering, Brigham Young University,

More information

Chassis & Attachments 101. Chassis Overview

Chassis & Attachments 101. Chassis Overview Chassis & Attachments 101 Chassis Overview 2016 1 Introductions Rest rooms location. Food and Drink: Complementary bottled water. Snacks available for purchase from UME FTC teams. Cell phones. Today presentation

More information

Histograms& Light Meters HOW THEY WORK TOGETHER

Histograms& Light Meters HOW THEY WORK TOGETHER Histograms& Light Meters HOW THEY WORK TOGETHER WHAT IS A HISTOGRAM? Frequency* 0 Darker to Lighter Steps 255 Shadow Midtones Highlights Figure 1 Anatomy of a Photographic Histogram *Frequency indicates

More information

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition).

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Unit #23 : Lagrange Multipliers Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Constrained Optimization - Examples

More information

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout 1. Objectives The objective in this experiment is to design a controller for

More information

SQ2 User Instructions SQ2 Overview:

SQ2 User Instructions SQ2 Overview: SQ2 User Instructions SQ2 Overview: The stationary circular saws including table, radial and chop saws are arguably the most important tools in the shop. They may also be the most difficult to reliably

More information

Chassis & Attachments 101. Part 1: Chassis Overview

Chassis & Attachments 101. Part 1: Chassis Overview Chassis & Attachments 101 Part 1: Chassis Overview 2017 1 Introductions Rest rooms location. Food and Drink. Cell phones. Today presentation available at: http://www.roboplex.org/fll 2 What can be used

More information

Grain Moisture Detector for Industrial Applications

Grain Moisture Detector for Industrial Applications University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Project Proposal Grain Moisture Detector for Industrial Applications by Group 07 Dimitri Anistratov

More information

Tri- State Consulting Co. Engineering 101 Project # 2 Catapult Design Group #

Tri- State Consulting Co. Engineering 101 Project # 2 Catapult Design Group # Tri- State Consulting Co. Engineering 101 Project # 2 Catapult Design Group # 8 12-03-02 Executive Summary The objective of our second project was to design and construct a catapult, which met certain

More information

GEOMETRICAL OPTICS Practical 1. Part I. BASIC ELEMENTS AND METHODS FOR CHARACTERIZATION OF OPTICAL SYSTEMS

GEOMETRICAL OPTICS Practical 1. Part I. BASIC ELEMENTS AND METHODS FOR CHARACTERIZATION OF OPTICAL SYSTEMS GEOMETRICAL OPTICS Practical 1. Part I. BASIC ELEMENTS AND METHODS FOR CHARACTERIZATION OF OPTICAL SYSTEMS Equipment and accessories: an optical bench with a scale, an incandescent lamp, matte, a set of

More information

Bend Sensor Technology Mechanical Application Design Guide Mechanical Application Design Guide

Bend Sensor Technology Mechanical Application Design Guide Mechanical Application Design Guide Bend Sensor Technology Mechanical Application Design Guide Mechanical Application Design Guide www.flexpoint.com Copyright 2015 Flexpoint Sensor Systems Page 1 of 10 2 Bend Sensor Technology Mechanical

More information

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY AC 2007-2528: MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY Michael Parten, Texas Tech University Michael Giesselmann, Texas Tech University American Society for

More information

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim MEM380 Applied Autonomous Robots I Winter 2011 Feedback Control USARSim Transforming Accelerations into Position Estimates In a perfect world It s not a perfect world. We have noise and bias in our acceleration

More information

University of Tennessee at. Chattanooga

University of Tennessee at. Chattanooga University of Tennessee at Chattanooga Step Response Engineering 329 By Gold Team: Jason Price Jered Swartz Simon Ionashku 2-3- 2 INTRODUCTION: The purpose of the experiments was to investigate and understand

More information

Sensor Troubleshooting Application Note

Sensor Troubleshooting Application Note Sensor Troubleshooting Application Note Rev. May 2008 Sensor Troubleshooting Application Note 2008 Argus Control Systems Limited. All Rights Reserved. This publication may not be duplicated in whole or

More information

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement The Lecture Contains: Sources of Error in Measurement Signal-To-Noise Ratio Analog-to-Digital Conversion of Measurement Data A/D Conversion Digitalization Errors due to A/D Conversion file:///g /optical_measurement/lecture2/2_1.htm[5/7/2012

More information

Figure 1. Motorized Pediatric Stander Problem Statement and Mission. 1 of 6

Figure 1. Motorized Pediatric Stander Problem Statement and Mission. 1 of 6 Problem Statement/Research Question and Background A significant number of children are confined to a sitting position during the school day. This interferes with their education and self esteem by reducing

More information

Hand Tracking and Visualization in a Virtual Reality Simulation

Hand Tracking and Visualization in a Virtual Reality Simulation FridayPM1SystemsA&D.2 Hand Tracking and Visualization in a Virtual Reality Simulation Charles R. Cameron, Louis W. DiValentin, Rohini Manaktala, Adam C. McElhaney, Christopher H. Nostrand, Owen J. Quinlan,

More information

Unit 5.B Geometric Optics

Unit 5.B Geometric Optics Unit 5.B Geometric Optics Early Booklet E.C.: + 1 Unit 5.B Hwk. Pts.: / 18 Unit 5.B Lab Pts.: / 25 Late, Incomplete, No Work, No Units Fees? Y / N Essential Fundamentals of Geometric Optics 1. Convex surfaces

More information

# Made In USA. Simple GPS Tracker Parts List. Needed Tools and Materials

# Made In USA. Simple GPS Tracker Parts List. Needed Tools and Materials Needed Tools and Materials #09245 Made In USA Compatible Ebay (to mount electronics to) Drill and Screwdriver (for mounting Transmitter to ebay) Compatible Battery (for powering Airborne Transmitter) Optional

More information

ELECTRONIC CONTROL CONCEPTS 160 Partition Street Saugerties, NY or local phone

ELECTRONIC CONTROL CONCEPTS 160 Partition Street Saugerties, NY or local phone ELECTRONIC CONTROL CONCEPTS 160 Partition Street Saugerties, NY 12477 (800)VIP-XRAY (845)247-9028 Fax or 800-847-9729 local phone 845-246-9013 http://www.eccxray.com sales@eccxray.com INSTRUCTION MANUAL

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

ANALOG TO DIGITAL CONVERTER ANALOG INPUT

ANALOG TO DIGITAL CONVERTER ANALOG INPUT ANALOG INPUT Analog input involves sensing an electrical signal from some source external to the computer. This signal is generated as a result of some changing physical phenomenon such as air pressure,

More information

Physics 4C Chabot College Scott Hildreth

Physics 4C Chabot College Scott Hildreth Physics 4C Chabot College Scott Hildreth The Inverse Square Law for Light Intensity vs. Distance Using Microwaves Experiment Goals: Experimentally test the inverse square law for light using Microwaves.

More information

Lab assignment: Strain gauge

Lab assignment: Strain gauge Lab assignment: Strain gauge In this lab, you will make measurements of mechanical strain in small aluminum beams as you bend them. We will also work with our first integrated circuit component on the

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

Paragon CRT Dual Axis Quick Reference Guide

Paragon CRT Dual Axis Quick Reference Guide Paragon CRT Dual Axis Quick Reference Guide DUAL CRT AXIS PARAGON CRT DUAL AXIS OPTIONS TO COMPENSATE FOR PERIPHERAL CORNEAL ELEVATION DIFFERENCES Most eyes with corneal astigmatism manifest a significant

More information

The SIU CAVE Project Definition Document

The SIU CAVE Project Definition Document The SIU CAVE Project Definition Document Document Version: 1.0 SIU CAVE Project Definition Document (1) AUTHORS This document was prepared by: Utsav Dhungel, Team Member SIUC 1200 E Grand Ave Office phone:

More information

Waters Corporation - Sensor Encasing

Waters Corporation - Sensor Encasing Waters Corporation - Sensor Encasing Design Team Thomas Boccellari, Christine Canale, Anthony Chetcuti, Bryan DesRoches, Steven Pickering Design Advisor Prof. Taslim Abstract Waters Corporation currently

More information

Sample Test Project District / Zonal Skill Competitions Skill- Mobile Robotic Category: Manufacturing & Engineering Technology

Sample Test Project District / Zonal Skill Competitions Skill- Mobile Robotic Category: Manufacturing & Engineering Technology Sample Test Project District / Zonal Skill Competitions Skill- Mobile Robotic Category: Manufacturing & Engineering Technology Version 1 Dec 2017 Skill- Mobile Robotic 1 Table of Contents A. Preface...

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

Contents. 1 About The Radius Trim Bender

Contents. 1 About The Radius Trim Bender User s Manual 9320 Evergreen Blvd.N.W. Suite G, Mpls. MN 55433 Phone 763-795-8885 Fax 763-795-8884 Toll Free 1-888-8 RADIUS (1-888-872-3487) Web Site: www.radiustrack.com E-Mail: info@radiustrack.com Contents

More information

"Improve Instrument Amplifier Performance with X2Y Optimized Input Filter"

Improve Instrument Amplifier Performance with X2Y Optimized Input Filter "Improve Instrument Amplifier Performance with X2Y Optimized Input Filter" By Wm. P. (Bill) Klein, PE Senior Technical Staff Johanson Dielectrics, Inc ABSTRACT: The common-mode rejection ability of an

More information

True Bevel technology XPR bevel compensation cut charts

True Bevel technology XPR bevel compensation cut charts True Bevel technology XPR bevel compensation cut charts White paper Introduction Using plasma systems to perform bevel cutting on specially designed cutting tables (with bevel heads) has been done in the

More information

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive Process controls are necessary for designing safe and productive plants. A variety of process controls are used to manipulate processes, however the most simple and often most effective is the PID controller.

More information

Analysis 3. Immersive Virtual Modeling for MEP Coordination. Penn State School of Forest Resources University Park, PA

Analysis 3. Immersive Virtual Modeling for MEP Coordination. Penn State School of Forest Resources University Park, PA Analysis 3 Immersive Virtual Modeling for MEP Coordination Background When looking at the entire process of constructing a building, from the design phase through construction and turnover to the owner,

More information

ELEG 205 Analog Circuits Laboratory Manual Fall 2016

ELEG 205 Analog Circuits Laboratory Manual Fall 2016 ELEG 205 Analog Circuits Laboratory Manual Fall 2016 University of Delaware Dr. Mark Mirotznik Kaleb Burd Patrick Nicholson Aric Lu Kaeini Ekong 1 Table of Contents Lab 1: Intro 3 Lab 2: Resistive Circuits

More information

Purpose. Charts and graphs. create a visual representation of the data. make the spreadsheet information easier to understand.

Purpose. Charts and graphs. create a visual representation of the data. make the spreadsheet information easier to understand. Purpose Charts and graphs are used in business to communicate and clarify spreadsheet information. convert spreadsheet information into a format that can be quickly and easily analyzed. make the spreadsheet

More information

VARIABLE LED HEMISPHERICAL IMAGER

VARIABLE LED HEMISPHERICAL IMAGER Multi-Disciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P11543 VARIABLE LED HEMISPHERICAL IMAGER Alexander

More information

My Accessible+ Math: Creation of the Haptic Interface Prototype

My Accessible+ Math: Creation of the Haptic Interface Prototype DREU Final Paper Michelle Tocora Florida Institute of Technology mtoco14@gmail.com August 27, 2016 My Accessible+ Math: Creation of the Haptic Interface Prototype ABSTRACT My Accessible+ Math is a project

More information

VR Headset for Endoscopy and Microsurgery

VR Headset for Endoscopy and Microsurgery VR Headset for Endoscopy and Microsurgery Client: Dr. Azam Ahmed Advisor: Mr. Willis Tompkins, Dr. John Puccinelli Team Members: Tom Geissler geissler2@wisc.edu Team Co-Leader Sam Peters speters9@wisc.edu

More information

Transmission lines. Characteristics Applications Connectors

Transmission lines. Characteristics Applications Connectors Transmission lines Characteristics Applications Connectors Transmission Lines Connect They allow us to conduct RF Signals between our station components, they connect: Transceivers Antennas Tuners Amplifiers

More information

P15571 Rev 2 Test Plan

P15571 Rev 2 Test Plan This document will detail the team s plan to test that the engineering requirements of the project are met. Some of the items found in this report are on-going, so this report will be updated periodically.

More information

Appendix 3 - Using A Spreadsheet for Data Analysis

Appendix 3 - Using A Spreadsheet for Data Analysis 105 Linear Regression - an Overview Appendix 3 - Using A Spreadsheet for Data Analysis Scientists often choose to seek linear relationships, because they are easiest to understand and to analyze. But,

More information

(R) Aerospace First Article Inspection Requirement FOREWORD

(R) Aerospace First Article Inspection Requirement FOREWORD AEROSPACE STANDARD AS9102 Technically equivalent to AECMA pren 9102 Issued 2000-08 Revised 2004-01 REV. A Supersedes AS9012 (R) Aerospace First Article Inspection Requirement FOREWORD In December 1998,

More information

Wireless technologies Test systems

Wireless technologies Test systems Wireless technologies Test systems 8 Test systems for V2X communications Future automated vehicles will be wirelessly networked with their environment and will therefore be able to preventively respond

More information

RH King Academy OCULUS RIFT Virtual Reality in the High School Setting

RH King Academy OCULUS RIFT Virtual Reality in the High School Setting RH King Academy OCULUS RIFT Virtual Reality in the High School Setting Introduction In September 2017, RH King Academy in the TDSB brought Virtual Reality (VR) in form of the Oculus Rift as a next-generation

More information

Cleaning Up the Labs Using a Resistor Sorter E 90 Proposal

Cleaning Up the Labs Using a Resistor Sorter E 90 Proposal Cleaning Up the Labs Using a Resistor Sorter E 90 Proposal December 4, 2004 Dave Gentry Charlie Sussman Purpose We would like to design and build a machine that would be able to sort resistors leftover

More information

Dynamics of Mobile Toroidal Transformer Cores

Dynamics of Mobile Toroidal Transformer Cores Dynamics of Mobile Toroidal Transformer Cores Matt Williams Math 164: Scientific Computing May 5, 2006 Abstract A simplistic model of a c-core transformer will not accurately predict the output voltage.

More information

Design of a current probe for measuring ball-gridarray packaged devices

Design of a current probe for measuring ball-gridarray packaged devices Scholars' Mine Masters Theses Student Research & Creative Works Fall 2011 Design of a current probe for measuring ball-gridarray packaged devices Tianqi Li Follow this and additional works at: http://scholarsmine.mst.edu/masters_theses

More information

Assignment 5: Virtual Reality Design

Assignment 5: Virtual Reality Design Assignment 5: Virtual Reality Design Version 1.0 Visual Imaging in the Electronic Age Assigned: Thursday, Nov. 9, 2017 Due: Friday, December 1 November 9, 2017 Abstract Virtual reality has rapidly emerged

More information

6.01, Fall Semester, 2007 Assignment 8, Issued: Tuesday, Oct. 23rd 1

6.01, Fall Semester, 2007 Assignment 8, Issued: Tuesday, Oct. 23rd 1 6.01, Fall Semester, 2007 Assignment 8, Issued: Tuesday, Oct. 23rd 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.01 Introduction to EECS I Fall Semester,

More information

P15083: Virtual Visualization for Anatomy Teaching, Training and Surgery Simulation Applications. Gate Review

P15083: Virtual Visualization for Anatomy Teaching, Training and Surgery Simulation Applications. Gate Review P15083: Virtual Visualization for Anatomy Teaching, Training and Surgery Simulation Applications Gate Review Agenda review of starting objectives customer requirements, engineering requirements 50% goal,

More information

Newton s Laws of Motion Discovery

Newton s Laws of Motion Discovery Student handout Newton s First Law of Motion Discovery Stations Discovery Station: Wacky Washers 1. To prepare for this experiment, stack 4 washers one on top of the other so that you form a tower of washers.

More information

A Lego-Based Soccer-Playing Robot Competition For Teaching Design

A Lego-Based Soccer-Playing Robot Competition For Teaching Design Session 2620 A Lego-Based Soccer-Playing Robot Competition For Teaching Design Ronald A. Lessard Norwich University Abstract Course Objectives in the ME382 Instrumentation Laboratory at Norwich University

More information

Resistive Circuits. Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

Resistive Circuits. Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS NAME: NAME: SID: SID: STATION NUMBER: LAB SECTION: Resistive Circuits Pre-Lab: /46 Lab: /54 Total: /100 Lab 2: Resistive Circuits ELECTRICAL ENGINEERING 42/43/100 INTRODUCTION TO MICROELECTRONIC CIRCUITS

More information

TRANSCUTANEOUS SIGNAL AND POWER TRANSMISSION FOR VENTRICULAR ASSIST DEVICE

TRANSCUTANEOUS SIGNAL AND POWER TRANSMISSION FOR VENTRICULAR ASSIST DEVICE Multi-Disciplinary Engineering Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 TRANSCUTANEOUS SIGNAL AND POWER TRANSMISSION FOR VENTRICULAR

More information

Geometric Tolerances & Dimensioning

Geometric Tolerances & Dimensioning Geometric Tolerances & Dimensioning MANUFACTURING PROCESSES - 2, IE-352 Ahmed M. El-Sherbeeny, PhD KING SAUD UNIVERSITY Spring - 2015 1 Content Overview Form tolerances Orientation tolerances Location

More information

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore.

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore. Time of flight computation with sub-sample accuracy using digital signal processing techniques in Ultrasound NDT Nimmy Mathew, Byju Chambalon and Subodh Prasanna Sudhakaran More info about this article:

More information

DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1

DEVELOPMENT KIT - VERSION NOVEMBER Product information PAGE 1 DEVELOPMENT KIT - VERSION 1.1 - NOVEMBER 2017 Product information PAGE 1 Minimum System Specs Operating System Windows 8.1 or newer Processor AMD Phenom II or Intel Core i3 processor or greater Memory

More information

PREDICTION OF FINGER FLEXION FROM ELECTROCORTICOGRAPHY DATA

PREDICTION OF FINGER FLEXION FROM ELECTROCORTICOGRAPHY DATA University of Tartu Institute of Computer Science Course Introduction to Computational Neuroscience Roberts Mencis PREDICTION OF FINGER FLEXION FROM ELECTROCORTICOGRAPHY DATA Abstract This project aims

More information

INTRODUCTION: A PROJECT READINESS PACKAGE (PRP) IS CONSTRUCTED TO PROVIDE A ADMINISTRATIVE INFORMATION:

INTRODUCTION: A PROJECT READINESS PACKAGE (PRP) IS CONSTRUCTED TO PROVIDE A ADMINISTRATIVE INFORMATION: INTRODUCTION: A PROJECT READINESS PACKAGE (PRP) IS CONSTRUCTED TO PROVIDE A MULTIDISCIPLINARY SENIOR DESIGN (MSD) TEAM WITH GUIDELINES. THIS SPECIFIC PRP WILL DETAIL THE PROCESSES AND REQUIREMENTS ASSOCIATED

More information