Algorithm Design for Real-time Physical Activity Identification. with Accelerometry Measurement

Size: px
Start display at page:

Download "Algorithm Design for Real-time Physical Activity Identification. with Accelerometry Measurement"

Transcription

1 Authors: Che-Chang Yang, Yeh-Liang Hsu( );Recommend: Yeh-Liang Hsu ( ). This paper is presented at the 33 rd Annual Conference of the IEEE Industrial Electronics Society, Nov. 5-8, 2007, Taipei, Taiwan Algorithm Design for Real-time Physical Activity Identification with Accelerometry Measurement Abstract Characteristics of physical activity are indicative of one s mobility level, latent chronic diseases and aging process. Current research has been oriented to provide quantitative assessment of physical activity with ambulatory monitoring approaches. This study presented the design of algorithm integrated with a portable microprocessor-based accelerometry measuring device to implement real-time physical activity identification. This algorithm processes real-time tri-axial acceleration signals produced by human movement to identify targeted still postures, postural transitions or walking. Fall detection is also featured in this algorithm to meet the increasing needs for elderly care. High identification accuracy was obtained during the preliminary test phase and the observed limitations regarding real-time processing was also discussed. The result reveals that this developed algorithm is technically viable for real-time identification in ambulatory monitoring to provide sufficient information in evaluating a person s activity of daily living (ADL) and the status of physical mobility. Possible system integration and applications in the future were also discussed. Keywords: Physical activity, aging, fall detection, accelerometry, elderly care, ambulatory monitoring 1

2 1. Introduction Recent advances in sensors, microprocessors and wireless communication technologies have been the driving factors to facilitate remote telemonitoring of physical activity with mobile systems. These systems are potentially able to provide significant information on details of physical activities and resulting energy expenditure, and further to quantify the subject s mobility level [Aminian et al., 2004]. The related research in recent years has focused on developing body-attached or wearable systems. In a wearable system, the sensor units (e.g., gyroscopes or accelerometers) and the required components are integrated into portable devices which are attached to the belt at waist or chest level [Meijer et al., 1991; Veltink et al., 1996; Bouten et al., 1997; Foerster et al., 1999; Najafi et al., 2002; Najafi et al., 2003; Karantonis et al., 2006], or are even incorporated into clothing [Nyan et al., 2006]. Miniature accelerometers have been considered as the appropriate motion sensor for human movement measurement on wearable systems [Meijer et al., 1991; Bouten et al., 1997; Foerster et al., 1999;]. Most traditional sensor-based monitoring system capitalizes on off-line data processing technique to analyze recorded human movements [Najafi et al., 2002, 2003]. In these system, the motion sensors and data storage medium are incorporated into a portable devices to enable ambulatory monitoring. The recorded data is then processed and analyzed in PC-based programs (e.g., MATLAB) using FFT, wavelet transform or other frequency-domain manipulation to recognize human movements. Sophisticated data processing and manipulation can be applied to yield high accuracy human movement classification if the data is properly acquired. However, except the demanding fall detection procedure, these systems are unable to provide real-time response of identifying several human movements that has been expected in advanced mobility telemonitoring systems [Nyan et al., 2006]. Mathie et al proposed a generic framework for automated human movement classification using accelerometry data [Mathie et al., 2002, 2003]. Karantonis et al also presented a real-time system for physical activity classification [Karantonis et al., 2006]. All the movements are classified in real-time process of wearable system, but identifying walking still required PC-based frequency-domain processing. This study presents an algorithm design for real-time physical activity identification with accelerometric measurement. The algorithm is implemented in a microprocessor-based portable motion measuring device to identify targeted physical activity items among a subject s activities in free-living environment. These activities include three still posture (sitting still, standing still and lying still), four postural transitions (sit-to-stand, stand-to-sit, lie-to-sit, sit-to-lie), turn when lying and walking. In 2

3 addition, fall detection is also featured in this algorithm. All the targeted items identified are processed in real-time process with wearable system. Preliminary performance test was conducted to verify the identification accuracy in laboratory-based phase. Results and further improvement was also discussed. 2. Algorithm development 2.1 Instrumentation A wearable motion detection device was designed to measure human activities. The device mainly consists of a PIC microprocessor (PIC18F6722, Microchip Inc.)and a motion sensor module, and is packaged in the size of 100mm 60mm 25mm (excluding the battery cartridge) with 140g in total weight. The motion sensor module utilizes a miniature tri-axial accelerometer (KXM , Kionix Inc.) which functions on the principle of differential capacitance in response to motion and constant gravity for measuring both acceleration and inclination. The device is attached to the pants belt at waist level because this position is close to the center of gravity of the body [Meijer et al., 1991; Bouten et al., 1997; Najafi, et al., 2002; Karantonis et al., 2006]. The analog signals of the sensor outputs are low pass filtered at 50Hz (-3dB) to reject noise spikes and then directed to the PIC microprocessor for data sampling with 10-bit 60Hz A/D conversion. The PIC microprocessor cyclically processes real-time physical activity identification with the programmed algorithm. This device is also equipped with an RF MHz wireless data transmitter. Each identified item is immediately forwarded to a local base station for data storage. 2.2 Algorithm design Figure 1 shows the framework of the algorithm which is organized with five processing steps: Data sampling (Cx), pre-processing (Px), dynamic postural transition identification (DBx), still posture identification (DAx) and possible fall detection (DCx). All signals are processed in the time-domain analysis due to the limited computation capability of the PIC microprocessor and the constraints regarding real-time processing. A batch of sampled data is called an event to represent one physical activity item. This algorithm identifies one still postures or postural transitions/dynamic movement with 0.5s or 2.5s collected data in a processing cycle. In the case where there is no definite result determined throughout the processes, the event will be recorded as an Uncertain movement or an Uncertain posture. 3

4 Figure 1. Algorithm framework Acceleration and inclination (tilt) data in each tri-axial channel (x-, y-, and z-axis) are calculated prior to the data sampling process. The data sampling process consists of the primary stage (C1) and the secondary stage (C2) respectively. The use of this dual-stage data sampling strategy ensures that the data of one event can be captured within the same sampling interval. After primary sampling (C1), process D1 determines whether any sign of dynamic movement exists by investigating accelerations in each axis. If no dynamic movement be detected (D1=No), the 0.5s tilt data relative to the vertical axis is used to identify one of the three possible still postures in the processes DAx. If dynamic movement is detected (D1=Yes), the secondary sampling (C2) is immediately activated to collect the subsequent 2.0s data. The data collected in both stages is combined (2.5s) and is then median-filtered (P1, window length n=3) to reject noise spikes. Moving average is further 4

5 applied to the median-filtered accelerations data series. After the above processes, a dynamic event with six data series (accelerations of x-, y-, and z- axes, and their respective tilts) is to be identified in the following procedure. The slope mapping technique is commonly employed to register apparent changes over the data series by mapping the pre-processed data series into a binary sequence. The slope sequences of each data series are intermediately generated to register the difference between the two neighboring sample values (Equation 1). The binary sequence data is then obtained from the slope sequence as Equation. 2. The entry c i in the binary sequence is assigned 1 if the slope entry s i exceeds a specific threshold s thr. Otherwise, c i is 0. The inherent properties of the binary sequence are the determinants to indicate the possible form of the original data. Figure 2 shows an example of applying slope mapping to a trunk tilt data of a sit-to-stand postural transition. Note that the binary sequence is expressed as a histogram to highlight the entries in 1. s i = p +1 p i=1,2,3,,n (1) i i 1 if s = i sthr ci i=1,2,3,,n (2) 0 else Figure 1. An example of applying slope mapping to the trunk tilt data sequence 2.3 Identification of targeted physical activity items (1) Sit-stand postural transitions The vertical acceleration is used to identify sit-stand postural transitions as its apparent sensitivity over the other two components. The acceleration patterns of sit-stand postural transitions can be characterized by three rules: R1: peak order; R2: 5

6 peak distance (time interval) and R3: peak values. Figure. 3 shows an example of the vertical acceleration patterns from a test subject during slow, normal and fast sit-stand postural transitions. By comparing the upper (sit-to-stand) and the lower (stand-to-sit) pattern, the two postural transitions have opposite peak orders (a positive peak appears first and is followed by a negative peak for sit-to-stand, and the reverse order for stand-to-sit case). The peak distance (R2) indicates the time interval (in sec.) between that two peaks. Faster transition speeds generate shorter peak distance. The peak values for R3 represent the respective acceleration peaks in positive and negative regions. It is also evident for both sit-stand transitions that faster postural transitions produce shorter peak distance and higher peak amplitudes. Coherent properties has also been observed in an extensive test with 15 recruited ostensibly healthy subjects of various ages (11 males and 4 females, 5 for young, middle-aged and elder, respectively). Practical threshold values for R 2 and R 3, were also extracted from test results. Either of sit-stand postural transitions can only be identified when the condition of all the three rules are satisfied. 6

7 Acceleration (g) Vertical acceleration components during stand-sit transition Slow Fast Normal Time (sec.) Acceleration (g) Vertical acceleration components during sit-to-stand transition Normal Fast Slow Time (sec.) Figure. 3. Example of vertical acceleration patterns of slow, normal and fast stand-to-sit transition acquired by the same subject (2) Walking and body turning when lying If a dynamic event is not upright (D3=No), the tilt data of the antero-posterior and the medio-lateral directions is used in the decision D4 to determine a body turning movement when lying.as shown in Figure 4, walking is characterized by fast and repeated oscillating changes in the vertical acceleration. Previous study revealed that the frequencies of normal walking are between 0.7Hz to 4Hz with the peak acceleration values between 0.4g to -0.3g were reported [Sekine et al., 2000; Mathie et al., 2003, 2004]. Slope mapping is applied to the vertical acceleration data to recognize walking movement. 7

8 Figure 4. An Example of acceleration patterns in vertical and horizontal (antero-posterior) directions at level walking (3) Lie-sit postural transition Lie-sit postural transitions can be identified and further distinguished by investigating both the trunk tilt variation and the final posture orientation. Figure 5 illustrates the coordinate of trunk orientation. Upright stance posture is defined as trunk orientations within -20 to 20 with reference to vertical. Lying posture is regarded as the trunk tilt greater than 70 or less than -70. By applying slope mapping, a lie-to-sit transition produces positive increments in trunk tilt variation and ends with upright orientation. Similarly, a sit-to-lie transition produces negative increments in trunk tilt variation and ends with lying posture. Note that reverse stance (handstand) posture is not considered in the posture orientation. 8

9 Figure 5. Trunk orientation for still posture identification (4) Still postures Distinguishing still postures requires the trunk orientation and the information of previously known postural transitions or walking. A still event can be recognized as a lying still posture according to the trunk orientation or a previous known sit-to-lie postural transition. Sitting still or standing still postures have upright orientation. Therefore, they can be distinguished by the existence of the types of previous sit-stand transitions or walking movement. If a still event is not lying and its previous posture transition is sit-to-stand or walking, this event is identified as standing still. On the other hand, the event is identified as sitting still if the previous posture transition is stand-to-sit or lie-to-sit. (5) Possible falls A fall can be intuitively regarded as a movement accompanied by unusual high acceleration peaks in a very short time interval. A fall is detected with two phases in this algorithm. A sign of fall event can be recognized if there exists acceleration greater than V f =±1.5g. In the second phase, the previously recognized sign of fall event could be raised to a possible fall if it is followed by a prolonged lying posture of which time duration exceeds T D =20s. 9

10 3. Preliminary tests of the algorithm 3.1 Sensitivity and specificity test In order to evaluate the sensitivity and specificity of the algorithm in identifying targeted physical activities, 10 subjects were recruited in a laboratory-based test. During the test, the subjects worn the measuring device and meanwhile were asked to perform each test items repeatedly as they habitually do in their free-living condition. They were allowed to be free to vary their movement styles (e.g., speeds or time intervals) arbitrarily. In addition, the test subjects were also informed of avoiding performing ambiguous movements. The test items and the results are listed in the Table 1. The obtained results also reveal good performance compared with other research [Karantonis et al., 2006]. Note that sitting still or standing still postures were not included in this evaluation phase because this item is associated with other identified movement as described above. In addition, falling was not included because there is no unified form associated with falling. Table 1. Evaluation of sensitivity and specificity of the algorithm in identifying still postures and dynamic vements Posture/activity Sensitivity (%) Specificity (%) Lying still 100 * Sit-to-stand Stand-to-sit Sit-to-lie Lie-to-sit Walking Demonstration of continuous monitoring at home Figure 6 is the activity chronograph which chronologically displays more than 9000 recorded physical activity items over the 16-hour monitoring period in his home. The lines with different values represent respective identified items. The subject was not expected to use this system continuously throughout the monitoring period for some situations, such as taking a shower, going outside, etc. A report was made by the subject to register his actual activities/living behaviors during that monitoring period. The result of the monitored data reveals good correlation with reference to the subject s actual activities. 10

11 Figure 6. Activity chronograph of 16-hour continuous monitoring 4. Discussion and conclusion The algorithm for real-time physical activity identification was developed and implemented in a portable microprocessor-based measuring device. It achieves good performance in still posture and dynamic activity identification. However, some inherent factors associated with identification accuracy are worth discussing here. 4.1 Instrumental factor A tri-axial accelerometer was used in this study to measure the acceleration and body orientation caused by human movement. In fact, the most precise tilt sensing can be maintained when the accelerometer is at static, or under constant acceleration. Declined tilt sensing accuracy has been reported in combination of varying acceleration magnitude [Elble, 2005]. However, the measured tilt data still preserves sufficient information of body orientation. The attachment and personal fit of the device as well as power consumption of the device are the major factors affecting the overall performance. Note that two false possible falling events were detected in the continuous monitoring. Such condition might be avoided by lowering the sensing sensitivity to reduce the inference caused by the environment or improper device attachment. 4.2 Personal factor As for the personal factors regarding the identification accuracy, it is certain that the characteristics of the activities vary from person to person. Even those patterns in a person 11

12 are not uniformly the same. The algorithm would have difficulty in identifying mixed or ambiguous movement which is the combination of multiple activities in continuous phase. Therefore, identification accuracy of the algorithm could be limited when applied in a in one s free-living environment, despite that fact that it achieves good performance from the laboratory-set tests. 4.3 Real-time processing factor The relatively limited functional capability of the microprocessor, coupled with the fact that that real-time data processing must be synchronized within very short time period (e.g., less than 200ms), are the major factors concerning the identification performance. Most off-line systems capitalize on PC-based FFT, fuzzy inference or wavelet transform to analyze the recorded data. Therefore, PC-based data analysis techniques usually have higher identification accuracy over the real-time identification approaches [Najafi et al., 2003]. The vertical acceleration was found to has major significance over both antero-posterior and medio-lateral components. The performance of microprocessor-based real-time processing could be better enhanced if the required processes for the other data are properly reduced. An accelerometry-based data processing algorithm for real-time human physical activity identification was developed and presented in this paper. This algorithm was specifically developed for microprocessor-based human motion measuring devices to facilitate real-time identification of several targeted physical activities in a home environment. The development work in this study also highlights the advantage of implementing real-time approach for physical activity monitoring. The accuracy of the algorithm was evaluated in a laboratory-based test and the demonstration of continuous monitoring shows the functional feasibility to recognize real-time physical activities. This developed algorithm can be incorporated into activity tele-monitoring applications to evaluate a person s activity of daily living (ADL) and his status of physical mobility. Acknowledgement This research was sponsored by Medical Mechatronics Education Resource Center in Chang Gung University. This support is gratefully acknowledged. Reference Aminian, K., Najafi, B., Capturing human motion using body-fixed sensors: outdoor measurement and clinical applications, Comp. Anim. Virtual Worlds, vol.15, pp

13 Bouten, C. V., Koekkoek, K. T. M., Verduin, M., Kodde, R., Janssen, J. D., A Triaxial accelerometer and portable data processing unit for the assessment of daily physical activity, IEEE Trans. Biomed. Eng., vol.44, pp Elble, J. R., Gravitational artifact in accelerometric measurements of tremor, Clinical Neurophysiology, vol.116, pp Foerster, F., Smeja, M., Fahrenberg, J., Detection of posture and motion by accelerometry: A validation study in ambulatory monitoring, Comput. Hum. Beh., vol.15, pp Karantonis, D. M., Narayanan, M. R., Mathie, M., Lovell, N. H., Celler, B. G., Implementation of a Real-Time Human Movement Classifier Using a Triaxial Accelerometer for Ambulatory Monitoring, IEEE Trans. Info. Tech Biomed., vol.10, no.1, pp Mathie, M. J., Coster, A. C. F., Lovell, N. H. Celler, B. G., Detection of daily physical activities using a triaxial accelerometer, Medical & Biological Engineering & Computing, vol. 41, pp Mathie, M. J., Celler, B. G., Coster, A. C. F., Lovell, N. H., Classification of basic daily movements using a triaxial accelerometer, Medical & Biological Engineering & Computing, vol. 42, pp Meijer, G. A. L., Westerterp, K. R., Verhoeven, F. M. H., Koper, H. B. M., Hoor, F. T., Methods to Assess Physical Activity with Special Reference to Motion Sensors and Accelerometers, IEEE Trans. On Biomed. Eng., vol.38, no.3, pp Najafi, B., Aminian, K., Measurement of Stand-Sit and Sit-Stand Transitions Using a Miniature Gyroscope and Its Application in Fall Risk Evaluation in the Elderly, IEEE Trans. Biomed. Eng., vol.49, no.2, pp Najafi, B., Aminian, K., Paraschiv-Ionescu, A., Loew, F., Bula, C. J., Robert. P., Ambulatory system for human motion analysis using a kinematic sensor: Monitoring of daily physical activity in the elderly., IEEE Trans. Biomed. Eng., vol. 50, no. 6, pp Nyan, M. N., Tay, F. E. H., Seah, K. H. W., Sitoh, Y. Y., Classification of a Gait Patterns in the Time-frequency Domain, Journal of Biomechanics, vol. 39, pp

14 Scanaill, C. N., Carew, S., Barralon, P., Noury, N., Lyons, D., Lyons, G. M., A review of approaches to mobility telemonitoring of the elderly in their living environment, Annals of biomed. Eng., vol.34, no.4, pp Sekine, M., Tamura T., Togawa T., Fukui Y., Classification of waist-acceleration signals in a continuous walking record, Medical Eng. and Phy. Vol. 22, pp Veltink, P. H., Bussmann, H. B. J., Vries, W. D., Martens, W. L. J., Lummel, R. C. V., Detection of static and dynamic activities using uniaxial accelerometers, IEEE Trans. Rehab. Eng., vol. 4, pp

Multi-Person Pose Recognition Using a Zigbee Sensor Network

Multi-Person Pose Recognition Using a Zigbee Sensor Network Proceedings of the 7th World Congress The International Federation of Automatic Control Seoul, Korea, July 6, 8 Multi-Person Pose Recognition Using a Zigbee Sensor Network Kai-Tai Song and Chun-Wei Chen

More information

Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information

Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information Qiang Li, John A. Stankovic, Mark Hanson, Adam Barth, John Lach University of Virginia {lq7c, stankovic, mah6s,

More information

Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information

Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information Qiang Li, John A. Stankovic, Mark A. Hanson, Adam T. Barth, John Lach University of Virginia Email: {lq7c, stankovic,

More information

Chapter 1. Introduction

Chapter 1. Introduction Authors:Che-Chang Yang (2010-09-22); recommended: Yeh-Liang Hsu (2010-02-21) Note: This article is the Chapter 1 of Che-Chang Yang s doctoral thesis Development of a Home Telehealth System for Telemonitoring

More information

Physical Activity Monitoring for Assisted Living at Home

Physical Activity Monitoring for Assisted Living at Home Physical Activity Monitoring for Assisted Living at Home Roozbeh Jafari 1, Wenchao Li 1, Ruzena Bajcsy 1, Steven Glaser 2, Shankar Sastry 1 1 Department of Electrical Engineering and Computer Science 2

More information

Recognition of Day Night Activity Using Accelerometer Principals with Aurdino Development Board

Recognition of Day Night Activity Using Accelerometer Principals with Aurdino Development Board Recognition of Day Night Activity Using Accelerometer Principals with Aurdino Development Board Swapna Shivaji Arote R.S. Bhosale S.E. Pawar Dept. of Information Technology, Dept. of Information Technology,

More information

Body-Area Instrumentation for Avoidance of Workplace Injury

Body-Area Instrumentation for Avoidance of Workplace Injury Body-Area Instrumentation for Avoidance of Workplace Injury Thomas D.C. Little Robert C. Wagenaar Collaboration between: BU s Electrical and Computer Engineering Department BU s Department of Physical

More information

Physical Activity Monitoring Barcoder

Physical Activity Monitoring Barcoder Physical Activity Monitoring Barcoder Thank you for purchasing our Physical Activity Monitoring Package. Gait Up s goal is to provide you with meaningful parameters describing daily activity obtained from

More information

Efficient Physical Activity Monitoring For The Elderly

Efficient Physical Activity Monitoring For The Elderly Ambulatory systems for monitoring physical activity: Technological issues in fall prevention in the elderly Kamiar Aminian Laboratory of Movement Analysis and Measurement (LMAM) Ecole Polytechnique Fédérale

More information

Review of Clinical Applications with Human Accelerometry

Review of Clinical Applications with Human Accelerometry Review of Clinical Applications with Human Accelerometry Marcus Chang Technical Report no. 06/12 ISSN: 0107-8283 Dept. of Computer Science University of Copenhagen Universitetsparken 1 DK-2100 Copenhagen

More information

Effective Use of Android Sensors Based on Visualization of Sensor Information

Effective Use of Android Sensors Based on Visualization of Sensor Information , pp.299-308 http://dx.doi.org/10.14257/ijmue.2015.10.9.31 Effective Use of Android Sensors Based on Visualization of Sensor Information Young Jae Lee Faculty of Smartmedia, Jeonju University, 303 Cheonjam-ro,

More information

Account of Techniques Identifying In-House Falling of Elderly People: A literature survey

Account of Techniques Identifying In-House Falling of Elderly People: A literature survey Account of Techniques Identifying In-House Falling of Elderly People: A literature survey Rutuja S. Shewale 1, Jyoti M. Pingalkar 2 ME Student, Dept. of I.T., Siddhant College of Engineering, Savitribai

More information

A MOTION ACTIVITY MONITOR MONITOR POHYBOVÉ AKTIVITY

A MOTION ACTIVITY MONITOR MONITOR POHYBOVÉ AKTIVITY A MOTION ACTIVITY MONITOR MONITOR POHYBOVÉ AKTIVITY Josef Marek, Ladislav Štěpánek 1 Summary: The paper deals with motion and vital activity monitoring of person in the case of dangerous environment (rescue

More information

Fall Detection System Design by Smart Phone

Fall Detection System Design by Smart Phone Fall Detection System Design by Smart Phone Yung-Gi Wu and Sheng-Lun Tsai Department of Computer Science & Information Engineering Chang Jung Christian University Tainan city, Taiwan ABSTRACT wyg@mail.cjcu.edu.tw

More information

International Journal of Computer Science and Information Technology, Volume 2, Number 3, June 2010. Chao Chen and Carlos Pomalaza-Ráez

International Journal of Computer Science and Information Technology, Volume 2, Number 3, June 2010. Chao Chen and Carlos Pomalaza-Ráez International Journal of Computer Science and Information Technology, Volume 2, Number 3, June 2 Chao Chen and Carlos Pomalaza-Ráez Department of Engineering, Indiana University Purdue University Fort

More information

1. INTRODUCTION II. RELATED WORKS

1. INTRODUCTION II. RELATED WORKS International Journal of Advances in Engineering, 2015, 1(2), 78-83 ISSN: 2394-9260 (printed version); ISSN: 2394-9279 (online version) url:http://www.venuspublications.com/ijae.html RESEARCH ARTICLE Fall

More information

INTRUSION PREVENTION AND EXPERT SYSTEMS

INTRUSION PREVENTION AND EXPERT SYSTEMS INTRUSION PREVENTION AND EXPERT SYSTEMS By Avi Chesla avic@v-secure.com Introduction Over the past few years, the market has developed new expectations from the security industry, especially from the intrusion

More information

A smartphone based real-time daily activity monitoring system. Shumei Zhang Paul McCullagh Jing Zhang Tiezhong Yu

A smartphone based real-time daily activity monitoring system. Shumei Zhang Paul McCullagh Jing Zhang Tiezhong Yu A smartphone based real-time daily activity monitoring system Shumei Zhang Paul McCullagh Jing Zhang Tiezhong Yu Outline Contribution Background Methodology Experiments Contribution This paper proposes

More information

Use of Human Big Data to Help Improve Productivity in Service Businesses

Use of Human Big Data to Help Improve Productivity in Service Businesses Hitachi Review Vol. 6 (216), No. 2 847 Featured Articles Use of Human Big Data to Help Improve Productivity in Service Businesses Satomi Tsuji Hisanaga Omori Kenji Samejima Kazuo Yano, Dr. Eng. OVERVIEW:

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

Automated Monitoring System for Fall Detection in the Elderly

Automated Monitoring System for Fall Detection in the Elderly Automated Monitoring System for Fall Detection in the Elderly Shadi Khawandi University of Angers Angers, 49000, France skhawandi@hotmail.com Bassam Daya Lebanese University Saida, 813, Lebanon Pierre

More information

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

Recognition of false alarms in fall detection systems

Recognition of false alarms in fall detection systems Recognition of false alarms in fall detection systems Stefano Abbate, Marco Avvenuti, Guglielmo Cola, Paolo Corsini, Janet Light and Alessio Vecchio IMT Institute for Advanced Studies, Lucca, Italy, stefano.abbate@imtlucca.it

More information

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory Methodology of evaluating the driver's attention and vigilance level in an automobile transportation using intelligent sensor architecture and fuzzy logic A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta

More information

Remote Activity Monitoring of the Elderly Using a Two-Axis Accelerometer

Remote Activity Monitoring of the Elderly Using a Two-Axis Accelerometer Remote Activity Monitoring of the Elderly Using a Two-Axis Accelerometer Kai-Tai Song and Yao-Qing Wang Department of Electrical and Control Engineering, National Chiao Tung University 11 Ta Hsueh Road,

More information

Product Introduction MyoMuscle. Telemyo DTS-System. Telemetry system for EMG and Biomechanical Sensors. www.noraxon.com

Product Introduction MyoMuscle. Telemyo DTS-System. Telemetry system for EMG and Biomechanical Sensors. www.noraxon.com Product Introduction MyoMuscle Telemyo DTS-System Telemetry system for EMG and Biomechanical Sensors DTS Device Family 3 major device categories can be used for the Direct Transmission System technology

More information

Comparison of low-complexity fall detection algorithms for body attached accelerometers

Comparison of low-complexity fall detection algorithms for body attached accelerometers Available online at www.sciencedirect.com Gait & Posture 28 (2008) 285 291 www.elsevier.com/locate/gaitpost Comparison of low-complexity fall detection algorithms for body attached accelerometers Maarit

More information

Fall Detection System for Healthcare Quality Improvement in Residential Care Facilities

Fall Detection System for Healthcare Quality Improvement in Residential Care Facilities Journal of Medical and Biological Engineering, 30(4): 47-5 47 Fall Detection System for Healthcare Quality Improvement in Residential Care Facilities Chih-Ning Huang 1 Chih-Yen Chiang 1 Guan-Chun Chen

More information

Technology and health: Physical activity monitoring in the free living environment

Technology and health: Physical activity monitoring in the free living environment 9 th Conference of the International Sports Engineering Association (ISEA) Technology and health: Physical activity monitoring in the free living environment Daniel A. James a,b, David E. Thiel c, Keri

More information

PHD THESIS: PAOLO CASELLI

PHD THESIS: PAOLO CASELLI DOTTORATO DI RICERCA IN BIOINGEGNERIA UNIVERSITÀ DEGLI STUDI DI BOLOGNA XIX CICLO PHD THESIS: MONITORING OF DAILY LIVING ACTIVITIES IN A PERSPECTIVE OF TELEREHABILITATION PAOLO CASELLI Supervisore: Correlatore:

More information

An internal gyroscope minimizes the influence of dynamic linear acceleration on slope sensor readings.

An internal gyroscope minimizes the influence of dynamic linear acceleration on slope sensor readings. TECHNICAL DATASHEET #TDAX06070X Triaxial Inclinometer with Gyro ±180⁰ Pitch/Roll Angle Pitch Angle Rate Acceleration SAE J1939, Analog Output or RS-232 Options 2 M12 Connectors, IP67 with Electronic Assistant

More information

Hand Gestures Remote Controlled Robotic Arm

Hand Gestures Remote Controlled Robotic Arm Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 5 (2013), pp. 601-606 Research India Publications http://www.ripublication.com/aeee.htm Hand Gestures Remote Controlled

More information

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan Handwritten Signature Verification ECE 533 Project Report by Ashish Dhawan Aditi R. Ganesan Contents 1. Abstract 3. 2. Introduction 4. 3. Approach 6. 4. Pre-processing 8. 5. Feature Extraction 9. 6. Verification

More information

A fall and loss of consciousness wearable detector Livio Quagliarella, Nicola Sasanelli, and Giuseppe Belgiovine

A fall and loss of consciousness wearable detector Livio Quagliarella, Nicola Sasanelli, and Giuseppe Belgiovine A fall and loss of consciousness wearable detector Livio Quagliarella, Nicola Sasanelli, and Giuseppe Belgiovine Abstract Fall and Loss of Consciousness (FLoC) is the leading cause of serious health problems,

More information

Acquisition of Voice Signal using PVDF Vibration Sensor for Finding Relationship between Voices and Energy Expenditure

Acquisition of Voice Signal using PVDF Vibration Sensor for Finding Relationship between Voices and Energy Expenditure Acquisition of Voice Signal using PVDF Vibration Sensor for Finding Relationship between Voices and Energy Expenditure Jaejoong Im 1, Chansong Hwang 1, Youngchul Lim 1, Soowan Chae 2,3,4, Baikhwan Cho

More information

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper

More information

1 One Dimensional Horizontal Motion Position vs. time Velocity vs. time

1 One Dimensional Horizontal Motion Position vs. time Velocity vs. time PHY132 Experiment 1 One Dimensional Horizontal Motion Position vs. time Velocity vs. time One of the most effective methods of describing motion is to plot graphs of distance, velocity, and acceleration

More information

The Monitoring Technology for the Latent Risk Population

The Monitoring Technology for the Latent Risk Population 1 The Monitoring Technology for the Latent Risk Population Alice J. Lin 1, Charles B. Chen 2 and Fuhua (Frank) Cheng 3 1 Marshall University, lina@marshall.edu 2 West Virginia University, cchen6@mix.wvu.edu

More information

Analog and Digital Signals, Time and Frequency Representation of Signals

Analog and Digital Signals, Time and Frequency Representation of Signals 1 Analog and Digital Signals, Time and Frequency Representation of Signals Required reading: Garcia 3.1, 3.2 CSE 3213, Fall 2010 Instructor: N. Vlajic 2 Data vs. Signal Analog vs. Digital Analog Signals

More information

Evaluation of Three-Axial Wireless-based Accelerometer for Fall Detection Analysis

Evaluation of Three-Axial Wireless-based Accelerometer for Fall Detection Analysis International Journal of Integrated Engineering, Vol.7 No.3 (015) p. 15-0 Evaluation of Three-Axial Wireless-based Accelerometer for Fall Detection Analysis Farhanahani Mahmud 1,, and Nurul Suhadah Sirat

More information

Measurement of free living activity and its application

Measurement of free living activity and its application Measurement of free living activity and its application Nigel Harris Department of Clinical Measurement and Imaging, Royal National Hospital for Rheumatic Diseases, Bath Drivers for change population http://www.niace.org.uk/crow/about.htm

More information

A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz

A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz A comparison of radio direction-finding technologies Paul Denisowski, Applications Engineer Rohde & Schwarz Topics General introduction to radiolocation Manual DF techniques Doppler DF Time difference

More information

Acceleration Introduction: Objectives: Methods:

Acceleration Introduction: Objectives: Methods: Acceleration Introduction: Acceleration is defined as the rate of change of velocity with respect to time, thus the concepts of velocity also apply to acceleration. In the velocity-time graph, acceleration

More information

Stop Alert Flasher with G-Force sensor

Stop Alert Flasher with G-Force sensor Stop Alert Flasher with G-Force sensor Stop Alert module creates brake light flashing effect to catch attention of the drivers behind to avoid dangerous rear end collision. The flasher module is a state

More information

Human Activities Recognition in Android Smartphone Using Support Vector Machine

Human Activities Recognition in Android Smartphone Using Support Vector Machine 2016 7th International Conference on Intelligent Systems, Modelling and Simulation Human Activities Recognition in Android Smartphone Using Support Vector Machine Duc Ngoc Tran Computer Engineer Faculty

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

Design and Implementation of an Accidental Fall Detection System for Elderly

Design and Implementation of an Accidental Fall Detection System for Elderly Design and Implementation of an Accidental Fall Detection System for Elderly Enku Yosef Kefyalew 1, Abubakr Rahmtalla Abdalla Mohamed 2 Department of Electronic Engineering, Tianjin University of Technology

More information

REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET

REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET Khalid Mohamed Alajel*, Khairi Bin Yosuf, Abdul Rhman Ramli, El Sadig Ahmed Department of Computer & Communication System Engineering Faculty of

More information

Vibration-Based Surface Recognition for Smartphones

Vibration-Based Surface Recognition for Smartphones Vibration-Based Surface Recognition for Smartphones Jungchan Cho, Inhwan Hwang, and Songhwai Oh CPSLAB, ASRI School of Electrical Engineering and Computer Science Seoul National University, Seoul, Korea

More information

Gait & Posture 31 (2010) 272 278. Contents lists available at ScienceDirect. Gait & Posture. journal homepage: www.elsevier.com/locate/gaitpost

Gait & Posture 31 (2010) 272 278. Contents lists available at ScienceDirect. Gait & Posture. journal homepage: www.elsevier.com/locate/gaitpost Gait & Posture 31 (2010) 272 278 Contents lists available at ScienceDirect Gait & Posture journal homepage: www.elsevier.com/locate/gaitpost A body-fixed-sensor-based analysis of power during sit-to-stand

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

The Application of Fourier Analysis to Forecasting the Inbound Call Time Series of a Call Centre

The Application of Fourier Analysis to Forecasting the Inbound Call Time Series of a Call Centre The Application of Fourier Analysis to Forecasting the Inbound Call Time Series of a Call Centre Bruce G. Lewis a, Ric D. Herbert b and Rod D. Bell c a NSW Police Assistance Line, Tuggerah, NSW 2259, e-mail:lewi1bru@police.nsw.gov.au,

More information

Using angular speed measurement with Hall effect sensors to observe grinding operation with flexible robot.

Using angular speed measurement with Hall effect sensors to observe grinding operation with flexible robot. Using angular speed measurement with Hall effect sensors to observe grinding operation with flexible robot. François Girardin 1, Farzad Rafieian 1, Zhaoheng Liu 1, Marc Thomas 1 and Bruce Hazel 2 1 Laboratoire

More information

Fall Detection System Using Tri-Accelerometer for Wireless Body Area Network

Fall Detection System Using Tri-Accelerometer for Wireless Body Area Network IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver. II (Mar - Apr.2015), PP 25-29 www.iosrjournals.org Fall Detection System

More information

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19 Doppler Doppler Chapter 19 A moving train with a trumpet player holding the same tone for a very long time travels from your left to your right. The tone changes relative the motion of you (receiver) and

More information

Automatic Fall Detector based on Sliding Window Principle

Automatic Fall Detector based on Sliding Window Principle Automatic Fall Detector based on Sliding Window Principle J. Rodriguez 1, M. Mercuri 2, P. Karsmakers 3,4, P.J. Soh 2, P. Leroux 3,5, and D. Schreurs 2 1 UPC, Div. EETAC-TSC, Castelldefels, Spain 2 KU

More information

Example #1: Controller for Frequency Modulated Spectroscopy

Example #1: Controller for Frequency Modulated Spectroscopy Progress Report Examples The following examples are drawn from past student reports, and illustrate how the general guidelines can be applied to a variety of design projects. The technical details have

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Title Transcription of polyphonic signals using fast filter bank( Accepted version ) Author(s) Foo, Say Wei;

More information

HIGH RELIABILITY POWER SUPPLY TESTING

HIGH RELIABILITY POWER SUPPLY TESTING HIGH RELIABILITY POWER SUPPLY TESTING Dale Cigoy Keithley Instruments, Inc. The reliability of a power supply must match or exceed the rest of the system in which it is installed. Generally, this requires

More information

Chapter 4. The sleep and activities of daily living (ADL) monitoring application

Chapter 4. The sleep and activities of daily living (ADL) monitoring application Authors: Yuchen-Huang (2014-07-30); recommended: Yeh-Liang Hsu(2014-08-01). Chapter 4. The sleep and activities of daily living (ADL) monitoring application Long-term ADL profiles of the older adults acquired

More information

1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal.

1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. CHAPTER 3: OSCILLOSCOPE AND SIGNAL GENERATOR 3.1 Introduction to oscilloscope 1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. 2. The graph show signal change

More information

A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM

A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2009 : 9 : 1 (921-927) A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM Salih ARSLAN 1 Koray KÖSE

More information

Reliable and secure body fall detection algorithm in a wireless mesh network

Reliable and secure body fall detection algorithm in a wireless mesh network Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 5-1-2013 Reliable and secure body fall detection algorithm in a wireless mesh network Sanjana Rakhecha Follow

More information

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS J. Parak, J. Havlik Department of Circuit Theory, Faculty of Electrical Engineering Czech Technical University in Prague Abstract Digital

More information

A DECISION TREE BASED PEDOMETER AND ITS IMPLEMENTATION ON THE ANDROID PLATFORM

A DECISION TREE BASED PEDOMETER AND ITS IMPLEMENTATION ON THE ANDROID PLATFORM A DECISION TREE BASED PEDOMETER AND ITS IMPLEMENTATION ON THE ANDROID PLATFORM ABSTRACT Juanying Lin, Leanne Chan and Hong Yan Department of Electronic Engineering, City University of Hong Kong, Hong Kong,

More information

The Calculation of G rms

The Calculation of G rms The Calculation of G rms QualMark Corp. Neill Doertenbach The metric of G rms is typically used to specify and compare the energy in repetitive shock vibration systems. However, the method of arriving

More information

Wireless in loco Sensor Data Collection and Applications

Wireless in loco Sensor Data Collection and Applications Wireless in loco Sensor Data Collection and Applications Su Chen, Amit Gaur, S, Muthukrishnan and David Rosenbluth 1. Introduction Sensors, both large and small, have traditionally been used for measurement

More information

Movement artifacts electrical noise caused by the movement of the sensor surface with respect to the skin surface

Movement artifacts electrical noise caused by the movement of the sensor surface with respect to the skin surface BIOHARNESS 42 Aero Camino, Goleta, CA 93117 Tel (805) 685-0066 Fax (805) 685-0067 info@biopac.com www.biopac.com 12.15.08 Field Comparison: Zephyr BioHarness / Polar HR Monitor Introduction The Zephyr

More information

Using Received Signal Strength Variation for Surveillance In Residential Areas

Using Received Signal Strength Variation for Surveillance In Residential Areas Using Received Signal Strength Variation for Surveillance In Residential Areas Sajid Hussain, Richard Peters, and Daniel L. Silver Jodrey School of Computer Science, Acadia University, Wolfville, Canada.

More information

DINAMIC AND STATIC CENTRE OF PRESSURE MEASUREMENT ON THE FORCEPLATE. F. R. Soha, I. A. Szabó, M. Budai. Abstract

DINAMIC AND STATIC CENTRE OF PRESSURE MEASUREMENT ON THE FORCEPLATE. F. R. Soha, I. A. Szabó, M. Budai. Abstract ACTA PHYSICA DEBRECINA XLVI, 143 (2012) DINAMIC AND STATIC CENTRE OF PRESSURE MEASUREMENT ON THE FORCEPLATE F. R. Soha, I. A. Szabó, M. Budai University of Debrecen, Department of Solid State Physics Abstract

More information

Case Studies in On-Line Measurement of PD in Motors Fed by Voltage Source PWM Drives

Case Studies in On-Line Measurement of PD in Motors Fed by Voltage Source PWM Drives Case Studies in On-Line Measurement of PD in Motors Fed by Voltage Source PWM Drives G.C. Stone, I. Culbert, H.G. Sedding Qualitrol-Iris Power Mississauga, Ontario, Canada Abstract On-line partial discharge

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

A Wearable Real-Time System for Physical Activity Recognition and Fall Detection

A Wearable Real-Time System for Physical Activity Recognition and Fall Detection A Wearable Real-Time System for Physical Activity Recognition and Fall Detection A Thesis Submitted to the College of Graduate Studies and Research In Partial Fulfillment of the Requirements For the Degree

More information

REAL-TIME MONITORING AND ASSESSMENT OF CIRCUIT BREAKER OPERATIONS FOR DIAGNOSTICS AND CONTROL APPLICATIONS

REAL-TIME MONITORING AND ASSESSMENT OF CIRCUIT BREAKER OPERATIONS FOR DIAGNOSTICS AND CONTROL APPLICATIONS REAL-TIME MONITORING AND ASSESSMENT OF CIRCUIT BREAKER OPERATIONS FOR DIAGNOSTICS AND CONTROL APPLICATIONS M. Kezunovic, G. Latisko, N. Ved Texas A&M University, College Station, TX 77843-3128 Abstract

More information

Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring

Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring , pp.18-22 http://dx.doi.org/10.14257/astl.2015.98.05 Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring Surgwon Sohn, Seong-Rak Rim, In Jung Lee Div. of Computer and Information

More information

PeakVue Analysis for Antifriction Bearing Fault Detection

PeakVue Analysis for Antifriction Bearing Fault Detection August 2011 PeakVue Analysis for Antifriction Bearing Fault Detection Peak values (PeakVue) are observed over sequential discrete time intervals, captured, and analyzed. The analyses are the (a) peak values

More information

A Novel Method to Minimize False Alarm Rate of Fall Detection for Wireless Sensor Networks

A Novel Method to Minimize False Alarm Rate of Fall Detection for Wireless Sensor Networks A Novel Method to Minimize False Alarm Rate of Fall Detection for Wireless Sensor Networks Jin Wang 1, Zhongqi Zhang 1, Liwu Zuo 1, Menglin Wu 2, Jeong-Uk Kim 3 1 Jiangsu Engineering Center of Network

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

Body Area Network Security: Robust Secret Sharing

Body Area Network Security: Robust Secret Sharing Body Area Network Security: Robust Secret Sharing Sang-Yoon Chang, Yih-Chun Hu, Hans Anderson, Ting Fu, Evelyn Huang University of Illinois Body Area Network Background Body area network (BAN) consists

More information

Abstract. Cycle Domain Simulator for Phase-Locked Loops

Abstract. Cycle Domain Simulator for Phase-Locked Loops Abstract Cycle Domain Simulator for Phase-Locked Loops Norman James December 1999 As computers become faster and more complex, clock synthesis becomes critical. Due to the relatively slower bus clocks

More information

Fall Detection System using Accelerometer Principals with Arduino Development Board

Fall Detection System using Accelerometer Principals with Arduino Development Board ISSN: 2321-7782 (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES

ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ABSTRACT K. Krishnakanth 1 and P. Kavipriya 2 1 M.E Embedded Systems, Sathyabama University, Chennai, India. krishnakoneru99@gmail.com

More information

KIN 335 - Biomechanics LAB: Ground Reaction Forces - Linear Kinetics

KIN 335 - Biomechanics LAB: Ground Reaction Forces - Linear Kinetics KIN 335 - Biomechanics LAB: Ground Reaction Forces - Linear Kinetics Reading Assignment: 1) Luhtanen, P. and Komi, P.V. (1978). Segmental contribution to forces in vertical jump. European Journal of Applied

More information

Recommendations for TDR configuration for channel characterization by S-parameters. Pavel Zivny IEEE 802.3 100GCU Singapore, 2011/03 V1.

Recommendations for TDR configuration for channel characterization by S-parameters. Pavel Zivny IEEE 802.3 100GCU Singapore, 2011/03 V1. Recommendations for TDR configuration for channel characterization by S-parameters Pavel Zivny IEEE 802.3 100GCU Singapore, 2011/03 V1.0 Agenda TDR/TDT measurement setup TDR/TDT measurement flow DUT electrical

More information

Grammar-Based, Posture- and Context-Cognitive Detection for Falls with Different Activity Levels

Grammar-Based, Posture- and Context-Cognitive Detection for Falls with Different Activity Levels Grammar-Based, Posture- and Context-Cognitive Detection for Falls with Different Activity Levels ABSTRACT Qiang Li Department of Computer Science UVA Center for Wireless Health University of Virginia Charlottesville,

More information

Prediction of DDoS Attack Scheme

Prediction of DDoS Attack Scheme Chapter 5 Prediction of DDoS Attack Scheme Distributed denial of service attack can be launched by malicious nodes participating in the attack, exploit the lack of entry point in a wireless network, and

More information

AN-007 APPLICATION NOTE MEASURING MAXIMUM SUBWOOFER OUTPUT ACCORDING ANSI/CEA-2010 STANDARD INTRODUCTION CEA-2010 (ANSI) TEST PROCEDURE

AN-007 APPLICATION NOTE MEASURING MAXIMUM SUBWOOFER OUTPUT ACCORDING ANSI/CEA-2010 STANDARD INTRODUCTION CEA-2010 (ANSI) TEST PROCEDURE AUDIOMATICA AN-007 APPLICATION NOTE MEASURING MAXIMUM SUBWOOFER OUTPUT ACCORDING ANSI/CEA-2010 STANDARD by Daniele Ponteggia - dp@audiomatica.com INTRODUCTION The Consumer Electronics Association (CEA),

More information

Lab 1: The Digital Oscilloscope

Lab 1: The Digital Oscilloscope PHYSICS 220 Physical Electronics Lab 1: The Digital Oscilloscope Object: To become familiar with the oscilloscope, a ubiquitous instrument for observing and measuring electronic signals. Apparatus: Tektronix

More information

The Development of a Pressure-based Typing Biometrics User Authentication System

The Development of a Pressure-based Typing Biometrics User Authentication System The Development of a Pressure-based Typing Biometrics User Authentication System Chen Change Loy Adv. Informatics Research Group MIMOS Berhad by Assoc. Prof. Dr. Chee Peng Lim Associate Professor Sch.

More information

SPRING SEMESTER. Turhan DOAN from Computer Engineering Department: Software Development Process

SPRING SEMESTER. Turhan DOAN from Computer Engineering Department: Software Development Process SPRING SEMESTER In this semester, we have started to make our regular meetings. In our first meeting, we talked about last semester and tried to evaluate our progress and found our missing points. And

More information

HD Radio FM Transmission System Specifications Rev. F August 24, 2011

HD Radio FM Transmission System Specifications Rev. F August 24, 2011 HD Radio FM Transmission System Specifications Rev. F August 24, 2011 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation. ibiquity,

More information

Face detection is a process of localizing and extracting the face region from the

Face detection is a process of localizing and extracting the face region from the Chapter 4 FACE NORMALIZATION 4.1 INTRODUCTION Face detection is a process of localizing and extracting the face region from the background. The detected face varies in rotation, brightness, size, etc.

More information

A LOW-COST WIRELESS HEALTHCARE MONITORING SYSTEM AND COMMUNICATION TO A CLINICAL ALARM STATION

A LOW-COST WIRELESS HEALTHCARE MONITORING SYSTEM AND COMMUNICATION TO A CLINICAL ALARM STATION A LOW-COST WIRELESS HEALTHCARE MONITORING SYSTEM AND COMMUNICATION TO A CLINICAL ALARM STATION Veysel Aslantas Rifat Kurban Tuba Caglikantar e-mail: aslantas@erciyes.edu.tr e-mail: rkurban@erciyes.edu.tr

More information

Portable Automatic Conjecturing and Announcing System for Real- Time Accident Detection

Portable Automatic Conjecturing and Announcing System for Real- Time Accident Detection INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS, VOL. 2, NO. 2, JUNE 2009 Portable Automatic Conjecturing and Announcing System for Real- Time Accident Detection Chin Feng Lai, Chen Ying

More information

AND9035/D. BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE

AND9035/D. BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE BELASIGNA 250 and 300 for Low-Bandwidth Applications APPLICATION NOTE Introduction This application note describes the use of BELASIGNA 250 and BELASIGNA 300 in low bandwidth applications. The intended

More information

Al-Eisa E, Egan D, Deluzio K, & Wassersug R (2006). Spine; 31(3): E71-79.

Al-Eisa E, Egan D, Deluzio K, & Wassersug R (2006). Spine; 31(3): E71-79. Effects of Pelvic Skeletal Asymmetry on Trunk Movement: Three-Dimensional Analysis in Healthy Individuals versus Patients with Mechanical Low Back Pain Al-Eisa E, Egan D, Deluzio K, & Wassersug R (2006).

More information

Space Environment and Satellite Systems: Removing Clutter from Ground-to-Satellite Signals. Sigrid Close

Space Environment and Satellite Systems: Removing Clutter from Ground-to-Satellite Signals. Sigrid Close Space Environment and Satellite Systems: Removing Clutter from Ground-to-Satellite Signals Sigrid Close Background Overview RF propagation through ionosphere can be problematic Goals Traditionally too

More information

Estimation of Sympathetic and Parasympathetic Level during Orthostatic Stress using Artificial Neural Networks

Estimation of Sympathetic and Parasympathetic Level during Orthostatic Stress using Artificial Neural Networks Estimation of Sympathetic and Parasympathetic Level during Orthostatic Stress using Artificial Neural Networks M. Kana 1, M. Jirina 1, J. Holcik 2 1 Czech Technical University Prague, Faculty of Biomedical

More information

5-Axis Test-Piece Influence of Machining Position

5-Axis Test-Piece Influence of Machining Position 5-Axis Test-Piece Influence of Machining Position Michael Gebhardt, Wolfgang Knapp, Konrad Wegener Institute of Machine Tools and Manufacturing (IWF), Swiss Federal Institute of Technology (ETH), Zurich,

More information