: taking service robots to play soccer

Size: px
Start display at page:

Download ": taking service robots to play soccer"

Transcription

1 : taking service robots to pay soccer Larena Adaberto, Escaante Boris, Torres Luis, Abad Verónica, Vázquez Lauro Bio-Robotics Laboratory, Department of Eectrica Engineering Universidad Naciona Autónoma de México, UNAM adaarena@ao.com Abstract. This paper describes the efforts to use the VirBot architecture for controing the operation of robotic biped soccer payers. The ViRbot architecture is designed to dea with a wide range of probems for the service robots, incuding navigating, motion panning, goba ocaization, speech recognition and task panning using a rue based system. This paper discusses what modifications must be done when using devices with imited resources and how decisions can be taken. 1 Introduction The ViRbot system [1] has been tested in the Robocup@Home [2] category in the Robocup competition at Bremen, Germany in 2006 with the robot TX8 and in the same competition in Atanta, USA in 2007 with the robot TPR8, getting the 3rd pace. In the humanoid category we have participated in the Mexican Robotics Open 2007 with a demonstration of our system. The ViRbot system divides the operation of a mobie robot in severa subsystems: Fig. 1. The ViRbot Architecture Fig. 2. RoboNova I Biped Robot

2 Each subsystem has a specific function that contributes to the fina operation of the robot. When trying to contro an autonomous biped robot such as Robonova I [3] with imited processing capabiities, severa adaptations must be done to the architecture in order to simpify the compexity of operation, ocaization and knowedge representation, see figure 2. This paper discusses how the VirBot modues can be modified to aow biped robots to pay soccer. 2 Modue Description This section expains the different ViRbot modues and how they can be modified. 2.1 Interna Sensors In the case of our biped robots, basicay the interna sensors are a gyroscope and tit sensors, digita compass and Tripe Axis Aceerometer. They serve to contro the baance of the robot and detect faings. The biggest difference in biped robots is that there are no whees and whee encoders, so the ocaization probem becomes more difficut to address. 2.2 Externa Sensors The ony externa sensor currenty used in our robots is a CMU Cam 3 camera [4], since there are imposed restrictions when using sonar and IR sensors. This camera is equipped with a Phiips LPC2106 processor, 64 Kb RAM, 128 Kb ROM, seria port and SD card sot. It can grab RGB and YCrCb images up to 352 by 288 pixes at rates of 26 FPS. We do not use any other contact, refective, infrared or microphone sensor. For this reason the amount of information the robot can extract from the environment is imited to visua information. 2.3 Human-Robot Interface As mentioned above, due to space and processing imitations in sma biped robots, currenty they are not equipped with microphones and speech recognition. In the future some speech recognition in Digita Signa Processors DSP s wi be impemented. 2.4 Robot Contro Modue Like the TX8 and TParacho robots, our robots are equipped with on-board controing card. In this case a Micom MR-C3000 with an ATmega 128 MPU with 32K fash

3 memory. A the movements the robot does, ike waking or kicking, are programmed as singe routines in the Robonova I board, using RoboBasic [5]. Once the program is downoaded and stored in the robot, the commands are fired through the robot s standard RS-232 seria port connected directy to the CMUCam 3 seria port (our controing device). The interna sensors are directy attached to the robot s board, so it uses their reading to correct position and standing-up the robot when faing down. 2.5 Perception Modue Unike the service robots, the visua processing and robot s inteigence is done in the same board, in this case the CMUCam 3. Despite we have recenty migrated successfuy entirey our ViRbot system to the Pocket PC architecture, our tests on the robot demonstrated it is sti too heavy to be carried out for the Robonova. We are currenty using basic YCrCb [6] coor segmentation on the camera to find the ba, enemies and goa areas. 2.6 Goba Locaization Modue Since there is no map representation and the environment is aways changing, due to the sef, others and ba movements, a vision based ocaization method is necessary. Currenty MCL Monte Caro Locaization [7] is being impemented but it becomes more inaccurate because there are no map, aser and sonar readings, and the ony fixed characteristics are the fied ines, goa areas and two andmark poes. By the moment our ocaizing agorithm uses the goa areas coor and the amount of viewabe pixes of such coor to determine its distance and current orientation. The movement estimation is obtained by previousy measuring the movements the robot does after each command and getting its probabiity density. When turning, for exampe, each turn has a fixed amount and successive turns are accumuated. The same appies for waking and running. Obviousy a good robot caibration becomes fundamenta. 2.7 Cartographer Since the ony eements in the fied are the robots and the ba, and the fied is a fixedsize rectange, the map consists on a probabiistic occupancy grid. The fied is divided into regions of 5 per 5 centimeters. One byte per ocation indicates the probabiity (from zero to +-128) of being occupied and the sign indicates if it is a partner or enemy robot. In tota 5,400 bytes are needed for storing the assumptions about a the eements in the fied, except the ba and the sef position, those are carried separatey. Since the CMUCam 3 incorporates a SD connector, currenty is possibe to decide where to store the information. By now the map is stored in a 1 GB SD secondary memory card.

4 2.8 Movement Panner The map representation aows cacuating the robot movements in a straightforward way. As impemented in the service robot, here the robot uses Potentia Fieds Theory [8]. Under this idea, the robot is considered as a partice under the infuence of an artificia potentia fied U whose oca variations refects the free space structure and it depends on the obstaces and the goa point that the robot needs to reach. The potentia fied function is defined as the sum of an attraction fied that push the robot to the goa (the ba in this case) and a repusive fied that take it away from the obstaces (other robots). The probabiistic occupancy grid representation gives directy a good approximation to the force fied: Fig. 3. Exampe of Potentia Fied The movement panning is done by iterations, in which and artificia attracting force is induced by the ba and repusive forces are induced by the enemy robots. The sum of those forces wi be the fina direction the robot wi foow, in the form of steps and turns. 2.8 Knowedge Representation Unike the ViRbot service robots, CLIPS Expert System [9] cannot be onger used to represent rues and to fire actions in these imited robots, and another way of managing actions must be used. Commony, variabe ranges are used to decide the robot actions, in the form of: if var1 > ower_va1 and var1 < upper_va1 and var2 > ower_va2 and var2 < upper_va2 and varn > ower_van and varn < upper_van then robot.action(); ese if Exampe of a Computer Program for performing actions based on data ranges but when having many variabes becomes difficut to estabish such ranges in order to avoid etting some ranges out of decisions or, in the opposite case, giving some ranges more than one action. Aso the priority management becomes difficut to modify. This is known as the Subsumption Mode [10] and it s used in ViRbot as the Arbiter.

5 In this case, we are impementing a Fuzzy Rue Decision System [11]. A fuzzy system consist of a number of Fuzzy Rues in the form of ( ) : IF x1 is F1 and and xn is Fn THEN y1 is G1 R L, L, y is G (1) This is known as pure fuzzy form, where F 1, L, F represent fuzzy vaues of each n variabe and the output function G is aso a fuzzy variabe. In this case we have a MIMO (Mutipe Input Mutipe Output) fuzzy rue system. We use this kind of system to activate the different behaviors ike kick or step. For instance one fuzzy rue can be: R: If ba_distance is near and kicking_direction is good then kick is good When fuzzifying one variabe, it s possibe to give a natura meaning to a vaue (or range of vaues) of a given variabe. By natura we mean inguistic understandabe meaning. For exampe we can define the terms near and far for the ba_distance variabe as foows: μ μ near Variabe far Variabe m m cm cm Fig. 4. Exampe of Fuzzy Variabes 2.9 Behavior Seection When evauating a fuzzy rue, the fuzzy vaue μ is evauated for every fuzzy variabe and the rue s fina μ is cacuated using fuzzy inference (in our case a simpe product). Once a fuzzy rues have been evauated, a the resuts are combined using a defuzzifier for obtaining the fina output (in our case we use the maximum μ to fire the behavior μ). As seen above, this way of computing outputs is very simiar to defining ranges, but outputs are basicay combined and then the action with the biggest output vaue is seected. This method aows easy error detection and bad activation vaues. Aso, fuzzy rues can be stored on secondary memory in order to be transferred to other robots ony adjusting their beonging factors (μ functions), and more new rues can be added with a we estabished method for combining them Learning Modue Currenty no earning is impemented in our robots.

6 2.11 Future Works We are intending to deveop a goa-area detection by form to agree with the Robocup reguations for future competitions and sef-caibrated vision and contro agorithms are currenty being deveoped by our new members. 3 Concusions and Discussion This paper proposes some basic modifications to the ViRbot architecture, aowing biped robots to pay soccer. Aso proposes a way of representing and managing knowedge and easiy computing behavior responses with visua sensors. In the past edition of Robocup in Suzhou China, we reached the quarter-finas of the event, being the best team in America in our first participation. We detected some probems with the ocaization and specificay with the anke movement when turning. We have re-designed our robots based on the Robonova-I design but adding 6 DOF more to be abe to rotate the whoe eg around the hip articuation, and a 360 degrees arm rotation by the shouders to be abe to do the throw-in chaenge. By now the biggest chaenge wi be communicating the robots with wi-fi technoogy to become more coaborative and achieve more team coordination. Aso the vision caibration wi be fundamenta for getting a better pace in the competition. We have to demonstrate why we did arrive to finas ast year. References 1. Jesús Savage, Adaberto LLarena, Gerardo Carrera, Sergio Cuear, David Esparza, Yukihiro Minami, Uises Peñueas; ViRbot: A System for the Operation of Mobie Robots. RoboCup 2007 Symposium, Atanta, EU, Robocup@Home, Thrun S., Montemero M.., Koer D., Wegbreit B., FastSLAM: An Efficient Soution to the Simutaneous Locaization And Mapping Probem with Unknown Data Association, Proceedings of the IEEE Int. Conference on Robotics and Automation (ICRA), Latombe, J.C. Robot Motion Panning. Massachusetts, USA: Kuwer Academic Pubishers, CLIPS Reference Manua Version 6.0. Technica Report Number JSC Software Technoogy Branch, Lyndon B. Johnson Space Center, Houston, TX, Muer J.P. and M.Pischei, and M. Thie. Modeing reactive behavior in verticay ayered agent architectures Inteigent Agents - Theories, Architectures, and Languages, voume 890 of Lecture Notes in AI. Springer, January Conner, D. Fuzzy Logic Contro System. EDN, pp , Takagi, T. and Sugeno, M., Fuzzy identification of systems and its appication to modeing and contro, IEEE Trans. Systems Man Cybernet. 15 (1985) Haykin, S. Neura Networks. A Comprehensive Foundation, 2nd Edition, Prentice Ha 1999

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journas Austraian Journa of Basic and Appied Sciences ISSN:1991-8178 Journa home page: www.ajbasweb.com Improvement of Faut Identification and Locaization Using Gustafson-Kesse Agorithm In Adaptive

More information

P H O T O CD I N F O R M A T I O N B U L L E T I N

P H O T O CD I N F O R M A T I O N B U L L E T I N PCD 077 Juy, 1994 Copyright, Eastman Kodak Company, 1994 P H O T O CD I N F O R M A T I O N B U L L E T I N Fuy Utiizing Photo CD Images Maintaining Coor Consistency When Creating KODAK Photo CD Portfoio

More information

Improving the Active Power Filter Performance with a Prediction Based Reference Generation

Improving the Active Power Filter Performance with a Prediction Based Reference Generation Improving the Active Power Fiter Performance with a Prediction Based Reference Generation M. Routimo, M. Sao and H. Tuusa Abstract In this paper a current reference generation method for a votage source

More information

Service Robots in an Intelligent House

Service Robots in an Intelligent House Service Robots in an Intelligent House Jesus Savage Bio-Robotics Laboratory biorobotics.fi-p.unam.mx School of Engineering Autonomous National University of Mexico UNAM 2017 OUTLINE Introduction A System

More information

Ye Ning *1, 2, Wang Ru-chuan *2, 3,Ma Shou-ming *2,Wang Zhi-li *1 *1

Ye Ning *1, 2, Wang Ru-chuan *2, 3,Ma Shou-ming *2,Wang Zhi-li *1 *1 Fuzzy Logic Based Middeware Approach for Context Processing Ye Ning, Wang Ru-chuan,Ma Shou-ming,Wang Zhi-i Fuzzy Logic Based Middeware Approach for Context Processing Ye Ning 1, 2, Wang Ru-chuan 2, 3,Ma

More information

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network Mode of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobie Ad Hoc Network Igor Konstantinov, Kostiantyn Poshchykov, Sergej Lazarev, and Oha Poshchykova Begorod State University, Pobeda Street 85,

More information

EM330 Installation and use instructions Three-phase energy analyzer for indirect connection (5A) with Modbus, pulse or M-Bus interface

EM330 Installation and use instructions Three-phase energy analyzer for indirect connection (5A) with Modbus, pulse or M-Bus interface EM330 Instaation and use instructions Three-phase energy anayzer for indirect connection (5A) with Modbus, puse or M-Bus interface Code 8021422 Genera warnings HAZARD: Live parts. Heart attack, burns and

More information

Lesson Objective Identify the value of a quarter and count groups of coins that include quarters.

Lesson Objective Identify the value of a quarter and count groups of coins that include quarters. LESSON 9.9C Hands On Quarters PROFESSIONAL PROFESSIONAL DEVELOPMENT DEVELOPMENT LESSON AT A GLANCE Mathematics Forida Standard Te and write time. MAFS.MD.a.a Identify and combine vaues of money in cents

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Appications 37 (010) 340 346 Contents ists avaiabe at ScienceDirect Expert Systems with Appications journa homepage: www.esevier.com/ocate/eswa A neura network approach to target cassification

More information

OpenStax-CNX module: m Inductance. OpenStax College. Abstract

OpenStax-CNX module: m Inductance. OpenStax College. Abstract OpenStax-CNX modue: m42420 1 Inductance OpenStax Coege This work is produced by OpenStax-CNX and icensed under the Creative Commons Attribution License 3.0 Cacuate the inductance of an inductor. Cacuate

More information

Minimizing Distribution Cost of Distributed Neural Networks in Wireless Sensor Networks

Minimizing Distribution Cost of Distributed Neural Networks in Wireless Sensor Networks 1 Minimizing Distribution Cost of Distributed Neura Networks in Wireess Sensor Networks Peng Guan and Xiaoin Li Scaabe Software Systems Laboratory, Department of Computer Science Okahoma State University,

More information

Georgia Institute of Technology. simulating the performance of a 32-bit interconnect bus. referenced to non-ideal planes. A transient simulation

Georgia Institute of Technology. simulating the performance of a 32-bit interconnect bus. referenced to non-ideal planes. A transient simulation Power ntegrity/signa ntegrity Co-Simuation for Fast Design Cosure Krishna Srinivasan1, Rohan Mandrekar2, Ege Engin3 and Madhavan Swaminathan4 Georgia nstitute of Technoogy 85 5th St NW, Atanta GA 30308

More information

Outline. Introduce yourself!! Class information and logistics. What is planning? Motivational Examples

Outline. Introduce yourself!! Class information and logistics. What is planning? Motivational Examples Outine Introduce yoursef!! Cass information and ogistics What is panning? Motivationa Exampes What is CIS 6930 Introduction to Panning Agorithms about? About the instructor: Name: Leonardo Bobadia, Ph.D

More information

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal Airborne Utrasonic Position and Veocity Measurement Using Two Cyces of Linear-Period-Moduated Signa Shinya Saito 1, Minoru Kuribayashi Kurosawa 1, Yuichiro Orino 1, and Shinnosuke Hirata 2 1 Department

More information

A Heuristic Method for Bus Rapid Transit Planning Based on the Maximum Trip Service

A Heuristic Method for Bus Rapid Transit Planning Based on the Maximum Trip Service 0 0 A Heuristic Method for Bus Rapid Transit Panning Based on the Maximum Trip Service Zhong Wang Associate professor, Schoo of Transportation & Logistics Daian University of Technoogy No., Linggong Road,

More information

arxiv: v4 [physics.soc-ph] 31 Dec 2013

arxiv: v4 [physics.soc-ph] 31 Dec 2013 A Cascading Faiure Mode by Quantifying Interactions Junjian Qi and Shengwei Mei Department of Eectrica Engineering, Tsinghua University, Beijing, China 100084 arxiv:1301.2055v4 [physics.soc-ph] 31 Dec

More information

Run to Potential: Sweep Coverage in Wireless Sensor Networks

Run to Potential: Sweep Coverage in Wireless Sensor Networks Run to Potentia: Sweep Coverage in Wireess Sensor Networks Min Xi,KuiWu,Yong Qi,Jizhong Zhao, Yunhao Liu,MoLi Department of Computer Science, Xi an Jiaotong University, China Department of Computer Science,

More information

Rateless Codes for the Gaussian Multiple Access Channel

Rateless Codes for the Gaussian Multiple Access Channel Rateess Codes for the Gaussian Mutipe Access Channe Urs Niesen Emai: uniesen@mitedu Uri Erez Dept EE, Te Aviv University Te Aviv, Israe Emai: uri@engtauaci Devavrat Shah Emai: devavrat@mitedu Gregory W

More information

CruzPro FU60. Intelligent Digital Fuel Gauge/w Alarms & Consumption Calculator

CruzPro FU60. Intelligent Digital Fuel Gauge/w Alarms & Consumption Calculator Other CruzPro Products Depthsounders & Speed/Temperature/Logs PC Based Fishfinders and Active Depth Transducers DC Vots/Amps/Amp-Hour Monitor AC Vots/Amps/Freq/kW Monitor LPG/Petro Gas Detectors/Aarms

More information

DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION

DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION Undergraduate Research Opportunity Project (UROP ) DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION Student: Nguyen, Tran Thanh Binh Schoo of Eectrica & Eectronic Engineering Nayang Technoogica University

More information

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL ADATIV ITRATION SCHM OF TURBO COD USING HYSTRSIS CONTROL Chih-Hao WU, Kenichi ITO, Yung-Liang HUANG, Takuro SATO Received October 9, 4 Turbo code, because of its remarkabe coding performance, wi be popuar

More information

Computer Science Clinic Overview

Computer Science Clinic Overview Harvey Mudd Coege Computer Science Department Computer Science Cinic Overview Robert M. Keer Professor & Director www.cs.hmc hmc.edu/cinic keer@cs.hmc hmc.edu 909-621-8483 History of Computer Science Cinic

More information

Lesson Objective Identify the value of a group of coins that includes pennies and/ or dimes.

Lesson Objective Identify the value of a group of coins that includes pennies and/ or dimes. LESSON 9.9B Count Coections LESSON AT A GLANCE Daiy Routines Mathematics Forida Standard Te and write time. MAFS.1.MD.2.a.b Identify and combine vaues of money in cents up to one doar working with a singe

More information

Kid-Size Humanoid Soccer Robot Design by TKU Team

Kid-Size Humanoid Soccer Robot Design by TKU Team Kid-Size Humanoid Soccer Robot Design by TKU Team Ching-Chang Wong, Kai-Hsiang Huang, Yueh-Yang Hu, and Hsiang-Min Chan Department of Electrical Engineering, Tamkang University Tamsui, Taipei, Taiwan E-mail:

More information

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks Resource Aocation via Linear Programming for Muti-Source, Muti-Reay Wireess Networs Nariman Farsad and Andrew W Ecford Dept of Computer Science and Engineering, Yor University 4700 Keee Street, Toronto,

More information

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection?

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection? Deaing with Lin Bocage in mmwave etwors: DD Reaying or Muti-beam Refection? Mingjie Feng, Shiwen Mao Dept. Eectrica & Computer Engineering Auburn University, Auburn, AL 36849-5, U.S.A. Tao Jiang Schoo

More information

One Dollar LESSON AT A GLANCE. Daily Routines. Problem of the Day. Vocabulary Builder. Digital Path. About the Math. Dollar. Teaching for Depth

One Dollar LESSON AT A GLANCE. Daily Routines. Problem of the Day. Vocabulary Builder. Digital Path. About the Math. Dollar. Teaching for Depth LESSON 9.9D One Doar PROFESSIONAL DEVELOPMENT PROFESSIONAL DEVELOPMENT LESSON AT A GLANCE Mathematics Forida Standard Te and write time. MAFS.1.MD.2.a.c Identify and combine vaues of money in cents up

More information

LBI Mobile Communications. EDACS TM Jessica. PBX Gateway. Operator s Manual

LBI Mobile Communications. EDACS TM Jessica. PBX Gateway. Operator s Manual Mobie Communications EDACS TM Jessica PBX Gateway Operator s Manua TABLE OF CONTENTS 1. SCOPE... 3 2. QUICK USAGE GUIDE... 4 2.1. Making Phone Cas From An EDACS Radio... 4 2.2. Caing EDACS Radios From

More information

Utility-Proportional Fairness in Wireless Networks

Utility-Proportional Fairness in Wireless Networks IEEE rd Internationa Symposium on Persona, Indoor and Mobie Radio Communications - (PIMRC) Utiity-Proportiona Fairness in Wireess Networks G. Tychogiorgos, A. Gkeias and K. K. Leung Eectrica and Eectronic

More information

Coordination Improvement of Directional Overcurrent Relays in a Microgrid Using Modified Particle Swarm Optimization Algorithm

Coordination Improvement of Directional Overcurrent Relays in a Microgrid Using Modified Particle Swarm Optimization Algorithm Internationa Journa of Eectrica Components and Energy Conversion 2018; 4(1): 21-32 http://www.sciencepubishinggroup.com/j/ijecec doi: 10.11648/j.ijecec.20180401.13 ISSN: 2469-8040 (Print); ISSN: 2469-8059

More information

DESIGN OF SHIP CONTROLLER AND SHIP MODEL BASED ON NEURAL NETWORK IDENTIFICATION STRUCTURES

DESIGN OF SHIP CONTROLLER AND SHIP MODEL BASED ON NEURAL NETWORK IDENTIFICATION STRUCTURES DESIGN OF SHIP CONROLLER AND SHIP MODEL BASED ON NEURAL NEWORK IDENIFICAION SRUCURES JASMIN VELAGIC, FACULY OF ELECRICAL ENGINEERING SARAJEVO, BOSNIA AND HERZEGOVINA, asmin.veagic@etf.unsa.ba ABSRAC his

More information

Understanding The HA2500 Horizontal Output Load Test

Understanding The HA2500 Horizontal Output Load Test Understanding The HA2500 Horizonta Output Load Test Horizonta output stages are part of every CRT video dispay incuding cosed circuit monitors, computer monitors, video games, medica monitors, TVs. HDTVs,

More information

Secure Physical Layer Key Generation Schemes: Performance and Information Theoretic Limits

Secure Physical Layer Key Generation Schemes: Performance and Information Theoretic Limits Secure Physica Layer Key Generation Schemes: Performance and Information Theoretic Limits Jon Waace Schoo of Engineering and Science Jacobs University Bremen, Campus Ring, 879 Bremen, Germany Phone: +9

More information

arxiv: v1 [cs.it] 22 Aug 2007

arxiv: v1 [cs.it] 22 Aug 2007 Voice Service Support in Mobie Ad Hoc Networks Hai Jiang, Ping Wang, H. Vincent Poor, and Weihua Zhuang Dept. of Eec. & Comp. Eng., University of Aberta, Canada, hai.jiang@ece.uaberta.ca Dept. of Eec.

More information

Series 700A Power Processor

Series 700A Power Processor Series 700A Power Processor 5 25 SINGLE PHASE 10 500 THREE PHASE VOLTAGE REGULATION, ISOLATION, AND POWER DISTRIBUTION FOR CLEAN, SPIKE-FREE, STABLE VOLTAGE When Power Quaity Is A Must And Faiure Is Not

More information

SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS

SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS A. Heiß Energie-AG (EAM), Kasse G. Bazer Darmstadt University of Technoogy O. Schmitt ABB Caor Emag Schatanagen, Mannheim B. Richter

More information

New Image Restoration Method Based on Multiple Aperture Defocus Images for Microscopic Images

New Image Restoration Method Based on Multiple Aperture Defocus Images for Microscopic Images Sensors & Transducers, Vo. 79, Issue 9, September 204, pp. 62-67 Sensors & Transducers 204 by IFSA Pubishing, S. L. http://www.sensorsporta.com New Image Restoration Method Based on Mutipe Aperture Defocus

More information

A Distributed Utility Max-Min Flow Control Algorithm

A Distributed Utility Max-Min Flow Control Algorithm A Distributed tiity Max-Min Fow Contro Agorithm Hyang-Won Lee and Song Chong Department of Eectrica Engineering and Computer Science Korea Advanced Institute of Science and Technoogy (KAIST) mshw@netsys.kaist.ac.kr,

More information

Fuzzy Model Predictive Control Applied to Piecewise Linear Systems

Fuzzy Model Predictive Control Applied to Piecewise Linear Systems 10th Internationa Symposium on Process Systems Engineering - PSE2009 Rita Maria de Brito Aves, Caudio Augusto Oer do Nascimento and Evaristo Chabaud Biscaia Jr. (Editors) 2009 Esevier B.V. A rights reserved.

More information

Joint Optimal Power Allocation and Relay Selection with Spatial Diversity in Wireless Relay Networks

Joint Optimal Power Allocation and Relay Selection with Spatial Diversity in Wireless Relay Networks Proceedings of SDR'11-WInnComm-Europe, 22-24 Jun 2011 Joint Optima Power Aocation and Reay Seection with Spatia Diversity in Wireess Reay Networks Md Habibu Isam 1, Zbigniew Dziong 1, Kazem Sohraby 2,

More information

Time-domain Techniques in EMI Measuring Receivers. Technical and Standardization Requirements

Time-domain Techniques in EMI Measuring Receivers. Technical and Standardization Requirements Time-domain Techniques in EMI Measuring Receivers Technica and Standardization Requirements CISPR = Huge, Sow, Compex, CISPR = Internationa Specia Committee on Radio Interference Technica committee within

More information

Optimum Fault Current Limiter Placement

Optimum Fault Current Limiter Placement Optimum aut urrent Limiter acement Jen-Hao Teng han-an Lu Abstract: Due to the difficuty in power network reinforcement and the interconnection of more distributed generations, faut current eve has become

More information

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2 ISSN 319-8885 Vo.3,Issue.39 November-14, Pages:7859-7863 www.ijsetr.com Performance Comparison of Cyco-stationary Detectors with Matched Fiter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 1 PG Schoar,

More information

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY Xiaochao Zhang *, Xiaoan Hu, Yinqiao Zhang, Hui Wang, Hui Zhang 1 Institute of Mechatronics Technoogy and Appication,

More information

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis Pused RF Signas & Frequency Hoppers Using Rea Time Spectrum Anaysis 1 James Berry Rohde & Schwarz Pused Rea Time and Anaysis Frequency Seminar Hopper Agenda Pused Signas & Frequency Hoppers Characteristics

More information

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique Progress In Eectromagnetics Research Symposium Proceedings, Guangzhou, China, Aug. 25 28, 2014 849 Avaiabiity Anaysis for Eastic Optica Networks with Muti-path Virtua Concatenation Technique Xiaoing Wang

More information

Position Control of Shape Memory Alloy Actuators Using Self Tuning Fuzzy PID Controller

Position Control of Shape Memory Alloy Actuators Using Self Tuning Fuzzy PID Controller 756 Internationa Journa Kyoung of Contro, Kwan Automation, Ahn and Bao and Kha Systems, Nguyen vo. 4, no. 6, pp. 756-762, December 2006 Position Contro of Shape Memory Aoy Actuators Using Sef Tuning Fuzzy

More information

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM Rate-Aocation Strategies for Cosed-Loop MIMO-OFDM Joon Hyun Sung and John R. Barry Schoo of Eectrica and Computer Engineering Georgia Institute of Technoogy, Atanta, Georgia 30332 0250, USA Emai: {jhsung,barry}@ece.gatech.edu

More information

GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCLES

GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCLES VO. 10, NO. 18, OCTOBER 2015 ISSN 1819-6608 GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCES Henny Widowati 1, Suistyo Puspitodjati 2 and Djati Kerami 1 Department of System Information, Facuty

More information

Fuzzy Logic System for Opportunistic Spectrum Access using Cognitive Radio

Fuzzy Logic System for Opportunistic Spectrum Access using Cognitive Radio IJCSI Internationa Journa of Computer Science Issues, Vo. 10, Issue 1, No 1, January 2013 ISSN (Print): 1694-0784 ISSN (Onine): 1694-0814 www.ijcsi.org 703 uzzy Logic System for Opportunistic Spectrum

More information

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION Jinyu Li, Abderahman Mohamed, Geoffrey Zweig, and Yifan Gong Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 { jinyi, asamir,

More information

Effect of Estimation Error on Adaptive L-MRC Receiver over Nakagami-m Fading Channels

Effect of Estimation Error on Adaptive L-MRC Receiver over Nakagami-m Fading Channels Internationa Journa of Appied Engineering Research ISSN 973-456 Voume 3, Number 5 (8) pp. 77-83 Research India Pubications. http://www.ripubication.com Effect of Estimation Error on Adaptive -MRC Receiver

More information

Iterative Transceiver Design for Opportunistic Interference Alignment in MIMO Interfering Multiple-Access Channels

Iterative Transceiver Design for Opportunistic Interference Alignment in MIMO Interfering Multiple-Access Channels Journa of Communications Vo. 0 No. February 0 Iterative Transceiver Design for Opportunistic Interference Aignment in MIMO Interfering Mutipe-Access Channes Weipeng Jiang ai Niu and Zhiqiang e Schoo of

More information

ACTA TECHNICA NAPOCENSIS

ACTA TECHNICA NAPOCENSIS 69 TECHNICAL UNIVERSITY OF CLUJ-NAPOCA ACTA TECHNICA NAPOCENSIS Series: Appied Mathematics, Mechanics, and Engineering Vo. 60, Issue I, March, 07 CAD MODEL OF THE RTTRR MODULAR SMALL-SIZED SERIAL ROBOT

More information

HV SERIES. Uninterruptible Power Systems. Designed to be used with linear or non-linear loads including:

HV SERIES. Uninterruptible Power Systems. Designed to be used with linear or non-linear loads including: 7.5 kva to 25 kva HV SERIES Uninterruptibe Power Systems Designed to be used with inear or non-inear oads incuding: Distributive Networks Extensive LAN / WAN Systems Midrange Computing Information Technoogy

More information

An Approach to use Cooperative Car Data in Dynamic OD Matrix

An Approach to use Cooperative Car Data in Dynamic OD Matrix An Approach to use Cooperative Car Data in Dynamic OD Matrix Estimation L. Montero and J. Barceó Department of Statistics and Operations Research Universitat Poitècnica de Cataunya UPC-Barceona Tech Abstract.

More information

Implementation of the Neumann Formula for Calculating the Mutual Inductance between Planar PCB Inductors Sonntag, C.L.W.; Lomonova, E.; Duarte, J.L.

Implementation of the Neumann Formula for Calculating the Mutual Inductance between Planar PCB Inductors Sonntag, C.L.W.; Lomonova, E.; Duarte, J.L. Impementation of the Neumann Formua for Cacuating the Mutua Inductance between Panar PCB Inductors Sonntag, C.L.W.; Lomonova, E.; Duarte, J.L. Pubished in: Proc. The 18th Internationa Conference on Eectrica

More information

A Comparative Analysis of Image Fusion Techniques for Remote Sensed Images

A Comparative Analysis of Image Fusion Techniques for Remote Sensed Images roceedings of the Word Congress on Engineering 27 Vo I WCE 27, Juy 2-4, 27, London, U.K. Comparative naysis of Image Fusion Techniques for emote Sensed Images sha Das 1 and K.evathy 2 Department of Computer

More information

Getting More Out Of Programming-By-Demonstration

Getting More Out Of Programming-By-Demonstration Papers CHI 99 15-20 MAY 1999 Getting More Out Of Programming-By-Demonstration Richard G. McDanie and Brad A. Myers HCI Institute, Schoo of Computer Science Carnegie Meon University 5000 Forbes Avenue Pittsburgh,

More information

IH MARINE EAST YORKSHIRE DEALER

IH MARINE EAST YORKSHIRE DEALER IH MARINE EAST YORKSHIRE DEALER 07429 562 014 Advanced technoogy for fundamenta tasks www.oex.no Survey Visuaization Potting Positioning Concerted charting since 1997 Seabead discrimination Survey and

More information

Multi-stage Amplifiers Prof. Ali M. Niknejad Prof. Rikky Muller

Multi-stage Amplifiers Prof. Ali M. Niknejad Prof. Rikky Muller EECS 105 Spring 2017, Modue 4 Muti-stage Ampifiers Prof. Ai M. Niknejad Department of EECS Announcements HW10 due on Friday Lab 5 due this week 2 weeks of ecture eft! 2 Mutistage Ampifiers Why cascade

More information

Fast Hybrid DFT/DCT Architecture for OFDM in Cognitive Radio System

Fast Hybrid DFT/DCT Architecture for OFDM in Cognitive Radio System Fast Hybrid DF/D Architecture for OFDM in ognitive Radio System Zhu hen, Moon Ho Lee, Senior Member, EEE, hang Joo Kim 3 nstitute of nformation&ommunication, honbuk ationa University, Jeonju, 56-756,Korea

More information

THE TRADEOFF BETWEEN DIVERSITY GAIN AND INTERFERENCE SUPPRESSION VIA BEAMFORMING IN

THE TRADEOFF BETWEEN DIVERSITY GAIN AND INTERFERENCE SUPPRESSION VIA BEAMFORMING IN THE TRADEOFF BETWEEN DIVERSITY GAIN AND INTERFERENCE SUPPRESSION VIA BEAMFORMING IN A CDMA SYSTEM Yan Zhang, Laurence B. Mistein, and Pau H. Siege Department of ECE, University of Caifornia, San Diego

More information

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access 0 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA, VOL. 5, NO., JUNE 007 A Low Compexity VCS Method for PAPR Reduction in Muticarrier Code Division Mutipe Access Si-Si Liu, Yue iao, Qing-Song Wen,

More information

WS2812 Intelligent control LED integrated light source

WS2812 Intelligent control LED integrated light source Features and Benefits Contro circuit and RGB chip are integrated in a package of 5050 components, form a compete contro of pixe point. Buit-in signa reshaping circuit, after wave reshaping to the next

More information

Energy Measurement and Management MT MD Multifunction meters with load profile

Energy Measurement and Management MT MD Multifunction meters with load profile Energy Measurement and Management MT851... MD851... Mutifunction meters with oad profie The MT851 / MD851 eectronic mutifunction eectricity meters are designed for metering of active energy in two directions,

More information

NEW RISK ANALYSIS METHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE

NEW RISK ANALYSIS METHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE The 14 th Word Conference on Earthquake Engineering NEW RISK ANALYSIS ETHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE Satoru Nishikawa 1, Sei ichiro Fukushima 2 and Harumi Yashiro 3 ABSTRACT

More information

Provides exact fault location to one span

Provides exact fault location to one span TWS Mark VI Traveing wave faut ocator Provides exact faut ocation to one span Reduce down time by getting to the faut site faster Track intermittent sef cearing fauts and focus maintenance at the right

More information

Analog-Digital versus DSP Implementation of Park s Current Calculators for AC Mains Self-Powered Systems

Analog-Digital versus DSP Implementation of Park s Current Calculators for AC Mains Self-Powered Systems Anaog-Digita versus DSP Impementation of Park s Current Cacuators for AC Mains Sef-Powere Systems VASCO SOARES, PEDRO VERDELHO DEEA - Departamento e Engenharia Eectrotécnica e Automação,, CAUTL, CIC ISEL

More information

Multi-Target Localization of Breathing Humans

Multi-Target Localization of Breathing Humans Muti-Target Locaization of Breathing Humans ChangKyeong Kim, Joon-Yong Lee, Taechong Cho, Dongbok Ki, Bong Ho Cho, and Jihoon Yoon Dept. of Information & Technoogy, Handong University, Pohang 79-78, Korea

More information

PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER FDMA SYSTEMS

PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER FDMA SYSTEMS PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER SYSTEMS Junsung Lim, Hyung G. Myung, Kyungjin Oh and David J. Goodman Dept. of Eectrica and Computer Engineering, Poytechnic University 5 Metrotech

More information

WIFI-BASED IMAGING FOR GPR APPLICATIONS: FUNDAMENTAL STUDY AND EXPERIMENTAL RESULTS

WIFI-BASED IMAGING FOR GPR APPLICATIONS: FUNDAMENTAL STUDY AND EXPERIMENTAL RESULTS WIFI-BASED IMAGING FOR GPR APPICATIONS: FUNDAMENTA STUDY AND EXPERIMENTA RESUTS Weike Feng *, Jean-Miche Friedt, Zhipeng Hu 3, Grigory Cherniak, and Motoyuki Sato 4 Graduate Schoo of Environmenta Studies,

More information

Bringing LEARNING TO LIFE. Making Immersive Learning Practical.

Bringing LEARNING TO LIFE. Making Immersive Learning Practical. Bringing LEARNING TO LIFE Making Immersive Learning Practica www.veative.com About VEATIVE A goba provider of education technoogy and innovative digita earning soutions, using immersive technoogies. Providing

More information

Performance Analysis of Fuzzy Logic Based Unified Power Flow Controller

Performance Analysis of Fuzzy Logic Based Unified Power Flow Controller Internationa Journa of Eectrica and Eectronics Engineering 3:2 2009 Performance Anaysis of Fuzzy Logic Based Unified Power Fow Controer Lütfü Saribuut, Mehmet Tümay, and Đyas Eker Abstract FACTS devices

More information

Generalized constrained energy minimization approach to subpixel target detection for multispectral imagery

Generalized constrained energy minimization approach to subpixel target detection for multispectral imagery Generaized constrained energy minimization approach to subpixe target detection for mutispectra imagery Chein-I Chang, MEMBER SPIE University of Maryand Batimore County Department of Computer Science and

More information

Electronic circuit protector ESX10-Sxxx-DC24V-1A-10A

Electronic circuit protector ESX10-Sxxx-DC24V-1A-10A Eectronic circuit protector ESX10-Sxxx-DC2V-1A-10A Description The mode ESX10-Sxxx extends our product group of eectronic overcurrent protection devices for DC 2 V appications. At a width of ony 12.5mm

More information

Miniaturized Microstrip Filter Design Using Active Learning Method

Miniaturized Microstrip Filter Design Using Active Learning Method ADIOEGIEEIG VOL. O. 4 DECEMBE 857 Miniaturized Microstrip Fiter Design Using Active Learning Method Payman EZAEE Majid TAYAAI einhard KÖCHEL Dept. of Eectrica Engineering Iran University of Science and

More information

Radial basis function networks for fast contingency ranking

Radial basis function networks for fast contingency ranking Eectrica Power and Energy Systems 24 2002) 387±395 www.esevier.com/ocate/ijepes Radia basis function networks for fast contingency ranking D. Devaraj a, *, B. Yegnanarayana b, K. Ramar a a Department of

More information

CAN FD system design

CAN FD system design icc 215 CAN FD system design Dr. - Ing. M. Schreiner Daimer Research and Deveopment Abstract The objective of this paper is to give genera design rues for the physica ayer of CAN FD networks. As an introduction

More information

Device handbook APLUS-LED

Device handbook APLUS-LED Device handbook APLUS-LED Operating Instructions APLUS with LED dispay or without dispay 157 679-19 (PM 1000357 000 01) 04/2016 Camie Bauer Metrawatt AG Aargauerstrasse 7 CH-5610 Wohen / Switzerand Phone:

More information

Top Down Design of Joint MODEM and CODEC Detection Schemes for DSRC Coded-FSK Systems over High Mobility Fading Channels

Top Down Design of Joint MODEM and CODEC Detection Schemes for DSRC Coded-FSK Systems over High Mobility Fading Channels Top Down Design of Joint MODEM and CODEC Detection Schemes for DSRC Coded-FSK Systems over High Mobiity Fading Channes Juinn-Horng Deng, Feng-Chin Hsiao, and Yi-Hsin Lin Department of Communications Engineering

More information

===================== & 4

===================== & 4 Messing Up Ideas (A Lesson On Deveoping A Creative Process) By David Oakes and James Seaberry A note from David Oakes: James Seaberry and I have been onine friends for severa years now He has been instrumenta

More information

Power Spectrum Optimization for Interference Mitigation via Iterative Function Evaluation

Power Spectrum Optimization for Interference Mitigation via Iterative Function Evaluation Power Spectrum Optimization for Interference Mitigation via Iterative Function Evauation Hayssam Dahrouj, Wei Yu, Taiwen Tang, and Steve Beaudin Eectrica and Computer Engineering Dept., University of Toronto,

More information

Spatial Characteristics of 3D MIMO Wideband Channel in Indoor Hotspot Scenario at 3.5 GHz

Spatial Characteristics of 3D MIMO Wideband Channel in Indoor Hotspot Scenario at 3.5 GHz Spatia Characteristics of 3D MIMO Wideband Channe in Indoor Hotspot Scenario at 3.5 GHz ei Tian Jianhua Zhang Yuxiang Zhang State Key ab. of Networking and Switching Tech. Beijing Univ. of osts and Teecom.

More information

The Cognitive Coprocessor Architecture for Interactive User Interfaces

The Cognitive Coprocessor Architecture for Interactive User Interfaces The Cognitive Coprocessor Architecture for Interactive User Interfaces George G. Robertson, Stuart I

More information

Debugging EMI Using a Digital Oscilloscope

Debugging EMI Using a Digital Oscilloscope Debugging EMI Using a Digita Oscioscope 06/2009 Nov 2010 Fundamentas Scope Seminar of DSOs Signa Fideity 1 1 1 Debugging EMI Using a Digita Oscioscope Background radiated emissions Basics of near fied

More information

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015 ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015 Yu DongDong, Liu Yun, Zhou Chunlin, and Xiong Rong State Key Lab. of Industrial Control Technology, Zhejiang University, Hangzhou,

More information

Information Theoretic Radar Waveform Design for Multiple Targets

Information Theoretic Radar Waveform Design for Multiple Targets 1 Information Theoretic Radar Waveform Design for Mutipe Targets Amir Leshem and Arye Nehorai Abstract In this paper we use information theoretic approach to design radar waveforms suitabe for simutaneousy

More information

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel Internationa Journa of Computer ppications (0975 8887) Voume 5 No.11, Juy 011 BER Performance naysis of Cognitive Radio Physica Layer over Rayeigh fading mandeep Kaur Virk Dr. B R mbedkar Nationa Institute

More information

Page Transducer Survey... 4 General description and technical data... 8 Transducers DU for AC voltage Transducers DI for AC current...

Page Transducer Survey... 4 General description and technical data... 8 Transducers DU for AC voltage Transducers DI for AC current... Transducers Contents Page Transducer Survey........................................... 4 Genera description and technica data.......................... 8 Transducers DU for AC votage...............................

More information

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE80.15.3A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS Ms. Jina H. She PG Student C.C.E.T, Wadhwan, Gujarat, Jina_hshet@yahoo.com Dr. K. H. Wandra Director

More information

Where do I want to go?

Where do I want to go? Where do I want to go? Copyright 2016 The Open University 2 of 27 Thursday 7 December 2017 Contents Introduction 4 Learning Outcomes 5 1 What do I reay want from work? 5 2 What kind of work woud I ike

More information

Device handbook APLUS-TFT

Device handbook APLUS-TFT Device handbook APLUS-TFT Operating Instructions APLUS with TFT dispay 173 013-05 (PM 1000360 000 01) 04/2016 Camie Bauer Metrawatt AG Aargauerstrasse 7 CH-5610 Wohen / Switzerand Phone: +41 56 618 21

More information

A BAG-OF-FEATURES APPROACH TO ACOUSTIC EVENT DETECTION. Department of Computer Science, TU Dortmund University, Dortmund, Germany

A BAG-OF-FEATURES APPROACH TO ACOUSTIC EVENT DETECTION. Department of Computer Science, TU Dortmund University, Dortmund, Germany A BAG-OF-FEATURES APPROACH TO ACOUSTIC EVENT DETECTION Axe Pinge, René Grzeszick, and Gernot A. Fink Department of Computer Science, TU Dortmund University, Dortmund, Germany ABSTRACT The cassification

More information

Insulation. First Issue August See rear cover for applicable countries. Phenolic System PRODUCT CATALOGUE. Low Energy Low Carbon Buildings

Insulation. First Issue August See rear cover for applicable countries. Phenolic System PRODUCT CATALOGUE. Low Energy Low Carbon Buildings Insuation First Issue August 2017 See rear cover for appicabe countries PRODUCT CATALOGUE Phenoic System Low Energy Low Carbon Buidings Introduction Overview The heating, ventiation and air conditioning

More information

SCHEDULING the wireless links and controlling their

SCHEDULING the wireless links and controlling their 3738 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 7, JULY 2014 Minimum Length Scheduing With Packet Traffic Demands in Wireess Ad Hoc Networks Yacin Sadi, Member, IEEE, and Sinem Coeri Ergen,

More information

Group Sparse Beamforming for Green Cloud-RAN

Group Sparse Beamforming for Green Cloud-RAN IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 5, MAY 2014 2809 Group Sparse Beamforming for Green Coud-RAN Yuanming Shi, Student Member, IEEE, Jun Zhang, Member, IEEE, and Khaed B. Letaief,

More information

Predicting Eye Fixations using Convolutional Neural Networks

Predicting Eye Fixations using Convolutional Neural Networks Predicting Eye Fixations using Convoutiona Neura Networks Nian Liu 1, Junwei Han 1*, Dingwen Zhang 1, Shifeng Wen 1 and Tianming Liu 2 1 Northwestern Poytechnica University, P.R. China 2 University of

More information

CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL

CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL XIV Internationa PhD Worshop OWD 00 3 October 0 CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL G. Tymchi I. Diorditsa S. Murahovsyy R. Tymchi Nationa Technica University of Uraine "Kiev Poytechnic

More information

BACKPROPAGATION GENERALIZED DELTA RULE FOR THE SELECTIVE ATTENTION SIGMA IF ARTIFICIAL NEURAL NETWORK

BACKPROPAGATION GENERALIZED DELTA RULE FOR THE SELECTIVE ATTENTION SIGMA IF ARTIFICIAL NEURAL NETWORK Int. J. App. Math. Comput. Sci., 12, Vo. 22, No. 2, 449 459 DOI: 10.2478/v06-012-0034-5 BACPROPAGATION GENERALIZED DELTA RULE FOR THE SELECTIVE ATTENTION SIGMA IF ARTIFICIAL NEURAL NETWOR MACIEJ HU Institute

More information