AN EXTENSIBLE AND INTERACTIVE RESEARCH PLATFORM FOR EXPLORING FITTS LAW

Size: px
Start display at page:

Download "AN EXTENSIBLE AND INTERACTIVE RESEARCH PLATFORM FOR EXPLORING FITTS LAW"

Transcription

1 AN EXTENSIBLE AND INTERACTIVE RESEARCH PLATFORM FOR EXPLORING FITTS LAW Schedlbauer, Martin, University of Massachusetts Lowell, Department of Computer Science, Lowell, MA 01854, USA, Pastel, Robert, Michigan Technological University, Department of Computer Science, Houghton, MI 49931, Heines, Jesse, University of Massachusetts Lowell, Department of Computer Science, Lowell, MA 01854, USA, Abstract We demonstrate the utility of a new software platform for the interactive exploration of movement time models such as Fitts law. The software is written in Java and provides a flexible environment for HCI research, input device evaluation, throughput comparison and education. It is specifically designed using a patterns-based object model to provide maximum extensibility for new models, task types, and selection modes. The platform can be used to share experimental configurations for more meaningfully comparable experiments. We demonstrate the platform s utility for HCI research by measuring the effects of posture on movement time. The experimental results show a significant increase in mean movement time when standing compared to sitting while using a trackball. Keywords: Fitts law, human performance modelling, input device evaluation, completion time predictions.

2 1 INTRODUCTION While many ad hoc utilities have been developed for evaluating input devices and predicting user s interaction times, except for Soukoreff and MacKenzie s (1995) Fitts law model builder, few of these utilities are research platforms. A standardized research platform that is extensible would allow human-computer interaction (HCI) researchers to compare experimental results meaningfully and share experimental configurations. In this paper we demonstrate the Movement Time Evaluator (MTE), which is an interactive and extensible research platform. MTE presents a configurable environment for exploring input device characteristics, as well as a tool for rapidly evaluating performance models. MTE is written in Java and is constructed on an extensible object-oriented framework. Data files generated by MTE are openly sharable and exportable in formats compatible with many statistical analysis packages. MTE also has a comprehensive graphical user interface for researchers to configure their experiments and interpret results. Using MTE, researchers can immediately compare Fitts law and its variations (Accot and Zhai, 2003; Fitts, 1954; Kvålseth, 1980; MacKenzie, 1995; Meyer et al., 1988; Oel et al., 2001). MTE extends Soukoreff and MacKenzie s (1995) platform by adding bivariate pointing tasks, probe corrections, additional performance models, target motion, and trajectory evaluation. We believe that MTE will allow user interface device manufacturers to conduct standardized experiments and to directly compare device characteristics, performance and usability. 2 MOVEMENT TIME MODELS Movement Time (MT) models allow HCI researchers to understand and predict human aiming performance, which are abundant in user interfaces. The most popular psychological model for human aiming is Fitts law (Fitts, 1954). Card, English, and Burr (1978) were the first scientists to demonstrate the applicability of Fitts law in HCI. Many other scientists have extended Fitts law to a variety of HCI domains and tasks (Accot and Zhai, 1997; Accot and Zhai, 2003; Radix, Robinson, and Nurse, 1999; Murata, Fujii, Arima, Iwase, 1999). However, Fitts law has not been extended to pointing tasks that require the user to stand or walk. We demonstrate MTE s utility by extending Fitts law to pointing with a trackball while standing, and compare the trackball pointing performances while sitting versus standing. The general Fitts law is a logarithmic relationship between MT and the ratio of target distance (A), and target width (W): A MT a blog 2 (1) W where the value of ε {½, 1, A/W}, and a and b are experimentally derived regression coefficients. The logarithmic term in equation (1) is commonly referred to as the movement Index of Difficulty (ID). Typically the target width, W, is the smaller of the horizontal or vertical extent of the target for univariate (one dimensional) pointing or the width along the approach vector for bivariate (two dimensional) pointing, although other values of W have been proposed, such as target area and the sum of width and height (Accot and Zhai, 2003; MacKenzie, 1995). These variations of Fitts law by MacKenzie (1995), as well as the alternate models by Meyer et al. (1988), Accot and Zhai (2003) and Kvålseth (1980), have been shown to be superior to Fitts original formulation in specific testing configurations. MTE allows researchers to test conformance with all of the above models. The throughput (TP) of an input device is a measure of the device s efficiency (MacKenzie, Kauppinen and Silfverberg, 2001; Zhai, 2004) and is the ratio of the mean ID and the mean MT.

3 3 PLATFORM DESIGN MTE s architecture is based upon an extensible object-oriented design implemented in Java. The platform can be controlled remotely, allowing a researcher to observe and direct the experiment from one workstation while the participant interacts with the software on another workstation. Connectivity is through a standard TCP/IP socket, and therefore the researcher and the participant can be separated by any distance or any number of walls. 3.1 Configurability The configuration of experiments is a two-step process. First, the researcher specifics and saves an experimental configuration file, which specifies session invariant parameters: target extent, target shape (rectangular, oval, text, vibrating, virtual keypad), home region placement (center of screen, random, coordinate system origin, or none), target position distribution (uniformly random, static, or reciprocal), feedback (auditory, visual), number of repetitions, movement type (point-and-click versus drag), and information recorded (movement velocity and selection errors) Second, before the researcher runs an experiment, a configuration file is selected from a list of stored setups. Prior to the beginning of an experimental trial, the researcher can enter trial-specific factors, such as subject information, environmental factors, or any relevant ad hoc information. In addition, demographic data points (age, gender, height, and handedness) are saved for each participant. 3.2 Evaluation and Analysis Basic statistical analysis built into the platform facilitates rapid evaluation of experimental results and interactive exploration of models. MTE implements Pearson moment correlation analysis and linear regression, as well as configurable scatter plots and distribution graphs. In addition, the raw data and the trajectory of the individual acquisition movements during a session can be viewed so that the movement patterns for different input devices can be studied. Also, the researcher can view a table comparing the correlation coefficients of various movement time models, including the variations of Fitts law by Meyer et al. (1988), Kvålseth (1980), and Accot and Zhai (2003). The linear regression coefficients and the correlation coefficient (R) can be computed either on the observed or averaged MT values over any ID binning interval. 3.3 Extension and Customization MTE can be extended by adding new static or dynamic (moving) shape types, target position distributions, MT models, and data export formats. Many of these extensions require minimal integration. HCI researchers should find the easy integration of new MT models to facilitate quick hypotheses testing and to encourage the process of discovery in scientific enquiries.

4 3.4 Exporting to Other Tools MTE records the cursor position, time, and movement velocity approximately every 16 msec using object serialization. The data can be exported as CSV files for importing into spreadsheets, relational databases, and statistical analysis packages. The format of the exported data can be customized. 3.5 Availability The MTE platform is available under the GNU Public License (GPL), and an executable version that runs under Java and later on Linux and Windows 98/NT/XP is available on line (Schedlbauer 2005). 4 EXPERIMENTAL RESULTS 4.1 Configuration In this section we illustrate the utility of MTE and its effectiveness for interactive data exploration by determining the effect of posture on MT in Fitts law. We configured several experiments, which were carried out using a trackball, first sitting and then standing. 9 men and 3 women participated in the experiment. The test platform was a Gateway M275 Tablet PC (1.6GHz CPU, 512MB RAM) with a 14.1 TFT Stylus Touch Sensitive LCD (resolution 1024 by 768 pixel) running Windows XP and Java A Kensington Turboball (Model 64227) was connected to the computer via USB. Each participant was sequentially presented 80 circular targets that had to be acquired after clicking on the home region; clicking on the home region started the timing of the trial. The experiment varied target-to-home distance and four target diameters (15, 30, 45, and 60 pixels). We used a fixed-random target positioning distribution configuration, which generates a set of randomly positioned targets that were used for each participant. Alternatively, we could have selected pseudo-random placement with a variable seed, reciprocal placement where the target moves back and forth between the left and the right side of the home position, and a static distribution where the targets are displayed at fixed and pre-programmable positions. The target order can be randomly varied to mitigate the effects of learning in repeated trials. 4.2 Exploration and Initial Evaluation The individual participant data sets can be merged into a single data set for analysis, or a summarized data set that combines the mean MT of the individual experiments. Data sets can be explored in their raw form or binned (grouped and averaged), and outliers can be removed. Figure 1 shows a scatter plot of the raw data for one participant s experimental session along with the linear regression equation for the Shannon formulation (MacKenzie, 1995) of Fitts law. MT is the ordinate and the ID is the abscissa. The platform allows any recorded parameter to be plotted against any other recorded parameter, e.g., amplitude against movement time or target angle against ID. To facilitate the comparison of different experiments, multiple data sets can be plotted side-by-side or overlaid. The trackball movements while standing appear to be slower compared to a sitting posture. In addition, MTE can produce plots of the cursor s trajectory tracks and time vs. velocity plots (Figure 2.) Similar to the Generalized Fitts Law Model Builder by Soukoreff and MacKenzie (1995), MTE can summarize the correlation and throughput for several MT models for all the trials as shown in Figure 3. The summary shows the correlation coefficient (R) and the coefficient of determination (R 2 ) for each model using the Euclidean distance (A) between the targets as the amplitude as well as the length

5 of the cursor trajectory (D). Note that the correlation is consistently higher for trajectory distance than for Euclidean distance. The simple and Kvålseth models have larger TP than the other models because their ID are larger, but all model s TP is consistently larger for sitting than standing. Also, the mean MT is larger for standing than for sitting. A statistics package should be used to determine if the difference in TP and MT is significant. Figure 1. Scatter plot of ID (Shannon formulation) versus MT of two runs of the same experiment, one while standing (diamonds) and while sitting (squares). Note that MT appears to be higher when standing. Regression line, correlation coefficient (Pearson moment) and linear regression equation are shown. The values of ID are scaled by a factor of 100. Figure 2. Graph of time since start of movement versus speed (ds/dt). The graph starts at an offset which represents the reaction time before movement towards the target commences. An initial ballistic movement towards the target is followed by a series of small corrective submovements until the target is selected.

6 (a) (b) Figure 3. Table comparing several movement time models for the results of the experiment while sitting (a) and standing (b). 4.3 Further Analysis Initial analysis of the experimental data and the plot of Figure 1 suggest that MT using a trackball increases when standing compared to sitting. To test this hypothesis, the data collected using MTE was exported to R, a statistical package (Gentleman and Ihaka, 1997). Even though the movement time shows an increase, Shannon s formulation of Fitts law (MacKenzie, 1995) remains a robust predictor of movement time. Correlation analysis between MT and ID results in R = 0.54 (p < ) for the raw data and R = 0.98 when using mean MT over twenty ID ranges. Figure 3 shows strong correlations with the other movement time models as well. A Wilcoxon sum-of-ranks significance test on the unmatched measurements shows a significant interaction (p < 0.003). In addition, the mean error rate while standing was 7.5% (σ=0.301) compared to an error rate of 4.1% (σ=0.220) while sitting, an increase of 80%. The error rate while sitting is consistent with those reported by MacKenzie (1995) and Card et al. (1978). The Wilcoxon sum-ofranks test shows the increase of the error rate while standing to be significant (p < 0.002). Figure 4 illustrates the interaction between target size, posture, mean MT, and error rate. The movement time while standing is considerably greater than sitting, but the difference is less as target size increases, i.e., as ID decreases. A similar trend is apparent for the mean error rate.

7 Movement Time (ms) MT ( sitting) MT ( standing) Error Rate ER (sitting) ER (standing) Target Diameter (pixel) Target Diameter (pixel) Figure 4. (a) Mean MTs (a) and error rates (b) for each posture by target diameter. The increase in movement time while standing is more pronounced as the target size decreases and consequently the difficulty of the movement increases. (b) 5 PLATFORM PERFORMANCE The software performed without incident during the collection of the measurements. A few modifications were made to the target feedback parameters after initial trials. In particular, some participants reported that they were unsure when the trial started, so the home region was hidden after its successful acquisition. When it was discovered that occasionally participants paused during trials, a mechanism for excluding compromised data was added to MTE. Finally, the platform s display of the total time taken for a series of trials prompted many participants to treat the experiment like a game. We felt that this might affect the accuracy of the movement and the total time feedback was omitted from the present version of MTE. We are currently expanding the capabilities of MTE by adding more movement time models. Supplementary performance models, such as those for measuring reaction time and learning, are being considered for inclusion into MTE. In addition, the availability of a web-accessible repository of experimental configurations and results is being explored. 6 CONCLUSION MTE is an effective research platform for the exploration of MT models, and we have demonstrated its effectiveness as a tool for evaluating input devices. We have also demonstrated that MTE s interactive features provide immediate feedback to the researcher and can illuminate the factors influencing participants MT. Specifically, we have demonstrated the utility of MTE by showing the effect of standing on MT while using a trackball. The experimental results show a significant increase in mean MT and mean error rate using a trackball while standing compared to sitting at all levels of movement difficulty, although more difficult movements have a higher increase. MTE is an open source research platform for conducting Fitts law tests. Although the statistical calculations built into MTE are useful, they are not intended to be a substitute for more rigorous statistical analysis provided by specialized statistics packages.

8 REFERENCES Accot, J, Zhai, S. (1997). Beyond Fitts law: Models for trajectory-based HCI tasks. In Proceedings of the ACM Conference on Human Factors in Computing Systems CHI 1997, March 1997, , Atlanta, GA: ACM. Accot, J, Zhai, S. (2003). Refining Fitts law models for bivariate pointing. In Proceedings of the ACM Conference on Human Factors in Computing Systems CHI 2003, April 2003, , Ft. Lauderdale, FL: ACM. Card, S., English, W., & Burr, B. (1978). Evaluation of mouse, rate-controlled isometric joystick, step keys, and text keys for text selection o n a CRT. Ergonomics, 21, Fitts, P. M. (1954). The information capacity of the human motor system in controlling the amplitude of movement. Journal of Experimental Psychology, 47, Gentleman,R. and Ihaka, R. (1997). R Project. Hoffmann, E. R., Sheikh, I. (1991). Finger width corrections in Fitts Law: Implications for speedaccuracy research. Journal of Motor Behavior, 23(4), pp Kvålseth, T. (1980). An alternative to Fitts law. Bulletin of the Psychonomic Society, 16(5), MacKenzie, S. (1995). Movement time predictions in human-computer interfaces. In Readings in Human-Computer Interaction, 2nd Edition, , Los Altos, CA: Morgan Kaufman. MacKenzie, I. S., Kauppinen, T., & Silfverberg, M. (2001). Accuracy measures for evaluating computer pointing devices. In Proceedings of the ACM Conference on Human Factors in Computing Systems - CHI 2001, New York: ACM. Meyer, D., Abrams, R., Kornblum, S., Wright, C., & Smith, J. (1988). Optimality in human motor performance: Ideal control of rapid aimed movements. Psychological Review, 95:3, Murata, A., Fujii, M., Arima, Y., Iwase, H. (1999). Extending Effective Target Width in Fitts' Law to a Two-Dimensional Pointing Task. International Journal of Human-Computer Interaction. 11(2), Oel, P, Schmidt, P., A. Schmitt (2001). Time prediction of mouse-based cursor movements. In Proceedings of Joint AFIHM-BCS Conference on Human-Computer Interaction IHM-HCI September 2001, Lille, France, Volume II, Radix, C., Robinson, P., Nurse, P. (1999). Extension of Fitts' Law to modeling motion performance in man-machine interfaces. IEEE Transactions on Systems, Man and Cybernetics, Part A: Systems and Humans, 29(2), Schedlbauer, M. (2005). Movement Time Evaluator, Soukoreff, W., & MacKenzie, I. S. (1995). Generalized Fitts' law model builder. In Proceedings of the ACM Conference on Human Factors in Computing Systems CHI 95, Denver, CO, Soukoreff, W., & MacKenzie, I. S. (2004). Towards a standard for pointing device evaluation, perspectives on 27 years of Fitts law research in HCI. International Journal of Human-Computer Studies, 61(6), Thompson, S., Slocum, J., Bohan, M. (2004). Gain and angle of approach effects on cursorpositioning time with a mouse in consideration of Fitts law. In Proceedings of the Human Factors and Ergonomics Society 48th Annual Meeting. New Orleans, LA: Human Factors and Ergonomics Society, Zhai, S. (2004). Characterizing computer input with Fitts law parameters the information and noninformation aspects of pointing. International Journal of Human-Computer Studies, 61(6),

Brain Computer Interface Cursor Measures for Motionimpaired and Able-bodied Users

Brain Computer Interface Cursor Measures for Motionimpaired and Able-bodied Users Brain Computer Interface Cursor Measures for Motionimpaired and Able-bodied Users Alexandros Pino, Eleftherios Kalogeros, Elias Salemis and Georgios Kouroupetroglou Department of Informatics and Telecommunications

More information

Mensch-Maschine-Interaktion 1. Chapter 9 (June 28th, 2012, 9am-12pm): Basic HCI Models

Mensch-Maschine-Interaktion 1. Chapter 9 (June 28th, 2012, 9am-12pm): Basic HCI Models Mensch-Maschine-Interaktion 1 Chapter 9 (June 28th, 2012, 9am-12pm): Basic HCI Models 1 Overview Introduction Basic HCI Principles (1) Basic HCI Principles (2) User Research & Requirements Designing Interactive

More information

Evaluating Touch Gestures for Scrolling on Notebook Computers

Evaluating Touch Gestures for Scrolling on Notebook Computers Evaluating Touch Gestures for Scrolling on Notebook Computers Kevin Arthur Synaptics, Inc. 3120 Scott Blvd. Santa Clara, CA 95054 USA karthur@synaptics.com Nada Matic Synaptics, Inc. 3120 Scott Blvd. Santa

More information

Do Stereo Display Deficiencies Affect 3D Pointing?

Do Stereo Display Deficiencies Affect 3D Pointing? Do Stereo Display Deficiencies Affect 3D Pointing? Mayra Donaji Barrera Machuca SIAT, Simon Fraser University Vancouver, CANADA mbarrera@sfu.ca Wolfgang Stuerzlinger SIAT, Simon Fraser University Vancouver,

More information

Target Size and Distance: Important Factors for Designing User Interfaces for Older Notebook Users

Target Size and Distance: Important Factors for Designing User Interfaces for Older Notebook Users Work with Computing Systems 2004. H.M. Khalid, M.G. Helander, A.W. Yeo (Editors). Kuala Lumpur: Damai Sciences. 454 Target Size and Distance: Important Factors for Designing User Interfaces for Older Notebook

More information

Quantification of the Effects of Haptic Feedback During a Motor Skills Task in a Simulated Environment

Quantification of the Effects of Haptic Feedback During a Motor Skills Task in a Simulated Environment Quantification of the Effects of Haptic Feedback During a Motor Skills Task in a Simulated Environment Steven A. Wall and William S. Harwin The Department of Cybernetics, University of Reading, Whiteknights,

More information

Evaluation of Input Devices for Musical Expression: Borrowing Tools from HCI

Evaluation of Input Devices for Musical Expression: Borrowing Tools from HCI Evaluation of Input Devices for Musical Expression: Borrowing Tools from HCI Marcelo Mortensen Wanderley Nicola Orio Outline Human-Computer Interaction (HCI) Existing Research in HCI Interactive Computer

More information

Experiment G: Introduction to Graphical Representation of Data & the Use of Excel

Experiment G: Introduction to Graphical Representation of Data & the Use of Excel Experiment G: Introduction to Graphical Representation of Data & the Use of Excel Scientists answer posed questions by performing experiments which provide information about a given problem. After collecting

More information

Differences in Fitts Law Task Performance Based on Environment Scaling

Differences in Fitts Law Task Performance Based on Environment Scaling Differences in Fitts Law Task Performance Based on Environment Scaling Gregory S. Lee and Bhavani Thuraisingham Department of Computer Science University of Texas at Dallas 800 West Campbell Road Richardson,

More information

Using the Speed-Accuracy Operating Characteristic to Visualize Performance with Pointing Devices

Using the Speed-Accuracy Operating Characteristic to Visualize Performance with Pointing Devices 58 The Open Rehabilitation Journal, 2009, 2, 58-63 Open Access Using the Speed-Accuracy Operating Characteristic to Visualize Performance with Pointing Devices Richard C. Simpson * Department of Rehabilitation

More information

Comparison of Relative Versus Absolute Pointing Devices

Comparison of Relative Versus Absolute Pointing Devices The InsTITuTe for systems research Isr TechnIcal report 2010-19 Comparison of Relative Versus Absolute Pointing Devices Kent Norman Kirk Norman Isr develops, applies and teaches advanced methodologies

More information

Section 3 Correlation and Regression - Worksheet

Section 3 Correlation and Regression - Worksheet The data are from the paper: Exploring Relationships in Body Dimensions Grete Heinz and Louis J. Peterson San José State University Roger W. Johnson and Carter J. Kerk South Dakota School of Mines and

More information

Noise Measurements Using a Teledyne LeCroy Oscilloscope

Noise Measurements Using a Teledyne LeCroy Oscilloscope Noise Measurements Using a Teledyne LeCroy Oscilloscope TECHNICAL BRIEF January 9, 2013 Summary Random noise arises from every electronic component comprising your circuits. The analysis of random electrical

More information

A Virtual Environments Editor for Driving Scenes

A Virtual Environments Editor for Driving Scenes A Virtual Environments Editor for Driving Scenes Ronald R. Mourant and Sophia-Katerina Marangos Virtual Environments Laboratory, 334 Snell Engineering Center Northeastern University, Boston, MA 02115 USA

More information

TapBoard: Making a Touch Screen Keyboard

TapBoard: Making a Touch Screen Keyboard TapBoard: Making a Touch Screen Keyboard Sunjun Kim, Jeongmin Son, and Geehyuk Lee @ KAIST HCI Laboratory Hwan Kim, and Woohun Lee @ KAIST Design Media Laboratory CHI 2013 @ Paris, France 1 TapBoard: Making

More information

Page 21 GRAPHING OBJECTIVES:

Page 21 GRAPHING OBJECTIVES: Page 21 GRAPHING OBJECTIVES: 1. To learn how to present data in graphical form manually (paper-and-pencil) and using computer software. 2. To learn how to interpret graphical data by, a. determining the

More information

Modeling Prehensile Actions for the Evaluation of Tangible User Interfaces

Modeling Prehensile Actions for the Evaluation of Tangible User Interfaces Modeling Prehensile Actions for the Evaluation of Tangible User Interfaces Georgios Christou European University Cyprus 6 Diogenes St., Nicosia, Cyprus gchristou@acm.org Frank E. Ritter College of IST

More information

http://uu.diva-portal.org This is an author produced version of a paper published in Proceedings of the 23rd Australian Computer-Human Interaction Conference (OzCHI '11). This paper has been peer-reviewed

More information

EECS 4441 Human-Computer Interaction

EECS 4441 Human-Computer Interaction EECS 4441 Human-Computer Interaction Topic #1:Historical Perspective I. Scott MacKenzie York University, Canada Significant Event Timeline Significant Event Timeline As We May Think Vannevar Bush (1945)

More information

OPTICAL MEASUREMENT ON THE SHOPFLOOR

OPTICAL MEASUREMENT ON THE SHOPFLOOR OPTICAL MEASUREMENT ON THE SHOPFLOOR THE PAST. PROFILE PROJECTOR. THE FUTURE. DIGITAL OPTICAL MEASUREMENT. PRODUCTION METHODS HAVE CHANGED. CHANGE YOUR WAY OF MEASURING. INDUSTRY 4.0 DIGITAL MEASUREMENT

More information

IED Detailed Outline. Unit 1 Design Process Time Days: 16 days. An engineering design process involves a characteristic set of practices and steps.

IED Detailed Outline. Unit 1 Design Process Time Days: 16 days. An engineering design process involves a characteristic set of practices and steps. IED Detailed Outline Unit 1 Design Process Time Days: 16 days Understandings An engineering design process involves a characteristic set of practices and steps. Research derived from a variety of sources

More information

EECS 4441 / CSE5351 Human-Computer Interaction. Topic #1 Historical Perspective

EECS 4441 / CSE5351 Human-Computer Interaction. Topic #1 Historical Perspective EECS 4441 / CSE5351 Human-Computer Interaction Topic #1 Historical Perspective I. Scott MacKenzie York University, Canada 1 Significant Event Timeline 2 1 Significant Event Timeline 3 As We May Think Vannevar

More information

New Features of IEEE Std Digitizing Waveform Recorders

New Features of IEEE Std Digitizing Waveform Recorders New Features of IEEE Std 1057-2007 Digitizing Waveform Recorders William B. Boyer 1, Thomas E. Linnenbrink 2, Jerome Blair 3, 1 Chair, Subcommittee on Digital Waveform Recorders Sandia National Laboratories

More information

Advanced Tools for Graphical Authoring of Dynamic Virtual Environments at the NADS

Advanced Tools for Graphical Authoring of Dynamic Virtual Environments at the NADS Advanced Tools for Graphical Authoring of Dynamic Virtual Environments at the NADS Matt Schikore Yiannis E. Papelis Ginger Watson National Advanced Driving Simulator & Simulation Center The University

More information

CB Database: A change blindness database for objects in natural indoor scenes

CB Database: A change blindness database for objects in natural indoor scenes DOI 10.3758/s13428-015-0640-x CB Database: A change blindness database for objects in natural indoor scenes Preeti Sareen 1,2 & Krista A. Ehinger 1 & Jeremy M. Wolfe 1 # Psychonomic Society, Inc. 2015

More information

Optimal Parameters for Efficient Crossing-Based Dialog Boxes

Optimal Parameters for Efficient Crossing-Based Dialog Boxes Optimal Parameters for Efficient Crossing-Based Dialog Boxes Morgan Dixon, François Guimbretière, Nicholas Chen Department of Computer Science Human-Computer Interaction Lab University of Maryland {mdixon3,

More information

Appendix C: Graphing. How do I plot data and uncertainties? Another technique that makes data analysis easier is to record all your data in a table.

Appendix C: Graphing. How do I plot data and uncertainties? Another technique that makes data analysis easier is to record all your data in a table. Appendix C: Graphing One of the most powerful tools used for data presentation and analysis is the graph. Used properly, graphs are an important guide to understanding the results of an experiment. They

More information

Sketchpad Ivan Sutherland (1962)

Sketchpad Ivan Sutherland (1962) Sketchpad Ivan Sutherland (1962) 7 Viewable on Click here https://www.youtube.com/watch?v=yb3saviitti 8 Sketchpad: Direct Manipulation Direct manipulation features: Visibility of objects Incremental action

More information

PERFORMANCE IN A HAPTIC ENVIRONMENT ABSTRACT

PERFORMANCE IN A HAPTIC ENVIRONMENT ABSTRACT PERFORMANCE IN A HAPTIC ENVIRONMENT Michael V. Doran,William Owen, and Brian Holbert University of South Alabama School of Computer and Information Sciences Mobile, Alabama 36688 (334) 460-6390 doran@cis.usouthal.edu,

More information

HUMAN COMPUTER INTERFACE

HUMAN COMPUTER INTERFACE HUMAN COMPUTER INTERFACE TARUNIM SHARMA Department of Computer Science Maharaja Surajmal Institute C-4, Janakpuri, New Delhi, India ABSTRACT-- The intention of this paper is to provide an overview on the

More information

Prototype Software-based Receiver for Remote Sensing using Reflected GPS Signals. Dinesh Manandhar The University of Tokyo

Prototype Software-based Receiver for Remote Sensing using Reflected GPS Signals. Dinesh Manandhar The University of Tokyo Prototype Software-based Receiver for Remote Sensing using Reflected GPS Signals Dinesh Manandhar The University of Tokyo dinesh@qzss.org 1 Contents Background Remote Sensing Capability System Architecture

More information

Physics 131 Lab 1: ONE-DIMENSIONAL MOTION

Physics 131 Lab 1: ONE-DIMENSIONAL MOTION 1 Name Date Partner(s) Physics 131 Lab 1: ONE-DIMENSIONAL MOTION OBJECTIVES To familiarize yourself with motion detector hardware. To explore how simple motions are represented on a displacement-time graph.

More information

Cross Display Mouse Movement in MDEs

Cross Display Mouse Movement in MDEs Cross Display Mouse Movement in MDEs Trina Desrosiers Ian Livingston Computer Science 481 David Noete Nick Wourms Human Computer Interaction ABSTRACT Multi-display environments are becoming more common

More information

Abstract. Measuring Pointing Times of a Non-visual Haptic Interface. Gary Wayne Hrezo. Major Advisor: William D. Shoaff, Ph.D.

Abstract. Measuring Pointing Times of a Non-visual Haptic Interface. Gary Wayne Hrezo. Major Advisor: William D. Shoaff, Ph.D. Abstract Measuring Pointing Times of a Non-visual Haptic Interface by Gary Wayne Hrezo Major Advisor: William D. Shoaff, Ph.D. An experiment was performed to evaluate the effectiveness of using haptics

More information

Appendix III Graphs in the Introductory Physics Laboratory

Appendix III Graphs in the Introductory Physics Laboratory Appendix III Graphs in the Introductory Physics Laboratory 1. Introduction One of the purposes of the introductory physics laboratory is to train the student in the presentation and analysis of experimental

More information

The Effect Of Different Degrees Of Freedom Of The Chi-square Distribution On The Statistical Power Of The t, Permutation t, And Wilcoxon Tests

The Effect Of Different Degrees Of Freedom Of The Chi-square Distribution On The Statistical Power Of The t, Permutation t, And Wilcoxon Tests Journal of Modern Applied Statistical Methods Volume 6 Issue 2 Article 9 11-1-2007 The Effect Of Different Degrees Of Freedom Of The Chi-square Distribution On The Statistical Of The t, Permutation t,

More information

Laboratory 1: Motion in One Dimension

Laboratory 1: Motion in One Dimension Phys 131L Spring 2018 Laboratory 1: Motion in One Dimension Classical physics describes the motion of objects with the fundamental goal of tracking the position of an object as time passes. The simplest

More information

COFFEE LABORATORY WHITE STONE VA Tel (804)

COFFEE LABORATORY WHITE STONE VA Tel (804) COFFEE LABORATORY USA FOR THE PARTICLE SIZE ANALYSIS OF COFFEE GROUND COFFEE COFFEE BEAN GRADING CLICK HERE PRODUCT DEMONSTRAION Reference code: OCC63 Occhio Zephyr ESR Particle size range (30 microns

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

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman Proceedings of the 2011 Winter Simulation Conference S. Jain, R.R. Creasey, J. Himmelspach, K.P. White, and M. Fu, eds. DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK Timothy

More information

Filtering Joystick Data for Shooter Design Really Matters

Filtering Joystick Data for Shooter Design Really Matters Filtering Joystick Data for Shooter Design Really Matters Christoph Lürig 1 and Nils Carstengerdes 2 1 Trier University of Applied Science luerig@fh-trier.de 2 German Aerospace Center Nils.Carstengerdes@dlr.de

More information

The Representational Effect in Complex Systems: A Distributed Representation Approach

The Representational Effect in Complex Systems: A Distributed Representation Approach 1 The Representational Effect in Complex Systems: A Distributed Representation Approach Johnny Chuah (chuah.5@osu.edu) The Ohio State University 204 Lazenby Hall, 1827 Neil Avenue, Columbus, OH 43210,

More information

Introduction to NeuroScript MovAlyzeR Handwriting Movement Software (Draft 14 August 2015)

Introduction to NeuroScript MovAlyzeR Handwriting Movement Software (Draft 14 August 2015) Introduction to NeuroScript MovAlyzeR Page 1 of 20 Introduction to NeuroScript MovAlyzeR Handwriting Movement Software (Draft 14 August 2015) Our mission: Facilitate discoveries and applications with handwriting

More information

Guidelines for Visual Scale Design: An Analysis of Minecraft

Guidelines for Visual Scale Design: An Analysis of Minecraft Guidelines for Visual Scale Design: An Analysis of Minecraft Manivanna Thevathasan June 10, 2013 1 Introduction Over the past few decades, many video game devices have been introduced utilizing a variety

More information

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL UCORE ELECTRONICS www.ucore-electronics.com 2017 Contents 1. Introduction... 2 2. Turn on or turn off... 3 3. Oscilloscope Mode... 4 3.1. Display Description...

More information

A Kinect-based 3D hand-gesture interface for 3D databases

A Kinect-based 3D hand-gesture interface for 3D databases A Kinect-based 3D hand-gesture interface for 3D databases Abstract. The use of natural interfaces improves significantly aspects related to human-computer interaction and consequently the productivity

More information

Advances in Antenna Measurement Instrumentation and Systems

Advances in Antenna Measurement Instrumentation and Systems Advances in Antenna Measurement Instrumentation and Systems Steven R. Nichols, Roger Dygert, David Wayne MI Technologies Suwanee, Georgia, USA Abstract Since the early days of antenna pattern recorders,

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

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

NAVIGATIONAL CONTROL EFFECT ON REPRESENTING VIRTUAL ENVIRONMENTS

NAVIGATIONAL CONTROL EFFECT ON REPRESENTING VIRTUAL ENVIRONMENTS NAVIGATIONAL CONTROL EFFECT ON REPRESENTING VIRTUAL ENVIRONMENTS Xianjun Sam Zheng, George W. McConkie, and Benjamin Schaeffer Beckman Institute, University of Illinois at Urbana Champaign This present

More information

Visual Influence of a Primarily Haptic Environment

Visual Influence of a Primarily Haptic Environment Spring 2014 Haptics Class Project Paper presented at the University of South Florida, April 30, 2014 Visual Influence of a Primarily Haptic Environment Joel Jenkins 1 and Dean Velasquez 2 Abstract As our

More information

EM-ISight Electromagnetic Scanning System. Since Page 1 of 6 Phone (613) Fax (613)

EM-ISight Electromagnetic Scanning System. Since Page 1 of 6   Phone (613) Fax (613) Since 1981 EM-ISight Electromagnetic Scanning System Page 1 of 6 EM-ISight ALSAS EM7 APREL Laboratories is a pioneer in the area of automated system solutions and is pleased to introduce EM-ISight which,

More information

A New Noise Parameter Measurement Method Results in More than 100x Speed Improvement and Enhanced Measurement Accuracy

A New Noise Parameter Measurement Method Results in More than 100x Speed Improvement and Enhanced Measurement Accuracy MAURY MICROWAVE CORPORATION March 2013 A New Noise Parameter Measurement Method Results in More than 100x Speed Improvement and Enhanced Measurement Accuracy Gary Simpson 1, David Ballo 2, Joel Dunsmore

More information

MANUAL CONTROL WITH TIME DELAYS IN AN IMMERSIVE VIRTUAL ENVIRONMENT

MANUAL CONTROL WITH TIME DELAYS IN AN IMMERSIVE VIRTUAL ENVIRONMENT MANUAL CONTROL WITH TIME DELAYS IN AN IMMERSIVE VIRTUAL ENVIRONMENT Chung, K.M., Ji, J.T.T. and So, R.H.Y. Department of Industrial Engineering and Logistics Management The Hong Kong University of Science

More information

STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1

STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1 STAB22 section 2.4 2.73 The four correlations are all 0.816, and all four regressions are ŷ = 3 + 0.5x. (b) can be answered by drawing fitted line plots in the four cases. See Figures 1, 2, 3 and 4. Figure

More information

No-Reference Image Quality Assessment using Blur and Noise

No-Reference Image Quality Assessment using Blur and Noise o-reference Image Quality Assessment using and oise Min Goo Choi, Jung Hoon Jung, and Jae Wook Jeon International Science Inde Electrical and Computer Engineering waset.org/publication/2066 Abstract Assessment

More information

Game Input with Delay Moving Target Selection with a Game Controller Thumbstick

Game Input with Delay Moving Target Selection with a Game Controller Thumbstick 1 Game Input with Delay Moving Target Selection with a Game Controller Thumbstick MARK CLAYPOOL, Worcester Polytechnic Institute Hosting interactive video-based services, such as computer games, in the

More information

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide 1 NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 253 Fundamental Physics Mechanic, September 9, 2010 Lab #2 Plotting with Excel: The Air Slide Lab Write-up Due: Thurs., September 16, 2010 Place

More information

GenePix Application Note

GenePix Application Note GenePix Application Note Biological Relevance of GenePix Results Shawn Handran, Ph.D. and Jack Y. Zhai, Ph.D. Axon Instruments, Inc. 3280 Whipple Road, Union City, CA 94587 Last Updated: Aug 22, 2003.

More information

4.5.1 Mirroring Gain/Offset Registers GPIO CMV Snapshot Control... 14

4.5.1 Mirroring Gain/Offset Registers GPIO CMV Snapshot Control... 14 Thank you for choosing the MityCAM-C8000 from Critical Link. The MityCAM-C8000 MityViewer Quick Start Guide will guide you through the software installation process and the steps to acquire your first

More information

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit

DC and AC Circuits. Objective. Theory. 1. Direct Current (DC) R-C Circuit [International Campus Lab] Objective Determine the behavior of resistors, capacitors, and inductors in DC and AC circuits. Theory ----------------------------- Reference -------------------------- Young

More information

Amplifier Test Bench Taking performance to a new peak

Amplifier Test Bench Taking performance to a new peak Data Sheet Amplifier Test Bench Taking performance to a new peak Amplifier Test Bench Boonton s Amplifier Test Bench is a powerful software tool especially designed for efficient and accurate, test verification

More information

Using Wiimote for 2D and 3D Pointing Tasks: Gesture Performance Evaluation

Using Wiimote for 2D and 3D Pointing Tasks: Gesture Performance Evaluation Using Wiimote for 2D and 3D Pointing Tasks: Gesture Performance Evaluation Georgios Kouroupetroglou 1,2, Alexandros Pino 2, Athanasios Balmpakakis 1, Dimitrios Chalastanis 1, Vasileios Golematis 1, Nikolaos

More information

Running an HCI Experiment in Multiple Parallel Universes

Running an HCI Experiment in Multiple Parallel Universes Author manuscript, published in "ACM CHI Conference on Human Factors in Computing Systems (alt.chi) (2014)" Running an HCI Experiment in Multiple Parallel Universes Univ. Paris Sud, CNRS, Univ. Paris Sud,

More information

KickStart Instrument Control Software Datasheet

KickStart Instrument Control Software Datasheet KickStart Instrument Control Software Datasheet Key Features Built-in I-V characterizer, datalogger, and precision DC power applications Optional high resistivity measurement application that complies

More information

Relationship to theory: This activity involves the motion of bodies under constant velocity.

Relationship to theory: This activity involves the motion of bodies under constant velocity. UNIFORM MOTION Lab format: this lab is a remote lab activity Relationship to theory: This activity involves the motion of bodies under constant velocity. LEARNING OBJECTIVES Read and understand these instructions

More information

Timeline of Significant Events

Timeline of Significant Events Chapter 1 Historical Perspective Timeline of Significant Events 2 1 Timeline of Significant Events 3 As We May Think Vannevar Bush (1945) 4 2 Reprinted in Click here http://dl.acm.org/citation.cfm?id=227186

More information

A Brief Survey of HCI Technology. Lecture #3

A Brief Survey of HCI Technology. Lecture #3 A Brief Survey of HCI Technology Lecture #3 Agenda Evolution of HCI Technology Computer side Human side Scope of HCI 2 HCI: Historical Perspective Primitive age Charles Babbage s computer Punch card Command

More information

Portable Multi-Channel Recorder Model DAS240-BAT

Portable Multi-Channel Recorder Model DAS240-BAT Data Sheet Portable Multi-Channel Recorder The DAS240-BAT measures parameters commonly found in process applications including voltage, temperature, current, resistance, frequency and pulse. It includes

More information

Magnetic Levitation System

Magnetic Levitation System Introduction Magnetic Levitation System There are two experiments in this lab. The first experiment studies system nonlinear characteristics, and the second experiment studies system dynamic characteristics

More information

Comparison of Haptic and Non-Speech Audio Feedback

Comparison of Haptic and Non-Speech Audio Feedback Comparison of Haptic and Non-Speech Audio Feedback Cagatay Goncu 1 and Kim Marriott 1 Monash University, Mebourne, Australia, cagatay.goncu@monash.edu, kim.marriott@monash.edu Abstract. We report a usability

More information

Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering

Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering Synopsis: A simple waveform generator will apply a triangular voltage ramp through an R/C circuit. A storage digital oscilloscope, or an

More information

System Inputs, Physical Modeling, and Time & Frequency Domains

System Inputs, Physical Modeling, and Time & Frequency Domains System Inputs, Physical Modeling, and Time & Frequency Domains There are three topics that require more discussion at this point of our study. They are: Classification of System Inputs, Physical Modeling,

More information

Radiation Pattern Reconstruction from the Near-Field Amplitude Measurement on Two Planes using PSO

Radiation Pattern Reconstruction from the Near-Field Amplitude Measurement on Two Planes using PSO RADIOENGINEERING, VOL. 14, NO. 4, DECEMBER 005 63 Radiation Pattern Reconstruction from the Near-Field Amplitude Measurement on Two Planes using PSO Roman TKADLEC, Zdeněk NOVÁČEK Dept. of Radio Electronics,

More information

What s an input device. Input Technologies and Techniques. Input Device Properties. Property Sensed. What s an input device

What s an input device. Input Technologies and Techniques. Input Device Properties. Property Sensed. What s an input device What s an input device Input Technologies and Techniques Input devices sense physical properties of people, places or things However, they do not operate in isolation, i.e. need visual feedback otherwise

More information

ICTCM 28th International Conference on Technology in Collegiate Mathematics

ICTCM 28th International Conference on Technology in Collegiate Mathematics ARDUINO IN THE CLASSROOM: CLASSROOM READY MODULES FOR UNDERGRADUATE MATHEMATICS Michael D. Seminelli 1 Department of Mathematical Sciences United States Military Academy West Point, NY 10996 Michael.Seminelli@usma.edu

More information

FATIGUE INDEPENDENT AMPLITUDE-FREQUENCY CORRELATIONS IN EMG SIGNALS

FATIGUE INDEPENDENT AMPLITUDE-FREQUENCY CORRELATIONS IN EMG SIGNALS Fatigue independent amplitude-frequency correlations in emg signals. Adam SIEMIEŃSKI 1, Alicja KEBEL 1, Piotr KLAJNER 2 1 Department of Biomechanics, University School of Physical Education in Wrocław

More information

Laboratory Experiment #1 Introduction to Spectral Analysis

Laboratory Experiment #1 Introduction to Spectral Analysis J.B.Francis College of Engineering Mechanical Engineering Department 22-403 Laboratory Experiment #1 Introduction to Spectral Analysis Introduction The quantification of electrical energy can be accomplished

More information

Journal of Mechatronics, Electrical Power, and Vehicular Technology

Journal of Mechatronics, Electrical Power, and Vehicular Technology Journal of Mechatronics, Electrical Power, and Vehicular Technology 8 (2017) 85 94 Journal of Mechatronics, Electrical Power, and Vehicular Technology e-issn: 2088-6985 p-issn: 2087-3379 www.mevjournal.com

More information

Statistics, Probability and Noise

Statistics, Probability and Noise Statistics, Probability and Noise Claudia Feregrino-Uribe & Alicia Morales-Reyes Original material: Rene Cumplido Autumn 2015, CCC-INAOE Contents Signal and graph terminology Mean and standard deviation

More information

Motion Lab : Relative Speed. Determine the Speed of Each Car - Gathering information

Motion Lab : Relative Speed. Determine the Speed of Each Car - Gathering information Motion Lab : Introduction Certain objects can seem to be moving faster or slower based on how you see them moving. Does a car seem to be moving faster when it moves towards you or when it moves to you

More information

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 EE 241 Experiment #3: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 PURPOSE: To become familiar with additional the instruments in the laboratory. To become aware

More information

ON THE BIAS OF TERMINAL BASED GAIN AND OFFSET ESTIMATION USING THE ADC HISTOGRAM TEST METHOD

ON THE BIAS OF TERMINAL BASED GAIN AND OFFSET ESTIMATION USING THE ADC HISTOGRAM TEST METHOD Metrol. Meas. Syst., Vol. XVIII (2011), No. 1, pp. 3-12 METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl ON THE BIAS OF TERMINAL BASED GAIN AND OFFSET ESTIMATION USING

More information

Comet and Target Ghost: Techniques for Selecting Moving Targets

Comet and Target Ghost: Techniques for Selecting Moving Targets Comet and Target Ghost: Techniques for Selecting Moving Targets 1 Department of Computer Science University of Manitoba, Winnipeg, Manitoba, Canada khalad@cs.umanitoba.ca Khalad Hasan 1, Tovi Grossman

More information

Design a Model and Algorithm for multi Way Gesture Recognition using Motion and Image Comparison

Design a Model and Algorithm for multi Way Gesture Recognition using Motion and Image Comparison e-issn 2455 1392 Volume 2 Issue 10, October 2016 pp. 34 41 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design a Model and Algorithm for multi Way Gesture Recognition using Motion and

More information

CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation

CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation Lecture 07: Human Performance James Fogarty Alex Fiannaca Lauren Milne Saba Kawas Kelsey Munsell Tuesday/Thursday 12:00 to

More information

QAQC LAB 589 Rappahannnock Drive White Stone Va TEL (866)

QAQC LAB 589 Rappahannnock Drive White Stone Va TEL (866) OCCHIO Pharma CLICK FOR PRODUCT DEMO 400 OCCHIO Pharma O. O. O. O. OCCHIO Pharma 4 G 00 NANO OCCHIO 500 Occhio 500nano TECHNICAL DATASHEET Reference code: OCC023 Occhio500nano Technical specifications

More information

Figure 1: Electronics Workbench screen

Figure 1: Electronics Workbench screen PREFACE 3 Figure 1: Electronics Workbench screen When you concentrate on the concepts and avoid applying by rote a memorized set of steps you are studying for mastery. When you understand what is going

More information

AV3672 Series Vector Network Analyzer

AV3672 Series Vector Network Analyzer AV3672 Series Vector Network Analyzer AV3672A/B/C/D/E (10MHz 13.5 GHz/26.5 GHz/43.5 GHz/50 GHz/67 GHz) Product Overview: AV3672 series vector network analyzer include AV3672A (10MHz 13.5GHz), AV3672B (10MHz

More information

Statistical Pulse Measurements using USB Power Sensors

Statistical Pulse Measurements using USB Power Sensors Statistical Pulse Measurements using USB Power Sensors Today s modern USB Power Sensors are capable of many advanced power measurements. These Power Sensors are capable of demodulating the signal and processing

More information

Activity or Product? - Drawing and HCI

Activity or Product? - Drawing and HCI Activity or Product? - Drawing and HCI Stanislaw Zabramski Informatics and Media Uppsala University Uppsala, Sweden stanislaw.zabramski@im.uu.se Wolfgang Stuerzlinger Computer Science and Engineering York

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

Artex: Artificial Textures from Everyday Surfaces for Touchscreens

Artex: Artificial Textures from Everyday Surfaces for Touchscreens Artex: Artificial Textures from Everyday Surfaces for Touchscreens Andrew Crossan, John Williamson and Stephen Brewster Glasgow Interactive Systems Group Department of Computing Science University of Glasgow

More information

VIBXPERT. 2-Channel Vibration Analyzer. 102,400 lines of resolution. Weighs only 2.2 lbs. Simple joystick operation. Signal post processing

VIBXPERT. 2-Channel Vibration Analyzer. 102,400 lines of resolution. Weighs only 2.2 lbs. Simple joystick operation. Signal post processing 102,400 lines of resolution VIBXPERT 2-Channel Vibration Analyzer Weighs only 2.2 lbs. Simple joystick operation Signal post processing VIBCODE compatible Bearing databases Machine fault frequency markers

More information

Experiment P01: Understanding Motion I Distance and Time (Motion Sensor)

Experiment P01: Understanding Motion I Distance and Time (Motion Sensor) PASCO scientific Physics Lab Manual: P01-1 Experiment P01: Understanding Motion I Distance and Time (Motion Sensor) Concept Time SW Interface Macintosh file Windows file linear motion 30 m 500 or 700 P01

More information

Evaluating Visual/Motor Co-location in Fish-Tank Virtual Reality

Evaluating Visual/Motor Co-location in Fish-Tank Virtual Reality Evaluating Visual/Motor Co-location in Fish-Tank Virtual Reality Robert J. Teather, Robert S. Allison, Wolfgang Stuerzlinger Department of Computer Science & Engineering York University Toronto, Canada

More information

Colony Imaging with powerful Analysis Software

Colony Imaging with powerful Analysis Software TM Imaging with powerful Analysis Software TM Accurate Compact Fast We re not going to interpret your results, but we ll do everything to get you there From image acquisition to data visualisation, straight

More information

IOMAC' May Guimarães - Portugal

IOMAC' May Guimarães - Portugal IOMAC'13 5 th International Operational Modal Analysis Conference 213 May 13-15 Guimarães - Portugal MODIFICATIONS IN THE CURVE-FITTED ENHANCED FREQUENCY DOMAIN DECOMPOSITION METHOD FOR OMA IN THE PRESENCE

More information

Acoustic signal processing via neural network towards motion capture systems

Acoustic signal processing via neural network towards motion capture systems Acoustic signal processing via neural network towards motion capture systems E. Volná, M. Kotyrba, R. Jarušek Department of informatics and computers, University of Ostrava, Ostrava, Czech Republic Abstract

More information

The Discussion of this exercise covers the following points: Angular position control block diagram and fundamentals. Power amplifier 0.

The Discussion of this exercise covers the following points: Angular position control block diagram and fundamentals. Power amplifier 0. Exercise 6 Motor Shaft Angular Position Control EXERCISE OBJECTIVE When you have completed this exercise, you will be able to associate the pulses generated by a position sensing incremental encoder with

More information