Early Skip Decision based on Merge Index of SKIP for HEVC Encoding

Size: px
Start display at page:

Download "Early Skip Decision based on Merge Index of SKIP for HEVC Encoding"

Transcription

1 , pp Early Skip Decision based on Merge Index of SKIP for HEVC Encoding Jinwoo Jeong, Sungjei Kim, and Yong-Hwan Kim, Intelligent Image Processing Research Center, Korea Eletectronics Technology Institute (KETI), Korea, {jw.jeong, sungjei.kim, Abstract. The high efficiency video coding (HEVC) standard has significantly improved the coding efficiency by adopting a number of new coding tools. However enormous computational complexity is introduced by recursive rate-distortion optimization and new coding tools. In this paper, early SKIP decision method is proposed based on merge index of SKIP. There is high possibility that SKIP is selected as optimal mode when merge index of SKIP is 0. Based on this observation, if merge index of SKIP is 0, SKIP is selected as optimal mode and mode decision process for current CU is early terminated. To increase accuracy of early SKIP decision, we also utilize quantized residual of 2Nx2N_MERGE. Experimental results show that the proposed algorithm can significantly reduce encoding time by 42.9% on average with negligible RD performance loss (1.0%) under random access condition. Keywords: High efficiency video coding (HEVC), mode decision, SKIP, merge index 1 Introduction HEVC has adopted various new coding tools such as hierarchical structures of coding unit (CU), prediction unit (PU) and transform unit (TU) [1]. It can achieve 50% bitrate saving compared with previous standard H.264/AVC thanks to the new features. To achieve best coding efficiency, HEVC adopts recursive rate-distortion optimization (RDO). However, RDO introduces enormous computational complexity. Therefore, fast encoder implementation is desirable for real time application. Many approaches have been proposed in order to reduce computational complexity. In this paper, we only focus on early SKIP decision method because the portion of SKIP is very high from 45% to 95% [2]. Therefore, if it is possible to detect early SKIP decision, we can dramatically reduce encoding complexity. Several early SKIP decision methods have been studied [2-4]. Kim et al [3] proposes an early SKIP detection (ESD) algorithm, in which the different motion vectors and coded block flag (CBF) of 2Nx2N_INTER modes are utilized. In [4], Kim et al finds out that SKIP is spatially related. Based on the fact, they propose fast ISSN: ASTL Copyright 2016 SERSC

2 SKIP decision by using global and local distribution of SKIP. Hu et al proposes early SKIP mode decision based on Neyman-Pearson theory [2]. This algorithm can reduce encoding time by comparing the rate-distortion cost (RDcost) of SKIP and Neyman- Pearson based predefined thresholds. The previous algorithms can effectively reduce encoding time based on utilizing motion information, CBF and RDcost relationship. To further reduce encoding complexity, we investigate probability that SKIP is selected as optimal mode according to merge index of SKIP. Based on this observation, this paper proposes fast SKIP decision method by utilizing merge index of SKIP. The rest of this paper is organized as follows. In section 2, we firstly represent the SKIP mode distribution according to merge index of SKIP. Section 3 introduces new early SKIP decision method based on merge index of SKIP. Section 4 shows the performance evaluation of the proposed algorithm. At last, the conclusion is drawn in Section 5. Table 1. SKIP mode distribution according to merge index of SKIP when the RDcost of SKIP is lower than the RDcost of 2Nx2N_MERGE. Sequences Traffic (2560x1600) BasketballDrive (1920x1080) BQMall (832x480) Depth merge index of SKIP Level % 73.5% 63.4% 55.8% 55.3% % 83.3% 75.1% 65.7% 67.3% % 91.1% 83.6% 75.0% 77.0% % 94.8% 89.1% 83.4% 86.3% % 82.5% 72.9% 64.2% 63.8% % 88.3% 79.1% 70.9% 68.7% % 92.8% 86.6% 80.1% 80.0% % 95.9% 92.4% 89.1% 88.4% % 71.0% 53.5% 50.7% 52.4% % 77.3% 65.1% 59.0% 55.7% % 86.2% 75.6% 66.4% 63.9% % 92.6% 83.3% 74.8% 74.8% BlowingBubbles % 66.1% 63.2% 57.9% 33.3% (416x240) % 79.1% 72.0% 55.3% 47.9% % 86.5% 78.6% 64.5% 63.6% % 91.3% 85.9% 79.4% 77.4% Average 95.0% 84.5% 76.2% 68.3% 66.0% 2 The Distribution of SKIP according to Merge Index of SKIP Instead of the median-based approach in H.264/AVC, the motion information of the PU associated with a skipped CU is inferred by block merging. If block merging is to be used, a merge index is sent to identify one of the candidates. The length of candidate list can be between 1 and 5, which is controlled by NumMergeCands. The whole process of adding candidates will stop as soon as the number of candidates reaches NumMergeCands. The candidates consist of ones from spatially neighboring prediction units, a temporal candidate and additional virtual candidates. The best candidate is selected using RDO in candidate list [5]. 288 Copyright 2016 SERSC

3 In order to investigate the distribution of optimal PU mode according to merge index of SKIP, the reference encoder HM16.9 is used for experiment. We encode four test sequences with various resolution size such as Traffic (2560x1600, 150 frames), BasketballDrive (1920x1080, 500 frames), BQMall (832x480, 600 frames) and BlowingBubbles (416x240, 500 frames) under random access (RA) main configuration [6]. We set NumMergeCands as 5 and quantization parameter (QP) as 32 for the experiment. In order to increase ratio of SKIP mode, we add the following condition that the RDcost of SKIP is lower than the RDcost of 2Nx2N_MERGE mode. Table 1 shows SKIP mode distribution according to merge index of SKIP when the RDcost of SKIP is lower than the RDcost of 2Nx2N_MERGE. The table shows that the ratio of SKIP decreases when merge index of SKIP increases. The ratio of SKIP with merge index 0 is range from 76.5% to 99.7% and 95.0% on average. It shows that the possibility, which SKIP is selected as optimal mode, is very high if merge index of SKIP is 0. We can also see the ratio of SKIP for various depth level. In large depth levels with small CU size, similar motion vectors can be predicted from neighboring blocks directly since the small blocks have strong correlation. Therefore, the portion of SKIP is extremely high more than 98% when CU size is 8x8. 3 Fast Early Skip Decision based on Merge Index of SKIP In this section, we introduce early SKIP decision method based on merge index of SKIP. If the RDcost of SKIP is lower than the RDcost of 2Nx2N_MERGE, we will check weather merge index of SKIP is 0. If merge index of SKIP is 0, SKIP is selected as optimal mode and mode decision process for current CU is early terminated. Start encoding a CU Compute RDcost of MERGE and SKIP N Y N Y Select SKIP as optimal mode Compute RDcost of remaining MODE Compare RDcost and Select optimal mode End encoding a CU Fig. 1. Flowchart of the proposed early SKIP decision algorithm Copyright 2016 SERSC 289

4 In order to increase accuracy of early SKIP decision, we consider quantized residual of 2Nx2N_MERGE with merge index 0. Note that SKIP and 2Nx2N_MERGE share motion information when merge index of SKIP is identical to merge index of 2Nx2N_MERGE. If the quantized residual of 2Nx2N_MERGE is zero, the possibility to be selected SKIP as optimal mode is very high. Otherwise, the possibility decreases. Therefore, we will check weather quantized residual of 2Nx2N_MERGE with merge index 0 is zero. Finally, if merge index of SKIP is 0 and quantized residual of 2Nx2N_MERGE with merge index 0 is zero, SKIP is selected as optimal mode and mode decision process for current CU is early terminated. Fig. 1 shows the flowchart of our proposed early skip decision algorithm. The early SKIP decision is conducted for a current CU after computing the RDcost of SKIP and 2Nx2N_MERGE. If the RDcost of SKIP is below than the RDcost of 2Nx2N_MERGE, the proposed early skip decision algorithm starts. Otherwise, the RDcosts of all remaining modes are computed. In Fig.1, merge index and CBF mean merge index of SKIP and quantized residual of 2Nx2N_MERGE with merge index 0, respectively. If merge index of SKIP is 0 and CBF of 2Nx2N_MERGE with merge index 0 is zero, computing RDcosts of all remaining modes are skipped and mode decision process for current CU is terminated. 4 Experimental Results To evaluate the performance of the proposed algorithm, it was implemented in reference HEVC test model HM16.9 [7]. The common test conditions defined in JCTVC-L1100 [6] are used as the anchor in experiments. We compare the proposed algorithm with early skip detection [3], which was adopted by HM reference software. The experiments are conducted under RA condition. Table 2 shows the results of proposed early SKIP decision based on merge index (ESDMI) of SKIP. ESDMI1 includes merge index condition and ESDMI2 includes merge index and CBF conditions. ESDMI1 and ESDMI2 can save 43.1% and 42.9% encoding time on average. The loss of coding efficiency is 1.2% and 1.0% respectively. Although ESDMI1 is fastest among three algorithms, it reveals little RD degradation because CBF is not considered. However, this result proves that only merge index condition of SKIP can achieve significant encoding time saving with negligible RD loss. In ESDMI2, CBF condition can reduce RD degradation from 1.2% to 1.0% without loss of encoding time saving. The proposed ESDMI2 outperforms ESD [3] with 10.9% more encoding time saving with 0.8% more BDBR loss. 5 Conclusion This paper proposes early SKIP decision method based on merge index of SKIP. We investigate the distribution of SKIP according to merge index of SKIP. To our knowledge, this is the first work about effect of mode decision according to merge 290 Copyright 2016 SERSC

5 index of SKIP. There is high possibility that SKIP is selected as optimal mode when merge index of SKIP is 0. To increase accuracy of early SKIP decision, we also utilize quantize residual of 2Nx2N_MERGE. Experimental results show that the proposed algorithm can significantly reduce encoding time by 42.9% on average with negligible RD performance loss (1.0%) under RA condition. Table 2. Results of proposed algorithms compared with recent work under RA condition. ESDMI1 ESDMI2 ESD [3] Sizes Sequences BDBR TS BDBR TS BDBR TS (%) (%) (%) (%) (%) (%) Class A Traffic PeopleOnStreet Nebuta StreamLocomotive Class B Kimono ParkScene Cactus BasketballDrive BQTerrace Class C BasketballDrill BQMall PartyScene RaceHorses Class D BasketballPass BQSquare BlowingBubbles RaceHorses Class F BasketballDrillText ChinaSpeed SlideEditing SlideShow Average Acknowledgement. This research is supported by Ministry of Culture, Sports and Tourism (MCST) and Korea Creative Content Agency (KOCCA) in the Culture Technology (CT) Research & Development Program References 1. ITU-T Rec. H.265, High Efficiency Video Coding, ITU-T, March Hu, Q., Zhang, X., Shi, Z., Gao, Z.: Neyman-Pearson-Based Early Mode Decision for HEVC Encoding, in IEEE Transactions on Multimedia, vol. 18, no. 3, pp , March Kim, J., Yang, J., Won, K., Jeon, B.: Early determination of mode decision for HEVC, in Proc. Picture Coding Symposium, 2012, pp Copyright 2016 SERSC 291

6 4. Kim, M., Ling, N., Song, L., Gu, Z.: Fast skip mode decision with rate-distortion optimization for High Efficiency Video Coding, Multimedia and Expo Workshops (ICMEW), 2014 IEEE International Conference on, Chengdu, 2014, pp Helle, P., Helle, P., Oudin, S., Bross, B., Marpe, D., Bici, M. O., Ugur, K., Jung, J., Clare, G., Wiegand, T.: Block Merging for Quadtree-Based Partitioning in HEVC, in IEEE Transactions on Circuits and Systems for Video Technology, vol. 22, no. 12, pp , Dec Bossen, F.: Common test conditions and software reference configurations, JCTVC-L1100, January, HEVC Reference Model, [Online] Available: /browser/tags. 292 Copyright 2016 SERSC

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

Adaptive Block Truncation Filter for MVC Depth Image Enhancement

Adaptive Block Truncation Filter for MVC Depth Image Enhancement 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) Adaptive Block Truncation Filter for MVC Depth Image Enhancement Xuyuan Xu 1, Lai-Man Po 1, Chun-Ho Cheung 2, Litong

More information

A Database Design for Selecting a Golden Glove Winner using Sabermetrics

A Database Design for Selecting a Golden Glove Winner using Sabermetrics , pp.38-42 http://dx.doi.org/10.14257/astl.2015.110.08 A Database Design for Selecting a Golden Glove Winner using Sabermetrics Wu-In Jang and Young-Ho Park *, Department of Multimedia Science, Sookmyung

More information

GOLOMB Compression Technique For FPGA Configuration

GOLOMB Compression Technique For FPGA Configuration GOLOMB Compression Technique For FPGA Configuration P.Hema Assistant Professor,EEE Jay Shriram Group Of Institutions ABSTRACT Bit stream compression is important in reconfigurable system design since it

More information

A Novel Decode-Aware Compression Technique for Improved Compression and Decompression

A Novel Decode-Aware Compression Technique for Improved Compression and Decompression A Novel Decode-Aware Compression Technique for Improved Compression and Decompression J. Suresh Babu, K. Tirumala Rao & P. Srinivas Department Of Electronics & Comm. Engineering, Nimra College of Engineering

More information

MEDICAL IMAGE WAVELET COMPRESSION- EFFECT OF DECOMPOSITION LEVEL

MEDICAL IMAGE WAVELET COMPRESSION- EFFECT OF DECOMPOSITION LEVEL International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 5, September-October 2017, pp. 25 32, Article ID: IJECET_08_05_004 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=5

More information

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE.

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE. HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE Kazunori Uruma 1, Katsumi Konishi 2, Tomohiro Takahashi 1 and Toshihiro Furukawa 1 1 Graduate School of Engineering, Tokyo University

More information

A New Reference Frame Recompression Algorithm and Its VLSI Architecture for UHDTV Video Codec

A New Reference Frame Recompression Algorithm and Its VLSI Architecture for UHDTV Video Codec IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 16, NO. 8, DECEMBER 2014 2323 A New Reference Frame Recompression Algorithm and Its VLSI Architecture for UHDTV Video Codec Li Guo, Dajiang Zhou, Member, IEEE, and

More information

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications 2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010) Decompression Method For Massive Compressed Files In Mobile Rich Media Applications Houchen Li, Zhijie Qiu, Lei

More information

Reduction of Bitstream Transfer Time in FPGA

Reduction of Bitstream Transfer Time in FPGA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. III (Mar - Apr. 2014), PP 82-86 Reduction of Bitstream Transfer Time in

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

Algorithm for Line Follower Robots to Follow Critical Paths with Minimum Number of Sensors

Algorithm for Line Follower Robots to Follow Critical Paths with Minimum Number of Sensors International Journal of Computer (IJC) ISSN 2307-4523 (Print & Online) Global Society of Scientific Research and Researchers http://ijcjournal.org/ Algorithm for Line Follower Robots to Follow Critical

More information

Deakin Research Online

Deakin Research Online Deakin Research Online This is the published version: Lazarescu, Mihai and Venkatesh, Svetha 2003, Using camera motion to identify different types of American football plays, in ICME 2003 : Proceedings

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

Delay Analysis of Stop Sign Intersection and Yield Sign Intersection Based on VISSIM

Delay Analysis of Stop Sign Intersection and Yield Sign Intersection Based on VISSIM Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 96 ( 2013 ) 2024 2031 13th COTA International Conference of Transportation Professionals (CICTP 2013)

More information

PEDESTRIAN behavior modeling and analysis is

PEDESTRIAN behavior modeling and analysis is 4354 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 9, SEPTEMBER 2016 Pedestrian Behavior Modeling From Stationary Crowds With Applications to Intelligent Surveillance Shuai Yi, Hongsheng Li, and

More information

Mediating effect of social support in relation between stress of golfers and exhaustion of exercise

Mediating effect of social support in relation between stress of golfers and exhaustion of exercise , pp.156-161 http://dx.doi.org/10.14257/astl.2015.113.32 Mediating effect of social support in relation between stress of golfers and exhaustion of exercise Min-Jun Kim 1, Jung-In Yoo 2, Yong-Taek Rhim

More information

EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT

EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT F.J. Melger ARGOSS, P.O. Box 61, 8335 ZH Vollenhove, the Netherlands, Email: info@argoss.nl

More information

Evaluation of the depth camera based SLAM algorithms

Evaluation of the depth camera based SLAM algorithms 21 12 2017 12 Electri c Machines and Control Vol. 21 No. 12 Dec. 2017 SLAM 1 1 2 1 1. 150080 2. 100190 : 3 ( SLAM), SLAM V2,RTAB-Map DVO SLAM, 3 SLAM SLAM, TUM ICL-NUIM, SLAM, SLAM, SLAM :, SLAM V2;, DVO

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

Keywords: multiple linear regression; pedestrian crossing delay; right-turn car flow; the number of pedestrians;

Keywords: multiple linear regression; pedestrian crossing delay; right-turn car flow; the number of pedestrians; Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 96 ( 2013 ) 1997 2003 13th COTA International Conference of Transportation Professionals (CICTP 2013)

More information

LABORATORY EXPERIMENTS FOR WAVE RUN-UP ON THE TETRAPOD ARMOURED RUBBLE MOUND STRUCTURE WITH A STEEP FRONT SLOPE

LABORATORY EXPERIMENTS FOR WAVE RUN-UP ON THE TETRAPOD ARMOURED RUBBLE MOUND STRUCTURE WITH A STEEP FRONT SLOPE Proceedings of the 6 th International Conference on the Application of Physical Modelling in Coastal and Port Engineering and Science (Coastlab16) Ottawa, Canada, May 10-13, 2016 Copyright : Creative Commons

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

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

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Seminar Trondheim June 15th 2017 Nordic Institute of Navigation Norwegian Forum for Autonomous Ships SINTEF Ocean, Trondheim

More information

OPERATIONAL AMV PRODUCTS DERIVED WITH METEOSAT-6 RAPID SCAN DATA. Arthur de Smet. EUMETSAT, Am Kavalleriesand 31, D Darmstadt, Germany ABSTRACT

OPERATIONAL AMV PRODUCTS DERIVED WITH METEOSAT-6 RAPID SCAN DATA. Arthur de Smet. EUMETSAT, Am Kavalleriesand 31, D Darmstadt, Germany ABSTRACT OPERATIONAL AMV PRODUCTS DERIVED WITH METEOSAT-6 RAPID SCAN DATA Arthur de Smet EUMETSAT, Am Kavalleriesand 31, D-64295 Darmstadt, Germany ABSTRACT EUMETSAT started its Rapid Scanning Service on September

More information

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots Jong H. Park School of Mechanical Engineering Hanyang University Seoul, 33-79, Korea email:jong.park@ieee.org Yong K. Rhee School of

More information

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS Khaled Shaaban, Ph.D., P.E., PTOE (a) (a) Assistant Professor, Department of Civil Engineering, Qatar University (a) kshaaban@qu.edu.qa

More information

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version Aalborg Universitet Automatic Detection Of Conflicts At Signalized Intersections Madsen, Tanja Kidholm Osmann; Bahnsen, Chris Holmberg; Lahrmann, Harry Spaabæk; Moeslund, Thomas B. Publication date: 2014

More information

Cricket umpire assistance and ball tracking system using a single smartphone camera

Cricket umpire assistance and ball tracking system using a single smartphone camera 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Cricket umpire assistance and ball tracking system using a single smartphone camera Udit Arora

More information

An approach to account ESP head degradation in gassy well for ESP frequency optimization

An approach to account ESP head degradation in gassy well for ESP frequency optimization SPE-171338-MS An approach to account ESP head degradation in gassy well for ESP frequency optimization V.A. Krasnov, Rosneft; K.V. Litvinenko, BashNIPIneft; R.A. Khabibullin, RSU of oil and gas Copyright

More information

Determining Occurrence in FMEA Using Hazard Function

Determining Occurrence in FMEA Using Hazard Function Determining Occurrence in FMEA Using Hazard Function Hazem J. Smadi Abstract FMEA has been used for several years and proved its efficiency for system s risk analysis due to failures. Risk priority number

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

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research 2014 6(3):304-309 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 World men sprint event development status research

More information

SIMULATION OF ENTRAPMENTS IN LCM PROCESSES

SIMULATION OF ENTRAPMENTS IN LCM PROCESSES Douai, FRANCE - July 6 SIMULATION OF ENTRAPMENTS IN LCM PROCESSES René Arbter, Paolo Ermanni Centre of Structure Technologies ETH Zurich, Leonhardstr. 7, 89 Zurich, Switzerland: rarbter@ethz.ch ABSTRACT:

More information

Lane changing and merging under congested conditions in traffic simulation models

Lane changing and merging under congested conditions in traffic simulation models Urban Transport 779 Lane changing and merging under congested conditions in traffic simulation models P. Hidas School of Civil and Environmental Engineering, University of New South Wales, Australia Abstract

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

JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts

JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts Jan Kodovský, Jessica Fridrich May 16, 2012 / IH Conference 1 / 19 What is JPEG-compatibility steganalysis? Detects embedding

More information

EXPERIMENTAL STUDY ON THE HYDRODYNAMIC BEHAVIORS OF TWO CONCENTRIC CYLINDERS

EXPERIMENTAL STUDY ON THE HYDRODYNAMIC BEHAVIORS OF TWO CONCENTRIC CYLINDERS EXPERIMENTAL STUDY ON THE HYDRODYNAMIC BEHAVIORS OF TWO CONCENTRIC CYLINDERS *Jeong-Rok Kim 1), Hyeok-Jun Koh ), Won-Sun Ruy 3) and Il-Hyoung Cho ) 1), 3), ) Department of Ocean System Engineering, Jeju

More information

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN Bridget M. Wadzuk 1 (Member, ASCE) and Ben R. Hodges 2 (Member, ASCE) ABSTRACT Modeling of dynamic pressure appears necessary to achieve a more robust

More information

REPRESENTATION OF HUMAN GAIT TRAJECTORY THROUGH TEMPOROSPATIAL IMAGE MODELLING

REPRESENTATION OF HUMAN GAIT TRAJECTORY THROUGH TEMPOROSPATIAL IMAGE MODELLING REPRESENTATION OF HUMAN GAIT TRAJECTORY THROUGH TEMPOROSPATIAL IMAGE MODELLING Md. Akhtaruzzaman, Amir A. Shafie and Md. Raisuddin Khan Department of Mechatronics Engineering, Kulliyyah of Engineering,

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

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station Journal of Traffic and Transportation Engineering 4 (2016) 242-246 doi: 10.17265/2328-2142/2016.05.002 D DAVID PUBLISHING The Application of Pedestrian Microscopic Simulation Technology in Researching

More information

A Feedback System for the Motor Learning of Skills in Golf

A Feedback System for the Motor Learning of Skills in Golf A Feedback System for the Motor Learning of Skills in Golf Author Kooyman, David, James, Daniel, Rowlands, David Published 2013 Journal Title Procedia Engineering Version Published DOI https://doi.org/10.1016/j.proeng.2013.07.014

More information

Combined impacts of configurational and compositional properties of street network on vehicular flow

Combined impacts of configurational and compositional properties of street network on vehicular flow Combined impacts of configurational and compositional properties of street network on vehicular flow Yu Zhuang Tongji University, Shanghai, China arch-urban@163.com Xiaoyu Song Tongji University, Shanghai,

More information

Visual Observation of Nucleate Boiling and Sliding Phenomena of Boiling Bubbles on a Horizontal Tube Heater

Visual Observation of Nucleate Boiling and Sliding Phenomena of Boiling Bubbles on a Horizontal Tube Heater Proceedings of the 2 nd World Congress on Mechanical, Chemical, and Material Engineering (MCM'16) Budapest, Hungary August 22 23, 216 Paper No. HTFF 146 DOI:.11159/htff16.146 Visual Observation of Nucleate

More information

A numerical simulation of oil spill in Istanbul strait

A numerical simulation of oil spill in Istanbul strait Coastal Engineering 135 A numerical simulation of oil spill in Istanbul strait S. Can 1, S. Nishio 2 & M. Uchida 2 1 Maritime Faculty Istanbul Technical University, Turkey 2 Faculty of Maritime Sciences,

More information

Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin -

Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin - Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin - Katsuya KUGAI* Abstract The swimming motion of Tuna type fishes

More information

Visual Background Recommendation for Dance Performances Using Dancer-Shared Images

Visual Background Recommendation for Dance Performances Using Dancer-Shared Images 2016 IEEE International Conference on Internet of Things (ithings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData)

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

Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and Correlated for Weather Factors

Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and Correlated for Weather Factors ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 11, No. 3, 2016, pp.180-187 Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and

More information

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOUR IN A MODERN TRAFFIC TUNNEL IN CASE OF FIRE INCIDENT

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOUR IN A MODERN TRAFFIC TUNNEL IN CASE OF FIRE INCIDENT - 277 - NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOUR IN A MODERN TRAFFIC TUNNEL IN CASE OF FIRE INCIDENT Iseler J., Heiser W. EAS GmbH, Karlsruhe, Germany ABSTRACT A numerical study of the flow behaviour

More information

A Research on the Airflow Efficiency Analysis according to the Variation of the Geometry Tolerance of the Sirocco Fan Cut-off for Air Purifier

A Research on the Airflow Efficiency Analysis according to the Variation of the Geometry Tolerance of the Sirocco Fan Cut-off for Air Purifier A Research on the Airflow Efficiency Analysis according to the Variation of the Geometry Tolerance of the Sirocco Fan Cut-off for Air Purifier Jeon-gi Lee*, Choul-jun Choi*, Nam-su Kwak*, Su-sang Park*

More information

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam International Workshop on Next Generation Nautical Traffic Models 2013, Delft, The Netherlands AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the

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

CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator

CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator T. Huang 1, A. Caughley 2, R. Young 2 and V. Chamritski 1 1 HTS-110 Ltd Lower Hutt, New Zealand 2 Industrial Research Ltd

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

START UP MODELING OF KAIST MICRO MODULAR REACTOR COMPRESSOR USING BETA LINE METHOD WITH GAMMA+ CODE

START UP MODELING OF KAIST MICRO MODULAR REACTOR COMPRESSOR USING BETA LINE METHOD WITH GAMMA+ CODE The 6th International Supercritical CO2 Power Cycles Symposium March 27-29, 2018, Pittsburgh, Pennsylvania START UP MODELING OF KAIST MICRO MODULAR REACTOR COMPRESSOR USING BETA LINE METHOD WITH GAMMA+

More information

International Journal of Engineering Trends and Technology (IJETT) Volume 18 Number2- Dec 2014

International Journal of Engineering Trends and Technology (IJETT) Volume 18 Number2- Dec 2014 Compression and Decompression of FPGA Bit Stream Using Bitmask Technique K.Khuresh Gouse 1 N.Chitra 2 K.Maheshwari 3 1 PG Student (M.Tech), 2 Associate Professor, 3 Associate Professor, Dept. of ECE, Gates

More information

Automated analysis of microscopic images of cellular tissues

Automated analysis of microscopic images of cellular tissues Automated analysis of microscopic images of cellular tissues Rutger Slooter December 8, 2017 Master Thesis Applied Mathematics 1 Overview The problem Master Thesis Applied Mathematics 2 Overview The problem

More information

Numerical simulation of three-dimensional flow field in three-line rollers and four-line rollers compact spinning systems using finite element method

Numerical simulation of three-dimensional flow field in three-line rollers and four-line rollers compact spinning systems using finite element method Indian Journal of Fibre & Textile Research Vol. 42, March 2017, pp. 77-82 Numerical simulation of three-dimensional flow field in three-line rollers and four-line rollers compact spinning systems using

More information

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 DOI 10.20544/HORIZONS.B.03.1.16.P23 UDC 656.142.054:159.922(497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 JelenaMitrovićSimić 1, Valentina Basarić, VukBogdanović Department of Traffic

More information

Remote Towers: Videopanorama Framerate Requirements Derived from Visual Discrimination of Deceleration During Simulated Aircraft Landing

Remote Towers: Videopanorama Framerate Requirements Derived from Visual Discrimination of Deceleration During Simulated Aircraft Landing www.dlr.de Chart 1 > SESARInno > Fürstenau RTOFramerate> 2012-11-30 Remote Towers: Videopanorama Framerate Requirements Derived from Visual Discrimination of Deceleration During Simulated Aircraft Landing

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

Monitoring of wheel dressing operations for precision grinding

Monitoring of wheel dressing operations for precision grinding University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2003 Monitoring of wheel dressing operations for precision grinding Li

More information

CSE 190a Project Report: Golf Club Head Tracking

CSE 190a Project Report: Golf Club Head Tracking CSE 190a Project Report: Golf Club Head Tracking Ravi Chugh rchugh@cs.ucsd.edu Krystle de Mesa kdemesa@cs.ucsd.edu Abstract Computer vision and graphics technologies have been used extensively in developing

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

Unmanned Aerial Vehicle Failure Modes Algorithm Modeling

Unmanned Aerial Vehicle Failure Modes Algorithm Modeling IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 07 (July. 2014), V2 PP 55-59 www.iosrjen.org Unmanned Aerial Vehicle Failure Modes Algorithm Modeling P. Getsov,

More information

Blocking time reduction for level crossings using the genetic algorithm

Blocking time reduction for level crossings using the genetic algorithm Computers in Railways X 299 Blocking time reduction for level crossings using the genetic algorithm Y. Noguchi 1, H. Mochizuki 1, S. Takahashi 1, H. Nakamura 1, S. Kaneko 1 & M. Sakai 2 1 Nihon University,

More information

A comprehensive evaluation of the methods for evolving a cooperative team

A comprehensive evaluation of the methods for evolving a cooperative team Artif Life Robotics (2006) 10:157 161 ISAROB 2006 DOI 10.1007/s10015-005-0354-8 ORIGINAL ARTICLE Yasuyuki Suzuki Takaya Arita A comprehensive evaluation of the methods for evolving a cooperative team Received

More information

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS Peter M. McGinnis, Physical Education Department, SUNY College at Cortland, Cortland, New York INTRODUCTION Running speed is an important determinant of

More information

WALKING MOTION ANALYSIS USING SMALL ACCELERATION SENSORS

WALKING MOTION ANALYSIS USING SMALL ACCELERATION SENSORS WALKING MOTION ANALYSIS USING SMALL ACCELERATION SENSORS Teruaki Ito Institute of Technology and Science University of Tokushima Tokushima, Japan e-mail: ito@me.tokushima-u.ac.jp Abstract Human walking

More information

Effect of Inlet Clearance Gap on the Performance of an Industrial Centrifugal Blower with Parallel Wall Volute

Effect of Inlet Clearance Gap on the Performance of an Industrial Centrifugal Blower with Parallel Wall Volute International Journal of Fluid Machinery and Systems DOI: http://dx.doi.org/10.5293/ijfms.2013.6.3.113 Vol. 6, No. 3, July-September 2013 ISSN (Online): 1882-9554 Original Paper (Invited) Effect of Inlet

More information

EVALUATION OF ADAPTIVE AND FIXED TIME TRAFFIC SIGNAL STRATEGIES: CASE STUDY OF SKOPJE

EVALUATION OF ADAPTIVE AND FIXED TIME TRAFFIC SIGNAL STRATEGIES: CASE STUDY OF SKOPJE EVALUATION OF ADAPTIVE AND FIXED TIME TRAFFIC SIGNAL STRATEGIES: CASE STUDY OF SKOPJE Daniel Pavleski, MSc student Faculty of Technical Sciences St. Kliment Ohridski University - Bitola, Blvd 1st May,

More information

Efficiency Improvement of a New Vertical Axis Wind Turbine by Individual Active Control of Blade Motion

Efficiency Improvement of a New Vertical Axis Wind Turbine by Individual Active Control of Blade Motion Efficiency Improvement of a New Vertical Axis Wind Turbine by Individual Active Control of Blade Motion In Seong Hwang, Seung Yong Min, In Oh Jeong, Yun Han Lee and Seung Jo Kim* School of Mechanical &

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor

67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor 67. Sectional normalization and recognization on the PV-Diagram of reciprocating compressor Jin-dong Wang 1, Yi-qi Gao 2, Hai-yang Zhao 3, Rui Cong 4 School of Mechanical Science and Engineering, Northeast

More information

Calibration and Validation of the Shell Fatigue Model Using AC10 and AC14 Dense Graded Hot Mix Asphalt Fatigue Laboratory Data

Calibration and Validation of the Shell Fatigue Model Using AC10 and AC14 Dense Graded Hot Mix Asphalt Fatigue Laboratory Data Article Calibration and Validation of the Shell Fatigue Model Using AC10 and AC14 Dense Graded Hot Mix Asphalt Fatigue Laboratory Data Mofreh Saleh University of Canterbury, Private Bag 4800, Christchurch,

More information

LABORATORY EXPERIMENTS ON WAVE OVERTOPPING OVER SMOOTH AND STEPPED GENTLE SLOPE SEAWALLS

LABORATORY EXPERIMENTS ON WAVE OVERTOPPING OVER SMOOTH AND STEPPED GENTLE SLOPE SEAWALLS Asian and Pacific Coasts 23 LABORATORY EXPERIMENTS ON WAVE OVERTOPPING OVER SMOOTH AND STEPPED GENTLE SLOPE SEAWALLS Takayuki Suzuki 1, Masashi Tanaka 2 and Akio Okayasu 3 Wave overtopping on gentle slope

More information

Design of a Pedestrian Detection System Based on OpenCV. Ning Xu and Yong Ren*

Design of a Pedestrian Detection System Based on OpenCV. Ning Xu and Yong Ren* International Conference on Education, Management, Commerce and Society (EMCS 2015) Design of a Pedestrian Detection System Based on OpenCV Ning Xu and Yong Ren* Applied Technology College of Soochow University

More information

Obtain a Simulation Model of a Pedestrian Collision Imminent Braking System Based on the Vehicle Testing Data

Obtain a Simulation Model of a Pedestrian Collision Imminent Braking System Based on the Vehicle Testing Data Obtain a Simulation Model of a Pedestrian Collision Imminent Braking System Based on the Vehicle Testing Data Bo Tang, Stanley Chien, and Yaobin Chen Transportation Active Safety Institute Indiana University-Purdue

More information

Application of pushover analysis in estimating seismic demands for large-span spatial structure

Application of pushover analysis in estimating seismic demands for large-span spatial structure 28 September 2 October 2009, Universidad Politecnica de Valencia, Spain Alberto DOMINGO and Carlos LAZARO (eds.) Application of pushover analysis in estimating seismic demands for large-span spatial structure

More information

Implementation of Height Measurement System Based on Pressure Sensor BMP085

Implementation of Height Measurement System Based on Pressure Sensor BMP085 017 nd International Conference on Test, Measurement and Computational Method (TMCM 017) ISBN: 978-1-60595-465-3 Implementation of Height Measurement System Based on Pressure Sensor BMP085 Gao-ping LIU

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

Traffic Parameter Methods for Surrogate Safety Comparative Study of Three Non-Intrusive Sensor Technologies

Traffic Parameter Methods for Surrogate Safety Comparative Study of Three Non-Intrusive Sensor Technologies Traffic Parameter Methods for Surrogate Safety Comparative Study of Three Non-Intrusive Sensor Technologies CARSP 2015 Collision Prediction and Prevention Approaches Joshua Stipancic 2/32 Acknowledgements

More information

PHYSICAL EXPERIMENTS ON THE HYDRODYNAMIC RESPONSE OF SUBMERGED FLOATING TUNNEL AGAINST THE WAVE ACTION

PHYSICAL EXPERIMENTS ON THE HYDRODYNAMIC RESPONSE OF SUBMERGED FLOATING TUNNEL AGAINST THE WAVE ACTION Proceedings of the 7 th International Conference on Asian and Pacific Coasts (APAC 2013) Bali, Indonesia, September 24-26, 2013 PHYSICAL EXPERIMENTS ON THE HYDRODYNAMIC RESPONSE OF SUBMERGED FLOATING TUNNEL

More information

A new 2D image compression technique for 3D surface reconstruction

A new 2D image compression technique for 3D surface reconstruction A new image compression technique for surface reconstruction SIDDEQ, M.M. and RODRIGUES, Marcos Available from Sheffield Hallam University Research Archive (SHURA)

More information

Experiment of a new style oscillating water column device of wave energy converter

Experiment of a new style oscillating water column device of wave energy converter http://www.aimspress.com/ AIMS Energy, 3(3): 421-427. DOI: 10.3934/energy.2015.3.421 Received date 16 April 2015, Accepted date 01 September 2015, Published date 08 September 2015 Research article Experiment

More information

Unsteady Wave-Driven Circulation Cells Relevant to Rip Currents and Coastal Engineering

Unsteady Wave-Driven Circulation Cells Relevant to Rip Currents and Coastal Engineering Unsteady Wave-Driven Circulation Cells Relevant to Rip Currents and Coastal Engineering Andrew Kennedy Dept of Civil and Coastal Engineering 365 Weil Hall University of Florida Gainesville, FL 32611 phone:

More information

A Study on Weekend Travel Patterns by Individual Characteristics in the Seoul Metropolitan Area

A Study on Weekend Travel Patterns by Individual Characteristics in the Seoul Metropolitan Area A Study on Weekend Travel Patterns by Individual Characteristics in the Seoul Metropolitan Area Min-Seung. Song, Sang-Su. Kim and Jin-Hyuk. Chung Abstract Continuous increase of activity on weekends have

More information

FIG: 27.1 Tool String

FIG: 27.1 Tool String Bring up Radioactive Tracer service. Click Acquisition Box - Edit - Tool String Edit the tool string as necessary to reflect the tool string being run. This is important to insure proper offsets, filters,

More information

An Architecture of Embedded Decompressor with Reconfigurability for Test Compression

An Architecture of Embedded Decompressor with Reconfigurability for Test Compression IEICE TRANS. INF. & SYST., VOL.E91 D, NO.3 MARCH 2008 713 PAPER Special Section on Test and Verification of VLSIs An Architecture of Embedded Decompressor with Reconfigurability for Test Compression Hideyuki

More information

A Bag-of-Gait Model for Gait Recognition

A Bag-of-Gait Model for Gait Recognition A Bag-of-Gait Model for Gait Recognition Jianzhao Qin, T. Luo, W. Shao, R. H. Y. Chung and K. P. Chow The Department of Computer Science, The University of Hong Kong, Hong Kong, China Abstract In this

More information

Active Pedestrian Protection System, Project Review

Active Pedestrian Protection System, Project Review T_AP00966 Active Pedestrian Protection System, Project Review 2010. 10. 29 Ho Gi Jung The School of Electronic and Electrical Engineering Yonsei University, South Korea Project Overview Objectives To develop

More information

THe rip currents are very fast moving narrow channels,

THe rip currents are very fast moving narrow channels, 1 Rip Current Detection using Optical Flow Shweta Philip sphilip@ucsc.edu Abstract Rip currents are narrow currents of fast moving water that are strongest near the beach. These type of currents are dangerous

More information

Analysis and realization of synchronized swimming in URWPGSim2D

Analysis and realization of synchronized swimming in URWPGSim2D International Conference on Manufacturing Science and Engineering (ICMSE 2015) Analysis and realization of synchronized swimming in URWPGSim2D Han Lu1, a *, Li Shu-qin2, b * 1 School of computer, Beijing

More information

Design Linear Quadratic Gaussian for Controlling the Blood Pressure of Patient

Design Linear Quadratic Gaussian for Controlling the Blood Pressure of Patient Design Linear Quadratic Gaussian for Controlling the Blood Pressure of Patient Noor Safaa Abdul-Jaleel Department of Electrical Engineering Assist. Lect. In Al-Mustansyria University Baghdad, Iraq Abstract:

More information

Aggregation modeling of large wind farms using an improved K-means. algorithm

Aggregation modeling of large wind farms using an improved K-means. algorithm Aggregation modeling of large wind farms using an improved K-means algorithm Jian-ping Zhang, Hao-zhong Cheng, Shu-xin Tian and Ding Yan Key Laboratory of Control of Power Transmission and Conversion,

More information

Introducing Probability in RFID Reader-to-Reader Anti-collision

Introducing Probability in RFID Reader-to-Reader Anti-collision 2009 Eighth IEEE International Symposium on Network Computing and Applications Introducing Probability in RFID Reader-to-Reader Anti-collision Filippo Gandino, Renato Ferrero, Bartolomeo Montrucchio, Maurizio

More information

Scales of Atmospheric Motion Scale Length Scale (m) Time Scale (sec) Systems/Importance Molecular (neglected)

Scales of Atmospheric Motion Scale Length Scale (m) Time Scale (sec) Systems/Importance Molecular (neglected) Supplement Wind, Fetch and Waves Scales of Atmospheric Motion Scale Length Scale (m) Time Scale (sec) Systems/Importance Molecular 10-7 - 10-2 10-1 (neglected) Coriolis not important Turbulent 10-2 10

More information