Available online at ScienceDirect. Procedia Engineering 192 (2017 )

Size: px
Start display at page:

Download "Available online at ScienceDirect. Procedia Engineering 192 (2017 )"

Transcription

1 Available online at ScienceDirect Procedia Engineering 192 (2017 ) TRANSCOM 2017: International scientific conference on sustainable, modern and safe transport The tunnel ventilation system in MATLAB in cooperation with TuSim Peter Kello a *, Jozef Hrbček a, Juraj Spalek a a Department of Control and Information Systems,Faculty of Electrical Engineering, University of Žilina, Univerzitná 8215/1, Žilina , Slovakia Abstract The paper deals with an influence of the ventilation system to the tunnel tube parts according to the traffic intensity. Simulations have been made by the PLC based tunnel simulator TuSim and the tools MATLAB and Simulink. The connection between MATLAB and TuSim has been made by free OPC server. The aim of this paper is to demonstrate dependence between base tunnel inputs like traffic intensity, lighting, atmospheric condition, air and car velocity and output pollutions. The obtained model is used to predict the output pollution values to the future The The Authors. Published by Elsevier by Elsevier Ltd. This Ltd. is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the scientific committee of TRANSCOM 2017: International scientific conference on Peer-review sustainable, under modern responsibility and safe of transport. the scientific committee of TRANSCOM 2017: International scientific conference on sustainable, modern and safe transport Keywords: Tunnel simulation; simulation; ventilation; MATLAB; OPC server 1. Introduction Road tunnels are important part of a traffic infrastructure. They shorten the paths in the mountainous regions and in towns. Shorter travel times lead to higher economical effectiveness. The occurrence of traffic accidents in the tunnel is less common, but consequences can be more serious. A lot of technological equipment is necessary to provide the tunnel system safe in any circumstances. Simulation experiments concerning optimization of technological equipment and control algorithms cannot be realized during 24/7 operation in real tunnel, therefore Tunnel Simulator (TuSim) has been developed. Models can be used to simulate expected process behavior with a proposed control system. The * Corresponding author. address: peter.kello@fel.uniza.sk The Authors. Published by Elsevier Ltd. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the scientific committee of TRANSCOM 2017: International scientific conference on sustainable, modern and safe transport doi: /j.proeng

2 428 Peter Kello et al. / Procedia Engineering 192 ( 2017 ) model requirements are a function of the usage of the model. The system is the tunnel tube. Emissions from cars are determined not only by the way they are built but also by the way they are driven in various traffic situations. Gases emitted by engine combustion contain mostly the oxides of nitrogen (NOx), carbon monoxide (CO), steam (H 2O) and particles (opacity). We are going to describe the dynamic behaviors of the system. Relation between a traffic intensity, a vehicle velocity and an air velocity is also needed to describe this system. In this paper we pointed on the concentration of CO, NOx and opacity inside the tunnel tube, because this type of pollution is the most dangerous for human organism. Using the model we can predict concentration of CO, NOx and Opacity. 2. Simulation tools 2.1. TuSim TuSIM is a PLC based system running on the B&R Automation embedded PC (PLC [7]) with the UPS unit. TuSIM hardware is displayed in Fig.1 from top to bottom: Masterview LCD switch, visualization server, UPS unit on the bottom left part of the figure and B&R industrial PC on the bottom right part of the figure. Fig. 1. TuSim hardware All-important devices of the tunnel technological subsystem equipment are simulated by the software inside the PLC [1]. Equipment of three tunnels is implemented: City tunnel, Motorway two-tube and Motorway one-tube tunnel all with a length of 1km. TuSim supports in addition to the simulation of the technological equipment also the control of the traffic sequences. Fig.2 shows the part of the visualization traffic screen with the status of the traffic sequence together with implemented devices of traffic control equipment. Each tunnel tube can operate in the following traffic sequences: tunnel tube open, left lane closed, right lane closed, speed limit 60km/h, accommodation lighting failure, tunnel tube closed. Switching from one sequence to another follows the time requirements which allow all vehicles to adapt to the new conditions. Control of the tunnel reflexes is the last important functionality implemented in the TuSim. Tunnel reflex is a reaction of the control system to a relevant event in the tunnel. The whole source code concept from the PLC software to the visualization screens is open for model enhancements, e.g. the traffic model can be easily implemented. There are many graphical screens to visualize the state of each subsystem of the technological equipment at least one for each subsystem. Handling of the screens and separate connections to the simulator are realized by the visualization server and two client PCs with HMI/SCADA CIMPLICITY software which uses the client/server architecture. The server is responsible for collection and distribution of the data from the PLC; clients allow interacting with the data distributed by the server and perform control actions. There is detailed description of the operation inside the TuSim in [2].

3 Peter Kello et al. / Procedia Engineering 192 ( 2017 ) Fig. 2. Visualization traffic screen 2.2. MATLAB and Simulink MATLAB is a multi-paradigm numerical computing environment and Simulink is a graphical programming environment for modeling, simulating and analyzing multi-domain dynamic systems, which is integrated in MATLAB. We have used Simulink to a obtaining and a transferring data from/to the TuSim using OPC toolbox. OPC toolbox itself is a part of Simulink. 3. The realization of the connection by OPC Our aim was to create the connection between Simulink and TuSim to simulate the ventilation in the tunnel. The connection is realized by the free OPC server [3]. The OPC server is an application, which can communicate with the PLC from different manufactures. It contains the drivers for the communication between the PLC and the operating system and on the other hand it can share data for another application. In our case, the B&R automation PC simulates the PLC Siemens S The architecture of the TuSim is in Fig.3 a). HMI Server is replaced by KEPServerEX software [3] and the client is Simulink with the OPC toolbox (PC-client with Matlab, Simulink, OPC server (KEPServerEX) and VPN client), it is in Fig.3 b). It was very important to define all variables in KEPServerEX. For example the variables are: traffic flow, traffic intensity, CO, NO etc. TuSim works in its own virtual private network (VPN) Fig 3. It is necessarily connected into the VPN by the VPN client. The whole process of the linking to the KEPServerEX and defining the variables is published in [4]. Fig. 3. (a) Architecture of TuSim; (b) The Replacement of HMI server with PC-client. Through this approach it is possible to verify the existed model in the TuSim or create a new model like in our case.

4 430 Peter Kello et al. / Procedia Engineering 192 ( 2017 ) System description and model A mathematical model is an abstract model that uses mathematical equations to describe the behavior of the real system. System identification is a process of model creating of the dynamic system from experimental data. To make the models we can use the parametric identification. Input values are traffic intensity (sensed by cameras [6], [11]), atmospheric pressure, velocity. Output values are CO (carbon monoxide) concentration, NOx (oxides of nitrogen) concentration and opacity inside the tunnel [5]. These data are measured directly by sensors inside the tunnel tube [9]. The tools MATLAB and Simulink are used not only for models creation but also for model validation. The main tasks of system identification were the choice of the model type and model order. We used a linear time discrete model because measured data have discrete character as well. When operated, many systems within nominal parameters had behavior that was close to linear. However the most realistic systems are non-linear. Therefore the linear time discrete model is an acceptable representation of the input/output behavior. System (S): A defined part of the real world. Interactions with the environment are described by input signals, output signals and disturbances. Data characterizing the existing ventilation system can be used to analyze and identify the significant parts of the system and to create its stochastic or deterministic models. Model (M): A description of a system. The model should capture the essential behavior of the system. In the case of the model OE (Output Error) we suppose that the stochastic component ξ(k) appears as a white noise additive to the output quantity [14]. Turbulence inside the tunnel (near to sensors), variety of traffic and atmospherics make the system behavior stochastic. For Multiple-input Multiple-output system we can write the matrix that describes the partial transfers between the particular output and input. The model is used to predict the pollutions inside the tunnel tube and effectively control the pollutions levels below the dangerous limits [10]. Effectively control means that pollutant concentration is kept within the allowable limit (for OP 5 km -1, NOx 0,5 ppm, CO 75 ppm or less), and at the same time electric power consumption is minimized. Another criterion is also possible, for example: number of switching the jet fans Output-error model Fig. 4. Particular system identification in Simulink The following equation shows the form of the output-error model [12], [13]: 1 Bz ( ) yk ( ) uk ( n) ( ) 1 k k Az ( ) (1) where: 1 1 n 1 n 1 n 1 n Az ( ) 1 az... a z az (2)

5 Peter Kello et al. / Procedia Engineering 192 ( 2017 ) m 1 m 0 m 1 m Bz ( ) bz... b z b z (3) The variable y(k) is the output, u(k) is the input, n k is the system delay, ξ(k) is the system disturbance and k is the time step. The Fig. 5. shows the signal flow of an output-error model. ξ(k) u(k) + + y(k) Fig. 5. Output-error model structure For a given time step k, the estimation error is calculated as: e k y k y k s (4) 4.2. Simulations results The simulation shows the output values of pollutant concentrations only on the basis of the input variable, which is the traffic intensity. This feature realizes the test of the outputs difference between the model and the real system in a graphical way. The result is a graph of the output using the model and output measured in the real system tunnel Mrázovka (Fig. 6). The created model includes all influence the dynamic system such as the dimensions of the tunnel effect of weather conditions, and others in its coefficients. Fig. 6. Simulation using OE model (model parameters: n=4, m=4 and n k =6)

6 432 Peter Kello et al. / Procedia Engineering 192 ( 2017 ) This algorithm uses a recursive identification method where we can set the time of model update. In this work the model was updated approximately each hour. 5. Conclusion We have successfully implemented the connection between Simulink and the PLC based tunnel simulator TuSim. The connection is realized by the OPC server. This way allows verification of existing models of our tunnel simulator TuSim. In the next section we have described the creation of the models in Simulink. Methodology that has been used for design parametric model of the urban tunnel system was presented. We need to identity the real system based on the data obtained from the real tunnel tube. The model from measured data has been created in Simulink and verified in the MATLAB environment. This part is the base for the best design of the ventilation control system. Presented results point out that the model created by identification can be used to predict the concentrations of pollutions. Acknowledgements This paper is the result of the project implementation: Centre of excellence for systems and services of intelligent transport, ITMS supported by the Research & Development Operational Program funded by the ERDF. "Podporujeme výskumné aktivity na Slovensku/Projekt je spolufinancovaný zo zdrojov EÚ References [1] J. Kopásek, SW for simulating of functionality of road tunnel technology equipment, user manual, ELTODO EG, 2013 [2] P. Holečko, J. Hrbček, R. Pirník, I. Miklóšik, J. Spalek, V. Šimák, Applied telematics selected chapters I, EDIS, ISBN: , [3] KEPWARE Technologies, KEPServerEX free trial of OPC server, [4] P. Holečko, J. Hrbček, R. Pirník, I. Miklóšik, J. Spalek, V. Šimák, Applied telematics selected chapters II, EDIS, ISBN: , [5] J. Hrbček., V. Šimák, Implementation of Multi-dimensional Model Predictive Control for Critical Process with Stochastic Behavior, chapter in: Advanced Model Predictive Control, p , InTech, Tao Zheng (Ed.), June 2011, ISBN [6] P. Holečko, E. Bubeníková, R. Pirník, Communication systems in transport hybrid ITS interface. In: Proc. of 9th international conference ELEKTRO 2012: Žilina - Rajecké Teplice, Slovakia, May 21st-22nd. IEEE, 2012, pp , ISBN [7] K. Rástočný, J. Ždánsky, Specificities of safety PLC based implementation of the safety function. In: Proceedings of international conference applied electronics. AE 2012, Pilsen, pp , ISBN , ISSN [8] J. Hrbček, Parametric Models of Real System and the Validation Tools, In: Proc. 8 th European Conference of Young Research and Science Workers in Transport and Communications technology. p Žilina: June, ISBN [9] A. Janota a kol., Aplikovaná telematika. EDIS 2015, ISBN: [10] Z. Tan, Y. Xia, Q. Yang, G. Zhou, Adaptive Fine Pollutant Discharge Control for Motor Vehicles Tunnels under Traffic State Transition. In: IET Intelligent Transport Systems, 2015,Vol.: 9, Issue: 8, pp., ISSN X [11] J. Halgaš, R. Pirník, Monitoring of parking lot traffic using a video detection. In: Acta Technica Corviniensis - Bulletin of engineering. Tom 8, fasc. 3, 2015, pp, ISSN [12] P. Noskievič, Modelování a identifikace systémů, Ostrava, MONTANEX, a. s., p. ISBN [13] MATLAB help, Estimate Output-Error polynomial model using time or frequency domain data, [14] R. Johanson, System modeling and identification, Prentice-Hall, 1993, 512p., ISBN:

Available online at ScienceDirect. Anugerah Firdauzi*, Kiki Wirianto, Muhammad Arijal, Trio Adiono

Available online at   ScienceDirect. Anugerah Firdauzi*, Kiki Wirianto, Muhammad Arijal, Trio Adiono Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 1003 1010 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Design and Implementation

More information

Application of selected artificial intelligence methods in terms of transport and intelligent transport systems

Application of selected artificial intelligence methods in terms of transport and intelligent transport systems Ŕ periodica polytechnica Transportation Engineering 40/1 (2012) 11 16 doi: 10.3311/pp.tr.2012-1.02 web: http:// www.pp.bme.hu/ tr c Periodica Polytechnica 2012 RESEARCH ARTICLE Application of selected

More information

ScienceDirect. A comparison of dielectric constants of various asphalts calculated from time intervals and amplitudes

ScienceDirect. A comparison of dielectric constants of various asphalts calculated from time intervals and amplitudes Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 111 (2015 ) 660 665 XXIV R-S-P seminar, Theoretical Foundation of Civil Engineering (24RSP) (TFoCE 2015) A comparison of dielectric

More information

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Available online at ScienceDirect. Procedia Engineering 142 (2016 )

Available online at   ScienceDirect. Procedia Engineering 142 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering (0 ) Sustainable Development of Civil, Urban and Transportation Engineering Conference Methods for Designing Signalized Double-Intersections

More information

Available online at ScienceDirect. Procedia Engineering 81 (2014 )

Available online at   ScienceDirect. Procedia Engineering 81 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 8 (24 ) 2373 2378 th International Conference on Technology of Plasticity, ICTP 24, 9-24 October 24, Nagoya Congress Center,

More information

Analytical Models of Power Losses of a Three phase AC-DC Rectifier for Hybrid Electric Vehicles

Analytical Models of Power Losses of a Three phase AC-DC Rectifier for Hybrid Electric Vehicles Available online at www.sciencedirect.com ScienceDirect Energy Procedia 88 (2016 ) 978 984 CUE2015-Applied Energy Symposium and Summit 2015: Low carbon cities and urban energy systems Analytical Models

More information

SOFTWARE DEVELOPMENT FOR GEODETIC TOTAL STATIONS IN MATLAB

SOFTWARE DEVELOPMENT FOR GEODETIC TOTAL STATIONS IN MATLAB SOFTWARE DEVELOPMENT FOR GEODETIC TOTAL STATIONS IN MATLAB Imrich Lipták Slovak University of Technology in Bratislava, Faculty of Civil Engineering, Department of Surveying Radlinského 11, 813 68 Bratislava

More information

Wireless Traffic Light Controller

Wireless Traffic Light Controller Available online at www.sciencedirect.com Procedia Engineering 8 (2011) 190 194 2 nd International Science, Social-Science, Engineering and Energy Conference 2010: Engineering Science and Management Wireless

More information

ScienceDirect. Optimization of Fuzzy Controller Parameters for the Temperature Control of Superheated Steam

ScienceDirect. Optimization of Fuzzy Controller Parameters for the Temperature Control of Superheated Steam Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (015 ) 1547 1555 5th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 014 Optimization of

More information

Matlab Based Vehicle Number Plate Recognition

Matlab Based Vehicle Number Plate Recognition International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 9 (2017), pp. 2283-2288 Research India Publications http://www.ripublication.com Matlab Based Vehicle Number

More information

Available online at ScienceDirect. Path Optimization Study for Vehicles Evacuation Based on Dijkstra algorithm

Available online at   ScienceDirect. Path Optimization Study for Vehicles Evacuation Based on Dijkstra algorithm Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 71 ( 2014 ) 159 165 Path Optimization Study for Vehicles Evacuation Based on Dikstra algorithm Yi-zhou Chen*, Shi-fei Shen,

More information

TLCSBFL: A Traffic Lights Control System Based on Fuzzy Logic

TLCSBFL: A Traffic Lights Control System Based on Fuzzy Logic , pp.27-34 http://dx.doi.org/10.14257/ijunesst.2014.7.3.03 TLCSBFL: A Traffic Lights Control System Based on Fuzzy Logic Mojtaba Salehi 1, Iman Sepahvand 2, and Mohammad Yarahmadi 3 1 Department of Computer

More information

VENTILATION CONTROL OF THE BLANKA TUNNEL: A MATHEMATICAL PROGRAMMING APPROACH

VENTILATION CONTROL OF THE BLANKA TUNNEL: A MATHEMATICAL PROGRAMMING APPROACH - 19 - VENTILATION CONTROL OF THE BLANKA TUNNEL: A MATHEMATICAL PROGRAMMING APPROACH Pořízek J. 1, Zápařka J. 1, Ferkl L. 1 Satra, Czech Republic Feramat Cybernetics, Czech Republic ABSTRACT The Blanka

More information

ScienceDirect. Modelling Transmission Lines for the Purpose of Data Transmission over Power Lines

ScienceDirect. Modelling Transmission Lines for the Purpose of Data Transmission over Power Lines Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (2015 ) 1381 1388 25th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 2014 Modelling Transmission

More information

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2016 Volume 24, Number 39 UTILIZATION OF ADVANCED METHODS IN THE CONTROL OF A MECHATRONIC

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 538 543 International Workshop on Communication for Humans, Agents, Robots, Machines and Sensors (HARMS 2015)

More information

Available online at ScienceDirect. Procedia Engineering 100 (2015 )

Available online at   ScienceDirect. Procedia Engineering 100 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (2015 ) 291 298 25th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 2014 CAVE Design Using

More information

Intelligent Buildings Remote Monitoring Using PI System at the VSB - Technical University of Ostrava Jan Vanus

Intelligent Buildings Remote Monitoring Using PI System at the VSB - Technical University of Ostrava Jan Vanus Intelligent Buildings Remote Monitoring Using PI System at the VSB - Technical University of Ostrava Jan Vanus 1 Presentation Agenda: About VŠB TU Ostrava OSIsoft and Intelligent Building monitoring how

More information

Available online at ScienceDirect. Procedia Engineering 111 (2015 )

Available online at   ScienceDirect. Procedia Engineering 111 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 111 (2015 ) 103 107 XIV R-S-P seminar, Theoretical Foundation of Civil Engineering (24RSP) (TFoCE 2015) The distinctive features

More information

Available online at ScienceDirect. Procedia Economics and Finance 24 ( 2015 )

Available online at   ScienceDirect. Procedia Economics and Finance 24 ( 2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 24 ( 2015 ) 371 375 International Conference on Applied Economics, ICOAE 2015, 2-4 July 2015, Kazan, Russia Regional

More information

Digital Control of MS-150 Modular Position Servo System

Digital Control of MS-150 Modular Position Servo System IEEE NECEC Nov. 8, 2007 St. John's NL 1 Digital Control of MS-150 Modular Position Servo System Farid Arvani, Syeda N. Ferdaus, M. Tariq Iqbal Faculty of Engineering, Memorial University of Newfoundland

More information

Available online at ScienceDirect. Procedia Engineering 100 (2015 )

Available online at   ScienceDirect. Procedia Engineering 100 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (2015 ) 150 158 25th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 2014 Multimedia Teaching

More information

Available online at ScienceDirect. Procedia Technology 14 (2014 )

Available online at   ScienceDirect. Procedia Technology 14 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 14 (2014 ) 108 115 2nd International Conference on Innovations in Automation and Mechatronics Engineering, ICIAME 2014 Design

More information

Study on Repetitive PID Control of Linear Motor in Wafer Stage of Lithography

Study on Repetitive PID Control of Linear Motor in Wafer Stage of Lithography Available online at www.sciencedirect.com Procedia Engineering 9 (01) 3863 3867 01 International Workshop on Information and Electronics Engineering (IWIEE) Study on Repetitive PID Control of Linear Motor

More information

Available online at ScienceDirect. Procedia Computer Science 92 (2016 ) 36 41

Available online at   ScienceDirect. Procedia Computer Science 92 (2016 ) 36 41 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 92 (2016 ) 36 41 2nd International Conference on Intelligent Computing, Communication & Convergence (ICCC-2016) Srikanta

More information

Using FMI/ SSP for Development of Autonomous Driving

Using FMI/ SSP for Development of Autonomous Driving Using FMI/ SSP for Development of Autonomous Driving presented by Jochen Köhler (ZF) FMI User Meeting 15.05.2017 Prague / Czech Republic H.M. Heinkel S.Rude P. R. Mai J. Köhler M. Rühl / A. Pillekeit Motivation

More information

Introduction to Systems Engineering

Introduction to Systems Engineering p. 1/2 ENES 489P Hands-On Systems Engineering Projects Introduction to Systems Engineering Mark Austin E-mail: austin@isr.umd.edu Institute for Systems Research, University of Maryland, College Park Career

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 2 8 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Systematic Educational

More information

Available online at ScienceDirect. Procedia Engineering 113 (2015 )

Available online at  ScienceDirect. Procedia Engineering 113 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 113 (2015 ) 357 361 International Conference on Oil and Gas Engineering, OGE-2015 Application of electron microscopy method

More information

NEW CAPABILITIES IN ROAD TUNNEL OPERATION EDUCATION

NEW CAPABILITIES IN ROAD TUNNEL OPERATION EDUCATION IV International Conference on Civil Engineering Education EUCEET 2018 J. Turmo, & J.A. Lozano (Eds) NEW CAPABILITIES IN ROAD TUNNEL OPERATION EDUCATION PETER DANIŠOVIČ¹, JURAJ ŠRÁMEK² AND MICHAL HODOŇ³

More information

How to build an autonomous anything

How to build an autonomous anything How to build an autonomous anything Jim Tung jim@mathworks.com 2015 The MathWorks, Inc. 1 2 3 4 5 6 7 Autonomous Technology 8 Autonomy Having the power for self-governance 9 Autonomous Technology Provides

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

Program Support of Laboratory Stands Control

Program Support of Laboratory Stands Control XXIX. ASR '2004 Seminar, Instruments and Control, Ostrava, April 30, 2004 261 Program Support of Laboratory Stands Control SMUTNÝ, Lubomír Prof. Dr. RNDr. lubomir.smutny@vsb.cz, Katedra ATŘ-352, VŠB-TU

More information

Laboratory of Advanced Simulations

Laboratory of Advanced Simulations XXIX. ASR '2004 Seminar, Instruments and Control, Ostrava, April 30, 2004 333 Laboratory of Advanced Simulations WAGNEROVÁ, Renata Ing., Ph.D., Katedra ATŘ-352, VŠB-TU Ostrava, 17. listopadu, Ostrava -

More information

ScienceDirect. Simulation Models for Various Neutral Earthing Methods in Medium Voltage Systems

ScienceDirect. Simulation Models for Various Neutral Earthing Methods in Medium Voltage Systems Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 1 (15 ) 118 1191 5th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 1 Simulation Models for

More information

A SYSTEM FOR VEHICLE DATA PROCESSING TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS: THE SIMTD-APPROACH

A SYSTEM FOR VEHICLE DATA PROCESSING TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS: THE SIMTD-APPROACH 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 EU-00062 A SYSTEM FOR VEHICLE DATA PROCESSING TO DETECT SPATIOTEMPORAL CONGESTED PATTERNS: THE SIMTD-APPROACH M. Koller, A. Elster#, H. Rehborn*,

More information

Research and application on the smart home based on component technologies and Internet of Things

Research and application on the smart home based on component technologies and Internet of Things Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2087 2092 Advanced in Control Engineering and Information Science Research and application on the smart home based on component

More information

Design of Mobile Robot with Navigation Based on Embedded Linux

Design of Mobile Robot with Navigation Based on Embedded Linux Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 59 (2015 ) 473 482 International Conference on Computer Science and Computational Intelligence (ICCSCI 2015) Design of

More information

Design of Experimental Platform for Intelligent Car. , Heyan Wang

Design of Experimental Platform for Intelligent Car. , Heyan Wang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) Design of Experimental Platform for Intelligent Car 1, a* Hongtao Yu 1, b, Sen Wang 2, c, Heyan Wang 1, d and Yanhua

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

This list supersedes the one published in the November 2002 issue of CR.

This list supersedes the one published in the November 2002 issue of CR. PERIODICALS RECEIVED This is the current list of periodicals received for review in Reviews. International standard serial numbers (ISSNs) are provided to facilitate obtaining copies of articles or subscriptions.

More information

GamECAR JULY ULY Meetings. 5 Toward the future. 5 Consortium. E Stay updated

GamECAR JULY ULY Meetings. 5 Toward the future. 5 Consortium. E Stay updated NEWSLETTER 1 ULY 2017 JULY The project engine has started and there is a long way to go, but we aim at consuming as less gas as possible! It will be a game, but a serious one. Playing it for real, while

More information

A Spiral Development Model for an Advanced Traffic Management System (ATMS) Architecture Based on Prototype

A Spiral Development Model for an Advanced Traffic Management System (ATMS) Architecture Based on Prototype International Journal of Science, Technology and Society 2015; 3(6): 304-308 Published online December 15, 2015 (http://www.sciencepublishinggroup.com/j/ijsts) doi: 10.11648/j.ijsts.20150306.15 ISSN: 2330-7412

More information

Available online at ScienceDirect. Procedia Engineering 168 (2016 ) th Eurosensors Conference, EUROSENSORS 2016

Available online at   ScienceDirect. Procedia Engineering 168 (2016 ) th Eurosensors Conference, EUROSENSORS 2016 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 168 (216 ) 1671 1675 3th Eurosensors Conference, EUROSENSORS 216 Embedded control of a PMSM servo drive without current measurements

More information

COMPARATIVE STUDY OF PID AND FUZZY CONTROLLER ON EMBEDDED COMPUTER FOR WATER LEVEL CONTROL

COMPARATIVE STUDY OF PID AND FUZZY CONTROLLER ON EMBEDDED COMPUTER FOR WATER LEVEL CONTROL COMPARATIVE STUDY OF PID AND FUZZY CONTROLLER ON EMBEDDED COMPUTER FOR WATER LEVEL CONTROL A G Suresh 1, Jyothish Kumar S Y 2, Pradipkumar Dixit 3 1 Research scholar Jain university, Associate Prof of

More information

A PID Controller Design for an Air Blower System

A PID Controller Design for an Air Blower System 1 st International Conference of Recent Trends in Information and Communication Technologies A PID Controller Design for an Air Blower System Ibrahim Mohd Alsofyani *, Mohd Fuaad Rahmat, and Sajjad A.

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3102 3107 INTE 2014 Fabrication of the kinect remote-controlled cars and planning of the motion

More information

Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation

Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation DYNA4 with DYNAanimation in Co-Simulation with SUMO vehicle under test Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation Dr.-Ing. Jakob Kaths TESIS GmbH

More information

Improving a pipeline hybrid dynamic model using 2DOF PID

Improving a pipeline hybrid dynamic model using 2DOF PID Improving a pipeline hybrid dynamic model using 2DOF PID Yongxiang Wang 1, A. H. El-Sinawi 2, Sami Ainane 3 The Petroleum Institute, Abu Dhabi, United Arab Emirates 2 Corresponding author E-mail: 1 yowang@pi.ac.ae,

More information

Control Design Made Easy By Ryan Gordon

Control Design Made Easy By Ryan Gordon Control Design Made Easy By Ryan Gordon 2014 The MathWorks, Inc. 1 Key Themes You can automatically tune PID controllers in MATLAB from acquired data You can automatically tune PID controllers from dynamic

More information

Appendix CANADA / Québec Montréal tunnels Ville-Marie & Viger

Appendix CANADA / Québec Montréal tunnels Ville-Marie & Viger PIARC WG5 Complex Underground Road Networks Part A Case Studies - appendices Appendix 3.1 - CANADA / Québec Montréal tunnels Ville-Marie & Viger 1. SUMMARY The Ville-Marie and Viger tunnel complex is part

More information

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed AUTOMOTIVE Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed Yoshiaki HAYASHI*, Izumi MEMEZAWA, Takuji KANTOU, Shingo OHASHI, and Koichi TAKAYAMA ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Concept Car Design and Ability Training

Concept Car Design and Ability Training Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 1357 1361 2012 International Conference on Solid State Devices and Materials Science Concept Car Design and Ability Training Jiefeng

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 474 479 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Sensor Based Mobile

More information

Available online at ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015

Available online at   ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 120 (2015 ) 511 515 EUROSENSORS 2015 Inductive micro-tunnel for an efficient power transfer T. Volk*, S. Stöcklin, C. Bentler,

More information

Available online at ScienceDirect. Procedia Engineering 153 (2016 )

Available online at   ScienceDirect. Procedia Engineering 153 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 1 (21 ) XXV Polish Russian Slovak Seminar Theoretical Foundation of Civil Engineering Information management in the application

More information

CISC 1600 Lecture 3.4 Agent-based programming

CISC 1600 Lecture 3.4 Agent-based programming CISC 1600 Lecture 3.4 Agent-based programming Topics: Agents and environments Rationality Performance, Environment, Actuators, Sensors Four basic types of agents Multi-agent systems NetLogo Agents interact

More information

Virtual Homologation of Software- Intensive Safety Systems: From ESC to Automated Driving

Virtual Homologation of Software- Intensive Safety Systems: From ESC to Automated Driving Virtual Homologation of Software- Intensive Safety Systems: From ESC to Automated Driving Dr. Houssem Abdellatif Global Head Autonomous Driving & ADAS TÜV SÜD Auto Service Christian Gnandt Lead Engineer

More information

Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study

Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study Petr Bouchner, Stanislav Novotný, Roman Piekník, Ondřej Sýkora Abstract Behavior of road users on railway crossings

More information

Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp

Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp. 1027 1034 DOI: 10.15439/2014F299 ACSIS, Vol. 2 2.4GHz ISM Band Radio Frequency Signal Indoor Propagation Michal

More information

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller 1 Deepa S. Bhandare, 2 N. R.Kulkarni 1,2 Department of Electrical Engineering, Modern College of Engineering,

More information

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Leandro Soriano Marcolino and Luiz Chaimowicz Abstract A very common problem in the navigation of robotic swarms is when groups of robots

More information

Intelligent driving TH« TNO I Innovation for live

Intelligent driving TH« TNO I Innovation for live Intelligent driving TNO I Innovation for live TH«Intelligent Transport Systems have become an integral part of the world. In addition to the current ITS systems, intelligent vehicles can make a significant

More information

Early Take-Over Preparation in Stereoscopic 3D

Early Take-Over Preparation in Stereoscopic 3D Adjunct Proceedings of the 10th International ACM Conference on Automotive User Interfaces and Interactive Vehicular Applications (AutomotiveUI 18), September 23 25, 2018, Toronto, Canada. Early Take-Over

More information

Available online at ScienceDirect. Procedia Computer Science 65 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 65 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 65 (2015 ) 350 357 International Conference on Communication, Management and Information Technology (ICCMIT 2015) Simulink

More information

EE 482 : CONTROL SYSTEMS Lab Manual

EE 482 : CONTROL SYSTEMS Lab Manual University of Bahrain College of Engineering Dept. of Electrical and Electronics Engineering EE 482 : CONTROL SYSTEMS Lab Manual Dr. Ebrahim Al-Gallaf Assistance Professor of Intelligent Control and Robotics

More information

The 3xD Simulator for Intelligent Vehicles Professor Paul Jennings. 20 th October 2016

The 3xD Simulator for Intelligent Vehicles Professor Paul Jennings. 20 th October 2016 The 3xD Simulator for Intelligent Vehicles Professor Paul Jennings 20 th October 2016 An academic department within the science faculty Established in 1980 by Professor Lord Bhattacharyya as Warwick Manufacturing

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Experimental Performance Characterization of Photovoltaic Modules Using DAQ

Experimental Performance Characterization of Photovoltaic Modules Using DAQ Available online at www.sciencedirect.com ScienceDirect Energy Procedia 6 ( ) TerraGreen International Conference - Advancements in Renewable Energy and Clean Environment Experimental Performance Characterization

More information

Simulation and Fault Detection for Aircraft IDG System

Simulation and Fault Detection for Aircraft IDG System Available online at www.sciencedirect.com Procedia ngineering 15 (011) 533 537 Advanced in Control ngineering and Information Science Simulation and Fault Detection for Aircraft IDG System Tao JING, Chengyu

More information

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT Tomoyoshi SHIRAISHI, Hisatomo HANABUSA, Masao KUWAHARA, Edward CHUNG, Shinji TANAKA, Hideki UENO, Yoshikazu OHBA,

More information

William Milam Ford Motor Co

William Milam Ford Motor Co Sharing technology for a stronger America Verification Challenges in Automotive Embedded Systems William Milam Ford Motor Co Chair USCAR CPS Task Force 10/20/2011 What is USCAR? The United States Council

More information

5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015)

5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) Application of Particle Swarm Optimization Algorithm in Test Points Selection of Radar Servo System Han

More information

Virtual Digital Control Experimental System

Virtual Digital Control Experimental System Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 205, 9, 329-334 329 Virtual Digital Control Experimental System Open Access Yumin Chen,*, Liyong Ma, Xianmin

More information

Driver Assistance System Based on Video Image Processing for Emergency Case in Tunnel

Driver Assistance System Based on Video Image Processing for Emergency Case in Tunnel American Journal of Networks and Communications 2015; 4(1): 5-9 Published online March 12, 2015 (http://www.sciencepublishinggroup.com/j/ajnc) doi: 10.11648/j.ajnc.20150401.12 ISSN: 2326-893X (Print);

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 Product Vision Company Introduction Apostera GmbH with headquarter in Munich, was

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

IN ELECTRICAL ENGINEERING - I C M E T CRAIOVA

IN ELECTRICAL ENGINEERING - I C M E T CRAIOVA Taking into account that power transformer is the major item of equipment in power systems, its correct operation is vital to system operation. It is well known that transformer failures are sometimes

More information

ScienceDirect. A Six Sigma approach for precision machining in milling

ScienceDirect. A Six Sigma approach for precision machining in milling Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 97 (2014 ) 1474 1488 12th GLOBAL CONGRESS ON MANUFACTURING AND MANAGEMENT, GCMM 2014 A Six Sigma approach for precision machining

More information

A new technique for distance measurement of between vehicles to vehicles by plate car using image processing

A new technique for distance measurement of between vehicles to vehicles by plate car using image processing Available online at www.sciencedirect.com Procedia Engineering 32 (2012) 348 353 I-SEEC2011 A new technique for distance measurement of between vehicles to vehicles by plate car using image processing

More information

Original citation: Gardner, J. W., Wei, G., Vincent, Timothy A., Volans, K, Tremlett, P., Wotherspoon, T. and Dyer, David. (2015) A gas sensor system for harsh environment applications. Procedia Engineering,

More information

Behavioral Modeling of Digital Pre-Distortion Amplifier Systems

Behavioral Modeling of Digital Pre-Distortion Amplifier Systems Behavioral Modeling of Digital Pre-Distortion Amplifier Systems By Tim Reeves, and Mike Mulligan, The MathWorks, Inc. ABSTRACT - With time to market pressures in the wireless telecomm industry shortened

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

Teaching Distance Relay Using Matlab/Simulink Graphical User Interface

Teaching Distance Relay Using Matlab/Simulink Graphical User Interface Available online at www.sciencedirect.com Procedia Engineering 53 ( 2013 ) 264 270 Malaysian Technical Universities Conference on Engineering & Technology 2012, MUCET 2012 Part 1 - Electronic and Electrical

More information

Bandit Detection using Color Detection Method

Bandit Detection using Color Detection Method Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 1259 1263 2012 International Workshop on Information and Electronic Engineering Bandit Detection using Color Detection Method Junoh,

More information

Extending SUMO to support tailored driving styles

Extending SUMO to support tailored driving styles Extending SUMO to support tailored driving styles Joel Gonçalves, Rosaldo J. F. Rossetti Artificial Intelligence and Computer Science Laboratory (LIACC) Department of Informatics Engineering (DEI) Faculty

More information

Arch Bridge in Nijmegen - new 3D Approach to Workshop Plans

Arch Bridge in Nijmegen - new 3D Approach to Workshop Plans Available online at www.sciencedirect.com Procedia Engineering 40 (2012 ) 114 118 Steel Structures and Bridges 2012 Arch Bridge in Nijmegen - new 3D Approach to Workshop Plans D. Franc a and A. Pechal

More information

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information

Available online at ScienceDirect. Procedia Technology 14 (2014 )

Available online at  ScienceDirect. Procedia Technology 14 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 14 (2014 ) 100 107 2nd International Conference on Innovations in Automation and Mechatronics Engineering, ICIAME 2014 Multiple

More information

Preliminary CFD analysis of a ventilated chamber for candles testing

Preliminary CFD analysis of a ventilated chamber for candles testing Preliminary CFD analysis of a ventilated chamber for candles testing S. Favrin, G. Nano, R. Rota, M. Derudi simone.favrin@polimi.it Politecnico di Milano, Dip. di Chimica, Materiali e Ingegneria Chimica

More information

Design and Implementation of an Audio Classification System Based on SVM

Design and Implementation of an Audio Classification System Based on SVM Available online at www.sciencedirect.com Procedia ngineering 15 (011) 4031 4035 Advanced in Control ngineering and Information Science Design and Implementation of an Audio Classification System Based

More information

Intelligent Technology for More Advanced Autonomous Driving

Intelligent Technology for More Advanced Autonomous Driving FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Intelligent Technology for More Advanced Autonomous Driving Autonomous driving is recognized as an important technology for dealing with

More information

Design of stepper motor position control system based on DSP. Guan Fang Liu a, Hua Wei Li b

Design of stepper motor position control system based on DSP. Guan Fang Liu a, Hua Wei Li b nd International Conference on Machinery, Electronics and Control Simulation (MECS 17) Design of stepper motor position control system based on DSP Guan Fang Liu a, Hua Wei Li b School of Electrical Engineering,

More information

Available online at ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015

Available online at   ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 120 (2015 ) 180 184 EUROSENSORS 2015 Multi-resonator system for contactless measurement of relative distances Tobias Volk*,

More information

Administrivia. CS 188: Artificial Intelligence Spring Agents and Environments. Today. Vacuum-Cleaner World. A Reflex Vacuum-Cleaner

Administrivia. CS 188: Artificial Intelligence Spring Agents and Environments. Today. Vacuum-Cleaner World. A Reflex Vacuum-Cleaner CS 188: Artificial Intelligence Spring 2006 Lecture 2: Agents 1/19/2006 Administrivia Reminder: Drop-in Python/Unix lab Friday 1-4pm, 275 Soda Hall Optional, but recommended Accommodation issues Project

More information

Innovative technologies to estimate public transport load in-real time by video content scene analysis

Innovative technologies to estimate public transport load in-real time by video content scene analysis Available online at www.sciencedirect.com Procedia Computer Science 5 (2011) 926 931 AmbienT Intelligence at the services of info-mobility and Critical Transportation networks (ARTIFACT) Innovative technologies

More information