Step Counting Investigation with Smartphone Sensors

Size: px
Start display at page:

Download "Step Counting Investigation with Smartphone Sensors"

Transcription

1 Rochester Institute of Technology Department Of Computer Science FALL 2016 Step Counting Investigation with Smartphone Sensors Author: Supervisor Dr. Leon Reznik December 12, 2016

2 Contents 1 Introduction 2 2 Background Research Data collection for the Step Counter Accuracy Study Results from the Step Counter Accuracy Study Inferences from the study Experimental Procedure Data Acquisition Approaches considered Step Counting Mechanism Results 11 5 Conclusion 13 1

3 Abstract Over the past 25 years, cellphones have gone from being devices without even a display which are only used for calling, to all-in-one devices capable of doing everything. They can not only do everything, but they are able to perform so well that they have singlehandedly eradicated product lines like IPods, Pagers, most digital cameras and for that matter, even reduced the need for a laptops. On the other hand, they are still lagging in terms of fitness tracking, more specifically step counters. Step Counters, in some form, have been around since at least the last 400 years [1]. They used to be and are still available as standalone devices whose sole or major responsibility was to track the number of steps taken by a user. Today s dedicated fitness trackers seem to have a really high accuracy rate of around 97% [8]. Smartphone sensors on the other hand, are still playing catch up. Even though the quality of the MEMS on smartphone sensors have improved dramatically over the past 10 years or so, the step counts from even the flagship phones on the market today still have really high error rates. There is a need to improve the quality of the step counters in smartphones and this is the problem being tackled in this project. 1 Introduction Step Counters have gained popularity in the past few years. While heath conscious people have always been interested in keeping a track of their step counts, calories they burn and the distances they cover during their workout sessions or during their daily life, even the average person now tracks the same metrics more regularly. This has been attributed to the rise of readily available and built in applications in their smartphones which facilitate this behavior. Smartphones on both Android and ios have had step counters since the past 6 years, and their accuracy as well as the general structure and purpose the applications has improved gradually over time. The have evolved into relatively more accurate step counters with a feature set that now also includes entire slew of fitness tracking metrics like distance walked, steps climbed and the new Samsung phones even having a heartrate sensor built right into the hardware of the phone. While these advancements improve the package as a whole, the step counting is still not accurate enough. There is a growing trend of people switching to FitBit s line of step counting wearables and even some lesser known brands. This shift of not relying on smartphone applications to dedicated fitness trackers is due to the perception that dedicated 2

4 fitness trackers generally are more accurate as compared to the smartphone ones. This is supported to by the studies conducted across the board like in the case of [2] and also in a background research conducted as part of preparation for this project. The goal of the project is to do an experimental study to try and improve the quality of smartphone sensors. The reason is that since we already depend on smartphones for pretty much everything we do, why not have a accurate step counter on it too.this can be accomplished by utilizing either one or multiple smartphone sensors. For this, the sensors such as the accelerometer, gyroscope and the magnetometer were considered. Another aspect of this project is to find out how the positioning of smartphones with respect to the body affects the step counting. 2 Background Research Before concluding on whether smartphone step counters are actually inaccurate and that the fitness trackers in dedicated wearables were better at step counting as discussed in [2] and [8], it made sense to actually conduct a study to verify whether this assertion. Hence, an analysis of smartphone sensor data was conducted, which included research about sensors like gyroscope, accelerometer and magnetometer, but mainly focused on a study to compare the quality of smartphone sensors in smartphones versus a dedicated fitness tracking wearable. 2.1 Data collection for the Step Counter Accuracy Study For this study[3], the smartphones considered were the Samsung Galaxy S7 and the Nexus 6P and the dedicated fitness tracking wearable chosen was the FitBit Alta. To have a broader analysis of the quality of sensors and the impact the final algorithm has on the quality of the step counting a combination of third party and built in applications were installed on the two smartphones. For the Samsung Galaxy S7, the Google Fit, Noom Walker, Pacer and Samsung s own S Health apps were installed. As for the Nexus 6P, the Google Fit, Pacer and Noom Walker apps were installed. Two subjects were each assigned a FitBit Alta and one of the smartphones and asked to use them daily whenever they were walking. Precaution was taken to ensure that both the subjects were using both the devices together always so that the data was as accurate as possible. Data for 20 days was collected from each of them. So, the step count data from various applications from both smartphones and the Fitbit Alta were collected. 3

5 2.2 Results from the Step Counter Accuracy Study Now, the step count data from the various FitBit devices has been known to be accurate within a 2-3% error rate margin. Hence, for this study, the step count data from them was considered as the baseline. The raw data from subject 1 using the Nexus 6P and subject 2 using the Samsung Galaxy S7 along with their respective Fitbit data is represented in Figures 1 and 2 [3] as tables. Also a graph representing the step data for each day is displayed in Figures 3 and 4[3]. Figure 1: Step count table for Samsung Galaxy S7 and the assigned FitBit Alta From the step data, it is clear that there is a large discrepancy between the data collected in the step counts from the smartphones. The percent error of the data collected from the smartphones when the step data from the Fitbit is considered absolute is represented in Figures 5 and 6[3]. 2.3 Inferences from the study Also, another interesting analysis can be made by deriving the cumulative error values when the data from both smartphones is used together. We can gauge the overall performance of the smartphone in general and also identify the error rates of each application. This is represented in Figure 7 [3]. It is clear from this, that the 4

6 Figure 2: Step count table for Nexus 6P and the assigned FitBit Alta step counter quality of the Google Fit application is really good. It ranges in the region of roughly 3-4% error rate. Another factor is that overall, the error rates on the flagship devices from Google and Samsung was still averaging between 7-10% error rate. This implies that on devices with not flagship like qualities, especially ones which don t even have a dedicated step counter MEMS, the quality will be somewhere in the range of 20% error rate. This is because, Noom Walker does not use the data from the step counter on a smartphone to calculate the number of steps. Hence, there is a need to develop a better method to get the step count on smartphones. 3 Experimental Procedure For this project, Android platform was chosen. While researching for the best approach to improve the accuracy of smartphone sensors I researched techniques from various papers which included using the various built in sensors in Android devices. [7], [4] were a few papers which provided techniques to use Accelerometer data for step counting. A few spoke about using magnetometer for step counting whereas [5] and [6] represented gyroscope based smartphone sensors. While all of them provided with compelling reasons to choose any of the above 5

7 Figure 3: Step count graph for Samsung Galaxy S7 and the assigned FitBit Alta mentioned sensors, based on the techniques mentioned in the papers and the given accuracy and techniques, the gyroscope based technique mentioned in [5] seemed to be the optimal choice. 3.1 Data Acquisition The data collection for this project involved creating an Android application. This application is responsible to collect the information from various smartphone sensors. In this case, since this was an experimental analysis and there was a possibility that the technique mentioned in [5] may not be as optimal as represented and if some modifications to that technique still did not yield any positive results, the accelerometer and gyroscope data both were collected. This application has a start and stop button. Figure 8 represents the layout of this application. The accelerometer and gyroscope sensors on smartphones are really sensitive. Even the smallest movements that you would not even notice, could trigger the accelerometer and gyroscope to record a change. The application was designed in such a way that all these movements were recorded. The procedure to do the data collection was carefully designed. Five subjects were 6

8 Figure 4: Daily step count for Nexus 6P and the assigned FitBit Alta chosen. Each of these subjects had a different height and body structure so that the data could be as diverse as possible. Each subject was given 2 smartphones, one to place in the pocket of their pants or jeans and the other one in their shirt pocket. Each of the 5 subjects had to walk 10 times. Starting with 50 steps, then 100 steps, then 150 steps, all the way to 500 steps at intervals of 50 steps. Two Google Pixel smartphones were used for each and every walk so that there is no issue of different hardware affecting the accelerometer and gyroscope data discrepancies. For each walk, the start time, end time, actual number of steps and all the accelerometer and gyroscope data was recorded. 3.2 Approaches considered One of the first approaches considered was one that was directly described in [5]. This approach was described in the paper as one which would even work when a person would be walking slowly. To achieve this, they used a sixth-degree low pass Butterworth filter on the gyroscope data. The data collection technique in the application needed to be changed for this testing. This is because the Butterworth filter required the gyroscope data to be collected at fixed intervals. When the filter was then applied to the gyroscope data, the number of steps that were finally calculated 7

9 Figure 5: Daily Error Percentage for the Samsung Galaxy S7 w.r.t to FitBit Alta was very low. This could be attributed to the fact that since the data was collected at fixed intervals to facilitate the possibility of using the Butterworth low pass filter, it left out some of the steps and hence the step counter was off. Another approach to counter this problem was to use a Gaussian low pass filter instead of the Butterworth filter, but even this approach yielded slightly better but nonetheless inaccurate results. 3.3 Step Counting Mechanism Out of the two approaches considered above one of them is used in [5]. The Butterworth filter and the Gaussian filter are both preprocessing techniques. These and many such approaches are sometimes used in the analysis of gyroscope data because the data from the gyroscope is usually very noisy. The reason for this apart from other reasons is that this sensor as well as most Android smartphone MEMS are very sensitive. This means that they are triggered by even the smallest movements. Hence, it is necessary to make sure that the data collected from these sensors is handled carefully and by keeping this into consideration. So, while none of the standard filtering techniques are not applied to the data, an alternate approach to 8

10 Figure 6: Daily Error Percentage for the Nexus 6P w.r.t to FitBit Alta identification of real significant data versus redundant data was devised. The data collection phase in its current phase has one major drawback. The application as displayed in Figure 8, has a start and stop button to help facilitate the step recording process. After clicking the start button, the phones need to be placed in the shirt and pant pockets. This means that during this time, the recording is already on, and that this may interfere with the step counting process. Hence, the initial and final few readings are discarded from the analysis. This is done by a metric which checks the total time, and accordingly discards the first and last 5 seconds of the data collected. Since, each reading from the sensor is tagged with a timestamp, this can be accomplished. This cleaning takes place every time a new walk session is started. Now, based on the method mentioned in [5], almost all smartphones in the pant pocket and the shirt pocket are usually placed vertically or slightly inclined. It is also mentioned that most humans walk in such a way that the motion of their body while walking is sinusoidal. This can be easily identified by the pattern in which ones leg moved while walking. Thus, according to this, the X axis motion on the gyroscope would be in sinusoidal motion. This is the basic principle used in this project s proposed technique too. So since the motion is sinusoidal, every time 9

11 Figure 7: Percentage error rate w.r.t to FitBit Alta there is a zero crossing, a step can be recorded and in that way, step count can be calculated. In reality, if we use this approach on the cleaned gyroscope data, we get more than double the actual number of steps, even triple in some cases. Hence another important factor to be able to count steps is that we need to be able to identify the real steps from huge amount of data collected from the sensors. The data collected from the walks is used for this purpose. The fact that raw gyroscope data estimates two to three times more steps than the actual number of steps indicates that there are a large number of false positives. This can be identified easily by observing Figure 9. This figure represents a graph of gyroscope data. As you can observe, there are a lot of places where there is a zero crossing, but it represents data points which are not conclusive enough to be steps. Hence, as opposed to filtering of such points in the form of a Butterworth or a Gaussian filter, a more granular approach of dealing with actual gyroscope cutoff values was determined. This was done, by analysis of actual steps versus the steps calculated when the cutoff values were modified. Since the data collected was significant in size, suitable lower and upper thresholds for cutoff values were selected. Obviously, since the data was collected in both the pant pocket and the shirt pocket, cumulative cutoff points were selected. Also individual cutoff values for both pant and shirts were calculated separately too. The values represent the distance between 10

12 Figure 8: Layout of data collection application the crest and trough values. The cumulative, pant pocket and shirt pocket cutoff values for the upper and lower thresholds are displayed in Figure 10. With the help of these cutoff values, the real steps can be determined. During the analysis of the gyroscope data after a walk, whenever there is a zero crossing, the corresponding crest and trough data is maintained and if the difference between these values is in between the upper and higher threshold values, a step is counted. During the span of a walk, every time this condition is satisfied, the number of steps are incremented. Hence, the total step count is calculated using this approach. 4 Results As mentioned in the previous section, 3 separate metrics were used to calculate the total number of steps taken. These are based on the cutoff values specified for shirt, pant and a common metric which is a cumulative cutoff value which should ideally work for both. The results from the experiments are specified in Figure

13 Figure 9: X-Axis Gyroscope data Figure 10: Cut Off Values It is evident that if the specific metrics for shirt and pant are used, the accuracy of the step counting is close to 87%. Whereas, if the common metric is used for step counting filtration, the accuracy is reduced to an average of around 79%. So clearly, this approach works best when the metrics specific to the position of the smartphone sensor are utilized. The data is also visualized in a graphical manner in Figure 12. Another interesting trend in the results, which can be observed in Figures 11 and 12 is that, based on the current metrics, the position of the phone impacts the final step count tremendously. There is a significant difference between the step counts observed for the same walk, where the step count from the phone placed in the pant pocket is on average higher than the original step count, and when placed in the shirt pocket, is lower than the step count. This can be attributed to the fact that the number of significant sinusoidal movements will be lower when the phone is in 12

14 Figure 11: Step Count Values for Different Positions and Metrics the shirt pocket, as compared to when the phone is in the pant pocket. A table representing the percentage error for different measures of actual steps is represented in Figure 13. It indicates that on an average, the accuracy of the step counting remains roughly the same, improving slightly as the number of steps increase. 5 Conclusion With a dedicated metric for positioning of the smartphone in both pant and shirt pocket, the technique used in this paper was able to achieve an accuracy of 87% on an average. If we consider, only the positioning of the smartphone in the pant pocket, which is the most common place, the accuracy is improved even further. Based on the results, it is clear that, as compared to other smartphone applications that don t use the built in step counter MEMS, this project provides an improvement in the step counting accuracy. While the technique specified in this project does improve the accuracy of step counters over applications that don t use the dedicated step counter MEMS, there is still an effort needed to improve on the ones that do. A few improvements like, a larger set of data samples for the analysis of the cut off values would improve the accuracy of the step counting even further. 13

15 Figure 12: Graphical Representation of Step Counts Figure 13: Percentage Errors of Step Counts for Different Positions and Metrics 14

16 The proposed technique could also be extended by working on technique for adaptive cutoff values. Essentially, if the person walking starts walking faster, lengthening their stride, the threshold value should be adapted accordingly to accommodate this change in walking pattern. Such improvements could improve this project even more providing us with a perfect step counting technique which could be used in even the most basic smartphone. 15

17 References [1] Who Invented the Pedometer, who-invented-the-pedometer/. [2] Meredith A Case, Holland A Burwick, Kevin G Volpp, and Mitesh S Patel. Accuracy of smartphone applications and wearable devices for tracking physical activity data. Jama, 313(6): , [3]. A Review of Mobile Sensors, unpublished. [4] W. Hongman, Z. Xiaocheng, and C. Jiangbo. Acceleration and orientation multisensor pedometer application design and implementation on the android platform. In 2011 First International Conference on Instrumentation, Measurement, Computer, Communication and Control, pages , Oct [5] S. Jayalath and N. Abhayasinghe. A gyroscopic data based pedometer algorithm. In th International Conference on Computer Science Education, pages , April [6] Y. P. Lim, I. T. Brown, and J. C. T. Khoo. An accurate and robust gyroscopebased pedometer. In th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, pages , Aug [7] Martin Mladenov and Michael Mock. A step counter service for java-enabled devices using a built-in accelerometer. In Proceedings of the 1st International Workshop on Context-Aware Middleware and Services: Affiliated with the 4th International Conference on Communication System Software and Middleware (COMSWARE 2009), CAMS 09, pages 1 5, New York, NY, USA, ACM. [8] Judit Takacs, Courtney L. Pollock, Jerrad R. Guenther, Mohammadreza Bahar, Christopher Napier, and Michael A. Hunt. Validation of the fitbit one activity monitor device during treadmill walking. Journal of Science and Medicine in Sport, 17(5): , Copyright - Copyright Copyright Agency Limited (Distributor) Sep 2014; Document feature - Tables; ; Graphs; Last updated

Health + Track Mobile Application using Accelerometer and Gyroscope

Health + Track Mobile Application using Accelerometer and Gyroscope Health + Track Mobile Application using Accelerometer and Gyroscope Abhishek S Velankar avelank1@binghamton.edu Tushit Jain tjain3@binghamton.edu Pelin Gullu pgullu1@binghamton.edu ABSTRACT As we live

More information

ACTIVITY MONITORING SYSTEM

ACTIVITY MONITORING SYSTEM ACTIVITY MONITORING SYSTEM Hardik Shah 1, Mohit Srivastava 2, Sankarshan Shukla 3, Dr. Mita Paunwala 4 Student, Electronics and Communication, CKPCET, Surat, Gujarat, India 1 Student, Electronics and Communication,

More information

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW AC 2010-2145: MEASUREMENT OF HYDROGEN IN HELIUM FLOW Randy Buchanan, University of Southern Mississippi Christopher Winstead, University of Southern Mississippi Anton Netchaev, University of Southern Mississippi

More information

Analysis of Acceleration Value based on the Location of the Accelerometer

Analysis of Acceleration Value based on the Location of the Accelerometer Analysis of Acceleration Value based on the Location of the Accelerometer Shin-Hyeong Choi Abstract Physical activity is essential for human health maintenance. We investigate the effects of acceleration

More information

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343 Chapter 16 Gait Recognition Yu Liu and Abhishek Verma CONTENTS 16.1 Datasets 337 16.2 Conclusion 342 References 343 16.1 DATASETS Gait analysis databases are used in a myriad of fields that include human

More information

Video Based Accurate Step Counting for Treadmills

Video Based Accurate Step Counting for Treadmills Proceedings Video Based Accurate Step Counting for Treadmills Qingkai Zhen, Yongqing Liu, Qi Hu and Qi Chen * Sport Engineering Center, China Institute of Sport Science, Beijing 100061, China; zhenqingkai@ciss.cn

More information

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications Application Description AG/266PILD-EN Rev. C 2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic Pressure Measurement Engineered solutions for all applications Increase plant productivity

More information

Bayesian Optimized Random Forest for Movement Classification with Smartphones

Bayesian Optimized Random Forest for Movement Classification with Smartphones Bayesian Optimized Random Forest for Movement Classification with Smartphones 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

More information

USER GUIDE USER GUIDE

USER GUIDE USER GUIDE 1 TABLE OF CONTENTS GETTING STARTED 2 Included in the box 2 Compatible smartphones 2 Accessories: 2 Download Mobitee and PIQ application 2 GET STARTED WITH MOBITEE AND PIQ 3 Create your Account and Login

More information

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications 2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010) Decompression Method For Massive Compressed Files In Mobile Rich Media Applications Houchen Li, Zhijie Qiu, Lei

More information

Design of Monitoring System Step Walking With MPU6050 Sensor Based Android

Design of Monitoring System Step Walking With MPU6050 Sensor Based Android Journal Of Informatics, Network, and Computer Science Vol : 1, No : 1, November 2016, Halaman : 1 8 ISSN : 2541-5123 DOI Link : https://doi.org/10.21070/joincs.v1i1.799 Design of Monitoring System Step

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 12 January 2009 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 12 January 2009 1 / 28 Pattern Recognition By Example Example:

More information

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES TABLE OF CONTENTS 1 INTRODUCTION 3 2 SYSTEM COMPONENTS 3 3 PITCH AND ROLL ANGLES 4 4 AUTOMATIC

More information

Dynamic Positioning Control Augmentation for Jack-up Vessels

Dynamic Positioning Control Augmentation for Jack-up Vessels DYNAMIC POSITIONING CONFERENCE October 9-10, 2012 Design and Control Session Dynamic Positioning Control Augmentation for Jack-up Vessels By Bradley Deghuee L-3 Communications 1 Introduction Specialized

More information

A differerential pressure anemometer

A differerential pressure anemometer A differerential pressure anemometer S. Kazadi, J. Lee, T.Lee, A. Bose June 6, 2015 Abstract There are a number of different applications where omnidirectional anemometers are needed rather than directional

More information

LifeBeat should be worn during daytime as well as night time as it can record activity levels as well as sleep patterns.

LifeBeat should be worn during daytime as well as night time as it can record activity levels as well as sleep patterns. myhealth FAQ V1.0.5 GENERAL What is LifeBeat Stress Tracker? LifeBeat Stress Tracker is a system that lets you track your activity, sleep, and especially your various stress levels, so that you can improve

More information

IDeA Competition Report. Electronic Swimming Coach (ESC) for. Athletes who are Visually Impaired

IDeA Competition Report. Electronic Swimming Coach (ESC) for. Athletes who are Visually Impaired IDeA Competition Report Electronic Swimming Coach (ESC) for Athletes who are Visually Impaired Project Carried Out Under: The Department of Systems and Computer Engineering Carleton University Supervisor

More information

A Hare-Lynx Simulation Model

A Hare-Lynx Simulation Model 1 A Hare- Simulation Model What happens to the numbers of hares and lynx when the core of the system is like this? Hares O Balance? S H_Births Hares H_Fertility Area KillsPerHead Fertility Births Figure

More information

Fail Operational Controls for an Independent Metering Valve

Fail Operational Controls for an Independent Metering Valve Group 14 - System Intergration and Safety Paper 14-3 465 Fail Operational Controls for an Independent Metering Valve Michael Rannow Eaton Corporation, 7945 Wallace Rd., Eden Prairie, MN, 55347, email:

More information

ME 8843-Advanced Mechatronics. Project Proposal-Automatic Bike Transmission

ME 8843-Advanced Mechatronics. Project Proposal-Automatic Bike Transmission ME 8843-Advanced Mechatronics Project Proposal-Automatic Bike Transmission 1/21/09 Razid Ahmad Brandon Borm Todd Sifleet Project Proposal: Our goal for the semester long project is to create and automatic

More information

Gas Laws: Boyle s and Amonton s Laws Minneapolis Community and Technical College v.9.08

Gas Laws: Boyle s and Amonton s Laws Minneapolis Community and Technical College v.9.08 Gas Laws: Boyle s and Amonton s Laws Minneapolis Community and Technical College v.9.08 I. Introduction The purpose of this experiment is to test the extent real gases (to the limits of our measurements)

More information

Smart Health Walking Digital Pedometer And Heart Rate Watch Manual

Smart Health Walking Digital Pedometer And Heart Rate Watch Manual Smart Health Walking Digital Pedometer And Heart Rate Watch Manual Smart Health (2) Fit EKG Accurate Heart Rate Watch Black Smart Health Walking Fit EKG Accurate Heart Rate Watch Black Health Information

More information

Walk-O-Meter User Manual

Walk-O-Meter User Manual Walk-O-Meter User Manual For BlackBerry Z10 and Q10 Version 2 Date 2013-09-26 1 Thank you for purchasing the Walk-O-Meter App from Cellimagine LLC. Walk-O-Meter pedometer app for your Z10 is the ultimate

More information

UNDERSTANDING A DIVE COMPUTER. by S. Angelini, Ph.D. Mares S.p.A.

UNDERSTANDING A DIVE COMPUTER. by S. Angelini, Ph.D. Mares S.p.A. UNDERSTANDING A DIVE COMPUTER by S. Angelini, Ph.D. Mares S.p.A. Dive Computer UNDERSTANDING A DIVE COMPUTER The decompression algorithm in a dive computer is an attempt to replicate the effects of a dive

More information

Towards determining absolute velocity of freestyle swimming using 3-axis accelerometers

Towards determining absolute velocity of freestyle swimming using 3-axis accelerometers Towards determining absolute velocity of freestyle swimming using 3-axis accelerometers Author Stamm, Andy, Thiel, David, Burkett, Brendan, James, Daniel Published 2011 Journal Title Procedia Engineering

More information

A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations

A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations S. Chundi, M. Abdel-Aty, E. Radwan, H. Klee and E. Birriel Center for Advanced Transportation Simulation

More information

An indoor augmented-reality evacuation system for the Smartphone using personalized Pedometry

An indoor augmented-reality evacuation system for the Smartphone using personalized Pedometry Ahn and Han Human-centric Computing and Information Sciences 2012, 2:18 RESEARCH Open Access An indoor augmented-reality evacuation system for the Smartphone using personalized Pedometry Junho Ahn * and

More information

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3 Tutorial for the Total Vertical Uncertainty Analysis Tool in NaviModel3 May, 2011 1. Introduction The Total Vertical Uncertainty Analysis Tool in NaviModel3 has been designed to facilitate a determination

More information

Title: Standard Operating Procedure for R&R Environmental Devices Model MFC201 Gas Dilution Calibrator

Title: Standard Operating Procedure for R&R Environmental Devices Model MFC201 Gas Dilution Calibrator Procedure No: SOP-029 Revision No: 1.1 (December 29, 2010) Page No.: 1 of 7 1. INTRODUCTION AND SCOPE To obtain timely data for the purpose of air quality assessment, air quality trend reporting, air quality

More information

DATA MINING SAMPLE RESEARCH: ACTIVITY RECOGNITION CLASSIFICATION IN ACTION

DATA MINING SAMPLE RESEARCH: ACTIVITY RECOGNITION CLASSIFICATION IN ACTION DATA MINING SAMPLE RESEARCH: ACTIVITY RECOGNITION CLASSIFICATION IN ACTION 1 Mobile Activity Recognition Mobile devices like smartphones and smartwatches have many sensors Some sensors measure motion Tri-axial

More information

Kinematics Lab #1: Walking the Graphs Results and Discussion. By: Alex Liu Teacher: Mr. Chung Due: October 28, 2010 SPH3U1-01

Kinematics Lab #1: Walking the Graphs Results and Discussion. By: Alex Liu Teacher: Mr. Chung Due: October 28, 2010 SPH3U1-01 Kinematics Lab #1: Walking the Graphs Results and Discussion By: Teacher: Mr. Chung Due: October 28, 2010 SPH3U1-01 1 Introduction The goal of this lab was to match, as accurately as possible, three position-time

More information

PROJECT L6 GREYHOUND RACING

PROJECT L6 GREYHOUND RACING Summary 1 PROJECT L6 GREYHOUND RACING The purpose of this project is to calculate winning odds and 1-2 odds for each of six greyhounds using data from recent races. These odds are then also adjusted to

More information

A System Development for Creating Indoor Floor Plan of Walking Route using Video and Movement Data 1 2

A System Development for Creating Indoor Floor Plan of Walking Route using Video and Movement Data 1 2 A System Development for Creating Indoor Floor Plan of Walking Route using Video and Movement Data 1 2-1771/1.10250 0-2763-2600 0-2763-2700 1 eu.vacharapol_st@tni.ac.th 2 saprangsit@tni.ac.th Android accelerometer

More information

Fall Prevention Midterm Report. Akram Alsamarae Lindsay Petku 03/09/2014 Dr. Mansoor Nasir

Fall Prevention Midterm Report. Akram Alsamarae Lindsay Petku 03/09/2014 Dr. Mansoor Nasir Fall Prevention Midterm Report Akram Alsamarae Lindsay Petku 03/09/2014 Dr. Mansoor Nasir Updates to timeline Last semester we created a timeline that included important milestones. We have narrowed down

More information

Development and implementation of an ibeacon based Time Keeping System for Mountain Trails

Development and implementation of an ibeacon based Time Keeping System for Mountain Trails Development and implementation of an ibeacon based Time Keeping System for Mountain Trails Christian Hessing, Inst. for Cartography, Dresden University of Technology, and ch consulting, Manfred Buchroithner,

More information

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held As part of my research in Sebastian Thrun's autonomous driving team, my goal is to predict the wait-time for a car at a 4-way intersection.

More information

WalkCompass: Finding Walking Direction Leveraging Smartphone s Inertial Sensors. Nirupam Roy

WalkCompass: Finding Walking Direction Leveraging Smartphone s Inertial Sensors. Nirupam Roy WalkCompass: Finding Walking Direction Leveraging Smartphone s Inertial Sensors by Nirupam Roy Bachelor of Engineering Bengal Engineering and Science University, Shibpur 2007 Submitted in Partial Fulfillment

More information

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot 2007 IEEE International Conference on Robotics and Automation Roma, Italy, 10-14 April 2007 ThC9.3 Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot Tomohito Takubo, Takeshi

More information

WATCH COLLECTION NG701 SERIES INSTRUCTION MANUAL

WATCH COLLECTION NG701 SERIES INSTRUCTION MANUAL WATCH COLLECTION NG701 SERIES INSTRUCTION MANUAL INTRODUCTION This watch features electronic sensors that measure outdoor conditions such as temperature, pressure, and altitude. The watch provides essential

More information

These Terms and conditions apply to audit trails incorporated in weighing and measuring devices and systems 1.

These Terms and conditions apply to audit trails incorporated in weighing and measuring devices and systems 1. Title: Terms and Conditions for the Approval of Metrological Audit Trails Effective Date: 2006-03-16 Page: 1 of 9 Revision: 1.0 Application These Terms and conditions apply to audit trails incorporated

More information

1999 Microcomponents Technology SLYA017A

1999 Microcomponents Technology SLYA017A Application Brief Number 001 1999 Microcomponents Technology SLYA017A IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue

More information

Bicycle Safety Map System Based on Smartphone Aided Sensor Network

Bicycle Safety Map System Based on Smartphone Aided Sensor Network , pp.38-43 http://dx.doi.org/10.14257/astl.2013.42.09 Bicycle Safety Map System Based on Smartphone Aided Sensor Network Dongwook Lee 1, Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced Institute of

More information

GOLFER. The Golf Putting Robot

GOLFER. The Golf Putting Robot GOLFER The Golf Putting Robot Written By Wing Pan Yuen For EEL 5666 Intelligent Machines Design Laboratory December 05, 1999 Table of Contents Abstract Introduction Executive Summary Integrated System

More information

Measuring Relative Achievements: Percentile rank and Percentile point

Measuring Relative Achievements: Percentile rank and Percentile point Measuring Relative Achievements: Percentile rank and Percentile point Consider an example where you receive the same grade on a test in two different classes. In which class did you do better? Why do we

More information

STATE OF NEW YORK PUBLIC SERVICE COMMISSION. At a session of the Public Service Commission held in the City of Albany on August 20, 2003

STATE OF NEW YORK PUBLIC SERVICE COMMISSION. At a session of the Public Service Commission held in the City of Albany on August 20, 2003 STATE OF NEW YORK PUBLIC SERVICE COMMISSION At a session of the Public Service Commission held in the City of Albany on August 20, 2003 COMMISSIONERS PRESENT: William M. Flynn, Chairman Thomas J. Dunleavy

More information

BBS Fall Conference, 16 September Use of modeling & simulation to support the design and analysis of a new dose and regimen finding study

BBS Fall Conference, 16 September Use of modeling & simulation to support the design and analysis of a new dose and regimen finding study BBS Fall Conference, 16 September 211 Use of modeling & simulation to support the design and analysis of a new dose and regimen finding study Didier Renard Background (1) Small molecule delivered by lung

More information

CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing.

CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing. CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing Emmanuel Agu Applications of Activity Recognition Recall: Activity Recognition

More information

GEA FOR ADVANCED STRUCTURAL DYNAMIC ANALYSIS

GEA FOR ADVANCED STRUCTURAL DYNAMIC ANALYSIS SMART SOLUTIONS FOR VIBRATION MONITORING GEA FOR ADVANCED STRUCTURAL DYNAMIC ANALYSIS ANALYSIS OF CIVIL STRUCTURES - EXPO MERLATA PEDESTRIAN BRIDGE ABSTRACT Civil structures and in particular bridges and

More information

Tilt Detection Using Accelerometer and Barometric Measurements

Tilt Detection Using Accelerometer and Barometric Measurements Tilt Detection Using Accelerometer and Barometric Measurements Can this be used for reliable off-axis detection? John Derimiggio Marsa Systems, Inc 11/15/2018 Topics Accelerometer altimeter altitude calculation

More information

Simulating Major League Baseball Games

Simulating Major League Baseball Games ABSTRACT Paper 2875-2018 Simulating Major League Baseball Games Justin Long, Slippery Rock University; Brad Schweitzer, Slippery Rock University; Christy Crute Ph.D, Slippery Rock University The game of

More information

Novel Technique for Gait Analysis Using Two Waist Mounted Gyroscopes

Novel Technique for Gait Analysis Using Two Waist Mounted Gyroscopes Old Dominion University ODU Digital Commons Computer Science Theses & Dissertations Computer Science Summer 2018 Novel Technique for Gait Analysis Using Two Waist Mounted Gyroscopes Ahmed Nasr Old Dominion

More information

The next criteria will apply to partial tournaments. Consider the following example:

The next criteria will apply to partial tournaments. Consider the following example: Criteria for Assessing a Ranking Method Final Report: Undergraduate Research Assistantship Summer 2003 Gordon Davis: dagojr@email.arizona.edu Advisor: Dr. Russel Carlson One of the many questions that

More information

WALKING MOTION ANALYSIS USING SMALL ACCELERATION SENSORS

WALKING MOTION ANALYSIS USING SMALL ACCELERATION SENSORS WALKING MOTION ANALYSIS USING SMALL ACCELERATION SENSORS Teruaki Ito Institute of Technology and Science University of Tokushima Tokushima, Japan e-mail: ito@me.tokushima-u.ac.jp Abstract Human walking

More information

2018 CON-SNP NATIONAL PEDOMETER CHALLENGE

2018 CON-SNP NATIONAL PEDOMETER CHALLENGE Acknowledgements Guide developed by Guelph University (2014 15) Modified by Western University (2015 16) Modified by York University (2016 17) Modified by University of Alberta (2017 18) Table of Contents

More information

Using an Adaptive Thresholding Algorithm to Detect CA1 Hippocampal Sharp Wave Ripples. Jay Patel. Michigan State University

Using an Adaptive Thresholding Algorithm to Detect CA1 Hippocampal Sharp Wave Ripples. Jay Patel. Michigan State University Using an Adaptive Thresholding Algorithm to Detect CA1 Hippocampal Sharp Wave Ripples Jay Patel Michigan State University Department of Physics and Astronomy, University of California, Los Angeles 2013

More information

SpeedMax White Paper. Dynastream Innovations Inc. 228 River Avenue Cochrane, AB T4C 2C1. p f

SpeedMax White Paper. Dynastream Innovations Inc. 228 River Avenue Cochrane, AB T4C 2C1.   p f SpeedMax White Paper 228 River Avenue Cochrane, AB T4C 2C1 www.dynastream.com p 403.932.9292 f 403.932.6521 1 OVERVIEW Established in 1998, has world-leading expertise in the research and development of

More information

AC : ACCURATE CRYOCHAMBER FOR A SMALL LABORATORY WITH SMALL BUDGET

AC : ACCURATE CRYOCHAMBER FOR A SMALL LABORATORY WITH SMALL BUDGET AC 2007-1108: ACCURATE CRYOCHAMBER FOR A SMALL LABORATORY WITH SMALL BUDGET Matthew Braley, University of Idaho Paul Anderson, University of Idaho Tracey Windley, University of Idaho Kevin Buck, University

More information

Evaluating and Preventing Capacity Loss when Designing Train Control to Enforce NFPA 130 Compliance

Evaluating and Preventing Capacity Loss when Designing Train Control to Enforce NFPA 130 Compliance Evaluating and Preventing Capacity Loss when Designing Train Control to Enforce NFPA 130 Compliance Davis Dure SYSTRA Engineering, Inc. New York, NY ABSTRACT Many rail operators are wrestling with how

More information

AN31E Application Note

AN31E Application Note Balancing Theory Aim of balancing How an unbalance evolves An unbalance exists when the principle mass axis of a rotating body, the so-called axis of inertia, does not coincide with the rotational axis.

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

15KM 14-WEEK TRAINING PROGRAMME

15KM 14-WEEK TRAINING PROGRAMME 15KM 14-WEEK TRAINING PROGRAMME T H E G O A L O F T H I S P L A N I S N T T O G E T Y O U A C R O S S T H E F I N I S H L I N E, I T S T O G E T T H E B E S T V E R S I O N O F Y O U A C R O S S T H E

More information

Adaptive context-agnostic floor transition detection on smart mobile devices

Adaptive context-agnostic floor transition detection on smart mobile devices Adaptive context-agnostic floor transition detection on smart mobile devices Salvatore Vanini University of Applied Sciences of Southern Switzerland (SUPSI) salvatore.vanini@supsi.ch CoMoRea Workshop -

More information

Gray Diversion Study Draft Report

Gray Diversion Study Draft Report Gray Diversion Study Draft Report Presented to: Maine Turnpike Authority HNTB Corporation January 30, 2014 Table of Contents Section 1. Purpose... 3 Section 2. Data Sources... 3 Section 3. Background...

More information

Look Up! Positioning-based Pedestrian Risk Awareness. Shubham Jain

Look Up! Positioning-based Pedestrian Risk Awareness. Shubham Jain Look Up! Positioning-based Pedestrian Risk Awareness Shubham Jain Does this look familiar? Pedestrians account for 14% of all traffic fatalities in the US *. In the last decade, 688,000 pedestrians injured

More information

Make a Marigram. Overview: Targeted Alaska Grade Level Expectations: Objectives: Materials: Whole Picture: Grades 9-12

Make a Marigram. Overview: Targeted Alaska Grade Level Expectations: Objectives: Materials: Whole Picture: Grades 9-12 Make a Marigram Overview: In this lesson, students briefly examine the use of acoustics for data collection then use Microsoft Excel to analyze tide gauge data. Basic knowledge of Microsoft Excel is recommended.

More information

EXPERIMENTAL RESULTS OF GUIDED WAVE TRAVEL TIME TOMOGRAPHY

EXPERIMENTAL RESULTS OF GUIDED WAVE TRAVEL TIME TOMOGRAPHY 18 th World Conference on Non destructive Testing, 16-20 April 2012, Durban, South Africa EXPERIMENTAL RESULTS OF GUIDED WAVE TRAVEL TIME TOMOGRAPHY Arno VOLKER 1 and Hendrik VOS 1 TNO, Stieltjesweg 1,

More information

Use of On-Body Sensors to Support Elite Sprint Coaching

Use of On-Body Sensors to Support Elite Sprint Coaching Use of On-Body Sensors to Support Elite Sprint Coaching Kuntze, G. 1, Pias, M.R. 2, Bezodis, I.N. 1, Kerwin, D.G. 1, Coulouris, G. 2 and Irwin, G. 1 Cardiff School of Sport, University of Wales Institute,

More information

Essential ski characteristics for cross-country skis performance

Essential ski characteristics for cross-country skis performance Proceedings of 7 th ISEA CONFERENCE 2008 Biarritz, June 2-6, 2008 for cross-country skis performance Mikael Bäckström 1, Leon Dahlen 2, Mats Tinnsten 3 (1), (2), (3): Department of Engineering, Physics

More information

Pressure Sensor Bridge Configurations

Pressure Sensor Bridge Configurations Pressure Sensor Bridge Configurations 1. Purpose Describe different pressure sensor bridge configurations, when each can and cannot be used, and the advantages and disadvantages of each. 2. Introduction

More information

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, V. P. Yanambaka 4, and M. K. Ganapathiraju 5 University of North Texas,

More information

Heat Engine. Reading: Appropriate sections for first, second law of thermodynamics, and PV diagrams.

Heat Engine. Reading: Appropriate sections for first, second law of thermodynamics, and PV diagrams. Heat Engine Equipment: Capstone, 2 large glass beakers (one for ice water, the other for boiling water), temperature sensor, pressure sensor, rotary motion sensor, meter stick, calipers, set of weights,

More information

SUBMERGED VENTURI FLUME. Tom Gill 1 Robert Einhellig 2 ABSTRACT

SUBMERGED VENTURI FLUME. Tom Gill 1 Robert Einhellig 2 ABSTRACT SUBMERGED VENTURI FLUME Tom Gill 1 Robert Einhellig 2 ABSTRACT Improvement in canal operating efficiency begins with establishing the ability to measure flow at key points in the delivery system. The lack

More information

Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications

Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications Dr. Theo Schaad Principal Scientist Paroscientific, Inc. 2002 Paroscientific, Inc. Page 1 of 6 Digiquartz

More information

DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS. Sushant Murdeshwar

DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS. Sushant Murdeshwar DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS by Sushant Murdeshwar A Project Report Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science

More information

ARCCOS 360 NEW USER GUIDE

ARCCOS 360 NEW USER GUIDE ARCCOS 360 NEW USER GUIDE Table of Contents 1. Getting Started a. Download & Install.2 b. Create Account....3 c. Pair Clubs..4 2. Play a. Starting a Round..5 b. Shot Editing.6 c. Shot List.7 d. Flag &

More information

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Ahmad Abadleh ahmad_a@mutah.edu.jo Eshraq Al-Hawari eshraqh@mutah.edu.jo Esra'a Alkafaween Esra_ok@mutah.edu.jo Hamad

More information

TRAINING WITH! PHYSICLO RESISTANCE GEAR. Testing & Validation

TRAINING WITH! PHYSICLO RESISTANCE GEAR. Testing & Validation TRAINING WITH! PHYSICLO RESISTANCE GEAR Testing & Validation WHAT IS PHYSICLO? Physiclo is a novel type of compression pants with built-in resistance bands, designed to enhance training efficiency by increasing

More information

23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN APRIL 2007

23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN APRIL 2007 23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN 16-20 APRIL 2007 AN INVESTIGATION INTO THE INTERRELATION BETWEEN THE INTERNAL AND EXTERNAL BALLISTICS OF FIRING A TP-T TANK AMMUNITION M. H.

More information

PEDOMETER HANDBOOK MAKING EVERY STEP COUNT!

PEDOMETER HANDBOOK MAKING EVERY STEP COUNT! PEDOMETER HANDBOOK Congratulations on taking a step with pedometers to a healthier you! We hope this handbook will help you make walking part of your everyday life. This handbook includes information on:

More information

Tech Suit Survey (Virginia LMSC)

Tech Suit Survey (Virginia LMSC) Tech Suit Survey (Virginia LMSC) Summary On Aug 20, 2010, an electronic survey was administered to 1312 USMS swimmers who were registered in the Virginia LMSC in the years 2009 and 2010. The purpose was

More information

Specifications for Synchronized Sensor Pipe Condition Assessment (AS PROVIDED BY REDZONE ROBOTICS)

Specifications for Synchronized Sensor Pipe Condition Assessment (AS PROVIDED BY REDZONE ROBOTICS) Specifications for Synchronized Sensor Pipe Condition Assessment (AS PROVIDED BY REDZONE ROBOTICS) A. Scope of Work The work covered by these specifications consists of furnishing all materials, labor,

More information

NIH Public Access Author Manuscript Gait Posture. Author manuscript; available in PMC 2009 May 1.

NIH Public Access Author Manuscript Gait Posture. Author manuscript; available in PMC 2009 May 1. NIH Public Access Author Manuscript Published in final edited form as: Gait Posture. 2008 May ; 27(4): 710 714. Two simple methods for determining gait events during treadmill and overground walking using

More information

Add this important safety precaution to your normal laboratory procedures:

Add this important safety precaution to your normal laboratory procedures: Student Activity Worksheet Speed and Velocity Are You Speeding? Driving Question What is speed and how is it related to velocity? Materials and Equipment For each student or group: Data collection system

More information

Data Sheet T 8389 EN. Series 3730 and 3731 Types , , , and. EXPERTplus Valve Diagnostic

Data Sheet T 8389 EN. Series 3730 and 3731 Types , , , and. EXPERTplus Valve Diagnostic Data Sheet T 8389 EN Series 3730 and 3731 Types 3730-2, 3730-3, 3730-4, 3730-5 and Type 3731-3 Electropneumatic Positioners EXPERTplus Valve Diagnostic Application Positioner firmware to detect potential

More information

5.1 Introduction. Learning Objectives

5.1 Introduction. Learning Objectives Learning Objectives 5.1 Introduction Statistical Process Control (SPC): SPC is a powerful collection of problem-solving tools useful in achieving process stability and improving capability through the

More information

Lab 4: Root Locus Based Control Design

Lab 4: Root Locus Based Control Design Lab 4: Root Locus Based Control Design References: Franklin, Powell and Emami-Naeini. Feedback Control of Dynamic Systems, 3 rd ed. Addison-Wesley, Massachusetts: 1994. Ogata, Katsuhiko. Modern Control

More information

Accelerometers: An Underutilized Resource in Sports Monitoring

Accelerometers: An Underutilized Resource in Sports Monitoring Accelerometers: An Underutilized Resource in Sports Monitoring Author Neville, Jono, Wixted, Andrew, Rowlands, David, James, Daniel Published 2010 Conference Title Proceedings of the 2010 Sixth International

More information

Jogging and Walking Analysis Using Wearable Sensors *

Jogging and Walking Analysis Using Wearable Sensors * Engineering, 2013, 5, 20-24 doi:10.4236/eng.2013.55b005 Published Online May 2013 (http://www.scirp.org/journal/eng) Jogging and Walking Analysis Using Wearable Sensors * Ching ee ong, Rubita Sudirman,

More information

Average Accuracy within 0.1 mph, Calls Out Speeds, Tracks Results

Average Accuracy within 0.1 mph, Calls Out Speeds, Tracks Results Average Accuracy within 0.1 mph, Calls Out Speeds, Tracks Results SmartPitch is a father-son dream come true. But before sharing that story, here's the pay-off for SmartPitch users: UNIQUE FEATURES: Turns

More information

UNIVERSITY OF WATERLOO

UNIVERSITY OF WATERLOO UNIVERSITY OF WATERLOO Department of Chemical Engineering ChE 524 Process Control Laboratory Instruction Manual January, 2001 Revised: May, 2009 1 Experiment # 2 - Double Pipe Heat Exchanger Experimental

More information

Two Machine Learning Approaches to Understand the NBA Data

Two Machine Learning Approaches to Understand the NBA Data Two Machine Learning Approaches to Understand the NBA Data Panagiotis Lolas December 14, 2017 1 Introduction In this project, I consider applications of machine learning in the analysis of nba data. To

More information

The Caddiellac. In the pursuit of perfection on the course, your clubs should follow your lead EE High Level Design

The Caddiellac. In the pursuit of perfection on the course, your clubs should follow your lead EE High Level Design The Caddiellac In the pursuit of perfection on the course, your clubs should follow your lead EE41430 High Level Design Ryan Bernhold Matt DePorre Rachel Drumm Colleen Tigani Table of Contents 1. Introduction

More information

(Lab Interface BLM) Acceleration

(Lab Interface BLM) Acceleration Purpose In this activity, you will study the concepts of acceleration and velocity. To carry out this investigation, you will use a motion sensor and a cart on a track (or a ball on a track, if a cart

More information

Centre for Transport Studies

Centre for Transport Studies Centre for Transport Studies University College London Research Progress Report Evaluation of Accessible Design of Public Transport Facilities Taku Fujiyama Centre for Transport Studies University College

More information

Towards City-Scale Smartphone Sensing of Potentially Unsafe Pedestrian Movements

Towards City-Scale Smartphone Sensing of Potentially Unsafe Pedestrian Movements Towards City-Scale Smartphone Sensing of Potentially Unsafe Pedestrian Movements Trisha Datta Hillsborough Township Public School Hillsborough, NJ, USA tdatta@htps.us Shubham Jain WINLAB, Rutgers University

More information

Phys1111K: Superposition of waves on a string Name:

Phys1111K: Superposition of waves on a string Name: Phys1111K: Superposition of waves on a string Name: Group Members: Date: TA s Name: Apparatus: PASCO mechanical vibrator, PASCO interface, string, mass hanger (50 g) and set of masses, meter stick, electronic

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

A Developmental Approach. To The Soccer Learning Process

A Developmental Approach. To The Soccer Learning Process A Developmental Approach To The Soccer Learning Process Soccer by definition Soccer is a game played between 2 teams and each team is trying to score more goals than the other team. Soccer games are decided

More information

Assessment of Guide Reporting & Preliminary Results of Lion Monitoring

Assessment of Guide Reporting & Preliminary Results of Lion Monitoring Assessment of Guide Reporting & Preliminary Results of Lion Monitoring Mara Predator Project December 21 Sara Blackburn Laurence Frank maralions@gmail.com lgfrank@berkeley.edu SUMMARY The Mara Predator

More information