Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System

Size: px
Start display at page:

Download "Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System"

Transcription

1 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 Department, Buddhist Tzu-Chi General Hospital, Hua-Lien, Taiwan * jipan@mail.tcu.edu.tw Abstract. Upper limb function rehabilitation exercises can assist in improving shoulder pain, activity, and maintain muscle strength. In addition to the regular supervision of professional rehabilitation staff, comply with the self-home rehabilitation can highlight the effectiveness. In this paper, smart phone is served as the platform which integrates an accelerometer-based senor network to facilitate the monitoring of self-home exercise rehabilitation for frozen shoulder patients. The acceleration-based sensor network consists of two developed accelerometer sensors and the smart phone build-in accelerometer, which communicated by Bluetooth protocol. The activities of upper limb exercise is recognized by the Support Vector Machine algorithms, and recorded in smart phone. The records can be used to remind the patients what he/she has done. On the other hands, the records can be uploaded to the server in hospital for helping physicians to monitoring the exercise effectiveness. The proposed approach is low cost and easy to upgrade for further different monitoring target by installing a new Android APP. Keywords: Frozen shoulder, Self-home rehabilitation, Sensor network, Smartphone, SVM. 1. Introduction Frozen shoulder, also referred as adhesive capsulitis, usually occurred after the 40- year-old and more women than men. Frozen shoulder will cause pain and restrict the range of motion (ROM) of the shoulder, and further to affect their daily lives. The early active rehabilitation treatment will help to reduce the recovery time of joint limited, and improve the daily life as eating, dressing, toilet function, and so on. Upper limb rehabilitation exercise therapy can reduce spasms and reduce pain, really effective to improve the activity of the shoulder joint, and further avoid lymphedema occurred in real life. However, the effectiveness of the rehabilitation is often unable to reveal [1]. The main reason for the low effectiveness of rehabilitation is the patients cannot really adherence the exercise prescription at home for rehabilitation. The most IST 2013, ASTL Vol. 23, pp , 2013 SERSC

2 Proceedings, The 2nd International Conference on Information Science and Technology important part of the rehabilitation is to maintain daily fixed shoulder mobility. The patients will be easy to give up according to they doubt the effectiveness of the rehabilitation. According to the MEMS technology growing quickly, the sensors that based on accelerometers and/or gyroscope are wildly used for activity assessment and recognition [1][3][4]. With the popularity of the smart mobile devices, their related applications have vigorous developed. The establishment of the intelligent mobile phone as the calculation core, combined with the accelerometer-based motion detectors, will facilitate the effectiveness of many home care activities [1][2]. In this paper, we present a wearable sensor network that integrated sensors of tri-axial accelerometer and smartphone for upper limb rehabilitation exercise monitoring system. The rehabilitation activities data are collected by accelerometers from wearable sensors and smart phone built-in, and recognized by support vector machine algorithm. In this study, there are six exercise types be monitored, i.e. (1) touching ear (external rotation), (2) fingers climbing wall- facing the wall and side to the wall, (3) pendulum clockwise and pendulum-counter clockwise, (4) front active (flexion), (5) side active (abduction), and (6) back hand raise (internal rotation). This paper is organized as follows. Section 2 introduces the proposed self-home rehabilitation exercise monitoring system architecture. Section 3 shows the experiment results. Finally, a brief conclusion is given in Section Self-Home Rehabilitation Exercise Monitoring System Architecture The proposed self-home rehabilitation exercise monitoring system architecture is shown in Figure 1. Fig. 1. The proposed system architecture. 266

3 Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System The hardware of the proposed system includes two accelerometry-based sensors and an Android-based smartphone. The sensors responsible to collect body movement data, and the smartphone served as the main calculation unit. The main components of this system are introduced as follows. (A) Accelerometry-based sensor. The sensor is composed by the following components (1) tri-axial acceleration sensing unit LIS3LV02DQ, (2) the processing unit is MSP430F169 microcontroller, (3) a wireless transmission unit is BTM-112 Bluetooth module, (4) power supply unit use a lightweight rechargeable lithium battery. The volume of the sensor is 40mm*28mm*18mm (see Figure 2). The sampling frequency is set as 32Hz. Fig. 2. The accelerometry-based sensor. (B) Signal Filter. In order to eliminate the noise from hardware circuit, we adapted a nonlinear signal filter, i.e. median filter, to pre-process the acceleration signal. The window size is set as 7. After median filter, used low-pass (moving average) filter to smooth the acceleration signal. The window size is set as 30. (C) Segmentation. The accelerometer data were digitally filtered with a median filter to remove highfrequency noise and then segmented to isolate movement actions. The patient is asked to press the Start button when he or she beginning the periodically exercises, and to press end button when he finished for each single exercise. Each single exercise may be includes one or more actions. There is an interval of 3 seconds of time to rest between actions and action. The segmentation was performed to distinguish each action for counting how many times patient did. In order to improve the effect of rehabilitation, the patient will be required to hold stationary for more than 5 seconds when his action reached its highest ROM. The collected raw data, which includes the state of stationary (static) and the state of movement (dynamic) (see the Figure 4), are through a segmentation algorithm. There are four stages in segmentation algorithm: (1) Calculate the Energy distinguish between stationary and movement; (2) for the stationary state and the initial action, the Dynamic Time Warping (DTW) [4] is performed to distinguish different actions between segments; (3) Use Haar wavelet transform function [5] to cut out the start and end of the action (4) segment each detailed actions from the continuity of rehabilitation exercise. 267

4 Proceedings, The 2nd International Conference on Information Science and Technology Fig. 3. Segmenting the static and dynamic states. (D) Feature extraction. Features were derived from the accelerometer data to capture aspects of activity such as speed, smoothness, and coordination. Specifically, we estimated the following five features: (1) mean value of the accelerometer time series; (2) root mean square value of the accelerometer time series; (3) maximum value of the velocity time series; (4) minimum value of the velocity time series; and (5) entropy of the accelerometer time series (E) Classifier. In this study, the Support vector machine [6] is adapted as the core classification algorithm. The SVM classification is wildly used to mainly deal with binary data classification and regression. As there are various rehabilitation activities in the system, the SVM processing is one-versus-all, i.e. the problem is divided into N categories classification (in particular, there are six exercise types in this study). During the training phase, the collected training data is used to construct the support hyperplane. According to the identified features, the data point tagged with 1 when it approaches to one category, otherwise other categories using -1. As such, one input testing data will be tested by the N support hyperplane and then be classified into the most correctness categories. 3. Results The sensors and smartphone are wearing as Figure 4. The smartphone is placed on the wrist for easy to operate the monitoring system. Fig. 4. The sensors and smartphone are placed on the affected shoulder and the chest. Table 1 shows the number of exercises in this experiment. 268

5 Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Table 1. Exercise types and action numbers of training, testing, and evaluation. Exercise types Total actions Training Testing Validation Touching ear (see Fig.5(a)) Fingers climbing wall (see Fig.5(b)) Pendulum clockwise and counter clockwise (see Fig.5(c)) front active (see Fig.5(d)) side active (see Fig.5(e)) Back hand raise (see Fig.5(f)) (a)touching ear (b) fingers climbing wall (c) pendulum counter clockwise (d) front active Fig. 5. The monitored target activities of rehabilitation exercise. (e) side active (f) Back hand raise A prototype of the intelligent rehabilitation monitoring system has been developed. The experimentation is took place in the laboratory and involved three men and seven women subjects whose aged between 21 and 23. In order to simulate variety possible angles of patients happened, each subject has made the six rehabilitation exercise several times (see Table 1). The captured data of subjects S1 to S8 are mixed and divided into training group (60%) and testing group (20%). The data of subjects S9 and S10 are separated from the others which served as the validation data. The testing results and validation results are shown in Table 2. The accuracy is defined as 1 (errors / total)% where the errors include all unexpected data. Table 2. The testing result s. Exercise Type touching ear fingers climbing wall pendulum clockwise front active side active Back hand raise Accuracy testing 85 % 97.5 % 95 % 82.5 % 70 % 100 % validation 100 % 97.5 % % 87.5 % 85 % 100 % As shows in our experiment, there are two main categories of errors that infected the final monitoring correctness. First is the segmentation error. It is easy to make a 269

6 Proceedings, The 2nd International Conference on Information Science and Technology counting error by jitters during maximum ROM holding states. Second is the recognizing error. It is usually caused by the similar movement. For example, the ill arm has similar movement in the front active and side active. 4. Conclusion In this paper, we have presented a low cost and expandable approach to monitoring frozen shoulder rehabilitation for patient at home. Two accelerometer-based sensors and an accelerometer build-in smartphone captured the rehabilitation exercises, and recognized by SVM classification algorithm which implemented in the smartphone. The proposed self-home rehabilitation exercise monitoring system provides three main benefits. (1) Visibility: physiatrists can follow up the exercise prescription, i.e. actually daily times of rehabilitation, by exercise records on smartphone; (2) Portability: the system is not limited to a specific location, and can carry on rehabilitation exercises anytime and anywhere; and (3) Extendibility: the main software installed in the smart phone can extend or update its functionalities through the app update procedure without modifying the hardware. Acknowledgment This project was supported by the National Science Council of Taiwan (Grant No: NSC E ). References 1. Patel, S., Hughes, R., Hester, T., Stein, J., Akay, M., Dy, J.G., and Bonato, P., A Novel Approach to Monitor Rehabilitation Outcomes in Stroke Survivors using Wearable Technology. IEEE, Vol. 98, Issue: 3, pp , March (2010). 2. Bourke, A.K., O Brien, J.V., and Lyons, G.M., Evaluation of a threshold-based tri-axial accelerometer fall detection algorithm. Journal of Gait and Posture, Vol. 26, Issue: 2, pp , (2007). 3. Giuffrida, J.P., Lerner, A., Steiner, R., and Daly, J., Upper-extremity stroke therapy task discrimination using motion sensors and electromyography. IEEE Transactions Neural Systems and Rehabilitation Engineering, Vol. 16, Issue: 1, pp , Feb. (2008). 4. Muscillo, R., Schmid, M., Conforto, S., and D Alessio, T., Early recognition of upper limb motor tasks through accelerometers : real-time implementation of a DTW-based algorithm. Computers in Biology and Medicine,Vol. 41, Issue: 3, pp , (2011) 5. Haar, A., Zur theorie der orthogonalen funktionen systeme, Mathematische Annalen. Vol. 69, pp , (1910). 6. Chang, C.C., and Lin, C.J., LIBSVM: A Library for Support Vector Machines. Journal of ACM Transactions on Intelligent Systems and Technology,Vol. 2, Issue: 3, Article 27, 27 pages,(2011). 270

Intelligent Shoulder Joint Home-Based Self-Rehabilitation Monitoring System

Intelligent Shoulder Joint Home-Based Self-Rehabilitation Monitoring System , pp.395-404 http://dx.doi.org/10.14257/ijsh.2013.7.5.38 Intelligent Shoulder Joint Home-Based Self-Rehabilitation Monitoring System Jiann-I Pan *1, Hui-Wen Chung 1 and Jan-Jue Huang 2 1 Department of

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

Keywords Seizure detection, jerking movement detection, epilepsy seizure, Android app, personal health care

Keywords Seizure detection, jerking movement detection, epilepsy seizure, Android app, personal health care Volume 6, Issue 9, September 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Android

More information

Smart Gloves for Hand Gesture Recognition and Translation into Text and Audio

Smart Gloves for Hand Gesture Recognition and Translation into Text and Audio Smart Gloves for Hand Gesture Recognition and Translation into Text and Audio Anshula Kumari 1, Rutuja Benke 1, Yasheseve Bhat 1, Amina Qazi 2 1Project Student, Department of Electronics and Telecommunication,

More information

ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE

ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE Bing-Shiang Yang, Yu-Ting Lee, and Cheng-Wei Lin Biomechanics and Medical Application Laboratory, Department of Mechanical

More information

Human Sport Activities Recognition and Registration from Portable Device

Human Sport Activities Recognition and Registration from Portable Device Human Sport Activities Recognition and Registration from Portable Device Bernardas Zokas, Mantas Lukoševičius Department of Software Engineering Kaunas University of Technology Kaunas, Lithuania zokas.bernardas@ktu.edu,

More information

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Bio-Medical Materials and Engineering 26 (2015) S1059 S1065 DOI 10.3233/BME-151402 IOS Press S1059 Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Yong Xia

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

Squid: Exercise Effectiveness and. Muscular Activation Tracking

Squid: Exercise Effectiveness and. Muscular Activation Tracking 1 Squid: Exercise Effectiveness and Muscular Activation Tracking Design Team Trevor Lorden, Adam Morgan, Kyle Peters, Joseph Sheehan, Thomas Wilbur Interactive Media Alexandra Aas, Alexandra Moran, Amy

More information

Portable Healthcare System with Low-power Wireless ECG and Heart Sounds Measurement

Portable Healthcare System with Low-power Wireless ECG and Heart Sounds Measurement Portable Healthcare System with Low-power Wireless ECG and Heart Sounds Measurement Yi-Hsuan Liu, Yi-Ting Lee, and Yu-Jung Ko Department of Electrical Engineering, National Tsing Hua University, Hsinchu,

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

Connected to my Health

Connected to my Health Connected to my Health Paris, France I have been manufacturing medical devices for over 20 years. With ihealth, I wanted to move away from making basic medical devices to make devices that would help people

More information

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed 1 Sungyoon Lee, 1 Jaesung Oh, 1 Youngwon Kim, 1 Minsuk Kwon * Jaehyo Kim 1 Department of mechanical & control engineering, Handong University, qlfhlxhl@nate.com * Department of mechanical & control engineering,

More information

Intelligent Medicine Case for Dosing Monitoring and Support

Intelligent Medicine Case for Dosing Monitoring and Support The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Intelligent Medicine Case for Dosing Monitoring and Support Takuo Suzuki and Yasushi Nakauchi

More information

An Investigation of Social Identity in Smart Healthcare System for Physiotherapy Exercises

An Investigation of Social Identity in Smart Healthcare System for Physiotherapy Exercises An Investigation of Social Identity in Smart Healthcare System for Physiotherapy Exercises Wen Yong Chua wenyong@comp.nus.edu.sg Yeow Chuan Ng disnyc@nus.edu.sg Klarissa T.T. Chang chang@comp.nus.edu.sg

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

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

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation The Computer Assistance Hand Gesture Recognition system For Physically Impairment Peoples V.Veeramanikandan(manikandan.veera97@gmail.com) UG student,department of ECE,Gnanamani College of Technology. R.Anandharaj(anandhrak1@gmail.com)

More information

Epi-Care Wrist Sensor

Epi-Care Wrist Sensor epilepsyalarmsuk Connected freedom Introducing the exclusive Epi-Care Wrist Sensor Thank you for ordering this information pack Epilepsy affects over 600,000 people in the UK. There are many different

More information

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing Care that makes sense The population is constantly aging Chronic diseases are getting more prominent Increasing

More information

Towards Longitudinal Data Analytics in Parkinson s Disease

Towards Longitudinal Data Analytics in Parkinson s Disease Towards Longitudinal Data Analytics in Parkinson s Disease N.F. Fragopanagos 1, S. Kueppers 23, P. Kassavetis 4, M.U. Luchini 3, and G. Roussos 2 1 Retechnica Ltd 2 Birkbeck College, University of London

More information

rapael smart rehab solution

rapael smart rehab solution rapael smart rehab solution RAPAEL Smart Rehabilitation concept Intensive Repetitive Task-oriented Learning Schedule Algorithm for rehabilitation Individualized adaptive training RAPAEL Smart Rehabilitation

More information

An Accelerometer Based Sensor Platform for Insitu Elite Athlete Performance Analysis

An Accelerometer Based Sensor Platform for Insitu Elite Athlete Performance Analysis An Accelerometer Based Sensor Platform for Insitu Elite Athlete Performance Analysis Author James, Daniel, Davey, Neil, Rice, Tony Published 2004 Conference Title technical program and Abstracts IEEE sensor

More information

Sensing Fork: Eating Behavior Detection Utensil and Mobile Persuasive Game

Sensing Fork: Eating Behavior Detection Utensil and Mobile Persuasive Game Sensing Fork: Eating Behavior Detection Utensil and Mobile Persuasive Game Azusa KADOMURA Department of Computer Science, Ochanomizu University azusa@is.ocha.ac.jp Kelvin Cheng-Yuan LI Department of Computer

More information

Real-time Heart Monitoring and ECG Signal Processing

Real-time Heart Monitoring and ECG Signal Processing Real-time Heart Monitoring and ECG Signal Processing Fatima Bamarouf, Claire Crandell, and Shannon Tsuyuki Advisors: Drs. Yufeng Lu and Jose Sanchez Department of Electrical and Computer Engineering Bradley

More information

POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG

POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG Anusha P 1, Madhuvanthi K 2, Aravind A.R 3 1 Department of Electronics and Communication Engineering, Prince Shri Venkateshwara

More information

rapael smart rehab solution

rapael smart rehab solution rapael smart rehab solution RAPAEL Smart Rehabilitation concept Intensive Repetitive Task-oriented Learning Schedule Algorithm for rehabilitation Individualized adaptive training RAPAEL Smart Rehabilitation

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT PROJECT PERIODIC REPORT Project acronym: Project full title: Grant agreement no: CuPiD Closed-loop system for personalized and at-home rehabilitation of people with Parkinson's Disease ICT 288516 Project

More information

Measurement of Soft Tissue Deformation to Improve the Accuracy of a Body-Mounted Motion Sensor

Measurement of Soft Tissue Deformation to Improve the Accuracy of a Body-Mounted Motion Sensor Measurement of Soft Tissue Deformation to Improve the Accuracy of a Body-Mounted Motion Sensor Tao Liu e-mail: liu.tao@kochi-tech.ac.jp oshio Inoue Kyoko Shibata Department of Intelligent Mechanical Systems

More information

Advanced Sleep Management System

Advanced Sleep Management System Initial Project and Group Identification Document September 11, 2012 Advanced Sleep Management System A system to monitor and aid the quality of sleep. Department of Electrical Engineering & Computer Science

More information

Analyzing Hand Therapy Success in a Web-Based Therapy System

Analyzing Hand Therapy Success in a Web-Based Therapy System Analyzing Hand Therapy Success in a Web-Based Therapy System Ahmed Elnaggar 1, Dirk Reichardt 1 Intelligent Interaction Lab, Computer Science Department, DHBW Stuttgart 1 Abstract After an injury, hand

More information

Smart Wearable Body Equilibrium Correction System with Mobile Device

Smart Wearable Body Equilibrium Correction System with Mobile Device 2017 International Conference on Computer Science and Application Engineering (CSAE 2017) ISBN: 978-1-60595-505-6 Smart Wearable Body Equilibrium Correction System with Mobile Device Boon Giin Lee *, Teak

More information

Design of the HRV Analysis System Based on AD8232

Design of the HRV Analysis System Based on AD8232 207 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 207) ISB: 978--60595-50-8 Design of the HRV Analysis System Based on AD8232 Xiaoqiang Ji,a, Chunyu ing,b, Chunhua Zhao

More information

A Smartphone-based Wellness Assessment Using Mobile Sensors

A Smartphone-based Wellness Assessment Using Mobile Sensors A Smartphone-based Wellness Assessment Using Mobile Sensors Katherine McLeod, Liudmyla Girchenko, Peter Spenler, and Petros Spachos School of Engineering, University of Guelph Guelph, ON, N1G 2W1, Canada

More information

An Innovative Measurement in Musculoskeletal Rehabilitation Using 3D Motion Analysis

An Innovative Measurement in Musculoskeletal Rehabilitation Using 3D Motion Analysis An Innovative Measurement in Musculoskeletal Rehabilitation Using 3D Motion Analysis Caroline Wong 1 Leo Kam 1 Sharon Tsang 2 1. Physiotherapist I, Prince of Wales Hospital, Hong Kong 2. Assistant Professor,

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

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

CHAPTER 11 UNIVERSITY OF DENVER

CHAPTER 11 UNIVERSITY OF DENVER CHAPTER 11 UNIVERSITY OF DENVER School of Engineering and Computer Science Department of Engineering 2390 S. York Street Denver, CO 80208 Principal Investigator: Kimberly E. Newman (303)871-3436 kinewman@du.edu

More information

Χρήση έξυπνων τεχνολογιών στην ανίχνευση κολπικής μαρμαρυγής Use of smart technology in atrial fibrillation detection

Χρήση έξυπνων τεχνολογιών στην ανίχνευση κολπικής μαρμαρυγής Use of smart technology in atrial fibrillation detection Χρήση έξυπνων τεχνολογιών στην ανίχνευση κολπικής μαρμαρυγής Use of smart technology in atrial fibrillation detection Χάρης Κοσσυβάκης Επιμελητής A Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ» Risk of Stroke

More information

Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet

Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet To cite this article:

More information

The Cross-platform Application for Arrhythmia Detection

The Cross-platform Application for Arrhythmia Detection The Cross-platform Application for Arrhythmia Detection Alexander Borodin, Artem Pogorelov, Yuliya Zavyalova Petrozavodsk State University (PetrSU) Petrozavodsk, Russia {aborod, pogorelo, yzavyalo}@cs.petrsu.ru

More information

Development of User Intend Understand Module of FSR Sensor Base for Low Cost Rehabilitation Robots

Development of User Intend Understand Module of FSR Sensor Base for Low Cost Rehabilitation Robots 146 Development of User Intend Understand Module of FSR Sensor Base for Low Cost Rehabilitation Robots Young-Kwang Im, Hyun-Chul Kim, Tea-Jin Kim, Young-Won Kim and Eung-Hyuk Lee, Department of Electronic

More information

Set Your World in Motion. Skeleton measurement

Set Your World in Motion. Skeleton measurement Set Your World in Motion Skeleton measurement What is skeleton measurement? Use measurement tools, according to the definition of the size of the bones in various parts of the actor s body is measured

More information

Digital Biomarkers in Neurology. Digital Biomarkers Conference March 31, 2016

Digital Biomarkers in Neurology. Digital Biomarkers Conference March 31, 2016 Digital Biomarkers in Neurology Digital Biomarkers Conference March 31, 2016 Outline Rationale Smartphones in Parkinson disease Wearables in movement disorders Future 2 Outline Rationale Smartphones in

More information

Wearable Computing Systems for Sensor Based Movement Analysis

Wearable Computing Systems for Sensor Based Movement Analysis Wearable Computing Systems for Sensor Based Movement Analysis Dominik Schuldhaus & Bjoern Eskofier, Ph.D. Digital Sports Group, Pattern Recognition Lab (CS 5) 06.12.2013 Introduction The Pattern Recognition

More information

PCA Enhanced Kalman Filter for ECG Denoising

PCA Enhanced Kalman Filter for ECG Denoising IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 06-13 www.iosrjournals.org PCA Enhanced Kalman Filter for ECG Denoising Febina Ikbal 1, Prof.M.Mathurakani

More information

Patient Status Engine AI based on Vital Signs StartUp- und Digitalisierungspreis der ENTSCHEIDERFABRIK Medica Isansys Lifecare Europe GmbH

Patient Status Engine AI based on Vital Signs StartUp- und Digitalisierungspreis der ENTSCHEIDERFABRIK Medica Isansys Lifecare Europe GmbH Patient Status Engine AI based on Vital Signs StartUp- und Digitalisierungspreis der ENTSCHEIDERFABRIK Medica 2018 Isansys Lifecare Europe GmbH Digital Health? Digitisation of Process and Information Hospital

More information

Hand of Hope. For hand rehabilitation. Member of Vincent Medical Holdings Limited

Hand of Hope. For hand rehabilitation. Member of Vincent Medical Holdings Limited Hand of Hope For hand rehabilitation Member of Vincent Medical Holdings Limited Over 17 Million people worldwide suffer a stroke each year A stroke is the largest cause of a disability with half of all

More information

The Optimum Choice for Implantologist

The Optimum Choice for Implantologist The Optimum Choice for Implantologist What is essential for your practice? What s the best way to choose a 3D X-ray machine for implant treatment planning? 02 Doctor says.. There are diagnostic limitations

More information

Wearable Video Monitoring of People with Age Dementia: Video Indexing at the Service of Healthcare

Wearable Video Monitoring of People with Age Dementia: Video Indexing at the Service of Healthcare Wearable Video Monitoring of People with Age Dementia: Video Indexing at the Service of Healthcare Rémi Megret, IMS Daniel Szolgay, Jenny Benois-Pineau, LaBRI Philippe Joly, Julien Pinquier, IRIT Jean-François

More information

A novel approach in confronting hand tremor. Team Members

A novel approach in confronting hand tremor. Team Members ARISTOTLE UNIVERSITY OF THESSALONIKI Dept. of Electrical & Computer Engineering Telecommunications Division Thessaloniki, Greece A novel approach in confronting hand tremor Team Members Angeliki Papathanasiou

More information

Healthcare Measurement of ECG and Body Temperature Signals Using Android Mobile

Healthcare Measurement of ECG and Body Temperature Signals Using Android Mobile Healthcare Measurement of ECG and Body Temperature Signals Using Android Mobile V. Navaneethan 1 and R.Kavitha 2 1 M.E, IIISEM, Department of Software Engineering, 2 Assistant Professor, Department of

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

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Literature Survey Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is

More information

Telerehabilitation.

Telerehabilitation. Telerehabilitation www.fisiokinesiterapia.biz HUMAN/MACHINE DESIGN LAB Stimulated Muscles = Power u F Brace = Trajectory guidance Brake = Control, stability x,v T Haptic interfaces for virtual product

More information

The intelligent space for the elderly Implementation of fall detection algorithm

The intelligent space for the elderly Implementation of fall detection algorithm SICE Annual Conference 2012 August 20-23, 2012, Akita University, Akita, Japan The intelligent space for the elderly Implementation of fall detection algorithm Somchanok Tivatansakul 1, Sikana Tanupaprungsun

More information

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Electrical and Computer Engineering Department Volgenau School of Engineering George

More information

Developing a Game-Based Proprioception Reconstruction System for Patients with Ankle Sprain

Developing a Game-Based Proprioception Reconstruction System for Patients with Ankle Sprain Developing a Game-Based Proprioception Reconstruction System for Patients with Ankle Sprain Yu-Cheng Lin, Chung Shan Medical University, Taiwan Tzu-Fang Sheu, Providence University, Taiwan Hsiao Ping Lee,

More information

Connecting the STIM ontrack App to your Bone Growth Therapy Device

Connecting the STIM ontrack App to your Bone Growth Therapy Device STIM ontrack Mobile App An accessory available to you to use with your Orthofix Bone Growth Therapy device that encourages you to adhere to treatment sessions prescribed by your physician. Connecting the

More information

StopWatch. - a smartwatch based system for passive detection of cigarette smoking. Andy Skinner, Chris Stone, Hazel Doughty, Marcus Munafò

StopWatch. - a smartwatch based system for passive detection of cigarette smoking. Andy Skinner, Chris Stone, Hazel Doughty, Marcus Munafò StopWatch - a smartwatch based system for passive detection of cigarette smoking Andy Skinner, Chris Stone, Hazel Doughty, Marcus Munafò Tobacco and Alcohol Research Group MRC Integrative Epidemiology

More information

Design Considerations and Clinical Applications of Closed-Loop Neural Disorder Control SoCs

Design Considerations and Clinical Applications of Closed-Loop Neural Disorder Control SoCs 22nd Asia and South Pacific Design Automation Conference (ASP-DAC 2017) Special Session 4S: Invited Talk Design Considerations and Clinical Applications of Closed-Loop Neural Disorder Control SoCs Chung-Yu

More information

DETECTION OF EPILEPTIC SEIZURE SIGNALS USING FUZZY RULES BASED ON SELECTED FEATURES

DETECTION OF EPILEPTIC SEIZURE SIGNALS USING FUZZY RULES BASED ON SELECTED FEATURES e-issn 2455 1392 Volume 3 Issue 1, January 2017 pp. 22 28 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com DETECTION OF EPILEPTIC SEIZURE SIGNALS USING FUZZY RULES BASED ON SELECTED FEATURES

More information

An Edge-Device for Accurate Seizure Detection in the IoT

An Edge-Device for Accurate Seizure Detection in the IoT An Edge-Device for Accurate Seizure Detection in the IoT M. A. Sayeed 1, S. P. Mohanty 2, E. Kougianos 3, and H. Zaveri 4 University of North Texas, Denton, TX, USA. 1,2,3 Yale University, New Haven, CT,

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

A Real-Time Large Vocabulary Recognition System For Chinese Sign Language

A Real-Time Large Vocabulary Recognition System For Chinese Sign Language A Real-Time Large Vocabulary Recognition System For Chinese Sign Language Wang Chunli (1) GAO Wen (2) Ma Jiyong (2) (1) (Department of Computer, Dalian University of Technology, Dalian 116023) (2) (Institute

More information

International Journal of Engineering Research in Computer Science and Engineering (IJERCSE) Vol 5, Issue 3, March 2018 Gesture Glove

International Journal of Engineering Research in Computer Science and Engineering (IJERCSE) Vol 5, Issue 3, March 2018 Gesture Glove Gesture Glove [1] Kanere Pranali, [2] T.Sai Milind, [3] Patil Shweta, [4] Korol Dhanda, [5] Waqar Ahmad, [6] Rakhi Kalantri [1] Student, [2] Student, [3] Student, [4] Student, [5] Student, [6] Assistant

More information

Optimizing deep brain stimulation settings using wearable sensing technology

Optimizing deep brain stimulation settings using wearable sensing technology Optimizing deep brain stimulation settings using wearable sensing technology The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Q: What is the relationship between muscle forces and EMG data that we have collected?

Q: What is the relationship between muscle forces and EMG data that we have collected? FAQs ABOUT OPENSIM Q: What is the relationship between muscle forces and EMG data that we have collected? A: Muscle models in OpenSim generate force based on three parameters: activation, muscle fiber

More information

GLOVES BASED HAND GESTURE RECOGNITION USING INDIAN SIGN LANGUAGE

GLOVES BASED HAND GESTURE RECOGNITION USING INDIAN SIGN LANGUAGE GLOVES BASED HAND GESTURE RECOGNITION USING INDIAN SIGN LANGUAGE V. K. Bairagi 1 International Journal of Latest Trends in Engineering and Technology Vol.(8)Issue(4-1), pp.131-137 DOI: http://dx.doi.org/10.21172/1.841.23

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

Electromyogram-Assisted Upper Limb Rehabilitation Device

Electromyogram-Assisted Upper Limb Rehabilitation Device Electromyogram-Assisted Upper Limb Rehabilitation Device Mikhail C. Carag, Adrian Joseph M. Garcia, Kathleen Mae S. Iniguez, Mikki Mariah C. Tan, Arthur Pius P. Santiago* Manufacturing Engineering and

More information

Biceps Activity EMG Pattern Recognition Using Neural Networks

Biceps Activity EMG Pattern Recognition Using Neural Networks Biceps Activity EMG Pattern Recognition Using eural etworks K. Sundaraj University Malaysia Perlis (UniMAP) School of Mechatronic Engineering 0600 Jejawi - Perlis MALAYSIA kenneth@unimap.edu.my Abstract:

More information

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

Chapter 2. Development of a portable device for tele-monitoring. of physical activities during sleep Author: Chih-Ming Cheng (2007-07-11); recommended: Yeh-Liang Hsu (2007-07-). Note: This article is Chapter 2 of Chih-Ming Cheng s PhD thesis Development of a portable system for tele-monitoring of sleep

More information

ECHORD call1 experiment MAAT

ECHORD call1 experiment MAAT ECHORD call1 experiment MAAT Multimodal interfaces to improve therapeutic outcomes in robot-assisted rehabilitation Loredana Zollo, Antonino Salerno, Eugenia Papaleo, Eugenio Guglielmelli (1) Carlos Pérez,

More information

Priya Rani 1, A N Cheeran 2, Vaibhav D Awandekar 3 and Rameshwari S Mane 4

Priya Rani 1, A N Cheeran 2, Vaibhav D Awandekar 3 and Rameshwari S Mane 4 Remote Monitoring of Heart Sounds in Real-Time Priya Rani 1, A N Cheeran 2, Vaibhav D Awandekar 3 and Rameshwari S Mane 4 1,4 M. Tech. Student (Electronics), VJTI, Mumbai, Maharashtra 2 Associate Professor,

More information

Study on a Footwork Training and Testing System

Study on a Footwork Training and Testing System Proceedings Study on a Footwork Training and Testing System Qi Hu *, Qi Chen, Yongqing Liu and Qingkai Zhen Sport Engineering Center, China Institute of Sport Science, Beijing 100061, China; chenqi@ciss.cn

More information

SleepMonitor: Monitoring Respiratory Rate and Body Position During Sleep Using Smartwatch

SleepMonitor: Monitoring Respiratory Rate and Body Position During Sleep Using Smartwatch SleepMonitor: Monitoring Respiratory Rate and Body Position During Sleep Using Smartwatch XIAO SUN, LI QIU, YIBO WU, YEMING TANG, and GUOHONG CAO, The Pennsylvania State University, University Park. Respiratory

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Wireless sensors and lifestyle

Wireless sensors and lifestyle Wireless sensors and lifestyle Per Hasvold Administrative Leader Tromsø Telemedicine Laboratory CRI Norwegian Centre for Telemedicine CyberNINA (1999) John 44 years Overweight Risk of diabetes and cardiovascular

More information

Design of a Virtual Robotic Arm based on the EMG variation

Design of a Virtual Robotic Arm based on the EMG variation , pp.38-43 http://dx.doi.org/10.14257/astl.2015.113.09 Design of a Virtual Robotic Arm based on the EMG variation Ho-Sun Shin 1, Asilbek Ganiev 2, Kang-Hee Lee 2 1 Department of Cultural Contents, Soongsil

More information

Contour-based Hand Pose Recognition for Sign Language Recognition

Contour-based Hand Pose Recognition for Sign Language Recognition Contour-based Hand Pose Recognition for Sign Language Recognition Mika Hatano, Shinji Sako, Tadashi Kitamura Graduate School of Engineering, Nagoya Institute of Technology {pia, sako, kitamura}@mmsp.nitech.ac.jp

More information

FUSE TECHNICAL REPORT

FUSE TECHNICAL REPORT FUSE TECHNICAL REPORT 1 / 16 Contents Page 3 Page 4 Page 8 Page 10 Page 13 Page 16 Introduction FUSE Accuracy Validation Testing LBD Risk Score Model Details FUSE Risk Score Implementation Details FUSE

More information

Estimation of Human Energy Expenditure Using Inertial Sensors and Heart Rate Sensor

Estimation of Human Energy Expenditure Using Inertial Sensors and Heart Rate Sensor Estimation of Human Energy Expenditure Using Inertial Sensors and Heart Rate Sensor Božidara Cvetković 1,2, Mitja Luštrek 1,2 1 Department of Intelligent Systems, Jožef Stefan Institute, Ljubljana, Slovenia

More information

Journal of Faculty of Engineering & Technology DESIGN AND IMPLEMENTATION OF A WEARABLE HEALTH DEVICE

Journal of Faculty of Engineering & Technology DESIGN AND IMPLEMENTATION OF A WEARABLE HEALTH DEVICE PAK BULLET TRAIN (PBT) JFET 22(2) (2015) 39-44 Journal of Faculty of Engineering & Technology journal homepage: www.pu.edu.pk/journals/index.php/jfet/index DESIGN AND IMPLEMENTATION OF A WEARABLE HEALTH

More information

A proposal for elderly frailty detection by using accelerometer-enabled smartphones

A proposal for elderly frailty detection by using accelerometer-enabled smartphones A proposal for elderly frailty detection by using accelerometer-enabled smartphones Jesús Fontecha, Ramón Hervás, José Bravo MAmI Research Lab University of Castilla-La Mancha Ciudad Real, Spain {jesus.fontecha,

More information

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1 1. INTRODUCTION Sign language interpretation is one of the HCI applications where hand gesture plays important role for communication. This chapter discusses sign language interpretation system with present

More information

Frozen Shoulder Syndrome Rehabilitation Using the Resistance Chair

Frozen Shoulder Syndrome Rehabilitation Using the Resistance Chair Frozen Shoulder Syndrome Rehabilitation Using the Resistance Chair General Information Frozen shoulder is a condition where the shoulder joint (glenohumeral joint) gradually becomes stiff, resulting in

More information

Blood Pressure Monitor User Manual

Blood Pressure Monitor User Manual Blood Pressure Monitor User Manual Revision Date 9/8/17 THE healthio The Blood Pressure Monitor device is meant to be used along with your healthio app to record blood pressure and pulse rate measurements.

More information

Study on the control of variable resistance for isokinetic muscle training system

Study on the control of variable resistance for isokinetic muscle training system Technology and Health Care 25 (2017) S45 S52 DOI 10.3233/THC-171305 IOS Press S45 Study on the control of variable resistance for isokinetic muscle training system Lan Wang, Zhenyuan Zhang, Yi Yu and Guangwei

More information

EKG Monitoring and Arrhythmia Detection

EKG Monitoring and Arrhythmia Detection EKG Monitoring and Arrhythmia Detection Amaris Chen Department of Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 amarisch@cs.washington.edu ABSTRACT Cardiovascular

More information

Design and Dynamic Modeling of Flexible Rehabilitation Mechanical Glove

Design and Dynamic Modeling of Flexible Rehabilitation Mechanical Glove IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Dynamic Modeling of Flexible Rehabilitation Mechanical Glove To cite this article: M X Lin et al 2018 IOP Conf. Ser.:

More information

An open-source mobile device for outside-lab sound field research

An open-source mobile device for outside-lab sound field research An open-source mobile device for outside-lab sound field research Institute of Hearing Technology and Audiology Jade University of Applied Sciences Inga Holube with contributions from Jörg Bitzer, Sven

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network International Journal of Electronics Engineering, 3 (1), 2011, pp. 55 58 ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network Amitabh Sharma 1, and Tanushree Sharma 2

More information

A Portable Smart Band Implementation for Heart Patients in Critical Conditions

A Portable Smart Band Implementation for Heart Patients in Critical Conditions A Portable Smart Band Implementation for Heart Patients in Critical Conditions Supreeth Ravi 1, Student CSE Department PESIT Bangalore South Campus, Bangalore, Karnataka, India Aditi Anomita Mohanty 3,

More information

Classification Models for Pulmonary Function using Motion Analysis from Phone Sensors

Classification Models for Pulmonary Function using Motion Analysis from Phone Sensors Classification Models for Pulmonary Function using Motion Analysis from Phone Sensors Qian Cheng, MS 1ad, Joshua Juen, MS 1bd, Shashi Bellam, MD 2a, Nicholas Fulara, MS 2b Deanna Close, RN 2b, Jonathan

More information

Thrive Hearing Control: An app for a hearing revolution

Thrive Hearing Control: An app for a hearing revolution Thrive Hearing Control: An app for a hearing revolution By Chris Howes In 2014, the first hearing aids connecting to smartphones were launched. Since then, smartphones, accessories like watches and other

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

Continuous Functional Activity Monitoring Based on Wearable Tri-axial Accelerometer and Gyroscope

Continuous Functional Activity Monitoring Based on Wearable Tri-axial Accelerometer and Gyroscope Continuous Functional Activity Monitoring Based on Wearable Tri-axial Accelerometer and Gyroscope Y. Zhang 1, I. Sapir 2, S. Markovic 3, R.C. Wagenaar 2, and T.D.C. Little 1 1 Department of Electrical

More information

Development of a Smart Insole Tracking System for Physical Therapy and Athletics

Development of a Smart Insole Tracking System for Physical Therapy and Athletics Development of a Smart Insole Tracking System for Physical Therapy and Athletics Timothy E. Roden Department of Computer Science Lamar University Beaumont, TX, USA troden@lamar.edu Rob LeGrand Department

More information

1. EXECUTIVE SUMMARY 2. PRODUCT SUMMARY

1. EXECUTIVE SUMMARY 2. PRODUCT SUMMARY 1. EXECUTIVE SUMMARY Success or failure in the medical industry begins with a diagnosis. This fact is well known and revered by clinicians, therapists, and health care providers. However, despite this

More information