Chapter 2. Development of a portable device for tele-monitoring. of physical activities during sleep

Size: px
Start display at page:

Download "Chapter 2. Development of a portable device for tele-monitoring. of physical activities during sleep"

Transcription

1 Author: Chih-Ming Cheng ( ); recommended: Yeh-Liang Hsu ( ). Note: This article is Chapter 2 of Chih-Ming Cheng s PhD thesis Development of a portable system for tele-monitoring of sleep in a home environment. Chapter 2. Development of a portable device for tele-monitoring of physical activities during sleep This chapter describes the development of a Physical Activity Detecting Mat (PAD-Mat), which is designed for long-term monitoring at home based on the PTMS structure. The PAD-Mat on-line monitors physical activities during sleep, which is an indicator of sleep quality. Users and caregivers can access the PAD-Mat for historical monitoring data via the Internet. This chapter is organized as follows. Section 2.1 describes the structure of the PAD-Mat. Section 2.2 and Section 2.3 presents the algorithm design and network framework of the PAD-Mat. Section 2.4 discusses the validation results of the PAD-Mat. In summary, Section 2.5 describes the applications and benefit of the PAD-Mat. 2.1 Structure the PAD-Mat Figure 2-1 shows the structure of the PAD-Mat developed in this research. Similar to the PTMS structure in Chapter 1, the core component of the PAD-Mat is a DDS that detects activity signals from upper limb, body and leg, captured by 3 conductive mats. As described in the previous chapters, the DDS consists of a PIC server mounted on a peripheral application board. The PIC server integrates a PIC microcontroller (PIC18F6722, Microchip), EEPROM (24LC1025, Microchip) and a networking IC (RTL8019AS, Realtek). It provides networking capability and can be used as a web server. The lengths of upper limb movement, body movement and leg movement per minute, are 1

2 recorded in the Multi-Media-Card (MMC) of the DDS. Authorized remote users can request data from the DDS using an Internet web browser (through an application server) or a VB program (direct access to the DDS). This portable tele-monitoring device provides a non-constrain and non-conscious approach to monitor physical activities during sleep. The PAD-Mat can be used to monitor motor disturbances, such as restless legs syndrome (RLS) and periodic limb movements during sleep (PLMS), and in-bed detection. Once an object was identified as an object with no activities for 30 minutes, an event-driven message (mobile phone short messages or s) can be sent to specified caregivers. In addition, using the sleep activity index (SAI) proposed in this research, sleep and awake stages can be classified on-line for further analysis. Figure 2-1. Structure of the PAD-Mat 2.2 Design of the PAD-Mat As shown in Figure 2-1, 3 conductive mats placed under the chest, hip, and legs are used in the PAD-Mat to detect the physical activities with the resistance changes of the mats. The signals are analyzed with the physical activity detecting algorithms. The following sections describe the design of conductive mats, the in-bed detecting algorithm, the physical activity evaluating algorithm and sleep/awake identifying algorithm in details Design of the conductive mats The conductive mats are made of conductive fabric [Ming Young Biomedical Corp., Taiwan]. The construction of the conductive mat is inspired by the intestinal villi, which increase the surface area of absorption. Figure 2-2 shows the appearance and the 2

3 dimensions of the type-a conductive mat, which is designed for monitoring limb activities. In order to detect in-bed subjects, the type-b conductive mat is made of a conductive mat and non-conducting foams (Figure 2-3). The electrical resistance of the type-b conductive mats restores sufficiently after the subject leaves the bed. As shown in Figure 2-4, The PAD-mat is composed of 2 type-a mats and 1 type-b mat. Two pieces of type-a conductive mats are used for detecting upper limb and leg activities (the upper limb mat and the leg mat ). In the mean time, one piece of type-b conductive mat is used for detecting body activities (the body mat ). Physical activities are captured as the electrical resistance changes with motion on each mat. Figure 2-5 shows a dividing circuit used in this research, which converts resistance changes of the body mat into voltage changes. Figure 2-2(a) Appearance of conductive mats (type-a) Figure 2-2(b) Dimensions of conductive mats (type-a) Figure 2-3(a) Appearance of conductive mats (type-b) 3

4 Figure 2-3(b) Dimensions of conductive mats (type-b) Figure 2-4. Placement of the PAD-mat Figure 2-5. A dividing circuit for converting resistance changes into voltage changes 4

5 The analog signals are digitized at a sampling frequency of 2KHz with a 10-bit A/D converter in a PIC server. The signals are processed by a series of smoothing procedures and analyzed with the physical activity detecting algorithms. Figure 2-6(a) shows a 4-min record of the body mat input signals. The subject laid on the bed for about 3 minutes and changed body position at the 2nd minute. A series of smoothing and simplifying further processes these signals. A moving average filter with a window size of 20 smoothes the profile of the input voltage values. After that, the signals are further simplified to 10 data points per second to save computational resource in the following detecting algorithms. This procedure is applied to signals from all 3 conductive mats. Figure 2-6(a). Input voltages of body activities Figure 2-6(b). Smoothed and simplified values of the input voltage In-bed detecting algorithm The body mat is used to detect whether the subject is in bed or not. The input voltage stays at 3.3 V when the bed is empty and decreases when the subject lies on the mat. With a threshold limit 3.2V, a data is coded 1 if the input voltage is below the threshold limit and a 0 if the input voltage is above the threshold limit. Figure 2-7 shows a one-night record of the input voltage of body mat, the subject went to bed at around 2:35 AM, and 5

6 left bed at around 8:15 AM. Body movements might cause transient increases of voltage which results in rapid switch from 0 to 1. To avoid that problem, if there are more 1 than 0 in that minute, the minute is coded 1 and vice versa. The PAD-Mat recognizes the input voltage values as a series of In-bed Codes and the total in-bed time is 340 minutes. Figure 2-7. In-bed detection by the body mat Physical activity evaluating algorithm After the smoothing and simplifying procedure, the physical activity detecting algorithm analyzes the data and output activity indexes by the following steps: (1) Calculate the absolute slope values of activity signals in Figure 2-6(b), as shown in Figure 2-9(a). (2) Symbolize a slope value with an activity code 1 if it is above the threshold limit and a 0 if the slope value is under the threshold limit. Figure 2-9(b) shows a 10-second clip of Figure 2-9(a), a body movement was recognized as a series of Activity Codes 1, using a threshold limit The threshold limit for upper limb and leg activities are both (3) Tally the counts of 1 series each minute as the Body Activity Index (BAI), which represents the length of activities occurred in the past minute. Figure 2-9(c) 6

7 shows the body activity index versus time of Figure 2-6(a). 3 body movements, lasted 1.5, 1.2, and 1.5 seconds, have been recognized. Figure 2-9(a). Absolute Slope values of a subject (6 minutes) Figure 2-9(b). Activity code of a body movement (Threshold limit value=0.02) Figure 2-9(c). The body activity index versus time Follow the same procedure, the PAD-Mat also tallies the Upper Limb Activity Index (ULAI) and the Leg Activity Index (LAI) for each minute. Figure 2-10 shows a 7.5-hour record of the ULAI, BAI and LAI of a subject evaluated by PAD-Mat. ULAI, LAI and BAI, which represent the duration of activities happened in a minute are quantitative 7

8 indexes for assessing physical activities. These indexes can be used for the diagnosis of motor disturbances that are triggered by sleep such as restless legs syndrome (RLS) and periodic limb movements during sleep (PLMS). Figure Activity indexes of a subject from 0:30 to 8:00 AM Sleep/awake classification algorithm In sleep, motor activity is reduced in comparison to the waking state. The frequency of all movements decreases with depth of sleep, with progressive decrease in the number of movements from stage I to stage IV [Chokroverty, et al., 2003]. Since the late 1970s, a growing number of studies have demonstrated the validity of actigraphy in distinguishing between sleep and wakefulness. Jean-Louis et al. [1996] utilized a simple technique for scoring sleep/awake epoches. The epoches containing higher activity than a given threshold were scored as awake and lower activity as sleep. Moreover, arousals lasting 3 minutes or less were rescorded as sleep. Cole et al. [1992] proposed several rules: (1) The sleep of 1, 3, or 4 minutes was rescored as wake if it is preceded by at least 4, 10, or 15 minutes of wake, respectively. (2) 2. The sleep of 6 or 10 minutes surrounded by at least 10 or 20 minutes of awake was rescored as awake, respectively. Sadeh et al. [1995] used logistic regression analysis for the variables while the sleep/wake classification of PSG acted as the dependent variable in the analysis. Five activity variables were computed for each epoch in the activity signals: original value, 8

9 mean, standard deviation, number of epoches above a specified activity level, and the natural logarithm. Most actigraphy related devices scored signals using similar algorithms. Rachwalski et al. [2005] use a pressure pad, placed below a person s hips, to measure activity in bed. Activity in bed is measured by changes in the pressure measurements. The pressure measurements aggregated into 30-second epoches by averaging the data every 30 seconds. Awakenings (or periods of restlessness) are defined by 3 consecutive minutes of body movements. Choi et al. [2007] designed a bed actigraphy system for distinguishing between sleep and awake. Signals were coded as 1 as the intensity of signals higher than the threshold. If the duration of 1 is longer than 3 seconds in an epoch (30 second length), the epoch is scored as awake. To sum up, both the quantity and tendency of physical activity are considered as the character of physical activity and used for the evaluating of level of awakening. To identify the subject s sleep condition in real time, ULAI, BAI and LAI detected by the PAD-Mat are used to recognize whether the subject is asleep in this research. To consider the tendency of activity, weighted activity indexes are calculated with activity index of the past minutes. For example, weighted-bai of the i-th minute is calculated as Equation (2-1). Weighted-ULAI and weighted-lai are also calculated by the same equation. (Add a paragraph here to explain the meaning of this equation in more details) Weighted BAI i = k n= 1 BAI i n+ 1 k n + 1) k ( n (2-1) n= 1 To explain the relationship between physical activities and sleep depth, sleep reports from PSG and physical activity data measured by the PAD-Mat were collected from 5 subjects. Sleep depth was based on the PSG report and scored by minute. Sleep depth is coded 0 if PSG recognized 2 epoches (1 minute) as awake, and 1 as 2 sleep epoches were detected. If there were only 1 sleep epoch in the past minute, the sleep depth was coded 0.5. Regression analyses were operated to explain the relationship between physical activities and sleep depth. Three 80-minute epoches of sleep depth 1, 0.5 and 0 were randomly selected from each subject. Regression analyses were operated with weighted activity indexes and different k values. For example, k=5 means the regression analysis model includes weighted-ulai, weighted-bai and weighted-lai, which were calculated by the raw data of past 5 minutes. Table 2-1 shows that result of regression analyses. ULAI was found to be non-significant with different k values. Equation (2-2) is the regression equation used in this research, which considers both BAI and LAI for evaluating the depth of sleep and with the k value of 5. 9

10 Sleep Depth = BAI LAI (2-2) Table 2-1. Regression analyses with different k values k value Significant ULAI BAI LAI 1 N (P=0.919) N (P=0.195) N (P=0.214) 2 N (P=0.125) N (P=0.559) Y (P=0.032) 3 N (P=0.082) N (P=0.085) Y (P=0.079) 4 N (P=0.087) Y (P=0.010) N (P=0.258) 5 N (P=0.390) Y (P=0.008) Y (P=0.002) 6 N (P=0.165) Y (P=0.049) Y (P=0.019) Figure 2-11 shows a 7.5-hour record of W-BAI, W-LAI and sleep depth calculated by Equation (2-1) and (2-2). In this research, the PAD-Mat calculates sleep depth values and classifies the Sleep Code of the past minute as 1 if the sleep depth value is higher than 0.5 and 0 if sleep depth value is under the threshold limit (Figure 2-12). Figure W-BAI, W-LAI and Sleep Depth of a subject from 0:00 to 8:00AM Figure 2-12 shows an 8-hour record (0:00 to 8:00 AM) of In-bed Codes and Sleep Codes of the same data in Figure 2-11, as well as the PAD-Mat output results classified with these two codes. There are 3 Sleep States classified by the PAD-Mat. Sleep state for a minute is coded 2 (Sleep) if both Sleep Code and In-bed Code are 1. Sleep state for a minute is coded 0 (Empty Bed) if both Sleep Code and In-bed Code are 0. Sleep state 10

11 for a minute is coded 1 (Awake) if the Sleep Code is 0 and the In-bed code is 1. Figure 2-12 shows that this subject went to bed at about 0:34 AM and fell asleep at 0:40 AM. After 6 hours of sleep, the subject woke up at about 6:50 AM and left bed at 6:50 AM. Figure In-bed Code, Sleep Code and States evaluated by the PAD-Mat 2.3 User Interface and Network Framework Figure 2-13 shows the network framework for the PAD-Mat. Doctors and caregivers can access real-time and historical data via a remote VB program. Figure 3-15 shows the VB interface window designed for the PAD-Mat. After typing an IP address and clicking the real-time button, real-time information of physical activities per minute and sleep state of the subject are displayed on the left side of the interface window. Three sleep states, sleep, awake and empty bed will be identified. Doctors and caregivers can monitor 3 patients on the same window. Selecting one of the IP addresses on the left side, the user can also download historical data from the PAD-Mat at this IP address (select a date and time interval on the right side of the interface window and click the download button). Diagnosis reports for time to lie on bed and fall asleep, total time of in-bed and sleep duration, within the selected time interval can be tallied automatically. Charts of activity indexes of upper limb, body and leg per minute versus time, and sleep states versus time can also be drawn for further analysis. 11

12 Figure A framework for the PAD-Mat Figure VB interface window for the Pad-Mat 2.4 Validation test of the PAD-Mat A validation test was designed to evaluate the performance of the PAD-Mat. The PAD-Mat was used to detect sleep epoches of 5 normal sleepers and 5 sleepers with 12

13 arousal in whole-night s sleep. Sleep states judged by the PAD-Mat with Sleep Codes and In-bed Codes were compared epoch-to-epoch with the diagnosis reports by a PSG. Figure 2-15 shows an example of the sleep states scored by PAD-Mat and PSG of normal group B, and Figure 2-16 shows an example of the sleep states scored by PAD-Mat and PSG of arousal group A. As shown in the figures, the subject in Figure 2-15 did not leave bed until 7 AM, while the subject in figure 2-16 went to bathroom at around 5 AM for about 4 minutes. Figure Sleep States scored via PAD-Mat and PSG (Normal group B) Figure Sleep States scored via PAD-Mat and PSG (Arousal group A) In the validation test, a one-minute epoch was coded TP if the PAD-Mat and PSG both classified as sleep epoch, and TN if the PAD-Mat and PSG both classified as non-sleep epoch (awake and empty bed). Similarly, a one-minute epoch was coded FP or FN if only the PAD-Mat or only the PSG recognized the state as sleep. Table 2-1 shows the validation results of locating sleep epoches of a subject. The average sensitivity of locating 13

14 sleep epoches was 89.5%, the average positive predictive value (PPV) was 94.8%, and the average specificity was 84.3%. Table 2-1. System performance validation results of locating sleep segments Group ID Sleep Time (min) TP FN FP Sensitivity PPV Non-Sleep Time (min) TN Specificity A % 97.0% % B % 93.2% % Normal C % 99.3% % D % 89.1% % A % 95.5% % B % 89.8% % Arousal C % 96.1% % D % 100% % 8 subjects % 94.8% % 2.5 Summary Since the discovery of actigraphy, the relationship between physical activities and depth of sleep is clear. A growing number of studies have demonstrated the validity of actigraphy in distinguishing between sleep and awake. The agreement rates between actigraphy and PSG-based minute-by-minute sleep/awake scoring are very promising (above 90%) [Sadeh, et al., 1995]. WristCare, which allows long-term online monitoring of the activity of the user, also reported good agreement percents between the scorings of PSG and WristCare (about 80 %). A portable device for tele-monitoring of physical activities has been developed in this research to evaluate body movements with quantitative measurement and recognize sleep, awake and empty bed state with the In-Bed Code and Sleep Code in real time. In our validation tests, the Pad-Mat shows good sensitivity and specificity in identifying sleep states, and can be a non-constrain approach to better understand the user s sleep quality. Furthermore, the sensitivity, positive predictive value and specificity of selecting sleep epoches are no different between normal and arousal subjects. The PAD-Mat system is designed for long-term monitoring at home based under the PTMS structure. The PAD-Mat on-line monitors physical activities and sleep states. Users and caregivers can access the PAD-Mat for historical monitoring data via the Internet. What sets the PTMS apart from most other systems is the focus on a highly decentralized 14

15 monitoring model and the portable nature of the system. We believe that this is the approach that is needed to make such systems economically viable and acceptable to the end-users. Reference Choi, B H., Seo, J. W., Choi, J. M., Shin, H. B., Lee, J. Y., Jeong, D. U. and Park, K. S., Non-constraining sleep/wake monitoring system using bed actigraphy, Medical and biological engineering and computing, 2007, v. 45, n. 1, pp Chokroverty, S., Hening, W.A., and Walters, A.S., Sleep and Movement Disorders, 2003, First ed. Philadelphia, Elsevier Science, Cole, R.J., Kripke, D.F., Gruen, W., Mullaney, D.J., Gillin, J.C., Automatic sleep/wake identification from wrist activity, Sleep, 1992, v. 15, n. 5, pp Jean-Louis, G., von Gizycki, H., Zizi, F., Fookson, J., Spielman, A., and Nunes, J., Determination of Sleep and Wakefulness With the Actigraph Data Analysis Software(ADAS), Sleep, 1996, v. 19, n. 9, pp Rachwalski, T., Irvine, S., Steeper, J.W.T., Inkster, D.R., and Wells, C., Poor quality of Sseep is a precursor of mobility-related adverse events, in Proceedings of Evidence-based strategies for Patient Falls and Wandering Sadeh, A., Hauri, P. J., Kripke, D. F., and Lavie, P., The role of actigraphy in the evaluation of sleep disorders, Sleep, 1995, v. 18, pp

Development of a portable device for home monitoring of. snoring. Abstract

Development of a portable device for home monitoring of. snoring. Abstract Author: Yeh-Liang Hsu, Ming-Chou Chen, Chih-Ming Cheng, Chang-Huei Wu (2005-11-03); recommended: Yeh-Liang Hsu (2005-11-07). Note: This paper is presented at International Conference on Systems, Man and

More information

Waiting Time Distributions of Actigraphy Measured Sleep

Waiting Time Distributions of Actigraphy Measured Sleep The Open Sleep Journal, 2008, 1, 1-5 1 Waiting Time Distributions of Actigraphy Measured Sleep J.E. Slaven*,1, A. Mnatsakanova 1, S. Li 1,2, J.M. Violanti 3, C.M. Burchfiel 1, B.J. Vila 4 and M.E. Andrew

More information

HIWIN Thesis Award 2007

HIWIN Thesis Award 2007 HIWIN Thesis Award 2007 Optimal Design Laboratory & Gerontechnology Research Center Yuan Ze University Physical Activity Physical activity can be regarded as any bodily movement or posture produced by

More information

Collaborating to Develop Digital Biomarkers with Passive Data Collection

Collaborating to Develop Digital Biomarkers with Passive Data Collection Collaborating to Develop Digital Biomarkers with Passive Data Collection Iain Simpson IXICO June 2018 1 Setting of Data Collection Market evolution: biosensors and digital biomarkers Clinic Home Digital

More information

Goal Status Bar. Time/Date. Activity type. Activity value. Quick Start Guide. Model: Core C210

Goal Status Bar. Time/Date. Activity type. Activity value. Quick Start Guide. Model: Core C210 Goal Status Bar Time/Date Activity type Activity value Quick Start Guide Model: Core C210 To turn on your activity tracker, press and hold any button. Learn more For full instructions, helpful tips and

More information

Webinar Q&A Report Noninvasive, Automated Measurement of Sleep, Wake and Breathing in Rodents

Webinar Q&A Report Noninvasive, Automated Measurement of Sleep, Wake and Breathing in Rodents Webinar Q&A Report Noninvasive, Automated Measurement of Sleep, Wake and Breathing in Rodents Q: How does the PiezoSleep system distinguish between inactivity (quiet wake) vs. sleep? B. O Hara: The piezo

More information

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use OneTouch Reveal Web Application User Manual for Healthcare Professionals Instructions for Use Contents 2 Contents Chapter 1: Introduction...4 Product Overview...4 Intended Use...4 System Requirements...

More information

Nocturnal road traffic noise and sleep: Day-by-day variability assessed by actigraphy and sleep logs during a one week sampling. Preliminary findings

Nocturnal road traffic noise and sleep: Day-by-day variability assessed by actigraphy and sleep logs during a one week sampling. Preliminary findings Nocturnal road traffic noise and sleep: Day-by-day variability assessed by actigraphy and sleep logs during a one week sampling. Preliminary findings Sandra Pirrera¹*, Elke De Valck¹, Raymond Cluydts¹

More information

Actigraphy Correctly Predicts Sleep Behavior in Infants Who Are Younger than Six Months, When Compared with Polysomnography

Actigraphy Correctly Predicts Sleep Behavior in Infants Who Are Younger than Six Months, When Compared with Polysomnography 0031-3998/05/5804-0761 PEDIATRIC RESEARCH Vol. 58, No. 4, 2005 Copyright 2005 International Pediatric Research Foundation, Inc. Printed in U.S.A. Actigraphy Correctly Predicts Sleep Behavior in Infants

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

Android based Monitoring Human Knee Joint Movement Using Wearable Computing

Android based Monitoring Human Knee Joint Movement Using Wearable Computing Android based Monitoring Human Knee Joint Movement Using Wearable Computing Abstract In today s fast moving lifestyle, incidents regarding health issues are surfacing every day. One of the major issues

More information

Avaya IP Office 10.1 Telecommunication Functions

Avaya IP Office 10.1 Telecommunication Functions Avaya IP Office 10.1 Telecommunication Functions Voluntary Product Accessibility Template (VPAT) Avaya IP Office is an all-in-one solution specially designed to meet the communications challenges facing

More information

BRITE R450. LightTrak Sensor Time/Date. Goal Progress Bar Activity Value Activity Type Notification Alert. Quick Start Guide

BRITE R450. LightTrak Sensor Time/Date. Goal Progress Bar Activity Value Activity Type Notification Alert. Quick Start Guide BRITE R450 LightTrak Sensor Time/Date Goal Progress Bar Activity Value Activity Type Notification Alert Quick Start Guide Welcome to LifeTrak. Let s take a quick tour of the basic features. To turn on

More information

GLUCOMETER: High Level Design

GLUCOMETER: High Level Design Fall 2014 High Level Design 1 GLUCOMETER: High Level Design Electrical Engineers: Michael Williams, Christopher Homa, Matthew Henne Mechanical Engineer: Ish Amagashie Software Engineer: Sofyan Saputra

More information

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices By Zhang Feng, Senior Medical Applications Engineer Marten Smith, Medical Marketing Manager Medical Products Group Microchip

More information

Sleepware G3 Training Module. Somnolyzer Quick Start Guide

Sleepware G3 Training Module. Somnolyzer Quick Start Guide Sleepware G3 Training Module Somnolyzer Quick Start Guide Introduction New icons for integrated Somnolyzer that appear in Sleepware G3 versions 3.7.1 and later: Somnolyzer Icons in Sleepware G3 To use

More information

Intelligent Sensor Systems for Healthcare: A Case Study of Pressure Ulcer TITOLO. Prevention and Treatment TESI. Rui (April) Dai

Intelligent Sensor Systems for Healthcare: A Case Study of Pressure Ulcer TITOLO. Prevention and Treatment TESI. Rui (April) Dai Intelligent Sensor Systems for Healthcare: A Case Study of Pressure Ulcer TITOLO Prevention and Treatment TESI Rui (April) Dai Assistant Professor Department of Computer Science North Dakota State University

More information

Recognition of Sleep Dependent Memory Consolidation with Multi-modal Sensor Data

Recognition of Sleep Dependent Memory Consolidation with Multi-modal Sensor Data Recognition of Sleep Dependent Memory Consolidation with Multi-modal Sensor Data The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Actiwatch. Clinician Guide

Actiwatch. Clinician Guide Actiwatch Clinician Guide 2013 Koninklijke Philips Electronics N.V. and its affiliates. All rights reserved. Overview of Actiwatch The Actiwatch is designed for documenting physical movements associated

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

THIM User Manual 1.0 GETTING STARTED 3 WHAT YOU LL FIND IN THE BOX 3

THIM User Manual 1.0 GETTING STARTED 3 WHAT YOU LL FIND IN THE BOX 3 User Manual THIM is not a medical device. The information contained in this document is not intended to be used as medical information or as a substitute for your own health professional s advice. As a

More information

A Sleeping Monitor for Snoring Detection

A Sleeping Monitor for Snoring Detection EECS 395/495 - mhealth McCormick School of Engineering A Sleeping Monitor for Snoring Detection By Hongwei Cheng, Qian Wang, Tae Hun Kim Abstract Several studies have shown that snoring is the first symptom

More information

Sleep, Optimized. Accurate multistage sleep tracking for a new level of personal performance

Sleep, Optimized. Accurate multistage sleep tracking for a new level of personal performance Sleep, Optimized Accurate multistage sleep tracking for a new level of personal performance Experience Optimized Sleep In a world that increasingly demands more from us, accomplishing your daytime goals

More information

VENTRICULAR DEFIBRILLATOR

VENTRICULAR DEFIBRILLATOR VENTRICULAR DEFIBRILLATOR Group No: B03 Ritesh Agarwal (06004037) ritesh_agarwal@iitb.ac.in Sanket Kabra (06007017) sanketkabra@iitb.ac.in Prateek Mittal (06007021) prateekm@iitb.ac.in Supervisor: Prof.

More information

AVR Based Gesture Vocalizer Using Speech Synthesizer IC

AVR Based Gesture Vocalizer Using Speech Synthesizer IC AVR Based Gesture Vocalizer Using Speech Synthesizer IC Mr.M.V.N.R.P.kumar 1, Mr.Ashutosh Kumar 2, Ms. S.B.Arawandekar 3, Mr.A. A. Bhosale 4, Mr. R. L. Bhosale 5 Dept. Of E&TC, L.N.B.C.I.E.T. Raigaon,

More information

Wearables & Other Emerging Technologies for Sleep Tracking. Anita Valanju Shelgikar, MD October 14, 2017

Wearables & Other Emerging Technologies for Sleep Tracking. Anita Valanju Shelgikar, MD October 14, 2017 Wearables & Other Emerging Technologies for Sleep Tracking Anita Valanju Shelgikar, MD October 14, 2017 Conflict of Interest Disclosure I do not have any relationships with any entities producing, marketing,

More information

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter

More information

GST: Step by step Build Diary page

GST: Step by step Build Diary page GST: At A Glance The home page has a brief overview of the GST app. Navigate through the app using either the buttons on the left side of the screen, or the forward/back arrows at the bottom right. There

More information

Enhanced Asthma Management with Mobile Communication

Enhanced Asthma Management with Mobile Communication Enhanced Asthma Management with Mobile Communication P.S. Ngai, S. Chan, C.T. Lau, K.M. Lau Abstract In this paper, we propose a prototype system to enhance the management of asthma condition in patients

More information

An Activity-Based Sleep Monitor System for Ambulatory Use

An Activity-Based Sleep Monitor System for Ambulatory Use Sleep, 5(4)389-399 1982 Raven Press, New York An Activity-Based Sleep Monitor System for Ambulatory Use John B. Webster, Daniel F. Kripke, Sam Messin, Daniel J. Mullaney, and GrantWyborney Department of

More information

Patent Application Publication May 27, 2010 Sheet 1 of 10 US 2010/ A FIG. 1

Patent Application Publication May 27, 2010 Sheet 1 of 10 US 2010/ A FIG. 1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2010/0131028A1 HSU et al. US 20100131028A1 (43) Pub. Date: May 27, 2010 (54) REMOTE SLEEP QUALITY DETECTING SYSTEMAND METHOD THEREOF

More information

BLOOD GLUCOSE LEVEL MONITORING BY NONINVASIVE METHOD USING NEAR INFRA RED SENSOR

BLOOD GLUCOSE LEVEL MONITORING BY NONINVASIVE METHOD USING NEAR INFRA RED SENSOR BLOOD GLUCOSE LEVEL MONITORING BY NONINVASIVE METHOD USING NEAR INFRA RED SENSOR P.Daarani 1 & A.Kavithamani 2 International Journal of Latest Trends in Engineering and Technology pp. 141-147 DOI: http://dx.doi.org/10.21172/1.ires.19

More information

ECG Signal Based Heart Disease Detection System for Telemedicine Application Using LabVIEW

ECG Signal Based Heart Disease Detection System for Telemedicine Application Using LabVIEW ECG Signal Based Heart Disease Detection System for Telemedicine Application Using LabVIEW Dr. Channappa Bhyri 1, Nishat Banu A.M 2 2 Student, Dept. of Electronics and Industrial Instrumentation, PDACE,

More information

Effect of individualized social activity on sleep in nursing home residents with dementia Richards K C, Beck C, O'Sullivan P S, Shue V M

Effect of individualized social activity on sleep in nursing home residents with dementia Richards K C, Beck C, O'Sullivan P S, Shue V M Effect of individualized social activity on sleep in nursing home residents with dementia Richards K C, Beck C, O'Sullivan P S, Shue V M Record Status This is a critical abstract of an economic evaluation

More information

II. PROCEDURE DESCRIPTION A. Normal Waveform from an Electrocardiogram Figure 1 shows two cycles of a normal ECG waveform.

II. PROCEDURE DESCRIPTION A. Normal Waveform from an Electrocardiogram Figure 1 shows two cycles of a normal ECG waveform. Cardiac Monitor with Mobile Application and Alert System Miguel A. Goenaga-Jimenez, Ph.D. 1, Abigail C. Teron, BS. 1, Pedro A. Rivera 1 1 Universidad del Turabo, Puerto Rico, mgoenaga1@suagm.edu, abigailteron@gmail.com,

More information

Avaya IP Office R9.1 Avaya one-x Portal Call Assistant Voluntary Product Accessibility Template (VPAT)

Avaya IP Office R9.1 Avaya one-x Portal Call Assistant Voluntary Product Accessibility Template (VPAT) Avaya IP Office R9.1 Avaya one-x Portal Call Assistant Voluntary Product Accessibility Template (VPAT) Avaya IP Office Avaya one-x Portal Call Assistant is an application residing on the user s PC that

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Date: January 25 th, 2016 Name of Product: Mitel 6730i, 6731i, 6735i, 6737i, 6739i, 6753i, 6755i, 6757i, 6863i, 6865i, 6867i, 6869i, 6873i Contact for more

More information

Comparison between subjective and actigraphic measurement of sleep and sleep rhythms

Comparison between subjective and actigraphic measurement of sleep and sleep rhythms J. Sleep Res. (1999) 8, 175 183 Comparison between subjective and actigraphic measurement of sleep and sleep rhythms STEVEN W. LOCKLEY, DEBRA J. SKENE andjosephine ARENDT School of Biological Sciences,

More information

Strive Frequently Asked Questions

Strive Frequently Asked Questions Strive Frequently Asked Questions What is Strive and how is it different from TRAIN? Strive is the next generation of assessment program designed to test Special Olympics Athletes current state of physical

More information

Microphone Input LED Display T-shirt

Microphone Input LED Display T-shirt Microphone Input LED Display T-shirt Team 50 John Ryan Hamilton and Anthony Dust ECE 445 Project Proposal Spring 2017 TA: Yuchen He 1 Introduction 1.2 Objective According to the World Health Organization,

More information

Consob Net Short Positions ( NSP ) Notification System. User Manual

Consob Net Short Positions ( NSP ) Notification System. User Manual Consob Net Short Positions ( NSP ) Notification System User Manual Contents 1. Registration of a new user... 2 2. Lost password regeneration... 3 3. Changing user details... 3 4. NSP management overview...

More information

CrewAlert Tutorial. Introduction. The Graph View. For version 1.3

CrewAlert Tutorial. Introduction. The Graph View. For version 1.3 CrewAlert Tutorial For version 1.3 Introduction Welcome to CrewAlert! This guide will introduce you to the basic CrewAlert functionality. You can access this tutorial from your application at any time

More information

Pediatric Restless Legs Syndrome Severity Scale Parent Questionnaire. Weekly Diary. Instructions:

Pediatric Restless Legs Syndrome Severity Scale Parent Questionnaire. Weekly Diary. Instructions: Pediatric Restless Legs Syndrome Severity Scale Parent Questionnaire Weekly Diary Questions 1-17 all ask about your child. Instructions: Answer thinking about your child during during the past 7 days.

More information

1. Share your experiences of using mechanical ventilation at home

1. Share your experiences of using mechanical ventilation at home 1. Share your experiences of using mechanical ventilation at home We want to find out how people who use a ventilator at home feel about the equipment they use, and the support they receive. If you help

More information

Sign Language Interpretation Using Pseudo Glove

Sign Language Interpretation Using Pseudo Glove Sign Language Interpretation Using Pseudo Glove Mukul Singh Kushwah, Manish Sharma, Kunal Jain and Anish Chopra Abstract The research work presented in this paper explores the ways in which, people who

More information

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Jiann-I Pan* 1, Hui-Wen Chung 1, and Jen-Ju Huang 2 1 Department of Medical Informatics, Tzu-Chi University, Hua-Lien, Taiwan 2 Rehabilitation

More information

Development of the Web Users Self Efficacy scale (WUSE)

Development of the Web Users Self Efficacy scale (WUSE) Development of the Web Users Self Efficacy scale (WUSE) Eachus, P and Cassidy, SF Title Authors Type URL Published Date 2004 Development of the Web Users Self Efficacy scale (WUSE) Eachus, P and Cassidy,

More information

Project: Feedback Systems for Alternative Treatment of Obstructive Sleep Apnea

Project: Feedback Systems for Alternative Treatment of Obstructive Sleep Apnea Project: Feedback Systems for Alternative Treatment of Obstructive Sleep Apnea Idea: Create auditory and visual feedback systems to relate the amount of force back to the person exerting the force Potential

More information

Avaya Model 9611G H.323 Deskphone

Avaya Model 9611G H.323 Deskphone Avaya Model 9611G H.323 Deskphone Voluntary Product Accessibility Template (VPAT) The statements in this document apply to Avaya Model 9611G Deskphones only when they are configured with Avaya one-x Deskphone

More information

Effective Treatment for Obstructive Sleep Apnoea

Effective Treatment for Obstructive Sleep Apnoea Effective Treatment for Obstructive Sleep Apnoea The Series of Positive Airway Pressure devices from DeVilbiss Healthcare is designed to meet the varied needs of people suffering from Obstructive Sleep

More information

Development of Bio-impedance Analyzer (BIA) for Body Fat Calculation

Development of Bio-impedance Analyzer (BIA) for Body Fat Calculation IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Development of Bio-impedance Analyzer (BIA) for Body Fat Calculation Recent citations - Munawar A Riyadi et al To cite this article:

More information

AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT

AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT AUTOMATIC ACNE QUANTIFICATION AND LOCALISATION FOR MEDICAL TREATMENT Watcharaporn Sitsawangsopon (#1), Maetawee Juladash (#2), Bunyarit Uyyanonvara (#3) (#) School of ICT, Sirindhorn International Institute

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic for Avaya Vantage TM Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic is a simple communications application for the Avaya Vantage TM device, offering basic

More information

Communications Accessibility with Avaya IP Office

Communications Accessibility with Avaya IP Office Accessibility with Avaya IP Office Voluntary Product Accessibility Template (VPAT) 1194.23, Telecommunications Products Avaya IP Office is an all-in-one solution specially designed to meet the communications

More information

Effective Treatment for Obstructive Sleep Apnoea

Effective Treatment for Obstructive Sleep Apnoea Effective Treatment for Obstructive Sleep Apnoea The Series of Positive Airway Pressure devices from DeVilbiss Healthcare is designed to meet the varied needs of people suffering from Obstructive Sleep

More information

Sleep diagnostics systems

Sleep diagnostics systems Sleep diagnostics systems DeVilbiss Healthcare introduces the SleepDoc Porti diagnostics systems powered by the technology and expertise of Dr Fenyves und Gut. From a 5 channel respiratory screener up

More information

Sleep, Fatigue, and Performance. Gregory Belenky, M.D. Sleep and Performance Research Center

Sleep, Fatigue, and Performance. Gregory Belenky, M.D. Sleep and Performance Research Center Sleep, Fatigue, and Performance Gregory Belenky, M.D. The Earth at Night: The Problem of 24/7 Operations The 24-Hour Sleep/Wake Cycle Waking 0000 Slow Wave 1800 0600 REM 1200 Sleep-Related Factors Affecting

More information

Unobtrusive Movement Detection during Sleep based on Load Cell Dynamics

Unobtrusive Movement Detection during Sleep based on Load Cell Dynamics Unobtrusive Movement Detection during Sleep based on Load Cell Dynamics Adriana Miorelli Adami 1, André Gustavo Adami 1, Tamara Hayes 2, Zachary Beattie 2 1 Laboratório de Tecnologias em Saúde Universidade

More information

Accessible Incontinence Control Device

Accessible Incontinence Control Device Accessible Incontinence Control Device GROUP 8 Maroun Bousleiman, Erica Kramer, Yamalia Roberts, Zack Smith Roberts Sponsored by RERC Sponsored by RERC-AMI National Student Design AMI National Student

More information

Elsevier ClinicalKey TM FAQs

Elsevier ClinicalKey TM FAQs Elsevier ClinicalKey FAQs Table of Contents What is ClinicalKey? Where can I access ClinicalKey? What medical specialties are covered in ClinicalKey? What information is available through ClinicalKey?

More information

Clinical Policy Title: Actigraphy

Clinical Policy Title: Actigraphy Clinical Policy Title: Actigraphy Clinical Policy Number: 10.01.02 Effective Date: April 1, 2017 Initial Review Date: November 16, 2016 Most Recent Review Date: November 16, 2016 Next Review Date: November

More information

Beyond Sleep Hygiene: Behavioral Approaches to Insomnia

Beyond Sleep Hygiene: Behavioral Approaches to Insomnia Beyond Sleep Hygiene: Behavioral Approaches to Insomnia Rocky Garrison, PhD, CBSM Damon Michael Williams, RN, PMHNP-BC In House Counseling Laughing Heart LLC 10201 SE Main St. 12 SE 14 th Ave. Suite 10

More information

Ascribe Rx Online Resource Center User Guide

Ascribe Rx Online Resource Center User Guide Ascribe Rx Online Resource Center User Guide Contents Introduction... 1... 1 Wildcard functionality... 2 Canister Reports... 3 Canister aging... 3 Canister issues... 3 Current inventory... 4 Dispense Reports...

More information

Sleep habits and their consequences: a survey. Umar A. Khan, Sara N. Pasha, Sarah K. Khokhar, Asim A. Rizvi

Sleep habits and their consequences: a survey. Umar A. Khan, Sara N. Pasha, Sarah K. Khokhar, Asim A. Rizvi 1 Original Article Sleep habits and their consequences: a survey Umar A. Khan, Sara N. Pasha, Sarah K. Khokhar, Asim A. Rizvi Department of Medicine, Shifa International Hospital and Shifa College of Medicine,

More information

Actigraphy refers to the assessment of activity patterns by devices typically placed on the wrist or ankle

Actigraphy refers to the assessment of activity patterns by devices typically placed on the wrist or ankle Subject: Actigraphy Page: 1 of 13 Last Review Status/Date: June 2015 Actigraphy Description Actigraphy refers to the assessment of activity patterns by devices typically placed on the wrist or ankle that

More information

ACTTRUST USER MANUAL. Model: AT0503

ACTTRUST USER MANUAL. Model: AT0503 ACTTRUST USER MANUAL Model: AT0503 ActStudio Version: 1.0.6.0 Condor Instruments Ltda. 17/05/2017 Index Introduction... 5 Indications of Use... 5 Contraindications... 5 Adverse Effects... 5 Maintenance...

More information

Measuring sleep and sleepiness with mobile devices

Measuring sleep and sleepiness with mobile devices Measuring sleep and sleepiness with mobile devices Rebecca M. C. Spencer, PhD Personal Health Monitoring University of Massachusetts, Amherst Sleep IALS Why measure sleep? Memory Decisionmaking Stress

More information

Gender- and Age-Related Differences in Sleep Determined by Home-Recorded Sleep Logs and Actimetry From 400 Adults

Gender- and Age-Related Differences in Sleep Determined by Home-Recorded Sleep Logs and Actimetry From 400 Adults Sleep. 18(2):127-134 1995 American Sleep Disorders Association and Sleep Research Society Gender- and Age-Related Differences in Sleep Determined by Home-Recorded Sleep Logs and Actimetry From 400 Adults

More information

Note: This document describes normal operational functionality. It does not include maintenance and troubleshooting procedures.

Note: This document describes normal operational functionality. It does not include maintenance and troubleshooting procedures. Date: 28 SEPT 2016 Voluntary Accessibility Template (VPAT) This Voluntary Product Accessibility Template (VPAT) describes accessibility of Polycom s SoundStation Duo against the criteria described in Section

More information

Portable Stimulator Design Aimed at Differentiating Facial Nerves From Normal Tissues

Portable Stimulator Design Aimed at Differentiating Facial Nerves From Normal Tissues Journal of Medical Systems, Vol. 28, No. 2, April 2004 ( C 2004) Portable Stimulator Design Aimed at Differentiating Facial Nerves From Normal Tissues S. Kara, 1,2 S. Kemaloğlu, 1 F. Şener, 1 M. Okandan,

More information

Review Questions in Introductory Knowledge... 37

Review Questions in Introductory Knowledge... 37 Table of Contents Preface..... 17 About the Authors... 19 How This Book is Organized... 20 Who Should Buy This Book?... 20 Where to Find Answers to Review Questions and Exercises... 20 How to Report Errata...

More information

Avaya B159 Conference Telephone Voluntary Product Accessibility Template (VPAT)

Avaya B159 Conference Telephone Voluntary Product Accessibility Template (VPAT) Avaya B159 Conference Telephone Voluntary Product Accessibility Template (VPAT) The Avaya B159 Conference Telephone is a sophisticated speakerphone, intended for use by groups of ten or more individuals

More information

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42 Table of Contents Preface..... 21 About the Authors... 23 Acknowledgments... 24 How This Book is Organized... 24 Who Should Buy This Book?... 24 Where to Find Answers to Review Questions and Exercises...

More information

Western Hospital System. PSG in History. SENSORS in the field of SLEEP. PSG in History continued. Remember

Western Hospital System. PSG in History. SENSORS in the field of SLEEP. PSG in History continued. Remember SENSORS in the field of SLEEP Mrs. Gaye Cherry: Scientist in Charge Department of Sleep and Respiratory Medicine Sleep Disorders Unit Western Hospital PSG in History 1875: Discovery of brain-wave activity

More information

MEASUREMENT OF BODY COMPOSITION BY IMPEDENCEMETRY NUTRITION CENTRES

MEASUREMENT OF BODY COMPOSITION BY IMPEDENCEMETRY NUTRITION CENTRES Page 1 of 8 1. Scope This procedure is to be followed by the ECRIN Nutrition Centres when performing measurements of body composition by indpendencemetry This procedure describes the steps necessary to

More information

Actigraphy: Validity, Reliability, and Clinical Utility

Actigraphy: Validity, Reliability, and Clinical Utility Fall 2015 Meeting October 2-3, 2015 Actigraphy: Validity, Reliability, and Clinical Utility Cindy Nichols, PhD, DABSM, FAASM, CBSM Munson Sleep Disorders Center Traverse City, MI Conflict of Interest Disclosures

More information

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region International Journal of Scientific & Engineering Research, Volume 2, Issue 2, February-2011 1 Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region Vishal Sharma, Sanjay Kumar

More information

Actigraphy. Description. Section: Medicine Effective Date: April 15, 2017

Actigraphy. Description. Section: Medicine Effective Date: April 15, 2017 Subject: Actigraphy Page: 1 of 11 Last Review Status/Date: March 2017 Actigraphy Description Actigraphy refers to the assessment of activity patterns by devices typically placed on the wrist or ankle that

More information

Detection and Recognition of Sign Language Protocol using Motion Sensing Device

Detection and Recognition of Sign Language Protocol using Motion Sensing Device Detection and Recognition of Sign Language Protocol using Motion Sensing Device Rita Tse ritatse@ipm.edu.mo AoXuan Li P130851@ipm.edu.mo Zachary Chui MPI-QMUL Information Systems Research Centre zacharychui@gmail.com

More information

Phonak Target 4.3. Desktop Fitting Guide. Content. March 2016

Phonak Target 4.3. Desktop Fitting Guide. Content. March 2016 Phonak Target 4.3 March 2016 Desktop Fitting Guide This guide provides you with a detailed introduction to latest hearing instrument fitting with Phonak Target. www.phonakpro.com/target_guide Please also

More information

Instruction Manual Wellness Coach - Sleep

Instruction Manual Wellness Coach - Sleep Instruction Manual Wellness Coach - Sleep V1.4 JUNE 2018 TABLE OF CONTENTS INSTALL THE MOBILE APP WELLNESS COACH SLEEP...4 LOGIN TO WELLNESS COACH SLEEP...5 Login with a Wellness Coach Health account...5

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

Avaya one-x Communicator for Mac OS X R2.0 Voluntary Product Accessibility Template (VPAT)

Avaya one-x Communicator for Mac OS X R2.0 Voluntary Product Accessibility Template (VPAT) Avaya one-x Communicator for Mac OS X R2.0 Voluntary Product Accessibility Template (VPAT) Avaya one-x Communicator is a unified communications client that allows people to communicate using VoIP and Contacts.

More information

SUMMARY TABLE VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE

SUMMARY TABLE VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE Date: 1 August 2009 Voluntary Accessibility Template (VPAT) This Voluntary Product Accessibility Template (VPAT) describes accessibility of Polycom s Polycom CX200, CX700 Desktop IP Telephones against

More information

Comparison of arbitrary definitions of circadian time periods with those determined by wrist actigraphy in analysis of ABPM data

Comparison of arbitrary definitions of circadian time periods with those determined by wrist actigraphy in analysis of ABPM data Journal of Human Hypertension (1999) 13, 449 453 1999 Stockton Press. All rights reserved 0950-9240/99 $12.00 http://www.stockton-press.co.uk/jhh ORIGINAL ARTICLE Comparison of arbitrary definitions of

More information

User s Manual for Eclipse(AccuCap)

User s Manual for Eclipse(AccuCap) InnoCaption Agent Program User s Manual for Eclipse(AccuCap) VER 2.1.4 InnoCaptionAgent Ver 2.1.4 2015-10-12 InnoCaption 1 / 24 InnoCaption Agent User s Manual for Eclipse Table of Contents 1. GENERAL...

More information

REGRESSION IN PMS AND SLEEP DISTURBANCES IN PMS

REGRESSION IN PMS AND SLEEP DISTURBANCES IN PMS REGRESSION IN PMS AND SLEEP DISTURBANCES IN PMS RUTH O HARA, JOACHIM HALLMAYER, JON BERNSTEIN DELLA BRO, GILLIAN REIERSON, WENDY FROEHLICH-SANTINO, ALEXANDER URBAN, CAROLIN PURMANN, SEAN BERQUIST, JOSH

More information

Web-Based Home Sleep Testing

Web-Based Home Sleep Testing Editorial Web-Based Home Sleep Testing Authors: Matthew Tarler, Ph.D., Sarah Weimer, Craig Frederick, Michael Papsidero M.D., Hani Kayyali Abstract: Study Objective: To assess the feasibility and accuracy

More information

Avaya 3904 Digital Deskphone Voluntary Product Accessibility Template (VPAT)

Avaya 3904 Digital Deskphone Voluntary Product Accessibility Template (VPAT) Avaya 3904 Digital Deskphone Voluntary Product Accessibility Template (VPAT) The Avaya 3904 Digital Deskphone is an endpoint terminal used in conjunction with the Avaya Communication Server 1000 and Avaya

More information

Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data

Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data Marko Borazio and Kristof Van Laerhoven TU-Darmstadt, Germany http://www.ess.tu-darmstadt.de Abstract. This paper conducts

More information

Application of distributed lighting control architecture in dementia-friendly smart homes

Application of distributed lighting control architecture in dementia-friendly smart homes Application of distributed lighting control architecture in dementia-friendly smart homes Atousa Zaeim School of CSE University of Salford Manchester United Kingdom Samia Nefti-Meziani School of CSE University

More information

Sleep Management in Parkinson s

Sleep Management in Parkinson s Sleep Management in Parkinson s Booklet 1 Introduction An introduction to Sleep Management in Parkinson s Sleep disturbances are commonly experienced by those with Parkinson s, and by the relatives and

More information

Brief Report: Sleep in Parents of Children with Autism Spectrum Disorders

Brief Report: Sleep in Parents of Children with Autism Spectrum Disorders Brief Report: Sleep in Parents of Children with Autism Spectrum Disorders Lisa J. Meltzer, PHD Department of Pediatrics and Division of Pulmonary Medicine, University of Pennsylvania and The Children s

More information

Hanwell Instruments Ltd. Instruction Manual

Hanwell Instruments Ltd. Instruction Manual Hanwell Instruments Ltd Instruction Manual Document Title RL5000 Sensors - User Guide Document No. IM4177 Issue No. 3 Hanwell Instruments Ltd 12 Mead Business Centre Mead Lane Hertford SG13 7BJ UNITED

More information

Restless Leg Syndrome What does it mean to you in the middle of the night?

Restless Leg Syndrome What does it mean to you in the middle of the night? S Restless Leg Syndrome What does it mean to you in the middle of the night? David A. Weed, DO, FCCP, D, ABSM Sleep Disorders Center ~ The Aroostook Medical Center Presque Isle, Maine S 1990 S 22 year

More information

Posture Monitor. User Manual. Includes setup, guidelines and troubleshooting information for your Posture Monitor App

Posture Monitor. User Manual. Includes setup, guidelines and troubleshooting information for your Posture Monitor App Posture Monitor User Manual Includes setup, guidelines and troubleshooting information for your Posture Monitor App All rights reserved. This manual shall not be copied, in whole or in part, without the

More information

Detection and Plotting Real Time Brain Waves

Detection and Plotting Real Time Brain Waves Detection and Plotting Real Time Brain Waves Prof. M. M. PAL ME (ESC(CS) Department Of Computer Engineering Suresh Deshmukh College Of Engineering, Wardha Abstract - The human brain, either is in the state

More information

ShoreTel Trunk Side Integration Guide

ShoreTel Trunk Side Integration Guide ShoreTel Trunk Side Integration Guide 4/27/2012 Americas Headquarters OAISYS 7965 S. Priest Drive, Suite 105 Tempe, AZ 52284 USA www.oaisys.com (480) 496-9040 SHORETEL TRUNK SIDE INTEGRATION ABOUT THIS

More information

Sleep Diagnostics. With your investment in the SomnoStar

Sleep Diagnostics. With your investment in the SomnoStar Sleep Diagnostics With your investment in the SomnoStar system, you are receiving not only the most sought after sleep system on the market today, but also a partnership with a company dedicated to serving

More information