Effects of Flashing Lights and Beeping Tones on Subjective Time Estimation

Size: px
Start display at page:

Download "Effects of Flashing Lights and Beeping Tones on Subjective Time Estimation"

Transcription

1 ME 224 EXPERIMENTAL ENGINEERING Effects of Flashing Lights and Beeping Tones on Subjective Time Estimation ME 224 Final Project Report Aamir Habib, Yoke Peng Leong, Yuchen Yang 12/3/2011

2 Contents Abstract... 2 Introduction... 2 Methods... 3 Equipment... 3 Parameters... 3 Procedures... 3 MATLAB Code... 3 Results... 5 Discussions... 8 Difficulties during Experiment... 8 Result Analysis and Interpretations... 9 Future Work Conclusion Appendix A. Trials Setup B. MATLAB Script C. Experiment Results D. Plots of Experiment Results

3 Abstract In our experiment, we wish to test the hypothesis that the ability to estimate time is heavily affected by cognitive processes, which, when subjected to audio-visual stimuli, will distort a subject s ability to estimate time and have either a constricting or dilating effect upon said timeestimation ability. Introduction Established models for time estimation within people rely on one of two fundamental precepts regarding the mechanism for estimation one is based on the use of an internal clock, limited in interaction with any external stimuli, which allows us to measure time. The other supported mechanism for time estimation in people relies suggests that cognitive processes are the direct actor in determining how much time has passed. Models developed on the basis of the latter theory can ostensibly be divided into two categories that focusing on a time lapse will have a time dilation effect, and the other is that the impact of stimuli upon the senses of the observer will cause some level of interference with the time estimation of the subject, suggesting differences in estimated time based on the stimuli. In our experiment, we wish to subject an observer to a combination of audio-visual signals operating at slow and fast speeds the qualification of the speed as fast and slow are subject to their respective difference from the standard one-second interval. Our primary hypothesis is that the typically slow stimuli will have a time-dilation effect on one s time estimation, while the fast stimuli will have a time constriction effect on the observer s time estimation. The secondary purpose of the experiment is to establish which of the stimuli (audio or visual) will have a greater interference effect (as measured in variation from a time-estimation control) on the subject. A third, yet smaller goal, is to determine the level of time-estimation strain that mixed-speed dual signals will have on time estimation. Our belief is that they will contribute to a greater variation from the baseline, although we cannot postulate whether they will have a dilation or constriction effect. References: 1. Effects of Rhythmic Sound Rates on a Visual Counting Task, Kristina Davis, Stephen F. Austin University, Effects of attention and external stimuli on duration estimation under a prospective paradigm, Kojima et Matsuda, Hiroshima University, Higashi-Hiroshima, Japan,

4 Methods This section describes the equipment, the parameters, the procedures, and the MATLAB codes used in this experiment. Equipment - 2 computers with MATLAB & Excel - 1 breadboard - 1 bright LED - 1 pair of headphones - 1 scope (to block external light) - 1 press-button - Wires Parameters In this experiment, we decided to use the time ranges of 5, 15, 30 and 60 seconds. The frequency option for both LED (flashing) and speaker (beeping) is 0, 0.6 or 1.8 Hz. The possible combinations of LED & speaker are (0,1), (1,0), (1,1), (0,0) with 1 meaning on and 0 meaning off. By considering all of the possibilities, the expected number of trials per subject is 36 and the estimated time to finish a complete round is around 45 minutes. We have three subjects for this experiment. Refer to Appendix A for a full list of trial combinations and randomized sequence used. Procedures 1. Randomize the 36 trials in Excel. 2. Register the trials in MATLAB. 3. Researcher #1 informs the subject the desired time to count to. 4. Researcher #2 runs the program in MATLAB. 5. Subject starts the current trial by pressing the button. Button should be kept pushed until the subject has counted to the desired time. 6. Repeat procedure 3 5 for the next 35 trials. 7. One round ends. MATLAB Code Three MATLAB scripts are created for this experiment: 1. Data acquisition and light control (refer to Appendix B for codes) 2. Beeps control (refer to Appendix B for codes) 3. Data filter and analysis (refer to Appendix B for codes) 3

5 Data Acquisition and Light Control Script This MATLAB script tells the DAQ to collect data and control the light. Following is the flow of the script: 1. Initialize the DAQ, and create an array of time and light settings each corresponding to the 36 randomized trials. 2. Wait for user input to start collecting data. 3. Start sampling data at a rate of 1000Hz for a desires amount of time. 4. Turn on and off the LED at an appropriate frequency. 5. Save data for current trial at the end of data sampling. 6. Repeat 2-5 for the rest of the 35 trials. 7. Export workspace data into a.mat file for data analysis later. Beeps Control This MATLAB script controls the sound card to the computer to produce beeps at a desired frequency. Following is the flow of the script: 1. Create an array of beep settings corresponding to the 36 randomized trials. 2. Wait for user input to start. 3. Turn on and off the tone at an appropriate frequency. 4. Repeat 2-3 for the rest of the 35 trials. Data Filter and Analysis This MATLAB script filters the data collected and computes the time for each trial. When the button is pressed, the recorded voltage will be at around 5.3V. When the button is released, the recorded voltage will be at around 0V. This MATLAB script searches for samples which are above 4V and compute the total time based on the number of samples which are above the threshold. The result is then saved in an array. In addition, this script reorganizes the array of results into convenient forms for curve fitting and plotting, and computes the normalized errors. 4

6 Results Tabulated Results Table 1 is the tabulated average time estimation results from the experiment. Table 2 is the average normalized errors in time estimation for all three subjects as compared to the control time (estimated time when there are no external stimuli). Actual Time (s) None (Control) Lights Tones Lights-Tones 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz Table 1 Average Time Estimation Results i Actual None ii Lights Tones Lights-Tones Time (s) (Control) 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz Average % 8.77% 1.98% 17.82% -6.54% 14.55% 3.12% 10.52% 25.38% 7.01% % 6.04% -5.67% -6.12% % 6.97% -5.88% -0.66% 22.11% -0.95% % -0.13% -2.25% 16.07% 16.06% 7.44% 17.64% 17.31% 17.35% 8.70% % 2.03% -4.70% 6.74% 1.92% 0.12% -1.32% 17.01% 11.13% 3.16% Average -8.15% 4.18% -2.66% 8.63% -2.36% 7.27% 3.39% 11.04% 18.99% Table 2 Average Normalized Errors in Time Estimation from Control Time Note: i. For time estimation results and normalized errors of individual subject, refer to Appendix C. ii. Percentages for control are errors from the actual time. The rest are error from the control time. iii. Positive percentages denote estimated time is longer than the control time. Negative percentages denote estimated time is shorter than the control time. i, iii 5

7 Plots of Experiment Results (Refer to Appendix D for plots of individual subjects.) Figure 1 Time Comparison for Trials using Only Audio Tone Subjects typically experienced time-dilation effects when only listening to the slow tone at 0.6Hz. Conversely, when listening at 1.8Hz, subjects were noted to under-estimate the given time. Figure 2 Time Comparison for Trials using Only Flashing Lights A similar effect was observed with the lights, with slow lights (0.6Hz) contributing to a slight over-estimation of time, while fast lights (1.8Hz) contributed to under-estimation. It is important to note that, in comparing this trial with the previous one, audio tones appeared to have a greater interference effect than simply lights. 7

8 Figure 3 Time Comparison for Trials using Mixed Stimuli Mixed stimuli-mixed speeds: The greatest interference effect was observed when users were subjected to mixed trials fast-tones/slow-lights or vice versa. Notably, fast-lights/slow-tones were seen to experience time-dilation in the shorter duration region, whereas the opposite situation demonstrated time-dilation for longer durations. Mixed stimuli-same speeds: Across subjects, same speeds of both stimuli had fairly unpredictable effects over the full-time trends, contributing to an average that seems to agree with the general trend of the control line. Discussions Difficulties during Experiment Throughout the experiment, we encountered a few problems. External Noises One major problem was the disruptions caused by external noise. Besides the beeping sound generated by MATLAB, subjects occasionally heard other noticeable sounds in the mechatronics lab. Loss of Concentration and Careless Mistakes Due to the large amount of trials, subjects sometimes miss counted the desire times due to loss of concentration. Other situations involved the release of the press-button carelessly before the desired time was reached. 8

9 Result Analysis and Interpretations Based on table 2, in average, people tend to estimate a shorter time than the actual time when there is no external stimulus. People also tend to be more accurate (estimated time is close to the control time) when the time to estimate it 15s and 60s. The estimated times are shorter than the control times when the flashing lights is at 1.8Hz, and the beeps is at 1.8Hz respectively. These results are as expected for fast flashing lights and beeps stimuli. Note that the tones seem to have a greater effect than flashing lights. However, we have to be careful to draw the conclusion that beeps have a greater interfering effect than flashing lights, because the tones heard are very distinct and unavoidable. But, the flashing lights can be easily ignored or blurred out of focus by our eyes even when we are looking at it. For the other cases, the estimated times are longer than the control times. Lights 0.6 Hz Lights 1.8 Hz 4.18% -2.66% Tones 0.6 Hz 8.63% 7.27% 18.99% Tones 1.8 Hz -2.36% 11.04% 3.39% Table 3 Effects of Double Stimuli on Time Estimation For the combination of both flashing lights and beeps at 1.8Hz, we expect a person to estimate a shorter time than the control time, and the estimated times for both flashing lights and beeps at 1.8Hz respectively. However, referring to Table 3, the result proves otherwise. This might be because the subject is confused by the flashing lights and beeps, which are not fully in sync causing them to pause and estimate a longer time. When both flashing lights and beeps are at 0.6 Hz, the estimated time is longer than the control time, and when both are at 1.8 Hz. This result is as expected. However, the double stimuli with 0.6Hz did not cause the estimated time to be significantly longer than when there is only one stimulus. When flashing lights and beeps are at different frequency, the estimated times are more than 10% longer then the control time. These results might be because out of sync stimuli confuse a subject causing them to pause and estimate a longer time. In addition to studying the effect of external stimuli on subjective time estimation, we also found interesting trend on the normalized error across trials from the beginning to the end of experiment. 9

10 Figure 4 Normalized Error across Trials (Linear Fit) Figure 5 Normalized Error across Trials (Spline Fit) Figure 4 and Figure 5 shows that as the experiment proceeds, the normalized errors decrease and converge. The variances in errors decrease as more trials were conducted. This might be because the subjects experienced learning, and thus they became better at estimating time. The effects of external stimuli became smaller as the experiment proceeds. 10

11 Future Work In order to avoid above mentioned problems and to have more accurate and representative data and results, we recommended a few of the following modifications and extensions to our current experiment. Separate Control Experiment In future experiment, control should be conducted separately at the beginning to obtain the estimated time by a subject when the subject is fresh and new to the experiment. We will then be able to distinguish more accurately if the long experiment results in more variance towards the end of the experiment due to weariness or if the long experiment results in less variance towards the end of the experiment due to learning. Stimuli Control Double stimuli with same frequency should be in sync to avoid unnecessary external effects due to the out of sync stimuli. Experiment Location In the future, the experiment should be conducted in a private room which can isolate external sounds. Light should also be turned off so that only the LED light is exposed. This also eliminates the use the scope. Larger Number of Subjects More subjects should be tested to give a more confident and representative results. Interesting Extensions to Current Experiment We can investigate the effects of phase shift when there are two stimuli. In addition, more options of frequencies could be added to make the trend more apparent. We have observed the effects of flashing light and beeping sound on subjective time estimation. We can also add other elements such as a moving object to see how the speed of a moving image affects the time estimation. We would assume that as the speed increases, the counting speed increases as well. Brightness of the LED and the volume of the speaker might also be interesting parameters to adjust. 11

12 Conclusion Based on the results of the above, we conclude that our first hypothesis, that slower-thansecond stimuli will dilate and faster-than-second stimuli will constrict time estimation, is correct. Additionally, the data from the lights-only and tone-only experiments seems to suggest that the frequency of audio stimuli has a greater effect on one s time estimation than the frequency of visual stimuli. The wide level of variation (and notably, dilation) experienced during the mixed-speed mixed trials seems to suggest that the so-called conflicting stimulus has a greater interference effect on the subject than same-speed trials or single-stimuli trials. Lastly, there seems to be learning effect throughout the experiment causing the variations to decrease as the experiment proceeds. 12

13 Appendix A. Trials Setup Trial Time (s) Lights (Hz) Tones (Hz) Table 4 Time, Light & Tones Combinations in Each Trial Trial Time (s) Lights (Hz) Tones (Hz) Table 5 Randomized Trial Sequence 13

14 B. MATLAB Script a) Data Acquisition and Light Control - datacollection.m b) Beeps Control - beep.m c) Data Filter and Analysis - timefilter.m - dataanalysis.m 14

15 C. Experiment Results Actual Time (s) None (Control) Lights Tones Lights-Tones 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz Table 6 Subject A Time Estimation Results Actual None Lights Tones Lights-Tones Time (s) (Control) i 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz % 5.38% % 7.21% -9.14% 9.23% 1.41% -0.52% 44.86% % 10.72% % -8.98% % -7.27% -9.12% 6.22% 24.93% % 7.07% % 17.85% % 11.89% -5.71% 12.73% 21.33% % 6.47% % -6.53% -2.75% -2.70% % -2.76% % Table 7 Subject A Normalized Errors in Time Estimation from Control Time ii Actual Time (s) None (Control) Lights Tones Lights-Tones 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz Table 8 Subject B Time Estimation Results 15

16 Actual None Lights Tones Lights-Tones Time (s) (Control) i 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz % 16.07% 1.58% 32.00% -6.90% 27.11% 5.17% 21.55% 20.53% % 14.28% 3.90% 10.28% % 20.36% 4.79% 1.66% 34.21% % -8.47% 3.95% 25.43% 49.90% 12.08% 58.56% 38.86% 29.51% % -4.51% 6.79% 12.37% 7.67% 1.76% 38.38% 57.02% 45.15% Table 9 Subject B Normalized Errors in Time Estimation from Control Time ii Actual Time (s) None (Control) Lights Tones Lights-Tones 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz iii iii Table 10 Subject C Time Estimation Results Actual None Lights Tones Lights-Tones Time (s) (Control) i 0.6 Hz 1.8 Hz 0.6 Hz 1.8 Hz % 4.88% 14.65% 14.26% -3.59% 7.33% 2.78% - iii 10.76% % -6.89% -8.04% % -4.89% 7.81% % -9.87% 7.20% % 1.01% -0.69% 4.92% - iii -1.65% 0.08% 0.35% 1.22% % 4.13% 0.65% 14.37% 0.85% 1.30% % -3.24% -1.23% Table 11 Subject C Normalized Errors in Time Estimation from Control Time ii Note: i. Percentages for control are errors from the real time. The rest are error from the control time. ii. Positive percentages denote estimated time is longer than the control time. Negative percentages denote estimated time is shorter than the control time. iii. Missing data. 16

17 D. Plots of Experiment Results Audio Tones Only Figure 6 Figure 7 17

18 Flashing Lights Only (The outlier at 30s for tone at 1.8Hz is due to missing data point) Figure 8 Figure 9 18

19 Figure 10 Figure 11 19

20 Mixed Stimuli Figure 12 Figure 13 20

21 (The outlier at 5s for tone at 1.8Hz and light at 0.6Hz is due to missing data point) Figure 14 21

The power to connect us ALL.

The power to connect us ALL. Provided by Hamilton Relay www.ca-relay.com The power to connect us ALL. www.ddtp.org 17E Table of Contents What Is California Relay Service?...1 How Does a Relay Call Work?.... 2 Making the Most of Your

More information

MedRx HLS Plus. An Instructional Guide to operating the Hearing Loss Simulator and Master Hearing Aid. Hearing Loss Simulator

MedRx HLS Plus. An Instructional Guide to operating the Hearing Loss Simulator and Master Hearing Aid. Hearing Loss Simulator MedRx HLS Plus An Instructional Guide to operating the Hearing Loss Simulator and Master Hearing Aid Hearing Loss Simulator The Hearing Loss Simulator dynamically demonstrates the effect of the client

More information

A Novel Software Solution to Diagnose the Hearing Disabilities In Human Beings

A Novel Software Solution to Diagnose the Hearing Disabilities In Human Beings A Novel Software Solution to Diagnose the Hearing Disabilities In Human Beings Prithvi B S Dept of Computer Science & Engineering SVIT, Bangalore bsprithvi1992@gmail.com Sanjay H S Research Scholar, Jain

More information

Consonant Perception test

Consonant Perception test Consonant Perception test Introduction The Vowel-Consonant-Vowel (VCV) test is used in clinics to evaluate how well a listener can recognize consonants under different conditions (e.g. with and without

More information

Congruency Effects with Dynamic Auditory Stimuli: Design Implications

Congruency Effects with Dynamic Auditory Stimuli: Design Implications Congruency Effects with Dynamic Auditory Stimuli: Design Implications Bruce N. Walker and Addie Ehrenstein Psychology Department Rice University 6100 Main Street Houston, TX 77005-1892 USA +1 (713) 527-8101

More information

PC BASED AUDIOMETER GENERATING AUDIOGRAM TO ASSESS ACOUSTIC THRESHOLD

PC BASED AUDIOMETER GENERATING AUDIOGRAM TO ASSESS ACOUSTIC THRESHOLD Volume 119 No. 12 2018, 13939-13944 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu PC BASED AUDIOMETER GENERATING AUDIOGRAM TO ASSESS ACOUSTIC THRESHOLD Mahalakshmi.A, Mohanavalli.M,

More information

A SYSTEM FOR CONTROL AND EVALUATION OF ACOUSTIC STARTLE RESPONSES OF ANIMALS

A SYSTEM FOR CONTROL AND EVALUATION OF ACOUSTIC STARTLE RESPONSES OF ANIMALS A SYSTEM FOR CONTROL AND EVALUATION OF ACOUSTIC STARTLE RESPONSES OF ANIMALS Z. Bureš College of Polytechnics, Jihlava Institute of Experimental Medicine, Academy of Sciences of the Czech Republic, Prague

More information

Quick guide to connectivity and the ReSound Smart 3D app

Quick guide to connectivity and the ReSound Smart 3D app Quick guide to connectivity and the ReSound Smart 3D app 2 Content Compatibility: Hearing aids and mobile devices...4 Get started with your iphone, ipad or ipod touch...6 Pair with your ReSound Smart Hearing

More information

EEG, ECG Measurement and Data Analysis. Carlo Lucignoli. ATSiP Teesside 2006

EEG, ECG Measurement and Data Analysis. Carlo Lucignoli. ATSiP Teesside 2006 EEG, ECG Measurement and Data Analysis Carlo Lucignoli ATSiP Teesside 2006 What are we trying to achieve? The psychologists wish to measure patients anxiety. The measurement is shown to patients so they

More information

The Clock Ticking Changes Our Performance

The Clock Ticking Changes Our Performance The Clock Ticking Changes Our Performance Shoko Yamane, Naohiro Matsumura Faculty of Economics, Kinki University; Graduate School of Economics, Osaka University syamane@kindai.ac.jp Abstract We examined

More information

Connectivity guide for ReSound Smart 3D app

Connectivity guide for ReSound Smart 3D app Connectivity guide for ReSound Smart 3D app Table of contents Introduction to ReSound Smart Hearing Aids... 3 Mobile Devices that Work with ReSound Smart Hearing Aids... 3 Connectivity and ReSound Smart

More information

Connectivity guide for. BeMore app

Connectivity guide for. BeMore app Connectivity guide for BeMore app Compatible AGXR aids These AGXR aids work with the BeMore app. If you re in doubt, please ask your hearing care professional. Table of contents Introduction to AGXR hearing

More information

The Simon Effect as a Function of Temporal Overlap between Relevant and Irrelevant

The Simon Effect as a Function of Temporal Overlap between Relevant and Irrelevant University of North Florida UNF Digital Commons All Volumes (2001-2008) The Osprey Journal of Ideas and Inquiry 2008 The Simon Effect as a Function of Temporal Overlap between Relevant and Irrelevant Leslie

More information

Connectivity guide for ReSound Smart 3D app

Connectivity guide for ReSound Smart 3D app Connectivity guide for ReSound Smart 3D app Table of contents Introduction to ReSound Smart Hearing Aids... 3 Mobile Devices that Work with ReSound Smart Hearing Aids... 3 Connectivity and ReSound Smart

More information

Thrive Hearing Control Application

Thrive Hearing Control Application Thrive Hearing Control Application Apple Advanced Current Memory Thrive Virtual Assistant Settings User Guide Connection Status Edit Memory/Geotag Body Score Brain Score Thrive Wellness Score Heart Rate

More information

Step-by-Step RECD Guide

Step-by-Step RECD Guide Precision Audiometric Instruments www.medrx-usa.com Step-by-Step RECD Guide The RECD task involves 4 steps: 1 - Complete Calibration of the Speakers and Probe Tube 2 - Measure an Ear Response 3 - Perform

More information

Cerebral Cortex. Edmund T. Rolls. Principles of Operation. Presubiculum. Subiculum F S D. Neocortex. PHG & Perirhinal. CA1 Fornix CA3 S D

Cerebral Cortex. Edmund T. Rolls. Principles of Operation. Presubiculum. Subiculum F S D. Neocortex. PHG & Perirhinal. CA1 Fornix CA3 S D Cerebral Cortex Principles of Operation Edmund T. Rolls F S D Neocortex S D PHG & Perirhinal 2 3 5 pp Ento rhinal DG Subiculum Presubiculum mf CA3 CA1 Fornix Appendix 4 Simulation software for neuronal

More information

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-2, Issue-6, November-2014 Classification and Statistical Analysis of Auditory FMRI Data Using

More information

QUICK START GUIDE SENTIERO OAE, TYMP AND AUDIOMETRY SCREENING ( and )

QUICK START GUIDE SENTIERO OAE, TYMP AND AUDIOMETRY SCREENING ( and ) QUICK START GUIDE SENTIERO OAE, TYMP AND AUDIOMETRY SCREENING (8-04-15907 and 8-04-15908) DEVICE CONNECTORS On/off button Headphones Power supply Air pump USB cable START MENU CONFIRM PRESET Label printer

More information

DCNV RESEARCH TOOL: INVESTIGATION OF ANTICIPATORY BRAIN POTENTIALS

DCNV RESEARCH TOOL: INVESTIGATION OF ANTICIPATORY BRAIN POTENTIALS DCNV RESEARCH TOOL: INVESTIGATION OF ANTICIPATORY BRAIN POTENTIALS Roman Golubovski, Dipl-Eng J.Sandanski 116-3/24 91000 Skopje, Macedonia Phone: + 389 91 165 367, Fax: + 389 91 165 304 email: roman.golubovski@iname.com

More information

The Clock Ticking Changes Our Performance

The Clock Ticking Changes Our Performance Shikakeology: Designing Triggers for Behavior Change: Papers from the 2013 AAAI Spring Symposium The Clock Ticking Changes Our Performance Shoko Yamane, Naohiro Matsumura Faculty of Economics, Kinki University;

More information

USING AUDITORY SALIENCY TO UNDERSTAND COMPLEX AUDITORY SCENES

USING AUDITORY SALIENCY TO UNDERSTAND COMPLEX AUDITORY SCENES USING AUDITORY SALIENCY TO UNDERSTAND COMPLEX AUDITORY SCENES Varinthira Duangudom and David V Anderson School of Electrical and Computer Engineering, Georgia Institute of Technology Atlanta, GA 30332

More information

Oticon Agil. Connectivity Matters - A Whitepaper. Agil Improves ConnectLine Sound Quality

Oticon Agil. Connectivity Matters - A Whitepaper. Agil Improves ConnectLine Sound Quality Oticon Agil Connectivity Matters - A Whitepaper Agil Improves ConnectLine Sound Quality M. Lisa Sjolander, AuD Oticon A/S, Smørum, Denmark Agil Improves ConnectLine Sound Quality Wireless technology is

More information

Florida Standards Assessments

Florida Standards Assessments Florida Standards Assessments Assessment Viewing Application User Guide 2017 2018 Updated February 9, 2018 Prepared by the American Institutes for Research Florida Department of Education, 2018 Descriptions

More information

Computer T4.2 IWM. COMPUTER MANUAL Reebok T

Computer T4.2 IWM. COMPUTER MANUAL Reebok T Computer T4.2 IWM COMPUTER MANUAL Reebok T4.5-20110111 DISPLAY GB GB Buttons and Functions START Press to start exercise at an initial speed of 0.5 mph / 0.8 km/h. STOP Press to stop exercise during workout.

More information

Pupil Dilation as an Indicator of Cognitive Workload in Human-Computer Interaction

Pupil Dilation as an Indicator of Cognitive Workload in Human-Computer Interaction Pupil Dilation as an Indicator of Cognitive Workload in Human-Computer Interaction Marc Pomplun and Sindhura Sunkara Department of Computer Science, University of Massachusetts at Boston 100 Morrissey

More information

THE EFFECT OF A REMINDER STIMULUS ON THE DECISION STRATEGY ADOPTED IN THE TWO-ALTERNATIVE FORCED-CHOICE PROCEDURE.

THE EFFECT OF A REMINDER STIMULUS ON THE DECISION STRATEGY ADOPTED IN THE TWO-ALTERNATIVE FORCED-CHOICE PROCEDURE. THE EFFECT OF A REMINDER STIMULUS ON THE DECISION STRATEGY ADOPTED IN THE TWO-ALTERNATIVE FORCED-CHOICE PROCEDURE. Michael J. Hautus, Daniel Shepherd, Mei Peng, Rebecca Philips and Veema Lodhia Department

More information

Quick guide to connectivity and the Interton Sound app

Quick guide to connectivity and the Interton Sound app Quick guide to connectivity and the Interton Sound app Content Compatibility: Hearing aids and mobile devices... 4 Get started with your iphone, ipad or ipod touch... 6 Pair with your Interton hearing

More information

Bachelor s Thesis. Can the Dual Processor Model account for task integration with a. sequential movement task?

Bachelor s Thesis. Can the Dual Processor Model account for task integration with a. sequential movement task? Bachelor s Thesis Can the Dual Processor Model account for task integration with a sequential movement task? Nils Hatger Prof. Dr. Ing. Willem Verwey Jonathan Barnhoorn, PhD student BMS Faculty/Cognitive

More information

SANAKO Lab 100 STS USER GUIDE

SANAKO Lab 100 STS USER GUIDE SANAKO Lab 100 STS USER GUIDE Copyright 2008 SANAKO Corporation. All rights reserved. Microsoft is a registered trademark. Microsoft Windows 2000 and Windows XP are trademarks of Microsoft Corporation.

More information

Signals, systems, acoustics and the ear. Week 1. Laboratory session: Measuring thresholds

Signals, systems, acoustics and the ear. Week 1. Laboratory session: Measuring thresholds Signals, systems, acoustics and the ear Week 1 Laboratory session: Measuring thresholds What s the most commonly used piece of electronic equipment in the audiological clinic? The Audiometer And what is

More information

Persistence in the WFC3 IR Detector: Intrinsic Variability

Persistence in the WFC3 IR Detector: Intrinsic Variability Persistence in the WFC3 IR Detector: Intrinsic Variability Knox S. Long, & Sylvia M. Baggett March 29, 2018 ABSTRACT When the WFC3 IR detector is exposed to a bright source or sources, the sources can

More information

2.0. Desktop Fitting Guide getting started. Preparation of the hearing instruments

2.0. Desktop Fitting Guide getting started. Preparation of the hearing instruments Desktop Fitting Guide getting started This Guide provides you a detailed introduction to hearing instrument fitting with Phonak Target 2.0. Please also find the [News] in the Phonak Target start screen.

More information

Evolve 3 & 5 Service Manual

Evolve 3 & 5 Service Manual Evolve 3 & 5 Service Manual 1 Product Browse 2 Contents CHAPTER 1: SERIAL NUMBER LOCATION... 5 CHAPTER 2: CONSOLE INSTRUCTIONS 2.1 Console Overview... 6 2.1.1 Evolve 3 Console Overview... 6 2.1.2 Evolve

More information

Posner s Attention Test

Posner s Attention Test iworx Physiology Lab Experiment Experiment HP-18 Posner s Attention Test Background Setup Lab Note: The lab presented here is intended for evaluation purposes only. iworx users should refer to the User

More information

A Multimodal Paradigm for Investigating the Perisaccadic Temporal Inversion Effect in Vision

A Multimodal Paradigm for Investigating the Perisaccadic Temporal Inversion Effect in Vision A Multimodal Paradigm for Investigating the Perisaccadic Temporal Inversion Effect in Vision Leo G. Trottier (leo@cogsci.ucsd.edu) Virginia R. de Sa (desa@cogsci.ucsd.edu) Department of Cognitive Science,

More information

Oral Presentation #6 Clinical Analysis of Speech Rhythms in Language Development using MATLAB

Oral Presentation #6 Clinical Analysis of Speech Rhythms in Language Development using MATLAB Oral Presentation #6 Clinical Analysis of Speech Rhythms in Language Development using MATLAB Ben Christ, Madeline Girard, Zeynep Sayar, Cathleen Trespasz Problem Statement Preliminary research has been

More information

Coach Morse - Morse Code Practice Unit

Coach Morse - Morse Code Practice Unit Coach Morse - Morse Code Practice Unit AA1PJ The following describes the features and operation of Coach Morse, a Morse code practice unit. This device should help you learn and improve the speed at which

More information

Platinum Series Sound Processor

Platinum Series Sound Processor Platinum Series Sound Processor We encourage you to review the processor components before proceeding. Choose from the item below that best describes your situation: I want to learn how to perform a task

More information

Evaluating the Safety of Verbal Interface Use while Driving

Evaluating the Safety of Verbal Interface Use while Driving Special Issue Speech-Based Interfaces in Vehicles 23 Research Report Evaluating the Safety of Verbal Interface Use while Driving Shinichi Kojima, Yuji Uchiyama, Hiroyuki Hoshino, Takero Hongo Abstract

More information

A Comparison of Baseline Hearing Thresholds Between Pilots and Non-Pilots and the Effects of Engine Noise

A Comparison of Baseline Hearing Thresholds Between Pilots and Non-Pilots and the Effects of Engine Noise DOT/FAA/AM-05/12 Office of Aerospace Medicine Washington, DC 20591 A Comparison of Baseline Hearing Thresholds Between Pilots and Non-Pilots and the Effects of Engine Noise Dennis B. Beringer Howard C.

More information

The Effect of Analysis Methods and Input Signal Characteristics on Hearing Aid Measurements

The Effect of Analysis Methods and Input Signal Characteristics on Hearing Aid Measurements The Effect of Analysis Methods and Input Signal Characteristics on Hearing Aid Measurements By: Kristina Frye Section 1: Common Source Types FONIX analyzers contain two main signal types: Puretone and

More information

TOWN OF FAIRFIELD PUBLIC HEALTH NURSING. MANUAL: School Health APPROVED BY: Board of Health School Medical Advisor

TOWN OF FAIRFIELD PUBLIC HEALTH NURSING. MANUAL: School Health APPROVED BY: Board of Health School Medical Advisor TOWN OF FAIRFIELD PUBLIC HEALTH NURSING MANUAL: School Health APPROVED BY: Board of Health School Medical Advisor POLICY: Audiometric Screening DATE REVISED AND APPROVED: 8-14-95, 3-13-06, 7-2015 I. Purpose

More information

A model of parallel time estimation

A model of parallel time estimation A model of parallel time estimation Hedderik van Rijn 1 and Niels Taatgen 1,2 1 Department of Artificial Intelligence, University of Groningen Grote Kruisstraat 2/1, 9712 TS Groningen 2 Department of Psychology,

More information

Lightened Dream. Quick Start Guide Lightened Dream is a dream journal designed to wake you up in your dreams.

Lightened Dream. Quick Start Guide Lightened Dream is a dream journal designed to wake you up in your dreams. Lightened Dream Quick Start Guide Lightened Dream is a dream journal designed to wake you up in your dreams. Follow its directions and you will be bending the laws of reality while getting a good night

More information

myaudiometer. It s familiar, and it s so much

myaudiometer. It s familiar, and it s so much Introducing the MADSEN Astera myaudiometer. It s familiar, and it s so much More 2 I m amazed that I can do so much more without changing the way I work. myaudiometer. It s familiar. Just more... Possibilities

More information

Quick Guide - eabr with Eclipse

Quick Guide - eabr with Eclipse What is eabr? Quick Guide - eabr with Eclipse An electrical Auditory Brainstem Response (eabr) is a measurement of the ABR using an electrical stimulus. Instead of a traditional acoustic stimulus the cochlear

More information

Protocol for Fast, Efficient Audiogram Prediction using Electrophysiology. Sponsored By

Protocol for Fast, Efficient Audiogram Prediction using Electrophysiology. Sponsored By Protocol for Fast, Efficient Audiogram Prediction using Electrophysiology Sponsored By What Improvements Are Needed In Obtaining Audiogram Predictions in Infants?? NNNNNNNNNNNNN --TESTING MUST BE FASTER

More information

Testing Digital Hearing Aids

Testing Digital Hearing Aids Testing Digital Hearing Aids with the FONIX 6500-CX Hearing Aid Analyzer Frye Electronics, Inc. Introduction The following is a quick guide for testing digital hearing aids using the FONIX 6500-CX. All

More information

Sanako Lab 100 STS USER GUIDE

Sanako Lab 100 STS USER GUIDE Sanako Lab 100 STS USER GUIDE Copyright 2002-2015 SANAKO Corporation. All rights reserved. Microsoft is a registered trademark. Microsoft Windows XP, Windows Vista and Windows 7 are trademarks of Microsoft

More information

Digital. hearing instruments have burst on the

Digital. hearing instruments have burst on the Testing Digital and Analog Hearing Instruments: Processing Time Delays and Phase Measurements A look at potential side effects and ways of measuring them by George J. Frye Digital. hearing instruments

More information

To perform an exam, begin by selecting which type of exam you wish to perform. The exam type will always default to the last exam type you selected.

To perform an exam, begin by selecting which type of exam you wish to perform. The exam type will always default to the last exam type you selected. Exam To perform an exam, begin by selecting which type of exam you wish to perform. The exam type will always default to the last exam type you selected. Your exam type choices are Source (Yuan) Points,

More information

Chapter 7 - Learning

Chapter 7 - Learning Chapter 7 - Learning How Do We Learn Classical Conditioning Operant Conditioning Observational Learning Defining Learning Learning a relatively permanent change in an organism s behavior due to experience.

More information

Phoneme Perception Test 3.0

Phoneme Perception Test 3.0 Phoneme Perception Test 3.0 August 2017 Desktop Fitting Guide The Phoneme Perception Test is a NOAH-compatible software, designed for assessing your clients hearing abilities. The Phoneme Perception Test

More information

Nord.cTracICA.Cr USER'S MANUAL A CAUTION QUESTIONS? .. Visit our website'at. new products, prizes, fitness tips, and much more!

Nord.cTracICA.Cr USER'S MANUAL A CAUTION QUESTIONS? .. Visit our website'at. new products, prizes, fitness tips, and much more! Nord.cTracICA.Cr Model No. NTCW90907.1 Serial No. Write the serial number in the space above for reference. _ USER'S MANUAL Serial Number Decal (under frame) QUESTIONS? As a manufacturer, we are committed

More information

Frequently asked questions to Oticon ConnectClip

Frequently asked questions to Oticon ConnectClip Frequently asked questions to Oticon ConnectClip 1. Pairing Question Answer How many devices can ConnectClip be paired to? ConnectClip can be paired to up to 8 Bluetooth devices. What happens when a 9th

More information

Spectrograms (revisited)

Spectrograms (revisited) Spectrograms (revisited) We begin the lecture by reviewing the units of spectrograms, which I had only glossed over when I covered spectrograms at the end of lecture 19. We then relate the blocks of a

More information

(In)Attention and Visual Awareness IAT814

(In)Attention and Visual Awareness IAT814 (In)Attention and Visual Awareness IAT814 Week 5 Lecture B 8.10.2009 Lyn Bartram lyn@sfu.ca SCHOOL OF INTERACTIVE ARTS + TECHNOLOGY [SIAT] WWW.SIAT.SFU.CA This is a useful topic Understand why you can

More information

PROBABILITY OF SHOCK IN THE PRESENCE AND ABSENCE OF CS IN FEAR CONDITIONING 1

PROBABILITY OF SHOCK IN THE PRESENCE AND ABSENCE OF CS IN FEAR CONDITIONING 1 Journal of Comparative and Physiological Psychology 1968, Vol. 66, No. I, 1-5 PROBABILITY OF SHOCK IN THE PRESENCE AND ABSENCE OF CS IN FEAR CONDITIONING 1 ROBERT A. RESCORLA Yale University 2 experiments

More information

Binaural processing of complex stimuli

Binaural processing of complex stimuli Binaural processing of complex stimuli Outline for today Binaural detection experiments and models Speech as an important waveform Experiments on understanding speech in complex environments (Cocktail

More information

Drexel-SDP GK-12 ACTIVITY

Drexel-SDP GK-12 ACTIVITY Activity Template Subject Area(s): Sound Associated Unit: None Associated Lesson: None Activity Title: How good is your hearing? Grade Level: 8 (7-9) Activity Dependency: None Time Required: 120 minutes

More information

Digital Noise-Cancellation Headphones Senior Project Proposal. Korey Adams EE Class of 2016

Digital Noise-Cancellation Headphones Senior Project Proposal. Korey Adams EE Class of 2016 Digital Noise-Cancellation Headphones Senior Project Proposal Korey Adams EE Class of 2016 1 Summary This proposal is for the design of a pair of digital noise-cancelling headphones. These headphones will

More information

Assessing Modes of Interaction

Assessing Modes of Interaction Project 2 Assessing Modes of Interaction Analysis of exercise equipment Overview For this assignment, we conducted a preliminary analysis of two similar types of elliptical trainers. We are able to find

More information

User Manual. - Pro Edition -

User Manual. - Pro Edition - User Manual - Pro Edition - Table of Contents Introduction 3 Patient Home Screen 4 Managing Patients 5 Creating Patients 5 Editing Patient Details 5 Deleting Patients 5 Starting Activities 6 Viewing Results

More information

Beltone Solus Pro 1.9 Fitting Guide

Beltone Solus Pro 1.9 Fitting Guide Beltone Solus Pro 1.9 Fitting Guide Table of Contents Table of Contents... 2 Getting started... 3 Start Screen... 3 Assigning Devices... 4 Connection Process... 5 MSG Calibration... 5 Gain Adjustment...

More information

Matrix sentence test (Italian)

Matrix sentence test (Italian) Oldenburg Measurement Applications Software package for audiometric and diagnostic measuring methods Operation manual Matrix sentence test (Italian) Copyright HörTech ggmbh, Marie-Curie-Str. 2, D-26129

More information

Understanding Sound for HVAC Equipment

Understanding Sound for HVAC Equipment Understanding Sound for HVAC Equipment Enhancing Customer Satisfaction TURN TO THE EXPERTS FOR SOUND ADVICE. When consumers Turn to the Experts at Carrier, they expect the very best in HVAC innovation,

More information

Psychology of Perception PSYC Spring 2017 Laboratory 2: Perception of Loudness

Psychology of Perception PSYC Spring 2017 Laboratory 2: Perception of Loudness PSYC 4165-100 Laboratory 2: Perception of Loudness Lab Overview Loudness is a psychological dimension of sound experience that depends on several physical dimensions of the sound stimulus (intensity, frequency,

More information

In-Ear Microphone Equalization Exploiting an Active Noise Control. Abstract

In-Ear Microphone Equalization Exploiting an Active Noise Control. Abstract The 21 International Congress and Exhibition on Noise Control Engineering The Hague, The Netherlands, 21 August 27-3 In-Ear Microphone Equalization Exploiting an Active Noise Control. Nils Westerlund,

More information

OUTLIER SUBJECTS PROTOCOL (art_groupoutlier)

OUTLIER SUBJECTS PROTOCOL (art_groupoutlier) OUTLIER SUBJECTS PROTOCOL (art_groupoutlier) Paul K. Mazaika 2/23/2009 Outlier subjects are a problem in fmri data sets for clinical populations. This protocol and program are a method to identify outlier

More information

Supplemental material: Interference between number magnitude and parity: Discrete representation in number processing

Supplemental material: Interference between number magnitude and parity: Discrete representation in number processing Krajcsi, Lengyel, Laczkó: Interference between number and parity Supplemental material 1/7 Supplemental material: Interference between number magnitude and parity: Discrete representation in number processing

More information

Desktop Fitting Guide for Phonak Brio 3

Desktop Fitting Guide for Phonak Brio 3 Phonak Target 5.3.3 Desktop Fitting Guide for Phonak Brio 3 The Phonak Target fitting software is intended to be used by qualified hearing care professionals to configure, program, and fit hearing aids

More information

L G Davison*, BSc C Barlow, PhD, MIOA M Ashmore, RHAD, MIOA R Weinstein, RHAD Southampton Solent University Faculty of Maritime and Technology

L G Davison*, BSc C Barlow, PhD, MIOA M Ashmore, RHAD, MIOA R Weinstein, RHAD Southampton Solent University Faculty of Maritime and Technology Effectiveness of a New Tablet Based Hearing Screening System Compared to Traditional Audiometry, Among a Cohort of Individuals With a High Incidence of Hearing Loss August 7, 213 L G Davison*, BSc C Barlow,

More information

Selective Attention (dichotic listening)

Selective Attention (dichotic listening) Selective Attention (dichotic listening) People attend to one ear by shadowing failed to notice in the other ear when the unattended speech changed to German speech in Czech spoken with English pronunciation

More information

ID# Exam 2 PS 325, Fall 2003

ID# Exam 2 PS 325, Fall 2003 ID# Exam 2 PS 325, Fall 2003 As always, the Honor Code is in effect and you ll need to write the code and sign it at the end of the exam. Read each question carefully and answer it completely. Although

More information

Verbruggen, F., & Logan, G. D. (2009). Proactive adjustments of response strategies in the

Verbruggen, F., & Logan, G. D. (2009). Proactive adjustments of response strategies in the 1 Verbruggen, F., & Logan, G. D. (2009). Proactive adjustments of response strategies in the stop-signal paradigm. Journal of Experimental Psychology: Human Perception and Performance, 35(3), 835-54. doi:10.1037/a0012726

More information

Power Instruments, Power sources: Trends and Drivers. Steve Armstrong September 2015

Power Instruments, Power sources: Trends and Drivers. Steve Armstrong September 2015 Power Instruments, Power sources: Trends and Drivers Steve Armstrong September 2015 Focus of this talk more significant losses Severe Profound loss Challenges Speech in quiet Speech in noise Better Listening

More information

Birds' Judgments of Number and Quantity

Birds' Judgments of Number and Quantity Entire Set of Printable Figures For Birds' Judgments of Number and Quantity Emmerton Figure 1. Figure 2. Examples of novel transfer stimuli in an experiment reported in Emmerton & Delius (1993). Paired

More information

Name Psychophysical Methods Laboratory

Name Psychophysical Methods Laboratory Name Psychophysical Methods Laboratory 1. Classical Methods of Psychophysics These exercises make use of a HyperCard stack developed by Hiroshi Ono. Open the PS 325 folder and then the Precision and Accuracy

More information

Neuro-Audio Version 2010

Neuro-Audio Version 2010 ABR PTA ASSR Multi-ASSR OAE TEOAE DPOAE SOAE ECochG MLR P300 Neuro-Audio Version 2010 one device for all audiological tests Auditory brainstem response (ABR)/Brainstem evoked response audiometry (BERA)

More information

Jan Kaiser, Andrzej Beauvale and Jarostaw Bener. Institute of Psychology, Jagiellonian University, 13 Golcbia St., ?

Jan Kaiser, Andrzej Beauvale and Jarostaw Bener. Institute of Psychology, Jagiellonian University, 13 Golcbia St., ? The evoked cardiac response as 0.0 1 1. a runction or cognitive load in subjects differing on the individual difference variable of reaction time Jan Kaiser, Andrzej Beauvale and Jarostaw Bener Institute

More information

User Manual. - Pro Edition -

User Manual. - Pro Edition - User Manual - Pro Edition - Table of Contents Introduction 3 Patient Home Screen 4 Managing Patients 5 Creating Patients 5 Editing Patient Details 5 Deleting Patients 5 Starting Activities 6 Viewing Results

More information

Technology and Equipment Used by Deaf People

Technology and Equipment Used by Deaf People Technology and Equipment Used by Deaf People There are various aids and equipment that are both used by Deaf and Hard of Hearing people throughout the UK. A well known provider of such equipment is from

More information

User Guide. For Jacoti Hearing Center Version 1.1. Manufacture Year 2016

User Guide. For Jacoti Hearing Center Version 1.1. Manufacture Year 2016 User Guide For Jacoti Hearing Center Version 1.1 Manufacture Year 2016 Revision 11/ 07 / 2016 Table of contents 1_ Intended Use... 3 1.1_ USA... 3 1.2_ Requirements... 3 1.3_ Headphones... 3 1.4_ Startup...

More information

Tune in on life with SCOLAbuddy. A new fm receiver from Widex

Tune in on life with SCOLAbuddy. A new fm receiver from Widex Tune in on life with SCOLAbuddy A new fm receiver from Widex Meet your new buddy The latest member of the Scola FM family The successful Widex SCOLA FM product series has acquired a new family member:

More information

Testing Digital Hearing Aids

Testing Digital Hearing Aids Testing Digital Hearing Aids with the FONIX FP40 Hearing Aid Analyzer FRYE 7 Introduction The following is a quick guide for testing digital hearing aids. All digital aids can be tested, but some of the

More information

Data Management, Data Management PLUS User Guide

Data Management, Data Management PLUS User Guide Data Management, Data Management PLUS User Guide Table of Contents Introduction 3 SHOEBOX Data Management and Data Management PLUS (DM+) for Individual Users 4 Portal Login 4 Working With Your Data 5 Manually

More information

The Role of Feedback in Categorisation

The Role of Feedback in Categorisation The Role of in Categorisation Mark Suret (m.suret@psychol.cam.ac.uk) Department of Experimental Psychology; Downing Street Cambridge, CB2 3EB UK I.P.L. McLaren (iplm2@cus.cam.ac.uk) Department of Experimental

More information

ipod Noise Exposure Assessment in Simulated Environmental Conditions

ipod Noise Exposure Assessment in Simulated Environmental Conditions ipod Noise Exposure Assessment in Simulated Environmental Conditions Kyle N. Acker Advised by: Robert Novak Michael Heinz Background Since the 80s and the invention of the personal audio player, there

More information

The Gaze Cueing Paradigm with Eye Tracking Background Set-up Lab

The Gaze Cueing Paradigm with Eye Tracking Background Set-up Lab iworx Physiology Lab Experiment Experiment HP-17 The Gaze Cueing Paradigm with Eye Tracking Background Set-up Lab Note: The lab presented here is intended for evaluation purposes only. iworx users should

More information

Adventure 3 Plus Service Manual

Adventure 3 Plus Service Manual Adventure 3 Plus Service Manual 1 TABLE OF CONTENTS CHAPTER 1: SERIAL NUMBER LOCATION...3 CHAPTER 2: PREVENTATIVE MAINTENANCE 2.1 Preventative Maintenance. 4 2.2 Tension and Centering the Running Belt....6

More information

Myers PSYCHOLOGY. (6th Ed) Chapter 5. Sensation

Myers PSYCHOLOGY. (6th Ed) Chapter 5. Sensation Myers PSYCHOLOGY (6th Ed) Chapter 5 Sensation Sensation Sensation a process by which our sensory receptors and nervous system receive and represent stimulus energy Perception a process of organizing and

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 12, 211 http://acousticalsociety.org/ 161th Meeting Acoustical Society of America Seattle, Washington 23-27 May 211 Session 5aPP: Psychological and Physiological

More information

REACTION TIME AS A MEASURE OF INTERSENSORY FACILITATION l

REACTION TIME AS A MEASURE OF INTERSENSORY FACILITATION l Journal oj Experimental Psychology 12, Vol. 63, No. 3, 289-293 REACTION TIME AS A MEASURE OF INTERSENSORY FACILITATION l MAURICE HERSHENSON 2 Brooklyn College In measuring reaction time (RT) to simultaneously

More information

How to Demo Phonak Brio TM 3 R-C

How to Demo Phonak Brio TM 3 R-C How to Demo Phonak Brio TM 3 R-C Introduction You ve indicated that hearing better on your cell phone and/or while watching TV are important to you. Based on this information, and your hearing test results,

More information

Thrive Hearing Control Application

Thrive Hearing Control Application Thrive Hearing Control Application Android Advanced Current Memory Thrive Assistant Settings User Guide Connection Status Edit Memory/Geotag Body Score Brain Score Thrive Wellness Score Heart Rate Mute

More information

Shadowing and Blocking as Learning Interference Models

Shadowing and Blocking as Learning Interference Models Shadowing and Blocking as Learning Interference Models Espoir Kyubwa Dilip Sunder Raj Department of Bioengineering Department of Neuroscience University of California San Diego University of California

More information

FREQUENCY COMPRESSION AND FREQUENCY SHIFTING FOR THE HEARING IMPAIRED

FREQUENCY COMPRESSION AND FREQUENCY SHIFTING FOR THE HEARING IMPAIRED FREQUENCY COMPRESSION AND FREQUENCY SHIFTING FOR THE HEARING IMPAIRED Francisco J. Fraga, Alan M. Marotta National Institute of Telecommunications, Santa Rita do Sapucaí - MG, Brazil Abstract A considerable

More information

Supporting Information

Supporting Information Supporting Information ten Oever and Sack 10.1073/pnas.1517519112 SI Materials and Methods Experiment 1. Participants. A total of 20 participants (9 male; age range 18 32 y; mean age 25 y) participated

More information

Comparison of speech intelligibility between normal headsets and bone conduction hearing devices at call center

Comparison of speech intelligibility between normal headsets and bone conduction hearing devices at call center Comparison of speech intelligibility between normal headsets and bone conduction hearing devices at call center Setsuo MAEDA 1, Koji KOBAYASHI 2, Hidenori NAKATANI 3, Akiko NAKATANI 4 1 Kinki University

More information