Monitoring and Control of the Cardiovascular System During Indoor Exercise

Size: px
Start display at page:

Download "Monitoring and Control of the Cardiovascular System During Indoor Exercise"

Transcription

1 Monitoring and Control of the Cardiovascular System During Indoor Exercise A thesis written by Kaili Weng under the supervision of Dr. Steven Su in fulfilment of the requirements of the degree of Doctor of Philosophy Faculty of Engineering and Information Technology University of Technology Sydney, Australia 2012

2 CERTIFICATE OF AUTHORSHIP/ORIGINALITY I certify that the work in this thesis has not previously been submitted for a degree nor has it been submitted as part of requirements for a degree except as fully acknowledged within the text. I also certify that the thesis has been written by me. Any help that I have received in my research work and the preparation of the thesis itself has been acknowledged. In addition, I certify that all information sources and literature used are indicated in the thesis. -e. Kaili Weng

3 Abstract The increase in obesity and diabetes is of great public health, social and economic concern worldwide. Modem treadmill systems can provide effective, safe and practical indoor exercise for the consumption of extra energy. However, an uncontrolled treadmill can cause excessive exertion on the cardiovascular system. To avoid excessive cardiovascular stress, an efficient way of monitoring and controlling of exercise strength is to regulate treadmill speed and/or gradient to stimulate the exerciser's heart rate following a predefined profile. In this thesis, an automated treadmill system has been developed, which includes wireless portable ECG and tri-axial accelerometer sensors, and a Labview based control module. Based on this automated system, efficient rate detection techniques have been developed by using the pitch estimation method. Different types of multiloop integral control configurations have been proposed and implemented to regulate the heart rate and/or step rate by manipulating treadmill speed and/or gradient. These control structures have been placed under real time testing which includes Single- Inpu Single-Output (SISO), Multiple-Input Single-Output (MISO) and Multiple- Input Multiple-Output (MIMO) control by using the established Labview module. It has been found that MISO control is the most efficient method, and would be effective in making the treadmill exercise more reliable and safer in rapidly tracking the heart rate profile to achieve desired exercising outcome. For this reason, this thesis also proposes the concept of Multi-loop Integral Controllability (MIC) and proves the existence of multi-loop integral controllers which can obtain unconditional multi-loop stability of the Two-Input Single-Output automated treadmill system. The benefit of our automated control system includes assisting patients in postcardiac attack rehabilitation and therapy to safely control the heart rate to follow a suitable profile. This reduces the need for supervision by medical professionals. Furthermore, in athletics and fitness applications, an automatic control system can allow users to optimize their training intensity.

4 Acknowledgements First and foremost I would like to convey my many thanks to the remarkable people who provide support, motivation, knowledge, friendship and love on my journey to pursuit a Ph.D. Special recognition must be given to my supervisor, Dr Steven Su for his expertise, supervision and unconditional encouragement throughout the course of this project. I am particularly grateful for his wisdom that has inspired me to be a life-long learner and a passionate seeker of knowledge, and for his always being the first subject to test our new setup instrumentations, even though some of them were quite tough. I thank him with the deepest of respect. I would like to express tremendous gratitude towards my colleague Andrew Zhang for the great discussions about the research and help in many cases. I also acknowledge the support received by Sam Cheng and Sam Chui for taking time to give insights into my thesis, as well as give me some suggestions for the research. I am indebted to all of the volunteer subjects, who have given their precious time to participate in the experiment and helped me to collect the data. Special thanks to Basil Turk and Luis Dolores who were always willing to help out when I needed subjects for testing. I wish to acknowledge the important support from Australian Postgraduate Scholarship which enabled me to pursue my higher degree at University of Technology Sydney. Finally and most importantly, I would like to thank my family - my mother Chunchun Zhang for her care and being backbone during this period of my life. Thanks also go to my relatives in China. Without their eternal love and support, I would not be who I am today. 11

5 Content Abstract i Acknowledgements ii Contents iii List of Figures viii List of Tables xii Acronyms and Abbreviations xiii 1. Introduction HRC treadmill exercise Research areas in HRC treadmill exercise development Thesis objectives Main contributions of the thesis Publications Structure of tl1e thesis Background Regular physical activity Cardiovascular physiology Structure of the heart Cardiac cycle Electrocardiogram Cardiovascular exercise Cardiac rehabilitation Fitness development lll

6 Content iv 2.4. Walking pace Step rate Summary Treadmill system design Introduction Track.master TMX National instruments Labview Alive wireless monitor ECG electrodes Pedometers Bluetooth Serial protocol Data acquisition VI Communication protocol VI Data transmission VI Data storage VI HR and SR signal detection AMDF pitch detection algorithm ACF pitch detection algorithm Detection methodology Detection experimental results Summary

7 Content v 4. Labview implementation Introduction Pan and Tompkins method Band-pass filter Derivative action Squaring Moving window integrator HR sensor Peak detector block BPM mean value block SR sensor SR sensor accuracy tests Sum1nary Control configuration PID control design introduction Open loop modelling Open loop HR response HR open loop response with speed HR open loop response with gradient Open loop HR response discussion... 68

8 Content vi 5.3. Open loop SR response SR open loop response with speed SR open loop response with gradient Open loop SR response discussion Controller values HR controller values SR controller values SISO modelling methodology HR SISO control HR SISO control with speed test results HR SISO control with gradient test results SR SISO control SR SISO control with speed test results SR SISO control with gradient test results Summary MISO control methodology MISO control modelling MISO control test results SISO control and MISO control comparison... 87

9 Content vii 6.4. MISO control in exercise zones Moderate Activity exercise zone Weight control exercise zone Aerobic cardio endurance exercise zone Summary MISO analysis Introduction Multi-loop integral controllability Multi-loop integral controllability analysis for HR response Experiment design Illustrative simulation study s um.mary Mll\10 control n1ethodology MIMO control modelling Test 1 results Test 2 results s ummary Conclusions and future work Conclusions Direction for future research Bibliography

10 List of Figures 2.1: The structure of the heart and its main components (Shirley, 2007) : Chest leads: Vl, V2, V3, V4, VS and V6 (Shirley 2007) : Electrocardiogram (McGill, 2000) : Cardiovascular exercise (McGill, 2000) : Hardware and software system design : Trackmaster FVX325 series treadmill : Alive technologies wireless monitor : The orientation of the x, y and z axes in build in Tri-Axial Accelerometer : ECG Electrodes : Pedometer : USB Bluetooth dongle : USB to RS-232 connector : ECG signal : Front panel of the treadmill initialisation : Block diagram of the data acquisition l 2: Bluetooth open and close connection functions : Implementation of the open connection function : Packet layout from ECG alive technologies health monitor system : Verifying the validity of data packets : Separation of ECG and Accelerometer data : The data storage VI Block diagram of the proposed approach : Description square wave matching approach : ECG signal with different thresholds : TA signal processing by using AMDF : TA signal processing by using ACF Vlll

11 List of Figure ix 3.23: Noise polluted TA signal processing by using AMDF : Noise polluted TA signal processing by using ACF : Noise polluted TA signal processing by using AMDF+ACF : Heart rate detection : Sequence of events for the implementation of the HR detection VI : Communication to the Bluetooth protocol : Original ECG signal of a jogging test subject : Output from the band pass filter : Output from the derivative filter : Output from squaring operation : Output from moving window integrator Example of the output of the moving window integrator : Pan and Tompkins method : Pan and Tompkins heart rate detection : Peak detector block : Peak detection : BPM testing : Mean value block : Comparison open loop BPM mean response vs. Instantaneous BPM : Overview of step rate sensor : Step rate sensor initialisation : Mean calculator in step rate sensor : HR open-loop response with speed : HR open-loop response with gradient : SR open-loop response with speed : SR open-loop response with gradient : SISO PI closed loop control using speed as controlling signal... 75

12 List of Figure x 5.6: Implementation of SISO PI controller in Labview : HR SISO control with speed control response : HR SISO control with gradient control response : SR SISO control with speed control response : SR SISO control with gradient control response : Block diagram of the MISO control system : Implementation of MISO controller in Labview : Comparison of SISO speed test with MISO control : Comparison of SISO gradient test with MISO control : SISO and MISO control comparison : Exercise zones for different exercise purpose : MISO control response in the warm up zone : MISO control - speed control effort in the warm up zone : MISO control - gradient control effort in the warm up zone : MISO control response in the weight control zone : MISO control - speed control effort in the weight control zone : MISO control - gradient control effort in the weight control zone : MISO control response in the areobic cardio endurance exercise zone : MISO control - speed control effort in the areobic cardio endurance exercise zone : MISO control - gradient control effort in the areobic cardio endurance exercise zone : Multi-loop integral controllability for a 2ISO system : The 2ISO Hammerstein system : Steady state response of heart rate : The function u 1 '= (u/) : Simulation results - adjusting speed only : Simulation results - adjusting speed and gradient

13 List of Figure xi 8.1: 8.2: 8.3: 8.4: 8.5: 8.6: 8.7: 8.8: 8.9: The structure of the MIMO control MIMO control - treadmill operating system MIMO control - control algorithm MIMO control test 1 - control response MIMO control test 1 - HR controller control effort MIMO control test 1 - SR controller control effort MIMO control test 2 - control response MIMO control test 2 - HR controller control effort MIMO control test 2 - SR controller control effort

14 List of Table 2.1: Cardiac cycle of the human heart (Anonim 2000) : 3.2: The treadmill specifications The Alive wireless monitor specifications : 4.2: 4.3: Treadmill speed at 3km/h Treadmill speed at 5km/h Treadmill speed at 7km/h : 5.2: 5.3: 5.4: 5.5: Key open loop response parameters Results of HR SISO control with speed Results of HR SISO control with gradient Results of SR SISO control with speed Results of SR SISO control with gradient : 6.2: 6.3: 6.4: SISO and MISO control comparison table Performance results of MISO control in warm up zone Performance results of MISO control in weight control exercise zone Performance results of MISO control in aerobic cardio endurance zone : 7.2: Subjects characteristics Heart rate response at steady state : 8.2: 8.3: 8.4: MIMO control test 1 HR controller performance MIMO control test 1 SR controller performance MIMO control test 2 HR controller performance MIMO control test 2 SR controller performance XU

15 Acronyms and Abbreviations Units of Measure hr km/h min m sec Hour(s) Kilometres per hour Minute(s) Meter Second(s) Acronyms 2ISO ACF AMDF BPM DAQ DIC DUS ECG GAS GUI HR HRC Kp Ki Kd LES MISO Two Inputs and Single Output Autocorrelation Function Average Magnitude Difference Function Beats Per Minute Data Acquisition Decentralized Integral Controllability Decentralized Unconditional Stabi1ity Electrocardiograph Globally Asymptotically Stable Graphical User Interface Heart Rate Heart Rate Controlled Proportional Gain Integral Gain Derivative Gain Locally Exponentially Stable Multi-Input Single-Output Xlll

16 Acronyms and Abbreviations xiv MIMO MIC NI PC PID PPM RMS SISO SPM SR TA UTS VI Multi-Input Multi-Output Multi-loop Integral Controllability National Instruments Personal Computer Proportional Integral Derivative Paces per Minute Root Mean Square Single-Input Single-Output Steps per Minute Step Rate Tri-axial Accelerometer University of Technology Sydney Virtual Instrument

A dissertation by. Clare Rachel Watsford

A dissertation by. Clare Rachel Watsford Young People s Expectations, Preferences and Experiences of Seeking Help from a Youth Mental Health Service and the Effects on Clinical Outcome, Service Use and Future Help-Seeking Intentions A dissertation

More information

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

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

More information

Design of the HRV Analysis System Based on AD8232

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

More information

Real-time Heart Monitoring and ECG Signal Processing

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

More information

LABVIEW based expert system for Detection of heart abnormalities

LABVIEW based expert system for Detection of heart abnormalities LABVIEW based expert system for Detection of heart abnormalities Saket Jain Piyush Kumar Monica Subashini.M School of Electrical Engineering VIT University, Vellore - 632014, Tamil Nadu, India Email address:

More information

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

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

More information

Various Methods To Detect Respiration Rate From ECG Using LabVIEW

Various Methods To Detect Respiration Rate From ECG Using LabVIEW Various Methods To Detect Respiration Rate From ECG Using LabVIEW 1 Poorti M. Vyas, 2 Dr. M. S. Panse 1 Student, M.Tech. Electronics 2.Professor Department of Electrical Engineering, Veermata Jijabai Technological

More information

ERS 2 CARDIAC REHABILITATION M O V I N G T O H E A L T H

ERS 2 CARDIAC REHABILITATION M O V I N G T O H E A L T H ERS 2 CARDIAC REHABILITATION M O V I N G T O H E A L T H Therapy by design One of the major goals of cardiac rehabilitation is to systematically improve the performance of the cardiovascular system. The

More information

ANALYSIS AND CLASSIFICATION OF EEG SIGNALS. A Dissertation Submitted by. Siuly. Doctor of Philosophy

ANALYSIS AND CLASSIFICATION OF EEG SIGNALS. A Dissertation Submitted by. Siuly. Doctor of Philosophy UNIVERSITY OF SOUTHERN QUEENSLAND, AUSTRALIA ANALYSIS AND CLASSIFICATION OF EEG SIGNALS A Dissertation Submitted by Siuly For the Award of Doctor of Philosophy July, 2012 Abstract Electroencephalography

More information

INTELLIGENT SITUATION AWARENESS SUPPORT SYSTEM

INTELLIGENT SITUATION AWARENESS SUPPORT SYSTEM INTELLIGENT SITUATION AWARENESS SUPPORT SYSTEM FOR SAFETY-CRITICAL ENVIRONMENTS MOHSEN NADERPOUR Ph.D. Thesis This thesis is submitted in partial fulfilment of the requirements for the degree of Doctor

More information

Monitoring the Training Process in Women's Soccer (Football)

Monitoring the Training Process in Women's Soccer (Football) Monitoring the Training Process in Women's Soccer (Football) Thesis submitted for the degree of Master of Arts in Sport Studies (Research) to University of Technology, Sydney Faculty of Business Helen

More information

ECG Signal Characterization and Correlation To Heart Abnormalities

ECG Signal Characterization and Correlation To Heart Abnormalities ECG Signal Characterization and Correlation To Heart Abnormalities Keerthi G Reddy 1, Dr. P A Vijaya 2, Suhasini S 3 1PG Student, 2 Professor and Head, Department of Electronics and Communication, BNMIT,

More information

The Impact of Focused Transthoracic Echocardiography in Non-cardiac Anaesthesia and Surgery

The Impact of Focused Transthoracic Echocardiography in Non-cardiac Anaesthesia and Surgery The Impact of Focused Transthoracic Echocardiography in Non-cardiac Anaesthesia and Surgery by David Jeffrey Canty M.B.B.S (Hons) F.A.N.Z.C.A. PGDipEcho Faculty of Medicine Submitted in fulfilment of the

More information

Women s use of complementary and alternative medicine for the treatment of menopause-related symptoms: A health services research study.

Women s use of complementary and alternative medicine for the treatment of menopause-related symptoms: A health services research study. Women s use of complementary and alternative medicine for the treatment of menopause-related symptoms: A health services research study. WENBO PENG Australian Research Centre in Complementary and Integrative

More information

A Protocol for Establishing Critical Power in Running

A Protocol for Establishing Critical Power in Running A Protocol for Establishing Critical Power in Running A Working Paper Prepared by The Stryd Team 27 September 201 1 Introduction One of the primary reasons for considering one s power consumption during

More information

BETWIXT AND IN-BETWEEN STATE AND COMMUNITY:

BETWIXT AND IN-BETWEEN STATE AND COMMUNITY: BETWIXT AND IN-BETWEEN STATE AND COMMUNITY: Illness identities and the distinct expertise of a health-orientated communitybased organisation within the contemporary socio-political environment Paul Leslie

More information

The effect of backpack loading configuration and design features on postural stability, energy cost, comfort and shoulder interface pressure

The effect of backpack loading configuration and design features on postural stability, energy cost, comfort and shoulder interface pressure The effect of backpack loading configuration and design features on postural stability, energy cost, comfort and shoulder interface pressure By Samira Golriz BSc, MSc in Physiotherapy This thesis is presented

More information

ECG Acquisition System and its Analysis using MATLAB

ECG Acquisition System and its Analysis using MATLAB ECG Acquisition System and its Analysis using MATLAB Pooja Prasad 1, Sandeep Patil 2, Balu Vashista 3, Shubha B. 4 P.G. Student, Dept. of ECE, NMAM Institute of Technology, Nitte, Udupi, Karnataka, India

More information

Computing Intensity Increments For Incremental Exercise Protocols

Computing Intensity Increments For Incremental Exercise Protocols Computing Intensity Increments For Incremental Exercise Protocols 1 Robert A. Robergs, Ph.D., FASEP, EPC Director: Exercise Physiology Laboratories, Exercise Science Program, Department of Health, Exercise

More information

Modelling and Regulating of Cardio-Respiratory Response for the Enhancement of Interval Training

Modelling and Regulating of Cardio-Respiratory Response for the Enhancement of Interval Training Modelling and Regulating of Cardio-Respiratory Response for the Enhancement of Interval Training By Azzam Haddad Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy

More information

AN EVALUATION OF CARDIOVASCULAR RISK IN EARLY BEREAVEMENT

AN EVALUATION OF CARDIOVASCULAR RISK IN EARLY BEREAVEMENT AN EVALUATION OF CARDIOVASCULAR RISK IN EARLY BEREAVEMENT THOMAS BUCKLEY, RN, BSc (Honours), MN A thesis submitted in accordance with the total requirements for admission to the degree of Doctor of Philosophy

More information

DETECTION OF HEART ABNORMALITIES USING LABVIEW

DETECTION OF HEART ABNORMALITIES USING LABVIEW IASET: International Journal of Electronics and Communication Engineering (IJECE) ISSN (P): 2278-9901; ISSN (E): 2278-991X Vol. 5, Issue 4, Jun Jul 2016; 15-22 IASET DETECTION OF HEART ABNORMALITIES USING

More information

COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION

COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION 034 - Proceeding of the Global Summit on Education (GSE2013) COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION ABSTRACT Nur Azah Hamzaid, Ammar

More information

Real-time ECG monitoring system for the assessment of rural cardiac patients

Real-time ECG monitoring system for the assessment of rural cardiac patients Modelling, Measurement and Control C Vol. 79, No. 4, December, 2018, pp. 229-234 Journal homepage: http://iieta.org/journals/mmc/mmc_c Real-time ECG monitoring system for the assessment of rural cardiac

More information

ONE MONITORING SOLUTION TO MEASURE MORE. Zephyr Performance Systems for academics and researchers

ONE MONITORING SOLUTION TO MEASURE MORE. Zephyr Performance Systems for academics and researchers ONE MONITORING SOLUTION TO MEASURE MORE Zephyr Performance Systems for academics and researchers GettyImages-530750346.jpg Vital signs and accelerometry. Tracking both is integral to your research. But

More information

THE RELATIONSHIP BETWEEN PERSONAL MEANING, SENSE OF COHERENCE AND ORGANISATIONAL COMMITMENT INGRA DU BUISSON-NARSAI

THE RELATIONSHIP BETWEEN PERSONAL MEANING, SENSE OF COHERENCE AND ORGANISATIONAL COMMITMENT INGRA DU BUISSON-NARSAI THE RELATIONSHIP BETWEEN PERSONAL MEANING, SENSE OF COHERENCE AND ORGANISATIONAL COMMITMENT by INGRA DU BUISSON-NARSAI submitted in part fulfillment of the requirements for the degree of MASTER OF COMMERCE

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

Experiment HE-12: Targeted Exercise with Wireless Electrocardiogram (ECG)

Experiment HE-12: Targeted Exercise with Wireless Electrocardiogram (ECG) Experiment HE-12: Targeted Exercise with Wireless Electrocardiogram (ECG) Get Your Cardio On Preparations for this experiment need to be reviewed with the students in advance. There will be exercise routines

More information

The Cross-platform Application for Arrhythmia Detection

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

More information

The Engineering of Emergence in Complex Adaptive Systems. Philosophiae Doctor

The Engineering of Emergence in Complex Adaptive Systems. Philosophiae Doctor The Engineering of Emergence in Complex Adaptive Systems by Anna Elizabeth Gezina Potgieter submitted in partial fulfilment of the requirements for the degree of Philosophiae Doctor (Computer Science)

More information

Fitmate and all the accessories are provided together with a nice and practical carrying case.

Fitmate and all the accessories are provided together with a nice and practical carrying case. Fitmate and all the accessories are provided together with a nice and practical carrying case. Fitmate uses two kind of mask: Comfortable Silicon mask for long testing session and RMR disposable Face Mask

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 10, April 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 10, April 2013 ECG Processing &Arrhythmia Detection: An Attempt M.R. Mhetre 1, Advait Vaishampayan 2, Madhav Raskar 3 Instrumentation Engineering Department 1, 2, 3, Vishwakarma Institute of Technology, Pune, India Abstract

More information

Building an Electrocardiogram (ECG) Diagnostic System. Collection Editor: Christine Moran

Building an Electrocardiogram (ECG) Diagnostic System. Collection Editor: Christine Moran Building an Electrocardiogram (ECG) Diagnostic System Collection Editor: Christine Moran Building an Electrocardiogram (ECG) Diagnostic System Collection Editor: Christine Moran Authors: Yuheng Chen Leslie

More information

MULTIMODAL BIOMECHANICAL FOOT ASSESSMENT ON AGING, OBESITY AND DIABETES

MULTIMODAL BIOMECHANICAL FOOT ASSESSMENT ON AGING, OBESITY AND DIABETES Indian Institute of Technology Delhi (IITD), New Delhi, 2014 MULTIMODAL BIOMECHANICAL FOOT ASSESSMENT ON AGING, OBESITY AND DIABETES by R PERIYASAMY Centre for Biomedical Engineering Submitted In fulfilment

More information

GROUP CYCLE CONSOLE. User manual

GROUP CYCLE CONSOLE. User manual GROUP CYCLE CONSOLE User manual Contents Description of the buttons...3 Description of the display...4 Starting an exercise...7 Technogym threshold power test...8 Using the chest strap...10 Heart rate

More information

ECG Rhythm Analysis by Using Neuro-Genetic Algorithms

ECG Rhythm Analysis by Using Neuro-Genetic Algorithms MASAUM Journal of Basic and Applied Sciences, Vol. 1, No. 3, October 2009 522 ECG Rhythm Analysis by Using Neuro-Genetic Algorithms Safaa S. Omran, S.M.R. Taha, and Nassr Ali Awadh Abstract The heart is

More information

ELEC ENG 4BD4 Lecture 1. Biomedical Instrumentation Instructor: Dr. Hubert de Bruin

ELEC ENG 4BD4 Lecture 1. Biomedical Instrumentation Instructor: Dr. Hubert de Bruin ELEC ENG 4BD4 Lecture 1 Biomedical Instrumentation Instructor: Dr. Hubert de Bruin 1 Cochlear Implant 2 Advances in Vision (Retinal Stimulation) 3 Argus II Implant 4 Mini Gastric Imaging 5 Taser 6 Shock

More information

Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal

Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal Comparison of ANN and Fuzzy logic based Bradycardia and Tachycardia Arrhythmia detection using ECG signal 1 Simranjeet Kaur, 2 Navneet Kaur Panag 1 Student, 2 Assistant Professor 1 Electrical Engineering

More information

The Body of Chinese Medicine and Contemporary Practice

The Body of Chinese Medicine and Contemporary Practice The Body of Chinese Medicine and Contemporary Practice Mary Garvey Thesis for the degree of Doctor of Philosophy in International Studies Submitted 2011 Certificate I certify that the work in this thesis

More information

ECG Signal Analysis for Abnormality Detection in the Heart beat

ECG Signal Analysis for Abnormality Detection in the Heart beat GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 10 September 2016 ISSN: 2455-5703 ECG Signal Analysis for Abnormality Detection in the Heart beat Vedprakash Gujiri

More information

Resting and Stress ECG

Resting and Stress ECG Operating Manual Resting and Stress ECG 1 Safety 2 Hardware 3 Software 4 Hygiene Part 3: Operating characteristics: custo diagnostic 5.0 and higher for Windows MSW 0001 DK 1660 Version 002 13/06/2018 2018

More information

Real-time Electrocardiogram Monitoring

Real-time Electrocardiogram Monitoring Real-time Electrocardiogram Monitoring Project Proposal Department of Electrical and Computer Engineering Calvin Walden, Edward Sandor, and Nicholas Clark Advisors: Dr. Yufeng Lu and Dr. In Soo Ahn December

More information

FINDING ROSES AMONGST THORNS: HOW INSTITUTIONALISED CHILDREN NEGOTIATE PATHWAYS TO WELL-BEING WHILE AFFECTED BY HIV&AIDS.

FINDING ROSES AMONGST THORNS: HOW INSTITUTIONALISED CHILDREN NEGOTIATE PATHWAYS TO WELL-BEING WHILE AFFECTED BY HIV&AIDS. FINDING ROSES AMONGST THORNS: HOW INSTITUTIONALISED CHILDREN NEGOTIATE PATHWAYS TO WELL-BEING WHILE AFFECTED BY HIV&AIDS by Kamleshie Mohangi Submitted in fulfilment of the requirements for the degree

More information

Dynamic Modelling of Heart Rate Response Under Different Exercise Intensity

Dynamic Modelling of Heart Rate Response Under Different Exercise Intensity The Open Medical Informatics Journal, 21, 4, 81-81 Open Access Dynamic Modelling of Heart Rate Response Under Different Exercise Intensity Steven W. Su 1,2,3, Weidong Chen *,1, Dongdong Liu 1, Yi Fang

More information

Predicting and facilitating upward family communication as a mammography promotion strategy

Predicting and facilitating upward family communication as a mammography promotion strategy University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2010 Predicting and facilitating upward family communication as

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

Variability in the Precision of Acupoint Location Methods

Variability in the Precision of Acupoint Location Methods Variability in the Precision of Acupoint Location Methods Mark Aird B.HSc (Acupuncture) A thesis submitted for the Degree of Doctor of Philosophy University of Technology, Sydney 2005 Certificate of authorship/originality

More information

HIWIN Thesis Award 2007

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

More information

Developing an instrument to measure informed consent comprehension in non-cognitively impaired adults

Developing an instrument to measure informed consent comprehension in non-cognitively impaired adults University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2009 Developing an instrument to measure informed consent comprehension

More information

Félix Alberto Herrera Rodríguez

Félix Alberto Herrera Rodríguez AN ASSESSMENT OF THE RISK FACTORS FOR PULMONARY TUBERCULOSIS AMONG ADULT PATIENTS SUFFERING FROM HUMAN IMMUNODEFICIENCY VIRUS ATTENDING THE WELLNESS CLINIC AT THEMBA HOSPITAL. Félix Alberto Herrera Rodríguez

More information

Predicting a rapid response during psychotherapy for depression

Predicting a rapid response during psychotherapy for depression University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2008 Predicting a rapid response during psychotherapy for depression

More information

MANAGAY SHARON GOVENDER

MANAGAY SHARON GOVENDER THE EFFICACY OF THE DEPARTMENT OF EDUCATION S RESPONSE TO HIV/AIDS IN CHANGING EDUCATORS AND LEARNERS RISK BEHAVIOURS by MANAGAY SHARON GOVENDER submitted in part fulfilment of the requirements for the

More information

FitFormula. Sam Liu (Apper) Simran Fitzgerald (Programmer) Jonathan Tomkun (Programmer) ECE1778 Final report

FitFormula. Sam Liu (Apper) Simran Fitzgerald (Programmer) Jonathan Tomkun (Programmer) ECE1778 Final report FitFormula ECE1778 Final report Sam Liu (Apper) Simran Fitzgerald (Programmer) Jonathan Tomkun (Programmer) Final Report Word Count: 1951 Apper Context Word Count: 311 Contents 1.0 Introduction... 3 2.0

More information

Time-Frequency and. Point Process Algorithms for. Cardiac Arrhythmia Analysis. and Cardiorespiratory Control

Time-Frequency and. Point Process Algorithms for. Cardiac Arrhythmia Analysis. and Cardiorespiratory Control Time-Frequency and Point Process Algorithms for Cardiac Arrhythmia Analysis and Cardiorespiratory Control Sandun V. W. Kodituwakku B.E. (Hon 1), The University of Adelaide May 2012 A thesis submitted for

More information

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

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

More information

Simple is better. MAC 2000 ECG analysis system

Simple is better. MAC 2000 ECG analysis system Simple is better Simple is Productive Simple is Connected Simple is Reliable Product overview MAC 2000 ECG analysis system Simple is productive Simple is Productive Simple is Connected Simple is Reliable

More information

Removal of Baseline wander and detection of QRS complex using wavelets

Removal of Baseline wander and detection of QRS complex using wavelets International Journal of Scientific & Engineering Research Volume 3, Issue 4, April-212 1 Removal of Baseline wander and detection of QRS complex using wavelets Nilesh Parihar, Dr. V. S. Chouhan Abstract

More information

Heart Abnormality Detection Technique using PPG Signal

Heart Abnormality Detection Technique using PPG Signal Heart Abnormality Detection Technique using PPG Signal L.F. Umadi, S.N.A.M. Azam and K.A. Sidek Department of Electrical and Computer Engineering, Faculty of Engineering, International Islamic University

More information

MY SPORTFOLIO ISM PHYSICAL EDUCATION AND FITNESS TEACHER: BLOCK: GRADE:

MY SPORTFOLIO ISM PHYSICAL EDUCATION AND FITNESS TEACHER: BLOCK: GRADE: MY SPORTFOLIO ISM PHYSICAL EDUCATION AND FITNESS TEACHER: BLOCK: GRADE: WHAT IS HEALTHY ACTIVE LIVING? Before starting off on a journey, you need to know what your starting point is. This exercise will

More information

The Rate-Adaptive Pacemaker: Developing Simulations and Applying Patient ECG Data

The Rate-Adaptive Pacemaker: Developing Simulations and Applying Patient ECG Data The Rate-Adaptive Pacemaker: Developing Simulations and Applying Patient ECG Data Harriet Lea-Banks - Summer Internship 2013 In collaboration with Professor Marta Kwiatkowska and Alexandru Mereacre September

More information

11/18/13 ECG SIGNAL ACQUISITION HARDWARE DESIGN. Origin of Bioelectric Signals

11/18/13 ECG SIGNAL ACQUISITION HARDWARE DESIGN. Origin of Bioelectric Signals ECG SIGNAL ACQUISITION HARDWARE DESIGN Origin of Bioelectric Signals 1 Cell membrane, channel proteins Electrical and chemical gradients at the semi-permeable cell membrane As a result, we get a membrane

More information

The first desktop system for easy and accurate Cardio Pulmonary Exercise Testing. VO 2 max and sub-max V0 2

The first desktop system for easy and accurate Cardio Pulmonary Exercise Testing. VO 2 max and sub-max V0 2 Cardio Pulmonary Exercise Testing The first desktop system for easy and accurate Cardio Pulmonary Exercise Testing VO 2 max and sub-max V0 2 Anaerobic Threshold & Individual Training Zones Nutritional

More information

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

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

More information

Environmental Education In The Workplace: vehicle trips by commuters into the Perth CBD. Catherine M. Baudains BSc. Dip Ed. Hons.

Environmental Education In The Workplace: vehicle trips by commuters into the Perth CBD. Catherine M. Baudains BSc. Dip Ed. Hons. Environmental Education In The Workplace: Inducing voluntary transport behaviour change to decrease single occupant vehicle trips by commuters into the Perth CBD. Catherine M. Baudains BSc. Dip Ed. Hons.

More information

CORTEX Biophysik GmbH

CORTEX Biophysik GmbH With our two main product lines, METALYZER and METAMAX, we are pioneers in the field of medicine, sport and fitness. We achieve maximum performance in cardiopulmonary exercise testing with innovative hardware

More information

Heart Rate Monitoring System Using Lab View

Heart Rate Monitoring System Using Lab View Volume-5, Issue-2, April-2015 International Journal of Engineering and Management Research Page Number: 590-594 Heart Rate Monitoring System Using Lab View S. Tony Manasa 1, Y. Sneha 2, Sajeeda Sultana

More information

Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data. K.P.S.D. Kumarapathirana A

Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data. K.P.S.D. Kumarapathirana A !_ & Jv OT-: j! O6 / *; a IT Oi/i34- Using Data Mining Techniques to Analyze Crime patterns in Sri Lanka National Crime Data K.P.S.D. Kumarapathirana 139169A LIBRARY UNIVERSITY or MORATL^VA, SRI LANKA

More information

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

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

More information

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

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

More information

Available online at ScienceDirect. Procedia Computer Science 70 (2015 ) Carmelaram, Bengaluru , India

Available online at   ScienceDirect. Procedia Computer Science 70 (2015 ) Carmelaram, Bengaluru , India Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 70 (2015 ) 289 295 4 th International Conference on Eco-friendly Computing and Communication Systems, ICECCS 2015 Abstract

More information

POWER EFFICIENT PROCESSOR FOR PREDICTING VENTRICULAR ARRHYTHMIA BASED ON ECG

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

More information

TREADMILL. Vision Fitness Classic Console TF40

TREADMILL. Vision Fitness Classic Console TF40 TREADMILL Vision Fitness Classic Console TF40 CLASSIC CONSOLE OPERATION A) LARGE LED DISPLAY WINDOW - displays workout time B) ALPHANUMERIC DISPLAY WINDOW displays incline, distance, speed, calories, pace,

More information

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

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

More information

Kirk Wilson. Acupuncture as an Adjunct Therapy in the Treatment of Depression. Doctor of Philosophy

Kirk Wilson. Acupuncture as an Adjunct Therapy in the Treatment of Depression. Doctor of Philosophy Kirk Wilson Acupuncture as an Adjunct Therapy in the Treatment of Depression Doctor of Philosophy 2014 i Certificate of Original Authorship I certify that the work in this thesis has not previously been

More information

Digital film dosimetry in radiotherapy and the development of analytical applications software

Digital film dosimetry in radiotherapy and the development of analytical applications software University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2005 Digital film dosimetry in radiotherapy and the development

More information

SPORT & MEDICAL PRODUCT RANGE

SPORT & MEDICAL PRODUCT RANGE SPORT & MEDICAL PRODUCT RANGE MONARK LC7TT The ultimate research and performance analysis tool. The LC7TT is equipped with Shimano Di2 gear shifters which allow the cyclist to individually adjust the resistance

More information

GOAL SETTING FOR SUSTAINABILITY: A NEW METHOD OF ENVIRONMENTAL EDUCATION

GOAL SETTING FOR SUSTAINABILITY: A NEW METHOD OF ENVIRONMENTAL EDUCATION GOAL SETTING FOR SUSTAINABILITY: A NEW METHOD OF ENVIRONMENTAL EDUCATION Lucy.A.Sheehy BSc. (Hons) This thesis is submitted in fulfilment of the requirements for the Degree of Doctor of Philosophy 17 th

More information

PCA Enhanced Kalman Filter for ECG Denoising

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

More information

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

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

More information

Fitter, Faster, Stronger, Longer: Precor Cardio Development Program

Fitter, Faster, Stronger, Longer: Precor Cardio Development Program Fitter, Faster, Stronger, Longer: Precor Cardio Development Program The Precor Cardio Development Program is a 3 phase training program that progressively guides your clients towards aerobic fitness and

More information

A86995 Date: 08/12/2010

A86995 Date: 08/12/2010 A86995 Date: 08/12/2010 www.aussiefitsport.com.au WARRANTY Customer Satisfaction is our Guarantee Aussie Fit Sport Science has been developing and marketing unique and innovative fitness/exercise products

More information

QRS Detection of obstructive sleeps in long-term ECG recordings Using Savitzky-Golay Filter

QRS Detection of obstructive sleeps in long-term ECG recordings Using Savitzky-Golay Filter Volume 119 No. 15 2018, 223-230 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ QRS Detection of obstructive sleeps in long-term ECG recordings Using Savitzky-Golay

More information

keywords: sleep monitoring, assisted living, wireless body area network, heart rate variability,

keywords: sleep monitoring, assisted living, wireless body area network, heart rate variability, Personal wearable monitor of the heart rate variability Piotr Augustyniak Institute of Automatics, AGH University of Science and Technology, Kraków, august@agh.edu.pl Abstract: The aim of the paper is

More information

week by week in the Training Calendar. Follow up graphics, sort, filter, merge, and split functions are also included.

week by week in the Training Calendar. Follow up graphics, sort, filter, merge, and split functions are also included. Firstbeat ATHLETE The story Firstbeat ATHLETE is one of the most advanced software tools for analyzing heart rate based training. It makes professional level training analysis available to all dedicated

More information

Signal Processing of Stress Test ECG Using MATLAB

Signal Processing of Stress Test ECG Using MATLAB Signal Processing of Stress Test ECG Using MATLAB Omer Mukhtar Wani M. Tech ECE Geeta Engineering College, Panipat Abstract -Electrocardiography is used to record the electrical activity of the heart over

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

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

More information

UNIVERSITI TEKNOLOGI MARA INITIAL RESPONSE ANALYSIS OF ROBOT-BASED INTERVENTION PROGRAM (RBIP) FOR CHILDREN WITH AUTISM USING HUMANOID ROBOT NAO

UNIVERSITI TEKNOLOGI MARA INITIAL RESPONSE ANALYSIS OF ROBOT-BASED INTERVENTION PROGRAM (RBIP) FOR CHILDREN WITH AUTISM USING HUMANOID ROBOT NAO UNIVERSITI TEKNOLOGI MARA INITIAL RESPONSE ANALYSIS OF ROBOT-BASED INTERVENTION PROGRAM (RBIP) FOR CHILDREN WITH AUTISM USING HUMANOID ROBOT NAO LUTHFFIIDZHAR BIN ISMAIL Thesis submitted in fulfilment

More information

CHAPTER 4 ESTIMATION OF BLOOD PRESSURE USING PULSE TRANSIT TIME

CHAPTER 4 ESTIMATION OF BLOOD PRESSURE USING PULSE TRANSIT TIME 64 CHAPTER 4 ESTIMATION OF BLOOD PRESSURE USING PULSE TRANSIT TIME 4.1 GENERAL This chapter presents the methodologies that are usually adopted for the measurement of blood pressure, heart rate and pulse

More information

Lab 4: Introduction to Physiological Measurements - Cardiovascular

Lab 4: Introduction to Physiological Measurements - Cardiovascular Lab 4: Introduction to Physiological Measurements - Cardiovascular INTRODUCTION: This lab will demonstrate cardiovascular measurements by creating an ECG with instruments used in previous labs. Students

More information

Temporal Analysis and Remote Monitoring of ECG Signal

Temporal Analysis and Remote Monitoring of ECG Signal Temporal Analysis and Remote Monitoring of ECG Signal Amruta Mhatre Assistant Professor, EXTC Dept. Fr.C.R.I.T. Vashi Amruta.pabarekar@gmail.com Sadhana Pai Associate Professor, EXTC Dept. Fr.C.R.I.T.

More information

High Strength In-Situ Biocementation of Soil by Calcite Precipitating Locally Isolated Ureolytic Bacteria

High Strength In-Situ Biocementation of Soil by Calcite Precipitating Locally Isolated Ureolytic Bacteria High Strength In-Situ Biocementation of Soil by Calcite Precipitating Locally Isolated Ureolytic Bacteria School of Biological Sciences and Biotechnology Murdoch University Western Australia This thesis

More information

AN OVERVIEW ON DETECTING HEART ATTACKS USING SMART PHONES

AN OVERVIEW ON DETECTING HEART ATTACKS USING SMART PHONES RESEARCH ARTICLE ISSN: 2321-7758 AN OVERVIEW ON DETECTING HEART ATTACKS USING SMART PHONES MEENA PREETHI.B 1, MOHANA PRIYA.S 2, SOWMINI.M 3,PREETHI.M 4 1 Assistant professor, 2,3,4 III BCA Students 1,2,3,4

More information

AGE-RELATED DIFFERENCES IN VERBAL, VISUAL. AND SPATIAL MEMORY: The Same or Different?

AGE-RELATED DIFFERENCES IN VERBAL, VISUAL. AND SPATIAL MEMORY: The Same or Different? i AGE-RELATED DIFFERENCES IN VERBAL, VISUAL AND SPATIAL MEMORY: The Same or Different? Thesis submitted by Rhonda M Shaw (B.Psych [Hons]) February 1 2007 For the Degree of Doctor of Philosophy School of

More information

Peer Counselling in Higher Education - Participants' Experiences of a Programme in Hong Kong. Jennifer Yim Shui Wa. Doctor of Education

Peer Counselling in Higher Education - Participants' Experiences of a Programme in Hong Kong. Jennifer Yim Shui Wa. Doctor of Education Peer Counselling in Higher Education - Participants' Experiences of a Programme in Hong Kong Jennifer Yim Shui Wa Doctor of Education University of Technology Sydney 2011 Certificate of Authorship/Originality

More information

Vital Responder: Real-time Health Monitoring of First- Responders

Vital Responder: Real-time Health Monitoring of First- Responders Vital Responder: Real-time Health Monitoring of First- Responders Ye Can 1,2 Advisors: Miguel Tavares Coimbra 2, Vijayakumar Bhagavatula 1 1 Department of Electrical & Computer Engineering, Carnegie Mellon

More information

Design of Context-Aware Exercise Measurement SoC Based on Electromyogram and Electrocardiogram

Design of Context-Aware Exercise Measurement SoC Based on Electromyogram and Electrocardiogram Design of Context-Aware Exercise Measurement SoC Based on Electromyogram and Electrocardiogram Seongsoo Lee Abstract Exercise measurement is an important application of smart healthcare devices. Conventional

More information

BC380. The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER

BC380. The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER www.accuniq.com BC380 The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER Multi-Frequency Segmental Body Composition Analysis using BIA Technology 02 Product Introduction ACCUNIQ BC380

More information

Healthcare Measurement of ECG and Body Temperature Signals Using Android Mobile

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

More information

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System

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

More information

Alerting System for Sport Activity Based on ECG Signals using Proportional Integral Derivative

Alerting System for Sport Activity Based on ECG Signals using Proportional Integral Derivative Alerting System for Sport Activity Based on ECG Signals using Proportional Integral Derivative Vika Octaviani 1, Arief Kurniawan 1,2, Yoyon Kusnendar Suprapto 1,2, Ahmad Zaini 1,2 1 Department of Electrical

More information