SlideShare a Scribd company logo
1 of 6
Download to read offline
Vol.7 (2017) No. 1
ISSN: 2088-5334
Accelerometer-Based Recorder of Fingers Dynamic Movements
for Post-Stroke Rehabilitation
Fajar Akhmad Dwiputra#
, Balza Achmad#+
, Faridah#
, Herianto*
,
#
Department of Nuclear Engineering and Engineering Physics, Faculty of Engineering, Universitas Gadjah Mada, Jl. Grafika 2, Yogyakarta,
55198, Indonesia
+
E-mail: balzach@ugm.ac.id (Corresponding author)
* Department of Mechanical and Industrial Engineering, Faculty of Engineering, Universitas Gadjah Mada, Jl. Grafika 2, Yogyakarta,
55198, Indonesia
Abstract— Stroke is a disease that currently attracts more attention in Indonesia according to the statistics provided by the Ministry
of Health of the Republic of Indonesia. This research was motivated by the shortage of physiotherapists which can not catch the
increasing number of stroke patients. The therapy becomes less effective and less efficient since each therapist must handle too many
patients during his/her work hours. This research has developed a device prototype that can help the therapy to measure and monitor
patient exercise, especially at the final stage of rehabilitation when the patient gets therapy to move actively. The angle of the moving
body parts that can represent the ability of patient motion was measured using accelerometers. The developed prototype was in the
form of a glove, equipped with an Arduino Nano and two accelerometer modules, that measures the motion of the thumb and index
finger. The device was calibrated and tested to determine the characteristics of the sensors. This test showed that the gloves prototype
had an accuracy of 95,8% and precision of 99,6%. The application of the prototype was carried out on four types of finger
movements, namely thumb abduction-adduction, thumb flexion-extension, finger flexion-hyperextension, and finger abduction-
adduction. The prototype was also tested for its ability to work in variations of direction and position of the hand.
Keywords— accelerometer; active rehabilitation; finger movement; post-stroke; physiotherapy.
I. INTRODUCTION
Stroke is a disease that comes from disruption of blood
flow in the central nervous system and can affect anyone.
Stroke has become a particular concern in Indonesia. This
condition is evident from the Basic Health Research 2007,
which mentioned that 15.4% of all deaths caused by stroke
[1]. Ministry of Health in 2014 also stated that the number of
stroke survivors in Indonesia in 2013 based on the diagnosis
of health personnel and symptoms was estimated more than
2 million people [2]. Statistics show that there are a lot of
people with disabilities resulting from a stroke. It has many
effects on the society, such as stroke patients who become
emotionally unstable and declining productivity that resulted
in disruption of the socio-economic of the family.
One effort to improve the quality of stroke survivors is a
rehabilitation therapy for stroke patients who survived from
the death so that the body will function normally again. In
other words, it is a post-stroke recovery. The rehabilitation
process is handled by a physiotherapist. One important
process in post-stroke rehabilitation therapy is the final stage
where the physiotherapist is actively monitoring the
development of the patient's ability to move the joints of
his/her body.
Unfortunately, the number of physiotherapists is not
proportional to the number of patients. The number of
physiotherapist in Indonesia in early 2015 was about 8000,
and the ratio was one physiotherapist has to handle 35000
residents. Ideally, one physiotherapist just handles 7500
peoples, hence by 2025 the physiotherapists will still be
lacking [3]. An alternative to overcome this is by using tools
in post-stroke rehabilitation therapy to increase the
effectiveness of physiotherapy services.
The function of a physiotherapist is to provide joint
movement exercises passively, and later on, actively, for a
patient who firstly is unable to move his/her own joints, to
be able to do it normally. In the early stages, the
physiotherapist guides the patient to perform some
movements. In the next stage, physiotherapist leads the
patient to move but not in full control; they use touch as a
signal. In the final stage, the patient moves the joints
independently, while the physiotherapist measures the ability
of the patient to do motion until the patient recovers
299
completely. For the final stage, various tools are used as an
alternative monitoring system to determine the ability of the
patient's progress. Boian, et al., used a glove integrated with
Virtual Reality to increase the range of motion (ROM) of
post-stroke patients [4].
Based on the literature that has been studied, one
parameter that represents the ability of post-stroke patients is
the angle between the fingers. Tools that offer the capability
to monitor the change of an angle is based on accelerometer
sensors, and one of the modules that provide this sensor is
MPU6050 [5]. Milenkovic et al. developed a monitoring
system for rehabilitation using two-axis micro-electro-
mechanical system (MEMS) accelerometer attached to the
hand and the leg [6].
MPU6050 is a 6-axis module containing an accelerometer
and a gyroscope sensor that integrated with micro inertial
function as a measurement unit for detecting linear
acceleration and angular velocity of the movement. The use
of MPU6050 in Indonesia is very little, hence the research
that utilizes the accelerometer sensor MPU6050 module will
increase the applications of sensor technology in Indonesia.
Gubbi et al., performed a study on the analysis of arm
motion of 15 post-stroke patients using accelerators using
cross-correlation method [7]. Safyzan, et al. also developed a
device for post-stroke patients. The patients lifted their arms
to the maximum and moved the arms clockwise and counter
clockwise. The result of the measurement was used to
determine the appropriate exercise [8]. A more specific
study on the ability of fingers of the patients was done by
Michaelsen et al. They used the accelerometer to train reach-
to-grasp motion for chronical hemiparesis, by putting it
under the forearms [9].
The purpose of the project is to develop a prototype of a
device that can measure changes in the angle between
fingers from the motion of the fingers in the active
rehabilitation treatment for post-stroke patients.
II. MATERIAL AND METHOD
A. System specification
In this research, we set several problem limitations:
1. The prototype only performed measurements on the
fingers.
2. The sensor used was the accelerometer in MPU6050
module.
3. The movement of the fingers were four types of motion
pairs for fingers active therapy, i.e. thumb abduction-
adduction, thumb abduction-adduction, thumb flexion-
extension, finger flexion-hyperextension, and finger
abduction-adduction.
4. The sensor modules were mounted on the thumb and
index finger, with the exception of finger abduction-
adduction movements that use the index finger and the
middle finger.
5. At the time of the measurement on one finger, another
finger that attached with sensor stayed still. As a result,
data retrieval was done by taking turns between the two
sensors.
6. The measurement results were displayed and processed
on a portable computer (PC).
7. The power and data transmission to the PC used a
universal serial bus (USB) port.
B. Hardware Design
The prototype was assembled by installing two MPU6050
modules on the thumb and index finger of a glove, which
was connected to an Arduino Nano microcontroller via
jumper cables. The pin used to connect between Arduino and
MPU6050 modules for both sensors are shown in Table 1.
TABLE I
ARDUINO PIN INSTALLATION
Arduino Nano Pin MPU6050 Pin
3v3 VCC
GND GND
A5 SCL
A4 SDA
A2 INT
The circuit schematic diagram of the developed prototype
is illustrated in Fig. 1.
Fig. 1 Hardware circuit schematic diagram
Two sensors, namely "Accel_Thumb" and "Accel_Index”,
detected the movement acceleration of the fingers and
converted the analog signals produced by the sensors to
digital form, and then sent them to the Arduino Nano using
jumpers. The microcontroller then processed the digital
signal by adding certain offset value, obtained by a
calibration process, and sent it to PC via a USB cable.
Overall, the block diagram of the prototype can be seen in
Fig. 2.
Fig. 2 Block diagram of the prototype
C. Software Design
The software of the device could be divided into three
parts, namely offset calculation, an acceleration
measurement, and data processing in PC. Another software
was written for calibration of the sensors, by calculating the
offset for each accelerometer on MPU6050 experimentally.
300
D. Prototype Calibration
The testing began with calibration of the two sensors
independently from each other. The sensor was hung on a
string with the z-axis of the sensor facing the same direction
as the string. Hence, this sensor would act as a pendulum.
The sensor was firstly placed horizontally with the z-axis
faced down. Once the sensor was stabilized, the serial
monitor shows the value of the offset. Measurements were
repeated ten times to take into account the statistical aspect.
The calibration process was then performed for the other 2
axes, i.e. x and y-axis.
The average value of the offset for each axis and each
sensor were then incorporated into the main program. Hence
the sensor would deliver correct values. There prototype
generated 6 acceleration measurements for each sampling
time. The data should show a value of 0 on the horizontal
axis and + 1g on the axis that had the same direction of the
gravitational force. To make it easier to distinguish the data
from the sensors, each sensor axis was named as shown in
Table 2.
TABLE II
NAMING OF THE AXIS ON THE SENSORS
Sensor Name
Accel_Thumb X0, Y0, Z0
Accel_Index X1, Y1, Z1
In the next step, the data from both sensors which were
transferred to the PC were then combined hence there were 6
values in the unit of gravitational acceleration (g). The
measured data can be viewed in the form of two vectors. So,
to determine the relative angle between the two sensors (θ),
the operation used was a scalar multiplication. The angle
between the two accelerometers was obtained by the
following equation.
(1)
The value of θ represents the angle between two fingers
or a finger with the thumb. For analysis purpose, two graphs
were then drawn, which were the acceleration and the angle
between the two sensors with respect to time.
III. RESULTS AND DISCUSSION
A. System specification
The results of each accelerometer calibration were
averaged with a precision of three decimal places and shown
in Table 3 and Table 4.
TABLE III
ACCEL_THUMB CALIBRATION (G)
State of
Sensors
Ideal value Accel_Thumb
X Y Z X0 Y0 Z0
X up -1 0 0 -0.944 0.021 -0.060
X down 1 0 0 1.060 0.014 0.011
Y up 0 -1 0 -0.075 -0.972 0.019
Y down 0 1 0 -0.046 1.018 0.020
Z up 0 0 -1 0.111 0.063 -1.015
Z down 0 0 1 -0.001 0.002 1.000
TABLE IV
ACCEL INDEX CALIBRATION (G)
State of
Sensors
Ideal value Accel_Index
X Y Z X1 Y1 Z1
X up -1 0 0 -0.979 0.021 0.009
X down 1 0 0 1.019 -0.02 -0.043
Y up 0 -1 0 0.085 -1.034 -0.068
Y down 0 1 0 0.049 0.949 0.022
Z up 0 0 -1 0.028 -0.012 -1.028
Z down 0 0 1 0.000 0.000 1.000
The offsets obtained from the calibration process for
each sensor are given in Table 5.
TABLE V
ACCELEROMETER OFFSETS
Axis Accel_Thumb Accel_Index
X 780 -2512
Y -4799 -655
Z 1236 1442
Sensor accuracy in measuring the gravitational
acceleration was determined from the error which has been
calculated for each axis of both sensors. These values can be
seen in Table 6. The characteristic of the prototype includes
the two sensors. Thus, the prototype error can be obtained by
calculating the average of all of the errors in both sensors.
The average error was 0.042 g or 4.2%. The overall accuracy
of the prototype was therefore 95.8%.
TABLE VI
ACCELERATION MEASUREMENT ERRORS (G)
State of
Sensors
Accel_Thumb Accel_Index
X Y Z X Y Z
X up 0.056 0.021 0.060 0.034 0.001 0.069
X down 0.060 0.014 0.011 0.041 0.034 0.054
Y up 0.075 0.028 0.019 0.160 0.062 0.087
Y down 0.046 0.018 0.020 0.094 0.070 0.002
Z up 0.111 0.063 0.015 0.082 0.076 0.013
Z down 0.001 0.002 0.000 0.000 0.003 0.000
The precisions of the sensors were also calculated which
were indicated by the standard deviation of the
measurements of each direction for each sensor. These
standard deviations are shown in Table 7. The overall
precision was obtained by calculating the average of these
standard deviations. Hence the overall precision of the
device was 0.004 g or 0.4%. This value can be considered as
a good characteristic.
TABLE VII
STANDARD DEVIATION OF MEASUREMENTS (G)
State of
Sensors
Accel_Thumb Accel_Index
X Y Z X Y Z
X up 0.003 0.003 0.004 0.003 0.003 0.005
X down 0.003 0.003 0.004 0.003 0.003 0.005
Y up 0.003 0.003 0.005 0.003 0.003 0.005
Y down 0.003 0.003 0.004 0.003 0.003 0.005
Z up 0.003 0.003 0.005 0.003 0.003 0.053
Z down 0.003 0.003 0.005 0.003 0.003 0.005
B. Dynamic Measurements
For the dynamic experiments, the hand was positioned
parallel to a flat surface, here we use a table. Finger
movements were measured for the four types of motion pairs
301
for fingers active therapy, i.e. thumb abduction-adduction,
thumb abduction-adduction, thumb flexion-extension, finger
flexion-hyperextension, and finger abduction-adduction.
The movements were performed 5 times alternating for
each motion in the pair. The sensor needed to stay still for a
while before the movement of the fingers started. Hence, the
data was taken from the 10th second up to the 40th second.
Every action was performed very fast and then halted for for
3 seconds. The angle obtained is the result of the
measurement by the two sensors.
The measured acceleration by the prototype of thumb
abduction-adduction motion is shown in Fig. 3.
Fig. 3 Acceleration of thumb abduction-adduction
The measurement was quite stable in this type of
movement because the motion was very easy to do. Hence
the measurement results on the graph also show a high level
of consistency. X0 graph shows that after the thumb was
doing abduction, the values would go down, which means
the thumb was docked back. However, the value of Z0 is
lower than the value of X0 because, at the abduction position,
the sensor on the thumb was no longer in a flat position, but
had a slope to near 45°. Y0 had smaller values compared to
the others because the movements had an only minor
component to the Y direction.
The angle between the two sensors, and hence the angle
of the thumb to the index finger, which was calculated from
the acceleration data can be seen in Fig. 4.
Fig. 4 Thumb abduction-adduction angle
During the initial state, the angle was about 0 degrees
since the thumb was docked to the fingers. Once the thumb
moved away and back to be docked, the value was no longer
achieve the original value, but slightly larger. This was due
to the tilted positions of the thumb and index finger that
could not exactly go back to its original position.
Overshoots existed at the end of each finger movement
before halted for 3 seconds, due to a sudden stop of the
finger. The mechanism behind how the accelerometers work
creates a momentum still happens when the sensor is
suddenly stopped after having fast movement. To observe
the gradual change of the angle, the thumb abduction-
adduction motion was also carried out in a slow manner,
which the result can be seen in Fig. 5. It can be seen that the
overshoot no longer existed in slow motions.
Fig. 5 Slow thumb abduction-adduction movement
Fig. 6, Fig. 7, and Fig. 8 show the angle plot of the three
remaining motion pair of the active therapy motions for
fingers, i.e. thumb flexion-extension, finger flexion-
hyperextension, and finger abduction-adduction. The angle
calculated from the two acceleration vectors always gave
positive values. Hence for thumb extension, the angle also
had positive values as in Fig. 6.
Fig. 6 Thumb flexion-extension angle
Fig. 7 Finger flexion-hyperextension angle
302
Fig. 8 Finger abduction-adduction angle
C. Effect of forearm position
While doing active therapy, it is often not easy to position
the forearm parallel to the table, in the horizontal direction.
Therefore, it was necessary to carry out experiments to find
out the performance of the device when used with the
position of the forearm that was not flat but rather formed a
certain angle with the horizontal plane. Fig. 9 shows the
position of the forearm which had an angle of 30o
to the
horizontal plane, with the help of a metal bar with adjustable
slope. The measurements were carried out for the finger
active therapy motions.
Fig. 9 Forearm position during measurements
Ideally, the value of the acceleration for 30° tilted forearm
position to the horizontal plane for thumb adduction is 0.866
g for the z-axis and 0.5 g for the y-axis. Meanwhile, the x-
axis does not change. Hence it will remain 0 g. The manual
calculation is given in Fig. 10.
Fig. 10 Gravity calculation for 30o
tilted forearm position
Fig. 11 shows the acceleration in accordance with the
state of thumb adduction. X0 and X1 ranges were from 0 to
0.1 g, Y0 and Y1 ranged from 0.4 to 0.5 g, while Z0 and Z1
values were from 0.85 to 0.9 g. These values matched the
ideal values given in Fig. 10. Fig. 11 proved that the
prototype was able to measure the movement of fingers even
though the forearm was not positioned parallel to the
horizontal plane.
Fig. 11 Acceleration Measurement of 30o
for thumb abduction-adduction
The angle calculated from the two sensors for thumb
abduction-adduction can be seen in Fig. 12. The graph in Fig.
12 when is compared to the normal thumb abduction-
adduction graph at flat forearm position (Fig. 4) had similar
angles. This, again, proved that the position of the forearm
did not affect the measurement.
Fig. 12 Angle of 30o
for thumb abduction-adduction
IV.CONCLUSION
The conclusions of this research are: A device prototype
to measure and record fingers active therapy movements for
post-stroke patients has been successfully developed,
consisting of two accelerometers and a microcontroller. The
characteristics of the prototype are an accuracy of 95.8%,
and precision of 0.4%. The prototype has the ability to read
the angle between the fingers despites the position of the
forearm.
ACKNOWLEDGMENT
We would like to thank the Indonesian Ministry of
Research, Technology and Higher Education for the research
grant via Penelitian Unggulan Perguruan Tinggi scheme.
REFERENCES
[1] National Institute for Health Research and Development,
Indonesia Ministry of Health, “Basic Research in Health
2007”, December 2008 (in Indonesian)
303
[2] Indonesia Ministry of Health Center for Data and Information,
“The situation of Cardiac Health", Jakarta. 2014 (in
Indonesian).
[3] Republika. “Indonesia Lacks of Physiotherapy Graduates",
2015. www.republika.co.id/berita/pendidikan/ dunia-
kampus/15/03/25/nlrdab-indonesia-kekurangan-sarjana-
fisioterapi. [Accessed on July 12th, 2016]
[4] Boian, R., Sharma, A., Han, C., Merians, A., Burdea, G.,
Adamovich, S., Recce, M., Tremaine, M., and Poizner, H.
“Virtual Reality-Based Post-Stroke Hand Rehabilitation”.
Proceedings of Medicine Meets Virtual Reality 2002
Conference, IOS Press, pp. 64-70, Newport Beach CA.
January 23-26, 2002.
[5] Li, H. T., J Huang, J. J., Pan, C. W., Chi, H. I., and Pan, M. C.
“Inertial Sensing Based Assessment Methods to Quantify the
Effectiveness of Post-Stroke Rehabilitation”. Sensors 2015,
15, 16196-16209; doi:10.3390/s150716196. MDPI. 2015.
[6] Milenkovic, M., Jovanov, E,. Chapman, J., Raskovic, D.,
Price, J. “An accelerometer-based physical rehabilitation
system”. Proceedings of the Thirty-Fourth Southeastern
Symposium on System Theory, 2002.
[7] Gubbi, J., Dheeraj K., Rao, A. S., Yan, B., Marimuthu P. “A
pilot study on the use of accelerometer sensors for monitoring
post-acute stroke patients”. 35th Annual International
Conference of the IEEE Engineering in Medicine and
Biology Society (EMBC). Osaka, Japan. 2013.
[8] Safyzan, S., Badri, A. B., Jamil, M. M. A. “Exploitation of
accelerometer for rehabilitation process”. IEEE International
Conference on Control System, Computing and Engineering
(ICCSCE). Malaysia. 2013.
[9] Michaelsen, S. M., et. al. “Using an accelerometer for
analyzing a reach-to-grasp movement after stroke”. Motriz,
Rio Claro, v.19 n.4, p.746-752, Oct/Dec. 2013.
304

More Related Content

What's hot

Iisrt ramkumar
Iisrt ramkumarIisrt ramkumar
Iisrt ramkumar
IISRT
 
BIOSIGNALS_2016_28_CR
BIOSIGNALS_2016_28_CRBIOSIGNALS_2016_28_CR
BIOSIGNALS_2016_28_CR
Sara Casaccia
 
An Intelligent Sensing System for Sleep Motion and Stage Analysis
An Intelligent Sensing System for Sleep Motion and Stage AnalysisAn Intelligent Sensing System for Sleep Motion and Stage Analysis
An Intelligent Sensing System for Sleep Motion and Stage Analysis
toukaigi
 
Biography research and publications
Biography research and publicationsBiography research and publications
Biography research and publications
Jane Burridge
 
Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...
Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...
Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...
AM Publications
 
Electrogoniometer
ElectrogoniometerElectrogoniometer
Electrogoniometer
areejalo92
 

What's hot (20)

Sleep Apnea Identification using HRV Features of ECG Signals
Sleep Apnea Identification using HRV Features of ECG Signals Sleep Apnea Identification using HRV Features of ECG Signals
Sleep Apnea Identification using HRV Features of ECG Signals
 
Important Parameters for Hand Function Assessment of Stroke Patients
Important Parameters for Hand Function Assessment of Stroke PatientsImportant Parameters for Hand Function Assessment of Stroke Patients
Important Parameters for Hand Function Assessment of Stroke Patients
 
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
 
A STUDY ON THE MOTION CHANGE UNDER LOADED CONDITION INDUCED BY VIBRATION STIM...
A STUDY ON THE MOTION CHANGE UNDER LOADED CONDITION INDUCED BY VIBRATION STIM...A STUDY ON THE MOTION CHANGE UNDER LOADED CONDITION INDUCED BY VIBRATION STIM...
A STUDY ON THE MOTION CHANGE UNDER LOADED CONDITION INDUCED BY VIBRATION STIM...
 
Food intake gesture monitoring system based-on depth sensor
Food intake gesture monitoring system based-on depth sensorFood intake gesture monitoring system based-on depth sensor
Food intake gesture monitoring system based-on depth sensor
 
Iisrt ramkumar
Iisrt ramkumarIisrt ramkumar
Iisrt ramkumar
 
BIOSIGNALS_2016_28_CR
BIOSIGNALS_2016_28_CRBIOSIGNALS_2016_28_CR
BIOSIGNALS_2016_28_CR
 
An Intelligent Sensing System for Sleep Motion and Stage Analysis
An Intelligent Sensing System for Sleep Motion and Stage AnalysisAn Intelligent Sensing System for Sleep Motion and Stage Analysis
An Intelligent Sensing System for Sleep Motion and Stage Analysis
 
Machine-Learning Estimation of Body Posture and Physical Activity by Wearable...
Machine-Learning Estimation of Body Posture and Physical Activity by Wearable...Machine-Learning Estimation of Body Posture and Physical Activity by Wearable...
Machine-Learning Estimation of Body Posture and Physical Activity by Wearable...
 
Biography research and publications
Biography research and publicationsBiography research and publications
Biography research and publications
 
Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...
Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...
Electromyogram Signal Analysis in Frequency Domain of Uterine Muscle Contract...
 
Non-uniform electromyographic activity during fatigue and recovery of the vas...
Non-uniform electromyographic activity during fatigue and recovery of the vas...Non-uniform electromyographic activity during fatigue and recovery of the vas...
Non-uniform electromyographic activity during fatigue and recovery of the vas...
 
Biomechatronics
BiomechatronicsBiomechatronics
Biomechatronics
 
Electrogoniometer
ElectrogoniometerElectrogoniometer
Electrogoniometer
 
hemiplegic shoulder pain
hemiplegic shoulder painhemiplegic shoulder pain
hemiplegic shoulder pain
 
Lumbar Spine Emg
Lumbar Spine EmgLumbar Spine Emg
Lumbar Spine Emg
 
Spinal Manipulative Therapy (SMT)
Spinal Manipulative Therapy (SMT)Spinal Manipulative Therapy (SMT)
Spinal Manipulative Therapy (SMT)
 
Hand electro miographical signal analysis part 1
Hand electro miographical signal analysis part 1Hand electro miographical signal analysis part 1
Hand electro miographical signal analysis part 1
 
Neurorobotics and Advances in rehabilitation engineering
Neurorobotics and Advances in rehabilitation engineeringNeurorobotics and Advances in rehabilitation engineering
Neurorobotics and Advances in rehabilitation engineering
 
EMG electromayogram
EMG electromayogramEMG electromayogram
EMG electromayogram
 

Similar to Accelerometer-Based Recorder of Fingers Dynamic Movements for Post-Stroke Rehabilitation

Statistical analysis of range of motion and surface electromyography data for...
Statistical analysis of range of motion and surface electromyography data for...Statistical analysis of range of motion and surface electromyography data for...
Statistical analysis of range of motion and surface electromyography data for...
IJECEIAES
 
Internet of Things-based telemonitoring rehabilitation system for knee injuries
Internet of Things-based telemonitoring rehabilitation system for knee injuriesInternet of Things-based telemonitoring rehabilitation system for knee injuries
Internet of Things-based telemonitoring rehabilitation system for knee injuries
journalBEEI
 
Electrocardiogram signal processing algorithm on microcontroller using wavele...
Electrocardiogram signal processing algorithm on microcontroller using wavele...Electrocardiogram signal processing algorithm on microcontroller using wavele...
Electrocardiogram signal processing algorithm on microcontroller using wavele...
IJECEIAES
 

Similar to Accelerometer-Based Recorder of Fingers Dynamic Movements for Post-Stroke Rehabilitation (20)

LowerLimbsRehabilitation
LowerLimbsRehabilitationLowerLimbsRehabilitation
LowerLimbsRehabilitation
 
Statistical analysis of range of motion and surface electromyography data for...
Statistical analysis of range of motion and surface electromyography data for...Statistical analysis of range of motion and surface electromyography data for...
Statistical analysis of range of motion and surface electromyography data for...
 
Estimation of Walking rate in Complex activity recognition
Estimation of Walking rate in Complex activity recognitionEstimation of Walking rate in Complex activity recognition
Estimation of Walking rate in Complex activity recognition
 
WEARABLE SENSOR FOR HUMAN ACTIVITY MONITORING
WEARABLE SENSOR FOR HUMAN ACTIVITY MONITORINGWEARABLE SENSOR FOR HUMAN ACTIVITY MONITORING
WEARABLE SENSOR FOR HUMAN ACTIVITY MONITORING
 
L502027981
L502027981L502027981
L502027981
 
Novel Approaches for Robotic Control Using Flex Sensor
Novel Approaches for Robotic Control Using Flex SensorNovel Approaches for Robotic Control Using Flex Sensor
Novel Approaches for Robotic Control Using Flex Sensor
 
RECENT ADVANCES IN WEARABLE SENSORS
RECENT ADVANCES IN WEARABLE SENSORSRECENT ADVANCES IN WEARABLE SENSORS
RECENT ADVANCES IN WEARABLE SENSORS
 
RECENT ADVANCES IN WEARABLE SENSORS
RECENT ADVANCES IN WEARABLE SENSORS RECENT ADVANCES IN WEARABLE SENSORS
RECENT ADVANCES IN WEARABLE SENSORS
 
Development of a Home-based Wrist Rehabilitation System
Development of a Home-based Wrist Rehabilitation System Development of a Home-based Wrist Rehabilitation System
Development of a Home-based Wrist Rehabilitation System
 
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
 
V01 i010409
V01 i010409V01 i010409
V01 i010409
 
Internet of Things-based telemonitoring rehabilitation system for knee injuries
Internet of Things-based telemonitoring rehabilitation system for knee injuriesInternet of Things-based telemonitoring rehabilitation system for knee injuries
Internet of Things-based telemonitoring rehabilitation system for knee injuries
 
IRJET- Device Designed for Fabrication of Finger Rehabilitation along with Vi...
IRJET- Device Designed for Fabrication of Finger Rehabilitation along with Vi...IRJET- Device Designed for Fabrication of Finger Rehabilitation along with Vi...
IRJET- Device Designed for Fabrication of Finger Rehabilitation along with Vi...
 
IRJET- Wireless Healthcare Monitoring using Android Phones
IRJET- Wireless Healthcare Monitoring using Android PhonesIRJET- Wireless Healthcare Monitoring using Android Phones
IRJET- Wireless Healthcare Monitoring using Android Phones
 
mHEALTH: REVIEW OF MOBILE HEALTH MONITORING SYSTEMS
mHEALTH: REVIEW OF MOBILE HEALTH MONITORING SYSTEMSmHEALTH: REVIEW OF MOBILE HEALTH MONITORING SYSTEMS
mHEALTH: REVIEW OF MOBILE HEALTH MONITORING SYSTEMS
 
Ieeepro techno solutions ieee 2014 embedded project on shoe wearable sens...
Ieeepro techno solutions    ieee 2014  embedded project on shoe wearable sens...Ieeepro techno solutions    ieee 2014  embedded project on shoe wearable sens...
Ieeepro techno solutions ieee 2014 embedded project on shoe wearable sens...
 
M-MARK overview
M-MARK overviewM-MARK overview
M-MARK overview
 
IRJET - Detection of Sleep Apnea using Pressure Sensor
IRJET - Detection of Sleep Apnea using Pressure SensorIRJET - Detection of Sleep Apnea using Pressure Sensor
IRJET - Detection of Sleep Apnea using Pressure Sensor
 
Electrocardiogram signal processing algorithm on microcontroller using wavele...
Electrocardiogram signal processing algorithm on microcontroller using wavele...Electrocardiogram signal processing algorithm on microcontroller using wavele...
Electrocardiogram signal processing algorithm on microcontroller using wavele...
 
WBSN based safe lifestyle: a case study of heartrate monitoring system
WBSN based safe lifestyle: a case study of heartrate monitoring system WBSN based safe lifestyle: a case study of heartrate monitoring system
WBSN based safe lifestyle: a case study of heartrate monitoring system
 

More from UniversitasGadjahMada

Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
UniversitasGadjahMada
 
When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...
UniversitasGadjahMada
 
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
UniversitasGadjahMada
 
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
UniversitasGadjahMada
 
Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...
UniversitasGadjahMada
 
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol SensingChitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
UniversitasGadjahMada
 
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
UniversitasGadjahMada
 
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
UniversitasGadjahMada
 
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-CattleFrequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
UniversitasGadjahMada
 

More from UniversitasGadjahMada (20)

ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
 
Toward a framework for an undergraduate academic tourism curriculum in Indone...
Toward a framework for an undergraduate academic tourism curriculum in Indone...Toward a framework for an undergraduate academic tourism curriculum in Indone...
Toward a framework for an undergraduate academic tourism curriculum in Indone...
 
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
 
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
 
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
 
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
 
When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...
 
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
 
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
 
Magnetogama: an open schematic magnetometer
Magnetogama: an open schematic magnetometerMagnetogama: an open schematic magnetometer
Magnetogama: an open schematic magnetometer
 
Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...
 
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
 
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
 
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol SensingChitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
 
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
 
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
 
Young Salafi-niqabi and hijrah:agency and identity negotiation
Young Salafi-niqabi and hijrah:agency and identity negotiationYoung Salafi-niqabi and hijrah:agency and identity negotiation
Young Salafi-niqabi and hijrah:agency and identity negotiation
 
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
 
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVASHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
 
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-CattleFrequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
 

Recently uploaded

dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetdehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
coimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
coimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetcoimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
coimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Jalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Jalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetJalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Jalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetnagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
mahaiklolahd
 
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetBareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreBest Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Deny Daniel
 
VIP Call Girls Noida Sia 9711199171 High Class Call Girl Near Me
VIP Call Girls Noida Sia 9711199171 High Class Call Girl Near MeVIP Call Girls Noida Sia 9711199171 High Class Call Girl Near Me
VIP Call Girls Noida Sia 9711199171 High Class Call Girl Near Me
mriyagarg453
 
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in AnantapurCall Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
gragmanisha42
 

Recently uploaded (20)

dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetdehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girl Gorakhpur * 8250192130 Service starts from just ₹9999 ✅
Call Girl Gorakhpur * 8250192130 Service starts from just ₹9999 ✅Call Girl Gorakhpur * 8250192130 Service starts from just ₹9999 ✅
Call Girl Gorakhpur * 8250192130 Service starts from just ₹9999 ✅
 
Krishnagiri call girls Tamil aunty 7877702510
Krishnagiri call girls Tamil aunty 7877702510Krishnagiri call girls Tamil aunty 7877702510
Krishnagiri call girls Tamil aunty 7877702510
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
 
coimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
coimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetcoimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
coimbatore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Jaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
Jaipur Call Girls 9257276172 Call Girl in Jaipur RajasthanJaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
Jaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
 
Jalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Jalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetJalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Jalna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetnagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetVip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
 
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun  UttrakhandDehradun Call Girls 8854095900 Call Girl in Dehradun  Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
 
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetBareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreBest Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
 
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
Russian Call Girls Kota * 8250192130 Service starts from just ₹9999 ✅
 
VIP Call Girls Noida Sia 9711199171 High Class Call Girl Near Me
VIP Call Girls Noida Sia 9711199171 High Class Call Girl Near MeVIP Call Girls Noida Sia 9711199171 High Class Call Girl Near Me
VIP Call Girls Noida Sia 9711199171 High Class Call Girl Near Me
 
Call Girls Hyderabad Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Hyderabad Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Hyderabad Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Hyderabad Just Call 9907093804 Top Class Call Girl Service Available
 
❤️Call girls in Jalandhar ☎️9876848877☎️ Call Girl service in Jalandhar☎️ Jal...
❤️Call girls in Jalandhar ☎️9876848877☎️ Call Girl service in Jalandhar☎️ Jal...❤️Call girls in Jalandhar ☎️9876848877☎️ Call Girl service in Jalandhar☎️ Jal...
❤️Call girls in Jalandhar ☎️9876848877☎️ Call Girl service in Jalandhar☎️ Jal...
 
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in AnantapurCall Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
 

Accelerometer-Based Recorder of Fingers Dynamic Movements for Post-Stroke Rehabilitation

  • 1. Vol.7 (2017) No. 1 ISSN: 2088-5334 Accelerometer-Based Recorder of Fingers Dynamic Movements for Post-Stroke Rehabilitation Fajar Akhmad Dwiputra# , Balza Achmad#+ , Faridah# , Herianto* , # Department of Nuclear Engineering and Engineering Physics, Faculty of Engineering, Universitas Gadjah Mada, Jl. Grafika 2, Yogyakarta, 55198, Indonesia + E-mail: balzach@ugm.ac.id (Corresponding author) * Department of Mechanical and Industrial Engineering, Faculty of Engineering, Universitas Gadjah Mada, Jl. Grafika 2, Yogyakarta, 55198, Indonesia Abstract— Stroke is a disease that currently attracts more attention in Indonesia according to the statistics provided by the Ministry of Health of the Republic of Indonesia. This research was motivated by the shortage of physiotherapists which can not catch the increasing number of stroke patients. The therapy becomes less effective and less efficient since each therapist must handle too many patients during his/her work hours. This research has developed a device prototype that can help the therapy to measure and monitor patient exercise, especially at the final stage of rehabilitation when the patient gets therapy to move actively. The angle of the moving body parts that can represent the ability of patient motion was measured using accelerometers. The developed prototype was in the form of a glove, equipped with an Arduino Nano and two accelerometer modules, that measures the motion of the thumb and index finger. The device was calibrated and tested to determine the characteristics of the sensors. This test showed that the gloves prototype had an accuracy of 95,8% and precision of 99,6%. The application of the prototype was carried out on four types of finger movements, namely thumb abduction-adduction, thumb flexion-extension, finger flexion-hyperextension, and finger abduction- adduction. The prototype was also tested for its ability to work in variations of direction and position of the hand. Keywords— accelerometer; active rehabilitation; finger movement; post-stroke; physiotherapy. I. INTRODUCTION Stroke is a disease that comes from disruption of blood flow in the central nervous system and can affect anyone. Stroke has become a particular concern in Indonesia. This condition is evident from the Basic Health Research 2007, which mentioned that 15.4% of all deaths caused by stroke [1]. Ministry of Health in 2014 also stated that the number of stroke survivors in Indonesia in 2013 based on the diagnosis of health personnel and symptoms was estimated more than 2 million people [2]. Statistics show that there are a lot of people with disabilities resulting from a stroke. It has many effects on the society, such as stroke patients who become emotionally unstable and declining productivity that resulted in disruption of the socio-economic of the family. One effort to improve the quality of stroke survivors is a rehabilitation therapy for stroke patients who survived from the death so that the body will function normally again. In other words, it is a post-stroke recovery. The rehabilitation process is handled by a physiotherapist. One important process in post-stroke rehabilitation therapy is the final stage where the physiotherapist is actively monitoring the development of the patient's ability to move the joints of his/her body. Unfortunately, the number of physiotherapists is not proportional to the number of patients. The number of physiotherapist in Indonesia in early 2015 was about 8000, and the ratio was one physiotherapist has to handle 35000 residents. Ideally, one physiotherapist just handles 7500 peoples, hence by 2025 the physiotherapists will still be lacking [3]. An alternative to overcome this is by using tools in post-stroke rehabilitation therapy to increase the effectiveness of physiotherapy services. The function of a physiotherapist is to provide joint movement exercises passively, and later on, actively, for a patient who firstly is unable to move his/her own joints, to be able to do it normally. In the early stages, the physiotherapist guides the patient to perform some movements. In the next stage, physiotherapist leads the patient to move but not in full control; they use touch as a signal. In the final stage, the patient moves the joints independently, while the physiotherapist measures the ability of the patient to do motion until the patient recovers 299
  • 2. completely. For the final stage, various tools are used as an alternative monitoring system to determine the ability of the patient's progress. Boian, et al., used a glove integrated with Virtual Reality to increase the range of motion (ROM) of post-stroke patients [4]. Based on the literature that has been studied, one parameter that represents the ability of post-stroke patients is the angle between the fingers. Tools that offer the capability to monitor the change of an angle is based on accelerometer sensors, and one of the modules that provide this sensor is MPU6050 [5]. Milenkovic et al. developed a monitoring system for rehabilitation using two-axis micro-electro- mechanical system (MEMS) accelerometer attached to the hand and the leg [6]. MPU6050 is a 6-axis module containing an accelerometer and a gyroscope sensor that integrated with micro inertial function as a measurement unit for detecting linear acceleration and angular velocity of the movement. The use of MPU6050 in Indonesia is very little, hence the research that utilizes the accelerometer sensor MPU6050 module will increase the applications of sensor technology in Indonesia. Gubbi et al., performed a study on the analysis of arm motion of 15 post-stroke patients using accelerators using cross-correlation method [7]. Safyzan, et al. also developed a device for post-stroke patients. The patients lifted their arms to the maximum and moved the arms clockwise and counter clockwise. The result of the measurement was used to determine the appropriate exercise [8]. A more specific study on the ability of fingers of the patients was done by Michaelsen et al. They used the accelerometer to train reach- to-grasp motion for chronical hemiparesis, by putting it under the forearms [9]. The purpose of the project is to develop a prototype of a device that can measure changes in the angle between fingers from the motion of the fingers in the active rehabilitation treatment for post-stroke patients. II. MATERIAL AND METHOD A. System specification In this research, we set several problem limitations: 1. The prototype only performed measurements on the fingers. 2. The sensor used was the accelerometer in MPU6050 module. 3. The movement of the fingers were four types of motion pairs for fingers active therapy, i.e. thumb abduction- adduction, thumb abduction-adduction, thumb flexion- extension, finger flexion-hyperextension, and finger abduction-adduction. 4. The sensor modules were mounted on the thumb and index finger, with the exception of finger abduction- adduction movements that use the index finger and the middle finger. 5. At the time of the measurement on one finger, another finger that attached with sensor stayed still. As a result, data retrieval was done by taking turns between the two sensors. 6. The measurement results were displayed and processed on a portable computer (PC). 7. The power and data transmission to the PC used a universal serial bus (USB) port. B. Hardware Design The prototype was assembled by installing two MPU6050 modules on the thumb and index finger of a glove, which was connected to an Arduino Nano microcontroller via jumper cables. The pin used to connect between Arduino and MPU6050 modules for both sensors are shown in Table 1. TABLE I ARDUINO PIN INSTALLATION Arduino Nano Pin MPU6050 Pin 3v3 VCC GND GND A5 SCL A4 SDA A2 INT The circuit schematic diagram of the developed prototype is illustrated in Fig. 1. Fig. 1 Hardware circuit schematic diagram Two sensors, namely "Accel_Thumb" and "Accel_Index”, detected the movement acceleration of the fingers and converted the analog signals produced by the sensors to digital form, and then sent them to the Arduino Nano using jumpers. The microcontroller then processed the digital signal by adding certain offset value, obtained by a calibration process, and sent it to PC via a USB cable. Overall, the block diagram of the prototype can be seen in Fig. 2. Fig. 2 Block diagram of the prototype C. Software Design The software of the device could be divided into three parts, namely offset calculation, an acceleration measurement, and data processing in PC. Another software was written for calibration of the sensors, by calculating the offset for each accelerometer on MPU6050 experimentally. 300
  • 3. D. Prototype Calibration The testing began with calibration of the two sensors independently from each other. The sensor was hung on a string with the z-axis of the sensor facing the same direction as the string. Hence, this sensor would act as a pendulum. The sensor was firstly placed horizontally with the z-axis faced down. Once the sensor was stabilized, the serial monitor shows the value of the offset. Measurements were repeated ten times to take into account the statistical aspect. The calibration process was then performed for the other 2 axes, i.e. x and y-axis. The average value of the offset for each axis and each sensor were then incorporated into the main program. Hence the sensor would deliver correct values. There prototype generated 6 acceleration measurements for each sampling time. The data should show a value of 0 on the horizontal axis and + 1g on the axis that had the same direction of the gravitational force. To make it easier to distinguish the data from the sensors, each sensor axis was named as shown in Table 2. TABLE II NAMING OF THE AXIS ON THE SENSORS Sensor Name Accel_Thumb X0, Y0, Z0 Accel_Index X1, Y1, Z1 In the next step, the data from both sensors which were transferred to the PC were then combined hence there were 6 values in the unit of gravitational acceleration (g). The measured data can be viewed in the form of two vectors. So, to determine the relative angle between the two sensors (θ), the operation used was a scalar multiplication. The angle between the two accelerometers was obtained by the following equation. (1) The value of θ represents the angle between two fingers or a finger with the thumb. For analysis purpose, two graphs were then drawn, which were the acceleration and the angle between the two sensors with respect to time. III. RESULTS AND DISCUSSION A. System specification The results of each accelerometer calibration were averaged with a precision of three decimal places and shown in Table 3 and Table 4. TABLE III ACCEL_THUMB CALIBRATION (G) State of Sensors Ideal value Accel_Thumb X Y Z X0 Y0 Z0 X up -1 0 0 -0.944 0.021 -0.060 X down 1 0 0 1.060 0.014 0.011 Y up 0 -1 0 -0.075 -0.972 0.019 Y down 0 1 0 -0.046 1.018 0.020 Z up 0 0 -1 0.111 0.063 -1.015 Z down 0 0 1 -0.001 0.002 1.000 TABLE IV ACCEL INDEX CALIBRATION (G) State of Sensors Ideal value Accel_Index X Y Z X1 Y1 Z1 X up -1 0 0 -0.979 0.021 0.009 X down 1 0 0 1.019 -0.02 -0.043 Y up 0 -1 0 0.085 -1.034 -0.068 Y down 0 1 0 0.049 0.949 0.022 Z up 0 0 -1 0.028 -0.012 -1.028 Z down 0 0 1 0.000 0.000 1.000 The offsets obtained from the calibration process for each sensor are given in Table 5. TABLE V ACCELEROMETER OFFSETS Axis Accel_Thumb Accel_Index X 780 -2512 Y -4799 -655 Z 1236 1442 Sensor accuracy in measuring the gravitational acceleration was determined from the error which has been calculated for each axis of both sensors. These values can be seen in Table 6. The characteristic of the prototype includes the two sensors. Thus, the prototype error can be obtained by calculating the average of all of the errors in both sensors. The average error was 0.042 g or 4.2%. The overall accuracy of the prototype was therefore 95.8%. TABLE VI ACCELERATION MEASUREMENT ERRORS (G) State of Sensors Accel_Thumb Accel_Index X Y Z X Y Z X up 0.056 0.021 0.060 0.034 0.001 0.069 X down 0.060 0.014 0.011 0.041 0.034 0.054 Y up 0.075 0.028 0.019 0.160 0.062 0.087 Y down 0.046 0.018 0.020 0.094 0.070 0.002 Z up 0.111 0.063 0.015 0.082 0.076 0.013 Z down 0.001 0.002 0.000 0.000 0.003 0.000 The precisions of the sensors were also calculated which were indicated by the standard deviation of the measurements of each direction for each sensor. These standard deviations are shown in Table 7. The overall precision was obtained by calculating the average of these standard deviations. Hence the overall precision of the device was 0.004 g or 0.4%. This value can be considered as a good characteristic. TABLE VII STANDARD DEVIATION OF MEASUREMENTS (G) State of Sensors Accel_Thumb Accel_Index X Y Z X Y Z X up 0.003 0.003 0.004 0.003 0.003 0.005 X down 0.003 0.003 0.004 0.003 0.003 0.005 Y up 0.003 0.003 0.005 0.003 0.003 0.005 Y down 0.003 0.003 0.004 0.003 0.003 0.005 Z up 0.003 0.003 0.005 0.003 0.003 0.053 Z down 0.003 0.003 0.005 0.003 0.003 0.005 B. Dynamic Measurements For the dynamic experiments, the hand was positioned parallel to a flat surface, here we use a table. Finger movements were measured for the four types of motion pairs 301
  • 4. for fingers active therapy, i.e. thumb abduction-adduction, thumb abduction-adduction, thumb flexion-extension, finger flexion-hyperextension, and finger abduction-adduction. The movements were performed 5 times alternating for each motion in the pair. The sensor needed to stay still for a while before the movement of the fingers started. Hence, the data was taken from the 10th second up to the 40th second. Every action was performed very fast and then halted for for 3 seconds. The angle obtained is the result of the measurement by the two sensors. The measured acceleration by the prototype of thumb abduction-adduction motion is shown in Fig. 3. Fig. 3 Acceleration of thumb abduction-adduction The measurement was quite stable in this type of movement because the motion was very easy to do. Hence the measurement results on the graph also show a high level of consistency. X0 graph shows that after the thumb was doing abduction, the values would go down, which means the thumb was docked back. However, the value of Z0 is lower than the value of X0 because, at the abduction position, the sensor on the thumb was no longer in a flat position, but had a slope to near 45°. Y0 had smaller values compared to the others because the movements had an only minor component to the Y direction. The angle between the two sensors, and hence the angle of the thumb to the index finger, which was calculated from the acceleration data can be seen in Fig. 4. Fig. 4 Thumb abduction-adduction angle During the initial state, the angle was about 0 degrees since the thumb was docked to the fingers. Once the thumb moved away and back to be docked, the value was no longer achieve the original value, but slightly larger. This was due to the tilted positions of the thumb and index finger that could not exactly go back to its original position. Overshoots existed at the end of each finger movement before halted for 3 seconds, due to a sudden stop of the finger. The mechanism behind how the accelerometers work creates a momentum still happens when the sensor is suddenly stopped after having fast movement. To observe the gradual change of the angle, the thumb abduction- adduction motion was also carried out in a slow manner, which the result can be seen in Fig. 5. It can be seen that the overshoot no longer existed in slow motions. Fig. 5 Slow thumb abduction-adduction movement Fig. 6, Fig. 7, and Fig. 8 show the angle plot of the three remaining motion pair of the active therapy motions for fingers, i.e. thumb flexion-extension, finger flexion- hyperextension, and finger abduction-adduction. The angle calculated from the two acceleration vectors always gave positive values. Hence for thumb extension, the angle also had positive values as in Fig. 6. Fig. 6 Thumb flexion-extension angle Fig. 7 Finger flexion-hyperextension angle 302
  • 5. Fig. 8 Finger abduction-adduction angle C. Effect of forearm position While doing active therapy, it is often not easy to position the forearm parallel to the table, in the horizontal direction. Therefore, it was necessary to carry out experiments to find out the performance of the device when used with the position of the forearm that was not flat but rather formed a certain angle with the horizontal plane. Fig. 9 shows the position of the forearm which had an angle of 30o to the horizontal plane, with the help of a metal bar with adjustable slope. The measurements were carried out for the finger active therapy motions. Fig. 9 Forearm position during measurements Ideally, the value of the acceleration for 30° tilted forearm position to the horizontal plane for thumb adduction is 0.866 g for the z-axis and 0.5 g for the y-axis. Meanwhile, the x- axis does not change. Hence it will remain 0 g. The manual calculation is given in Fig. 10. Fig. 10 Gravity calculation for 30o tilted forearm position Fig. 11 shows the acceleration in accordance with the state of thumb adduction. X0 and X1 ranges were from 0 to 0.1 g, Y0 and Y1 ranged from 0.4 to 0.5 g, while Z0 and Z1 values were from 0.85 to 0.9 g. These values matched the ideal values given in Fig. 10. Fig. 11 proved that the prototype was able to measure the movement of fingers even though the forearm was not positioned parallel to the horizontal plane. Fig. 11 Acceleration Measurement of 30o for thumb abduction-adduction The angle calculated from the two sensors for thumb abduction-adduction can be seen in Fig. 12. The graph in Fig. 12 when is compared to the normal thumb abduction- adduction graph at flat forearm position (Fig. 4) had similar angles. This, again, proved that the position of the forearm did not affect the measurement. Fig. 12 Angle of 30o for thumb abduction-adduction IV.CONCLUSION The conclusions of this research are: A device prototype to measure and record fingers active therapy movements for post-stroke patients has been successfully developed, consisting of two accelerometers and a microcontroller. The characteristics of the prototype are an accuracy of 95.8%, and precision of 0.4%. The prototype has the ability to read the angle between the fingers despites the position of the forearm. ACKNOWLEDGMENT We would like to thank the Indonesian Ministry of Research, Technology and Higher Education for the research grant via Penelitian Unggulan Perguruan Tinggi scheme. REFERENCES [1] National Institute for Health Research and Development, Indonesia Ministry of Health, “Basic Research in Health 2007”, December 2008 (in Indonesian) 303
  • 6. [2] Indonesia Ministry of Health Center for Data and Information, “The situation of Cardiac Health", Jakarta. 2014 (in Indonesian). [3] Republika. “Indonesia Lacks of Physiotherapy Graduates", 2015. www.republika.co.id/berita/pendidikan/ dunia- kampus/15/03/25/nlrdab-indonesia-kekurangan-sarjana- fisioterapi. [Accessed on July 12th, 2016] [4] Boian, R., Sharma, A., Han, C., Merians, A., Burdea, G., Adamovich, S., Recce, M., Tremaine, M., and Poizner, H. “Virtual Reality-Based Post-Stroke Hand Rehabilitation”. Proceedings of Medicine Meets Virtual Reality 2002 Conference, IOS Press, pp. 64-70, Newport Beach CA. January 23-26, 2002. [5] Li, H. T., J Huang, J. J., Pan, C. W., Chi, H. I., and Pan, M. C. “Inertial Sensing Based Assessment Methods to Quantify the Effectiveness of Post-Stroke Rehabilitation”. Sensors 2015, 15, 16196-16209; doi:10.3390/s150716196. MDPI. 2015. [6] Milenkovic, M., Jovanov, E,. Chapman, J., Raskovic, D., Price, J. “An accelerometer-based physical rehabilitation system”. Proceedings of the Thirty-Fourth Southeastern Symposium on System Theory, 2002. [7] Gubbi, J., Dheeraj K., Rao, A. S., Yan, B., Marimuthu P. “A pilot study on the use of accelerometer sensors for monitoring post-acute stroke patients”. 35th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC). Osaka, Japan. 2013. [8] Safyzan, S., Badri, A. B., Jamil, M. M. A. “Exploitation of accelerometer for rehabilitation process”. IEEE International Conference on Control System, Computing and Engineering (ICCSCE). Malaysia. 2013. [9] Michaelsen, S. M., et. al. “Using an accelerometer for analyzing a reach-to-grasp movement after stroke”. Motriz, Rio Claro, v.19 n.4, p.746-752, Oct/Dec. 2013. 304