Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network

Size: px
Start display at page:

Download "Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network"

Transcription

1 Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network Kusprasapta Mutijarsa School of Electrical Engineering and Information Technology Bandung Institute of Technology Bandung, Indonesia Muhammad Ichwan, Dina Budhi Utami Information Technology National Institute of Technology Bandung, Indonesia Abstract It is important to monitor heart rate during cycling. By monitoring heart rate during cycling, cyclists can control the cycling session such as cycling cadence to determine the intensity of exercise. By controlling the intensity of cycling, cyclists can avoid the risks of over training and heart attack. Exercise intensity can be measured by heart rate of cyclist. The heart rate can be measured by wearable sensor. But there are data that are not recorded by the sensor at a regular time for example, one second, two seconds, etc. So we need a prediction model of heart rate to complete the missing data. The purpose of this study is to create a predictive model for heart rate based on cycling cadence using Feedforward Neural Network. The inputs are heart rate (HRt) and cadence (cadt) on the second. The output is the predictive value of heart rate on the next second (HRt+1). Feedforward Neural Network is used as a mathematical model of the relationship between heart rate and cycling cadence. The prediction model was trained using 00 data of cyclist number 1 in a cycling session. The test data use dataset of 6 cyclists. Experiments show that the prediction model generates the predictive value of heart rate that is close to the value of heart rate measured by the sensor. The error of training data is 2.43 while the average error of test data is Keywords Prediction, heart rate, cycling, Feedforward Neural Network, cadence. I. INTRODUCTION Exercise intensity is used to measure the level of exercise. The intensity of exercise is an important factor to improve the performance of cyclists. If the exercise intensity is too low, then performance will not increase. If the intensity is too high, then it may lead to over training or heart attack [1]. Exercise intensity can be measured by heart rate of cyclist. Heart rate has an important role to detect and prevent over training [2]. Therefore, it is important to monitor heart rate during cycling. By monitoring heart rate during cycling, cyclists can control the cycling events such as the cycling cadence to avoid the risks of over training and heart attack while cycling. The heart rate can be measured by wearable sensor. But there are data that are not recorded by the sensor at a regular time for example, one second, two seconds, etc. So we need a prediction model of heart rate to complete the missing data. The purpose of this research is to create a predictive model based on the cycling cadence using Feedforward Neural Network. The Feedforward neural network is used as a mathematical model of the relationship between heart rate and cycling cadence. There are several studies on the prediction of heart rate, which are heart rate prediction based on physical activity [3] - [7], heart rate prediction during exercise using PID controllers [8], heart rate prediction during cycling based on the duration of cycling and weight training [9]. In heart rate prediction based on physical activity [3] [7], the value of physical activity from the accelerometer is used to determine the predictive value of heart rate, while cadence is used to determine the predictive value of heart rate in this study. Both these studies used artificial neural network, but the inputs are different. At the beginning of the study on the prediction of heart rate, the heart rate value on the next second is predicted based on heart rate and cadence on the second. So the results of this study will be used for further research on the multi time heart rate prediction. In this study, the inputs are the value of heart rate (HR t ) and the cycling cadence (cad t ) on the second. While the output is the predictive value of heart rate on the next second (HR t+1 ). The proposed method is Feedforward Neural Network. This paper is presented in four sections in which the next section describes the design of predictive models and methods. In the third section describes the experimental specifications and the test results of predictive models using some sample data. Section 4 presents conclusion and discussion. II. METHOD A. Heart Rate Prediction Model In this study, we investigate the relationship between heart rate and cycling cadence. Heart rate value (HR t ) is measured by the wearable heart rate sensor, while the cycling cadence (cad t ) measured by cadence sensor. Both value at a second is used as the input of the neural network. The output of the neural network is the predictive value of heart rate in the next second (HR t + 1 ). To measure the degree of accuracy of the prediction, then we calculated error value (e t + 1 ) of the predictive value of heart rate at the next second (HR' t + 1 ) and the value of heart rate measurement at the next second (HR t + 1 ) by a heart rate sensor. Block diagram of system can be seen in fig. 1.

2 Heart Rate HR(t) Cad(t) Cadance Fig. 1 The block diagram of system Neural Network HR (t+1) HR(t+1) e(t+1) B. Feed Forward Neural Network Feedforward Neural Network (FFNN) is a neural network in which the relationship between the information signals moves only in one direction from input to output [11]. FFNN not generate feedback, which means that the output of each layer will not affect other neurons in the same layer. In this study, FFNN is used for modeling the relationship between heart rate and cycling cadence. We used multilayer Perceptron (MLP) for neural network architecture which consists three layers. There are an input layer, one hidden layer and an output layer. 3 layers are selected based on research conducted by Ming Yuchi et al which the topic is a heart rate prediction based on physical activity [3]. In this study, the value of heart rate and cycling cadence at on the second are used as input, so that there are two neurons in the input layer. Then, there are 333 neurons in the hidden layer. Selection of the number of hidden layers based on test and trial. We used a neuron in the output layer. Output is the predictive value of heart rate in the next second (HR t + 1 ). The architecture of neural networks in this study can be seen in fig. 2. W 333,1 = weight of first input neuron to the 333 th hidden W 333,2 = weight of the second input neuron to the 333 th hidden Nh 1 = the first hidden b 1 = bias of the first hidden Nh 333 = the 333 th hidden b 333 = bias of the 333 th hidden W 1 = weight of the first hidden neuron to the output W 333 = weight of the 333 th hidden neuron to the output y = the output b y = bias of the output = value of the heart rate at t+1. HR t+1 Based on neural network architecture, the value of HR t + 1 is the sum of all multiplication of the input and the weight for each layer neural network as in equation 1..,., (1) Where: HR t = heart rate values at t. Cad t = cycling cadence at t. W n,1 = weight of the first input neuron to the n th hidden W n,2 = weight of the second input neuron to the n th hidden b n = bias of the n th hidden W n = weight of the n th hidden neuron to the output b y = bias of the output neuron = value of the heart rate at t+1. HR t+1 Fig. 2 Neural network architectures Where: HR t = heart rate values at t. Cad t = cycling cadence at t. X 1 = the first input X 2 = the second input W 1,1 = weight of the first input neuron to the first hidden W 1,2 = weight of the second input neuron to the first hidden III. EXPERIMENT A. Experiment Specifications The increasing of using smart phones and wearable sensors allows many cyclists use a variety of sports-based smartphone applications such as Strava, Garmin Connect, and others. The function of the application is to monitor the results of measurement by the sensor. The results of measurement can be exported in the form of XML and then analyzed. This study uses the dataset which is used by other researchers in the field of sport [13-15]. This dataset is downloaded via the link The dataset contains data of 9 cyclists extracted from wearable sensor. Data exported from Garmin Connect or Strava. Each dataset contains GPS location, elevation, duration, distance, heart rate, cadence, and some data containing power information. We tried to make general predictive models of heart rate. Therefore, in this study, we trained the models using data from a cyclist and then test to some other cyclists. In the training, we used 00 data of cyclist number 1 at a cycling session. In the testing, we used data of cyclist number 1 when the cycling session is different from the cycling session of training data.

3 Then, we tested prediction model using data of other cyclists which are cyclist number 3, 4, 5, 7, 8, and 9. In the dataset, data of cyclist numbers 2 and 6 does not have cycling cadence information. B. Experiment Results Comparison of heart rate measurement and heart rate prediction can be seen in fig. 3 to 10 with only displays data for each dataset. Fig. 3 illustrates the comparison of heart rate measurement and predictions of 00 training data (data cyclist number 1 in a cycling session). Fig. 4 illustrates a comparison of heart rate measurement and predictions of 2162 data cycling of cyclist number 1 which the cycling session differs from the cycling session of training data. Fig. 5 illustrates the comparison of heart rate measurement and predictions from 9 data of cyclists number 3 on a cycling session. Further fig. 6, fig. 7, fig. 8, fig. 9, and fig. 10 illustrates a comparison of heart rate measurement and predictions of data cyclist numbers 4, 5, 7, 8, and 9 at a cycling session with the amount of data each dataset can be seen in table 1. Fig. 3 to 10 shows that the value of heart rate predictions are close to the value of heart rate measurement by a heart rate sensor. Fig. 4 shows that although we only train model using data of cyclist number 1 in a cycling session, the prediction model can predict heart rate of cyclist number 1 when the cycling session is different from the cycling session of training data. Fig. 5 to 10 shows that although we only train model using data on cyclist number 1, the prediction can predict heart rate of other cyclists with the production values are close to the heart rate measurement by a heart rate sensor. From these results, it can be seen that the cycling cadence effect on heart rate. Performance Feedforward Neural Network in the prediction of heart rate is measured by calculating the mean absolute error (MAE) of each data set. The MAE value of each dataset can be seen in table 1. MAE value of training data is 2.43 and the average MAE of test data is The MAE value of this research is smaller than MAE value of research on heart rate prediction based on physical activity [3]. Fig. 4 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number Test set of cyclist number 1 Train set of cycist nunber 3 Fig. 5 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number 3 Train set of cyclist number 4 Train Set Fig. 6 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number 4 Fig. 3 Performance of Feedforward Neural Network in predict heart rate of training set

4 Train set of cyclist number 5 Train set of cyclist number Waktu (detik) Fig. 7 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number 5 Fig. 10 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number 9 70 Train set of cyclist number 7 Fig. 8 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number 7 Table 1 Mean absolute error (MAE) of the prediction error Dataset Cyclist Amount data MAE Train sets Test sets Average Train set of cyclist number 8 Fig. 9 Performance of Feedforward Neural Network of heart rate prediction on test set of cyclist number 8 IV. CONCLUSION AND DISCUSSION Based on the experiment, the heart rate on the second (HR t+1 ) can be predicted from heart rate (HR t ) and cycling cadence (cad t ) on the second. Feedforward Neural Network is used for modeling heart rate prediction. The prediction model was trained using 00 data of cyclist number 1 at a cycling session. The test data use dataset of 6 cyclists. Experiments show that the prediction model generates predictive values of heart rate are close to the value of heart rate measurement by a heart rate sensor. In this study, we use dataset which have not personal cyclist information such as age, gender, and level of health. Additionally dataset have not information about the type of wearable sensors used. Therefore, it needs further research regarding these factors. Another further research is the multi time heart rate prediction to predict heart rate in the long term. The prediction model of heart rate has the potential to be used in a variety of research in the field of health and sports such as prediction of heart attack, an indication of over training, and artificial personal trainer.

5 REFERENCES [1] Kuiers, H. and izer, H. Overtraining in elite athletes in Sport Medicine, Vol. 6, pp , [2] Jeundrup A. and Van Diemen A. Heart rate monitoring during training and competition in cyclists in Journal of Sport Sciences, Vol. 6(3), pp , May 1998 [3] M. Yuchi and J. Jo. Heart Rate Prediction Based on Physical Activity Using Feedforward Neural Network, in International Conference on Hybrid Information Technology, pp , [4] F. Xiao, M. Yuchi, M. Y. Ding, J. Jo and W. G. Hou. A Research of Physical Activities Influence of Heart Rate Using Feedforward Neural Network in International Symposium on Neural Network, pp , 2009 [5] F. Xiao, M. Yuchi, M. Y. Ding, J. Jo and J. H. Kim. A Multi-step Heart Rate Prediction Method based on Physical Activity using Adams- Bashforth Technique in IEEE International Symposium on Computational Intelligence in Robotics and Automation, pp , [6] F. Xiao, Y. M. Chen, M. Yuchi, M. Y. Ding and J. Jo. Heart Rate Prediction Model Based on Physical Activities using Evolutionary Neural Network in Fourth International Conference on Genetic and Evolutionary Computing pp ,2010. [7] F. Xiao, M. Yuchi, M. Y. Ding and J. Jo. A Research of Heart Rate Prediction Model based on Evolutionary Neural Network in Intelligent Computation and Bio-Medical Instrumentation, pp , [8] A. C. Koenig, L. Somaini, M. Pulfer, T. Holenstein, X. Omlin, M. Wieser and R. Riener. Model-Based Heart Rate Prediction during Lokomat Walking in 31 st Annual International Conference of the IEEE EMBS, pp , [9] A. Le, T. Jaitner, F. Tobias, and L. Litz. A Dynamic Heart Rate Prediction Model for Training Optimization in Cycling in Proceedings of 7 th ISEA Conference, pp. 1-6, [10] M. T. Hagan, H. B. Demuth, and M. H. Beale. Neural Network Design. Boston: MA, PWS Publishing, [11] Russell, S.J. and Norvig, P. Artificial Intelligence: Modern Approach (3 rd Edition). New Jersey: Prentice hall, Englewood, [12] S. Haykin. Neural Network A Comprehensive Foundation. New York: Macmillan College Publication, [13] Iztok Jr. Fister, Dusan Fister, Iztok Fister, and Simon Fong. Data mining in sporting activities cerated by sports tracrs in Computational and Business Intelligence (ISCBI) 2013 IEEE International Sysmposium, pp , [14] S. Rauter, I. Jr. Fister, and I. Fister. A collection of sport activity files data analysis and data mining in Technical report 0210, University of Ljubljana and University of Maribor, [15] S. Rauter, I. Jr. Fister, and I. Fister. A collection of sport activity files data analysis and data mining 2016a in Technical report 0210, University of Ljubljana and University of Maribor, 2016.

A Novel Gear-shifting Strategy Used on Smart Bicycles

A Novel Gear-shifting Strategy Used on Smart Bicycles 2012 International Conference on Industrial and Intelligent Information (ICIII 2012) IPCSIT vol.31 (2012) (2012) IACSIT Press, Singapore A Novel Gear-shifting Strategy Used on Smart Bicycles Tsung-Yin

More information

Neural Network in Computer Vision for RoboCup Middle Size League

Neural Network in Computer Vision for RoboCup Middle Size League Journal of Software Engineering and Applications, 2016, *,** Neural Network in Computer Vision for RoboCup Middle Size League Paulo Rogério de Almeida Ribeiro 1, Gil Lopes 1, Fernando Ribeiro 1 1 Department

More information

Detection of Proportion of Different Gas Components Present in Manhole Gas Mixture Using Backpropagation Neural Network

Detection of Proportion of Different Gas Components Present in Manhole Gas Mixture Using Backpropagation Neural Network 01 International Conference on Information and Network Technology (ICINT 01) IPCSIT vol. 37 (01) (01) IACSIT Press, Singapore Detection of Proportion of Different Gas Components Present in Manhole Gas

More information

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, V. P. Yanambaka 4, and M. K. Ganapathiraju 5 University of North Texas,

More information

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Ahmad Abadleh ahmad_a@mutah.edu.jo Eshraq Al-Hawari eshraqh@mutah.edu.jo Esra'a Alkafaween Esra_ok@mutah.edu.jo Hamad

More information

EXPERIMENTÁLNÍ ANALÝZA MLP SÍTÍ PRO PREDIKCI POHYBU PLIC PŘI DÝCHÁNÍ Experimental Analysis of MLP for Lung Respiration Prediction

EXPERIMENTÁLNÍ ANALÝZA MLP SÍTÍ PRO PREDIKCI POHYBU PLIC PŘI DÝCHÁNÍ Experimental Analysis of MLP for Lung Respiration Prediction 21 Technická 4, 166 7 Praha 6 EXPERIMENTÁLNÍ ANALÝZA MLP SÍTÍ PRO PREDIKCI POHYBU PLIC PŘI DÝCHÁNÍ Experimental Analysis of MLP for Lung Respiration Prediction Ricardo Rodriguez 1,2 1 Czech Technical University

More information

FURY 2D Simulation Team Description Paper 2016

FURY 2D Simulation Team Description Paper 2016 FURY 2D Simulation Team Description Paper 2016 Amir Darijani 1, Aria Mostaejeran 1, Mohammad Reza Jamali 1, Aref Sayareh 1, Mohammad Javad Salehi 1, Borna Barahimi 1 1 Atomic Energy High School FurySoccerSim@gmail.com

More information

Neural Nets Using Backpropagation. Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill

Neural Nets Using Backpropagation. Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill Neural Nets Using Backpropagation Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill Agenda Review of Neural Nets and Backpropagation Backpropagation: The Math Advantages and Disadvantages of Gradient

More information

Vibration Analysis and Test of Backup Roll in Temper Mill

Vibration Analysis and Test of Backup Roll in Temper Mill Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Vibration Analysis and Test of Backup Roll in Temper Mill Yuanmin Xie College of Machinery and Automation, Wuhan University of Science and

More information

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824 Neural Networks II Chen Gao ECE-5424G / CS-5824 Virginia Tech Spring 2019 Neural Networks Origins: Algorithms that try to mimic the brain. What is this? A single neuron in the brain Input Output Slide

More information

Evolving Gaits for the Lynxmotion Hexapod II Robot

Evolving Gaits for the Lynxmotion Hexapod II Robot Evolving Gaits for the Lynxmotion Hexapod II Robot DAVID TOTH Computer Science, Worcester Polytechnic Institute Worcester, MA 01609-2280, USA toth@cs.wpi.edu, http://www.cs.wpi.edu/~toth and GARY PARKER

More information

Thursday, Nov 20, pm 2pm EB 3546 DIET MONITORING THROUGH BREATHING SIGNAL ANALYSIS USING WEARABLE SENSORS. Bo Dong. Advisor: Dr.

Thursday, Nov 20, pm 2pm EB 3546 DIET MONITORING THROUGH BREATHING SIGNAL ANALYSIS USING WEARABLE SENSORS. Bo Dong. Advisor: Dr. Thursday, Nov 20, 2014 12 pm 2pm EB 3546 DIET MONITORING THROUGH BREATHING SIGNAL ANALYSIS USING WEARABLE SENSORS Bo Dong Advisor: Dr. Subir Biswas ABSTRACT This dissertation presents a framework of wearable

More information

A System Development for Creating Indoor Floor Plan of Walking Route using Video and Movement Data 1 2

A System Development for Creating Indoor Floor Plan of Walking Route using Video and Movement Data 1 2 A System Development for Creating Indoor Floor Plan of Walking Route using Video and Movement Data 1 2-1771/1.10250 0-2763-2600 0-2763-2700 1 eu.vacharapol_st@tni.ac.th 2 saprangsit@tni.ac.th Android accelerometer

More information

A Nomogram Of Performances In Endurance Running Based On Logarithmic Model Of Péronnet-Thibault

A Nomogram Of Performances In Endurance Running Based On Logarithmic Model Of Péronnet-Thibault American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-9, pp-78-85 www.ajer.org Research Paper Open Access A Nomogram Of Performances In Endurance Running

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

Controlling Walking Behavior of Passive Dynamic Walker utilizing Passive Joint Compliance

Controlling Walking Behavior of Passive Dynamic Walker utilizing Passive Joint Compliance Controlling Walking Behavior of Passive Dynamic Walker utilizing Passive Joint Compliance Takashi TAKUMA, Koh HOSODA Department of Adaptive Machine Systems, Graduate School of Engineering Osaka University

More information

ARTIFICIAL NEURAL NETWORK BASED DESIGN FOR DUAL LATERAL WELL APPLICATIONS

ARTIFICIAL NEURAL NETWORK BASED DESIGN FOR DUAL LATERAL WELL APPLICATIONS The Pennsylvania State University the Graduate School Department of Energy and Mineral Engineering ARTIFICIAL NEURAL NETWORK BASED DESIGN FOR DUAL LATERAL WELL APPLICATIONS Thesis in Energy and Mineral

More information

ACTIVITY MONITORING SYSTEM

ACTIVITY MONITORING SYSTEM ACTIVITY MONITORING SYSTEM Hardik Shah 1, Mohit Srivastava 2, Sankarshan Shukla 3, Dr. Mita Paunwala 4 Student, Electronics and Communication, CKPCET, Surat, Gujarat, India 1 Student, Electronics and Communication,

More information

Design and Implementation of Automatic Air Flow Rate Control System

Design and Implementation of Automatic Air Flow Rate Control System Journal of Physics: Conference Series PAPER OPEN ACCESS Design and Implementation of Automatic Air Flow Rate Control System To cite this article: A Akbar et al 016 J. Phys.: Conf. Ser. 739 01011 View the

More information

Modeling and simulation of multiple personal mobility. vehicles in pedestrian flows using personal space

Modeling and simulation of multiple personal mobility. vehicles in pedestrian flows using personal space J. ADV. SIMULAT. SCI. ENG. Vol., No., 55-7. 5 Japan Society for Simulation Technology Modeling and simulation of multiple personal mobility vehicles in pedestrian flows using personal space Thai Quoc Pham,*,

More information

From Passive to Active Dynamic 3D Bipedal Walking - An Evolutionary Approach -

From Passive to Active Dynamic 3D Bipedal Walking - An Evolutionary Approach - From Passive to Active Dynamic 3D Bipedal Walking - An Evolutionary Approach - Steffen Wischmann and Frank Pasemann Fraunhofer Institute for Autonomous Intelligent Systems (AiS) Schloss Birlinghoven, 53754

More information

Bicycle Safety Map System Based on Smartphone Aided Sensor Network

Bicycle Safety Map System Based on Smartphone Aided Sensor Network , pp.38-43 http://dx.doi.org/10.14257/astl.2013.42.09 Bicycle Safety Map System Based on Smartphone Aided Sensor Network Dongwook Lee 1, Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced Institute of

More information

Analysis of Acceleration Value based on the Location of the Accelerometer

Analysis of Acceleration Value based on the Location of the Accelerometer Analysis of Acceleration Value based on the Location of the Accelerometer Shin-Hyeong Choi Abstract Physical activity is essential for human health maintenance. We investigate the effects of acceleration

More information

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Kelvin C.P. Wang Oklahoma State University and WayLink Systems Corp. 2017-10-19, Copenhagen, Denmark European

More information

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS GARY B. PARKER and INGO CYLIAX Department of Computer Science, Indiana University, Bloomington, IN 47405 gaparker@cs.indiana.edu, cyliax@cs.indiana.edu

More information

Review of transportation mode detection approaches based on smartphone data

Review of transportation mode detection approaches based on smartphone data STRC 2017-17 th Swiss Transport Research Conference, Ascona Review of transportation mode detection approaches based on smartphone data Marija Nikoli, Michel Bierlaire May 18, 2017 1 / 23 Transportation

More information

ROSEMARY 2D Simulation Team Description Paper

ROSEMARY 2D Simulation Team Description Paper ROSEMARY 2D Simulation Team Description Paper Safreni Candra Sari 1, R.Priyo Hartono Adji 1, Galih Hermawan 1, Eni Rahmayanti 1, 1 Digital Media and Game Technology Lab. School of Electrical Engineering

More information

Neuro-evolving Maintain-Station Behavior for Realistically Simulated Boats

Neuro-evolving Maintain-Station Behavior for Realistically Simulated Boats Neuro-evolving Maintain-Station Behavior for Realistically Simulated Boats Nathan A. Penrod Evolutionary Computing System Lab Dept. of Computer Science and Engineering University of Nevada Reno, NV 89557

More information

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007.

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. Acknowledgement In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. There are many others without whom I could not have completed

More information

Gas-liquid Two-phase Flow Measurement Using Coriolis Flowmeters Incorporating Neural Networks

Gas-liquid Two-phase Flow Measurement Using Coriolis Flowmeters Incorporating Neural Networks Gas-liquid Two-phase Flow Measurement Using Coriolis Flowmeters Incorporating Neural Networks Lijuan Wang a, Jinyu Liu a,yong Yan a, Xue Wang b, Tao Wang c a School of Engineering and Digital Arts University

More information

Health + Track Mobile Application using Accelerometer and Gyroscope

Health + Track Mobile Application using Accelerometer and Gyroscope Health + Track Mobile Application using Accelerometer and Gyroscope Abhishek S Velankar avelank1@binghamton.edu Tushit Jain tjain3@binghamton.edu Pelin Gullu pgullu1@binghamton.edu ABSTRACT As we live

More information

A New Approach for Transformer Incipient Fault Diagnosis Based on Dissolved Gas Analysis (DGA)

A New Approach for Transformer Incipient Fault Diagnosis Based on Dissolved Gas Analysis (DGA) Nova Explore Publications Nova Journal of Engineering and Applied Sciences Vol. 3(2), 2014: 1-7 PII: S229279211400008-3 www.novaexplore.com Research Article A New Approach for Transformer Incipient Fault

More information

Quantifying the Bullwhip Effect of Multi-echelon System with Stochastic Dependent Lead Time

Quantifying the Bullwhip Effect of Multi-echelon System with Stochastic Dependent Lead Time Quantifying the Bullwhip Effect of Multi-echelon System with Stochastic Dependent Lead Time Ngoc Anh Dung Do 1, Peter Nielsen 1, Zbigniew Michna 2, and Izabela Ewa Nielsen 1 1 Aalborg University, Department

More information

Compensator Design for Speed Control of DC Motor by Root Locus Approach using MATLAB

Compensator Design for Speed Control of DC Motor by Root Locus Approach using MATLAB Compensator Design for Speed Control of DC Motor by Root Locus Approach using MATLAB Akshay C. Mahakalkar, Gaurav R. Powale 2, Yogita R. Ashtekar 3, Dinesh L. Mute 4, 2 B.E. 4 th Year Student of Electrical

More information

The Incremental Evolution of Gaits for Hexapod Robots

The Incremental Evolution of Gaits for Hexapod Robots The Incremental Evolution of Gaits for Hexapod Robots Abstract Gait control programs for hexapod robots are learned by incremental evolution. The first increment is used to learn the activations required

More information

A Machine Learning Approach to Predicting Winning Patterns in Track Cycling Omnium

A Machine Learning Approach to Predicting Winning Patterns in Track Cycling Omnium A Machine Learning Approach to Predicting Winning Patterns in Track Cycling Omnium Bahadorreza Ofoghi 1,2, John Zeleznikow 1, Clare MacMahon 1,andDanDwyer 2 1 Victoria University, Melbourne VIC 3000, Australia

More information

A Fault Diagnosis Monitoring System of Reciprocating Pump

A Fault Diagnosis Monitoring System of Reciprocating Pump IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 09 (September. 2015), V1 PP 01-06 www.iosrjen.org A Fault Diagnosis Monitoring System of Reciprocating Pump

More information

Control System Nur Istianah-THP-FTP-UB-2014

Control System Nur Istianah-THP-FTP-UB-2014 Control System Control System Control is the process of causing a system variable to conform to some desired value. Manual control Automatic control (involving machines only). A control system is an interconnection

More information

ASSESMENT of ESTIMATION MODELS for SCOUR AROUND PIPELINES under IRREGULAR WAVES

ASSESMENT of ESTIMATION MODELS for SCOUR AROUND PIPELINES under IRREGULAR WAVES ASSESMENT of ESTIMATION MODELS for SCOUR AROUND PIPELINES under IRREGULAR WAVES Burak Kiziloz 1 Esin Cevik 2 Yalcin Yuksel 3 and Burak Aydogan 4 This study focuses on scour around submarine pipelines exposed

More information

CFD AND EXPERIMENTAL STUDY OF AERODYNAMIC DEGRADATION OF ICED AIRFOILS

CFD AND EXPERIMENTAL STUDY OF AERODYNAMIC DEGRADATION OF ICED AIRFOILS Colloquium FLUID DYNAMICS 2008 Institute of Thermomechanics AS CR, v.v.i., Prague, October 22-24, 2008 p.1 CFD AND EXPERIMENTAL STUDY OF AERODYNAMIC DEGRADATION OF ICED AIRFOILS Vladimír Horák 1, Dalibor

More information

Lab 1c Isentropic Blow-down Process and Discharge Coefficient

Lab 1c Isentropic Blow-down Process and Discharge Coefficient 058:080 Experimental Engineering Lab 1c Isentropic Blow-down Process and Discharge Coefficient OBJECTIVES - To study the transient discharge of a rigid pressurized tank; To determine the discharge coefficients

More information

Jogging and Walking Analysis Using Wearable Sensors *

Jogging and Walking Analysis Using Wearable Sensors * Engineering, 2013, 5, 20-24 doi:10.4236/eng.2013.55b005 Published Online May 2013 (http://www.scirp.org/journal/eng) Jogging and Walking Analysis Using Wearable Sensors * Ching ee ong, Rubita Sudirman,

More information

J. Electrical Systems 11-2 (2015): Regular paper. Abnormal gait detection using Hexagonal method on Model based Front view model

J. Electrical Systems 11-2 (2015): Regular paper. Abnormal gait detection using Hexagonal method on Model based Front view model Ahmad Puad Ismail 1,*, Nooritawati Md.Tahir 2, Regular paper Abnormal gait detection using Hexagonal method on Model based Front view model JES Journal of Electrical Systems Gait abnormality recognition

More information

Uncovering Anomalous Usage of Medical Records via Social Network Analysis

Uncovering Anomalous Usage of Medical Records via Social Network Analysis TRUST Autumn 2011 Conference Uncovering of Medical Records via Social Network Analysis You Chen, Ph.D. Biomedical Informatics Dept., School of Medicine EECS Dept., School of Engineering November 2, 2011

More information

A Study on the Human Impulse Characteristics Of the Standing Shooting Posture

A Study on the Human Impulse Characteristics Of the Standing Shooting Posture A Study on the Human Impulse Characteristics Of the Standing Shooting Posture Young-Shin Lee 1, a, Young-Jin Choi 2,b, Kyu-Hyun Han 2,c, Je-Wook Chae 3,d, Eui-Jung Choi 3,e and In-Woo Kim 3,f 1 Dept. of

More information

Analysis of Curling Team Strategy and Tactics using Curling Informatics

Analysis of Curling Team Strategy and Tactics using Curling Informatics Hiromu Otani 1, Fumito Masui 1, Kohsuke Hirata 1, Hitoshi Yanagi 2,3 and Michal Ptaszynski 1 1 Department of Computer Science, Kitami Institute of Technology, 165, Kouen-cho, Kitami, Japan 2 Common Course,

More information

Tennis Plots: Game, Set, and Match

Tennis Plots: Game, Set, and Match Tennis Plots: Game, Set, and Match Michael Burch and Daniel Weiskopf Visualization Research Center, University of Stuttgart, Allmandring 19, 70569 Stuttgart {michael.burch,daniel.weiskopf}@visus.uni-stuttgart.de

More information

Process Control Loops

Process Control Loops In this section, you will learn about how control components and control algorithms are integrated to create a process control system. Because in some processes many variables must be controlled, and each

More information

P. A. Nageshwara Rao 3 DADI Institute of Engineering and Technology Anakapalli

P. A. Nageshwara Rao 3 DADI Institute of Engineering and Technology Anakapalli ISSN: 2321-772 (Online) Volume 2, Issue 1, January 1 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Automation

More information

User Identification Using User s Walking Pattern over the ubifloorii

User Identification Using User s Walking Pattern over the ubifloorii User Identification Using User s Walking Pattern over the ubifloorii Jaeseok Yun 1, Woontack Woo 2, and Jeha Ryu 1 1 Dept. Mechatronics, Gwangju Institute of Science and Technology, S. Korea {zapper, ryu}@gist.ac.kr

More information

DISSOLVED GAS ANALYSIS OF POWER TRANSFORMERS

DISSOLVED GAS ANALYSIS OF POWER TRANSFORMERS International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN(P): 2250-155X; ISSN(O): 2278-943X Vol. 3, Issue 5, Dec 2013, 1-10 TJPRC Pvt. Ltd. DISSOLVED GAS ANALYSIS OF POWER

More information

Homeostasis and Long-term Autonomy in Multi-Robot Systems

Homeostasis and Long-term Autonomy in Multi-Robot Systems Homeostasis and Long-term Autonomy in Multi-Robot Systems Lachlan Murray Intelligent Systems Group Department of Electronics University of York April 9, 2010 Lachlan Murray (UoY) April 9, 2010 1 / 13 Introduction

More information

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot 2007 IEEE International Conference on Robotics and Automation Roma, Italy, 10-14 April 2007 ThC9.3 Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot Tomohito Takubo, Takeshi

More information

VGI for mapping change in bike ridership

VGI for mapping change in bike ridership VGI for mapping change in bike ridership D. Boss 1, T.A. Nelson* 2 and M. Winters 3 1 Unviersity of Victoria, Victoria, Canada 2 Arizona State University, Arizona, USA 3 Simon Frasier University, Vancouver,

More information

STRUCTURAL HEALTH DIAGNOSIS USING SOFT COMPUTING TECHNIQUE FOR CABLE-STAYED BRIDGE AFTER EARTHQUAKE

STRUCTURAL HEALTH DIAGNOSIS USING SOFT COMPUTING TECHNIQUE FOR CABLE-STAYED BRIDGE AFTER EARTHQUAKE STRUCTURAL HEALTH DIAGNOSIS USING SOFT COMPUTING TECHNIQUE FOR CABLE-STAYED BRIDGE AFTER EARTHQUAKE Chu-Chieh Jay Lin, Chien-Chou Chen 2 Associate Research Fellow, Center for Research on Earthquake Engineering

More information

A Novel Approach to Predicting the Results of NBA Matches

A Novel Approach to Predicting the Results of NBA Matches A Novel Approach to Predicting the Results of NBA Matches Omid Aryan Stanford University aryano@stanford.edu Ali Reza Sharafat Stanford University sharafat@stanford.edu Abstract The current paper presents

More information

B. AA228/CS238 Component

B. AA228/CS238 Component Abstract Two supervised learning methods, one employing logistic classification and another employing an artificial neural network, are used to predict the outcome of baseball postseason series, given

More information

Computer diagnostics for the analysis of table tennis matches *

Computer diagnostics for the analysis of table tennis matches * ISSN 1750-9823 (print) International Journal of Sports Science and Engineering Vol. 02 (2008) No. 03, pp. 144-153 Computer diagnostics for the analysis of table tennis matches * Li Juan Yu +, Hui Zhang

More information

An approach for optimising railway traffic flow on high speed lines with differing signalling systems

An approach for optimising railway traffic flow on high speed lines with differing signalling systems Computers in Railways XIII 27 An approach for optimising railway traffic flow on high speed lines with differing signalling systems N. Zhao, C. Roberts & S. Hillmansen Birmingham Centre for Railway Research

More information

Video Based Accurate Step Counting for Treadmills

Video Based Accurate Step Counting for Treadmills Proceedings Video Based Accurate Step Counting for Treadmills Qingkai Zhen, Yongqing Liu, Qi Hu and Qi Chen * Sport Engineering Center, China Institute of Sport Science, Beijing 100061, China; zhenqingkai@ciss.cn

More information

Available online at ScienceDirect. Procedia Manufacturing 3 (2015 )

Available online at   ScienceDirect. Procedia Manufacturing 3 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 3 (2015 ) 858 865 6th International Conference on Applied Human Factors and Ergonomics (AHFE 2015) and the Affiliated Conferences,

More information

A Novel Travel Adviser Based on Improved Back-propagation Neural Network

A Novel Travel Adviser Based on Improved Back-propagation Neural Network 216 7th International Conference on Intelligent Systems, Modelling and Simulation A Novel Travel Adviser Based on Improved Back-propagation Neural Network Min Yang Department of Electronic Engineering

More information

NEURAL NETWORKS BASED TYRE IDENTIFICATION FOR A TYRE INFLATOR OPERATIONS

NEURAL NETWORKS BASED TYRE IDENTIFICATION FOR A TYRE INFLATOR OPERATIONS Lfe/sou/n /oh NEURAL NETWORKS BASED TYRE IDENTIFICATION FOR A TYRE INFLATOR OPERATIONS A Thesis submitted to the Department of Electrical Engineering, University of Moratuwa On partial fulfilment of the

More information

Research Article Wind Speed Inversion in High Frequency Radar Based on Neural Network

Research Article Wind Speed Inversion in High Frequency Radar Based on Neural Network Antennas and Propagation Volume 1, Article ID 751, pages http://dx.doi.org/.1155/1/751 Research Article Wind Speed Inversion in High Frequency Radar Based on Neural Network Yuming Zeng, 1 Hao Zhou, 1 Hugh

More information

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM Evolving Hexapod Gaits Using a Cyclic Genetic Algorithm Page 1 of 7 EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM GARY B. PARKER, DAVID W. BRAUN, AND INGO CYLIAX Department of Computer Science

More information

CYRUS 2D simulation team description paper 2014

CYRUS 2D simulation team description paper 2014 CYRUS 2D simulation team description paper 2014 Rauf Khayami 1, Nader Zare 1, Maryam Karimi 1, Payman Mahor 2, Ardavan Afshar 3, Mohammad Sadegh Najafi 1, Mahsa Asadi 3, Fatemeh Tekrar 1, Ehsan Asali 1,

More information

Experiment Results for Automatic Ship Berthing using Artificial Neural Network Based Controller. Yaseen Adnan Ahmed.* Kazuhiko Hasegawa.

Experiment Results for Automatic Ship Berthing using Artificial Neural Network Based Controller. Yaseen Adnan Ahmed.* Kazuhiko Hasegawa. Preprints of the 19th World Congress The International Federation of Automatic Control Cape Town, South Africa. August -9, 1 Experiment Results for Automatic Ship Berthing using Artificial Neural Network

More information

Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit

Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit Suggested Time Ranges First Six Weeks History of Manufacturing PFD 1.1(A) The student will describe why and how manufacturing

More information

Environmental Science: An Indian Journal

Environmental Science: An Indian Journal Environmental Science: An Indian Journal Research Vol 14 Iss 1 Flow Pattern and Liquid Holdup Prediction in Multiphase Flow by Machine Learning Approach Chandrasekaran S *, Kumar S Petroleum Engineering

More information

Scientific Herald of the Voronezh State University of Architecture and Civil Engineering. Construction and Architecture

Scientific Herald of the Voronezh State University of Architecture and Civil Engineering. Construction and Architecture UDC 697.245 Voronezh State University of Architecture and Civil Engineering Ph. D. in Engineering. Assoc. Prof. of Dept. of Heating and Ventilation S. N. Kuznetsov D. Sc. in Physics and Mathematics, Prof.

More information

Detection of Valve Leakage in Reciprocating Compressor Using Artificial Neural Network (ANN)

Detection of Valve Leakage in Reciprocating Compressor Using Artificial Neural Network (ANN) Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 28 Detection of Valve Leakage in Reciprocating Compressor Using Artificial Neural Network

More information

Towards determining absolute velocity of freestyle swimming using 3-axis accelerometers

Towards determining absolute velocity of freestyle swimming using 3-axis accelerometers Towards determining absolute velocity of freestyle swimming using 3-axis accelerometers Author Stamm, Andy, Thiel, David, Burkett, Brendan, James, Daniel Published 2011 Journal Title Procedia Engineering

More information

Real-time Posture and Activity Recognition by SmartShoe

Real-time Posture and Activity Recognition by SmartShoe 2012 International Conference on Environment Science and Engieering IPCBEE vol.3 2(2012) (2012)IACSIT Press, Singapoore Real-time Posture and Activity Recognition by SmartShoe Christopher Hodapp 1, S.

More information

1.1 The size of the search space Modeling the problem Change over time Constraints... 21

1.1 The size of the search space Modeling the problem Change over time Constraints... 21 Introduction : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 I What Are the Ages of My Three Sons? : : : : : : : : : : : : : : : : : 9 1 Why Are Some Problems Dicult to Solve? : : :

More information

PI control for regulating pressure inside a hypersonic wind tunnel

PI control for regulating pressure inside a hypersonic wind tunnel PI control for regulating pressure inside a hypersonic wind tunnel Sameer U. Ranade Dept of Electrical engineering, Walchand College of Engineering, Vishrambag, Sangli.416415. State- Maharshtra Email:

More information

Elimination of Oil Residual inside the Copper Pipe Using Ladder Technique

Elimination of Oil Residual inside the Copper Pipe Using Ladder Technique Engineering, 2013, 5, 8-15 http://dx.doi.org/10.4236/eng.2013.51002 Published Online January 2013 (http://www.scirp.org/journal/eng) Elimination of Oil Residual inside the Copper Pipe Using Ladder Technique

More information

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies IMPROVED CALIBRATION AND OPERATION OF A STABLE-GAS QUANTIFICATION MANIFOLD AS PART OF A RADIOXENON COLLECTION SYSTEM ABSTRACT Richard M. Williams, James C. Hayes, and Randy R. Kirkham Pacific Northwest

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

Neuro-Fuzzy and Neural Networks Models to Estimate Radon Exhalation Rate in Uranium Ore- Rock Mine

Neuro-Fuzzy and Neural Networks Models to Estimate Radon Exhalation Rate in Uranium Ore- Rock Mine EUROPEAN ACADEMIC RESEARCH Vol. V, Issue 10/ January 201 ISSN 226-422 www.euacademic.org Impact Factor: 3.4546 (UIF) DRJI Value: 5.9 (B+) Neuro-Fuzzy and Neural Networks Models to Estimate Radon Exhalation

More information

Wind Pressure Distribution on Rectangular Plan Buildings with Multiple Domes

Wind Pressure Distribution on Rectangular Plan Buildings with Multiple Domes Wind Pressure Distribution on Rectangular Plan Buildings with Multiple Domes Astha Verma, Ashok K. Ahuja Abstract Present paper describes detailed information of the experimental study carried out on the

More information

COMPARISON OF VIBRATION AND PRESSURE SIGNALS FOR FAULT DETECTION ON WATER HYDRAULIC PROPORTIONAL VALVE

COMPARISON OF VIBRATION AND PRESSURE SIGNALS FOR FAULT DETECTION ON WATER HYDRAULIC PROPORTIONAL VALVE P-9 Proceedings of the 7th JFPS International Symposium on Fluid Power, TOYAMA 8 September -8, 8 COMPARISON OF VIBRATION AND PRESSURE SIGNALS FOR FAULT DETECTION ON WATER HYDRAULIC PROPORTIONAL VALVE Tomi

More information

COMPARISON DRIVO - DIRETO

COMPARISON DRIVO - DIRETO COMPARISON DRIVO - DIRETO EN DRIVO Interactive hometrainer with direct transmission Simply choose the course or the training program and Drivo will automatically adjust resistance. Simulates Challenging

More information

Fuzzy Logic System to Control a Spherical Underwater Robot Vehicle (URV)

Fuzzy Logic System to Control a Spherical Underwater Robot Vehicle (URV) Fuzzy Logic System to Control a Spherical Underwater Robot Vehicle (URV) Abdalla Eltigani Ibrahim Universiti Teknologi PETRONAS Malaysia abdotigani11@gmail.com Mohd Noh Karsiti Universiti Teknologi PETRONAS

More information

SCREENING OF TOPOGRAPHIC FACTOR ON WIND SPEED ESTIMATION WITH NEURAL NETWORK ANALYSIS

SCREENING OF TOPOGRAPHIC FACTOR ON WIND SPEED ESTIMATION WITH NEURAL NETWORK ANALYSIS The Seventh Asia-Pacific Conference on Wind Engineering, November 8-12, 2009, Taipei, Taiwan SCREENING OF TOPOGRAPHIC FACTOR ON WIND SPEED ESTIMATION WITH NEURAL NETWORK ANALYSIS Fumiaki Nagao 1 Minoru

More information

CHAPTER 7: THE FEEDBACK LOOP

CHAPTER 7: THE FEEDBACK LOOP When I complete this chapter, I want to be able to do the following. Identify the major elements in the feedback loop Select appropriate candidate variables to be controlled and manipulated Evaluate the

More information

Ridwan Hossain Graduate Student Memorial University of Newfoundland

Ridwan Hossain Graduate Student Memorial University of Newfoundland IDENTIFICATION OF THE SIZE AND LOCATION OF A CRACK, USING STATICAL DEFORMATIONS OF A MARINE ROTOR SHAFT WITH A PROPELLER AT THE OVERHANGING END Ridwan B. HOSSAIN, Rangaswamy SESHADRI & Arisi S.J. SWAMIDAS

More information

Quick Guide. SGX-CA500 Cycle Computer SGY-PM Series Power Meters

Quick Guide. SGX-CA500 Cycle Computer SGY-PM Series Power Meters Quick Guide SGX-CA500 Cycle Computer SGY-PM Series Power Meters Easy Installation and Advanced Functionality Fast Facts: Pioneer Power Meter Cranksets and arms ship pre-set in the ANT+ Format Simply install

More information

COMPARISONS OF COMPUTATIONAL FLUID DYNAMICS AND

COMPARISONS OF COMPUTATIONAL FLUID DYNAMICS AND The Seventh Asia-Pacific Conference on Wind Engineering, November 8-12, 2009, Taipei, Taiwan COMPARISONS OF COMPUTATIONAL FLUID DYNAMICS AND WIND TUNNEL EXPERIMENTS FOR PEDESTRIAN WIND ENVIRONMENTS Chin-Hsien

More information

838. Improved aerodynamic optimization for the design of wind turbine blades

838. Improved aerodynamic optimization for the design of wind turbine blades 838. Improved aerodynamic optimization for the design of wind turbine blades Hua-Wei Chi 1, Pey-Shey Wu 2, Kamiru Chen 3, Yue-Hua Jhuo 4, Hung-Yun Wu 5 1, 2, 3, 4 Department of Mechanical and Automation

More information

YAN GU. Assistant Professor, University of Massachusetts Lowell. Frederick N. Andrews Fellowship, Graduate School, Purdue University ( )

YAN GU. Assistant Professor, University of Massachusetts Lowell. Frederick N. Andrews Fellowship, Graduate School, Purdue University ( ) YAN GU Assistant Professor, University of Massachusetts Lowell CONTACT INFORMATION 31 University Avenue Cumnock 4E Lowell, MA 01854 yan_gu@uml.edu 765-421-5092 http://www.locomotionandcontrolslab.com RESEARCH

More information

Influence of Angular Velocity of Pedaling on the Accuracy of the Measurement of Cyclist Power

Influence of Angular Velocity of Pedaling on the Accuracy of the Measurement of Cyclist Power Influence of Angular Velocity of Pedaling on the Accuracy of the Measurement of Cyclist Power Abstract Almost all cycling power meters currently available on the market are positioned on rotating parts

More information

Basketball field goal percentage prediction model research and application based on BP neural network

Basketball field goal percentage prediction model research and application based on BP neural network ISSN : 0974-7435 Volume 10 Issue 4 BTAIJ, 10(4), 2014 [819-823] Basketball field goal percentage prediction model research and application based on BP neural network Jijun Guo Department of Physical Education,

More information

Replay using Recomposition: Alignment-Based Conformance Checking in the Large

Replay using Recomposition: Alignment-Based Conformance Checking in the Large Replay using Recomposition: Alignment-Based Conformance Checking in the Large Wai Lam Jonathan Lee 2, H.M.W. Verbeek 1, Jorge Munoz-Gama 2, Wil M.P. van der Aalst 1, and Marcos Sepúlveda 2 1 Architecture

More information

Body Stabilization of PDW toward Humanoid Walking

Body Stabilization of PDW toward Humanoid Walking Body Stabilization of PDW toward Humanoid Walking Masaki Haruna, Masaki Ogino, Koh Hosoda, Minoru Asada Dept. of Adaptive Machine Systems, Osaka University, Suita, Osaka, 565-0871, Japan ABSTRACT Passive

More information

Marathon Performance Prediction of Amateur Runners based on Training Session Data

Marathon Performance Prediction of Amateur Runners based on Training Session Data Marathon Performance Prediction of Amateur Runners based on Training Session Data Daniel Ruiz-Mayo, Estrella Pulido, and Gonzalo Martínez-Muñoz Escuela Politécnica Superior, Universidad Autónoma de Madrid,

More information

Pressure coefficient on flat roofs of rectangular buildings

Pressure coefficient on flat roofs of rectangular buildings Pressure coefficient on flat roofs of rectangular buildings T. Lipecki 1 1 Faculty of Civil Engineering and Architecture, Lublin University of Technology, Poland. t.lipecki@pollub.pl Abstract The paper

More information

LQG Based Robust Tracking Control of Blood Gases during Extracorporeal Membrane Oxygenation

LQG Based Robust Tracking Control of Blood Gases during Extracorporeal Membrane Oxygenation 2011 American Control Conference on O'Farrell Street, San Francisco, CA, USA June 29 - July 01, 2011 LQG Based Robust Tracking Control of Blood Gases during Extracorporeal Membrane Oxygenation David J.

More information

New Viscosity Correlation for Different Iraqi Oil Fields

New Viscosity Correlation for Different Iraqi Oil Fields Iraqi Journal of Chemical and Petroleum Engineering Iraqi Journal of Chemical and Petroleum Engineering Vol.15 No.3 (September 2014) 71-76 ISSN: 1997-4884 University of Baghdad College of Engineering New

More information

International Journal of Technical Research and Applications e-issn: , Volume 4, Issue 3 (May-June, 2016), PP.

International Journal of Technical Research and Applications e-issn: ,  Volume 4, Issue 3 (May-June, 2016), PP. DESIGN AND ANALYSIS OF FEED CHECK VALVE AS CONTROL VALVE USING CFD SOFTWARE R.Nikhil M.Tech Student Industrial & Production Engineering National Institute of Engineering Mysuru, Karnataka, India -570008

More information

Cyrus Soccer 2D Simulation

Cyrus Soccer 2D Simulation Cyrus Soccer 2D Simulation Team Description Paper 2013 Miracle Robotic Group Team Manager : Rouf Khayami Nader Zare, Hossein Zolanvar, Peyman Mahoor Moein Fatehi, Maryam Karimi, Fateme Tekrar, Ehsan Asali

More information