Electric Power Steering Automation for Autonomous Driving

Size: px
Start display at page:

Download "Electric Power Steering Automation for Autonomous Driving"

Transcription

1 Electric Power Steering Automation for Autonomous Driving J. E. Naranjo, C. González, R. García, T. de Pedro Instituto de Automática Industrial (CSIC) Ctra. Campo Real Km.,2, La Poveda, Arganda del Rey, Madrid 285, Spain {jnaranjo, gonzalez, ricardo, Abstract. The automatic control of a vehicle s steering wheel is now one of the most important challenges in the Intelligent Transportation Systems field. In this paper, we present a fuzzy logic-based automatic steering control system for mass-produced electric power steering (EPS) wheel-equipped vehicles that assures human-like behavior. In the literature, we find a lot of theoretical proposals and some simulations, but only a few work teams offer real solutions for this task. One such solution is the work developed by the Autopia Program in which some vehicles have been automated and can perform some maneuvers mimicking human reactions. In this paper, we use the EPS of a Citroën C3 Pluriel to effect the car s behavior. The actuator is controlled from an onboard computer housing a fuzzy logic-based autonomous steering system. The vehicle s internal computers generate the input information, which is read by a CAN bus and a high precision GPS. Some experiments using this equipment on a private test circuit are presented, obtaining an human-like behavior in all the maneuvers. 1 Introduction The development of Intelligent Transportation Systems (ITS) provides an opportunity to apply advanced technology to systems and methods of transport for efficient, comfortable and safer means of transport. Our work focuses on the area of road transport, and more specifically on the field of intelligent vehicles, which includes the topic of autonomous vehicles. This topic refers to vehicles that are equipped with the instrumentation and intelligence needed to provide the actual vehicle with the required service, that is, an autonomous car must control some or all of its functions without external intervention. The Autopia Program is working on this field, focusing mainly on autonomous driving using fuzzy logic controllers. The steering wheel [1], throttle [2] and brake pedal [3] have been automated, working in Citroën Berlingo vans and experiments were run on private circuits. There are some examples of automatic steering wheel control, as a step towards achieving automatic driving. In the Millemiglia in Automatica Tour [4], a car was equipped with a DC motor attached to the steering wheel through a pulley, which could be moved depending on the commands of an onboard computer housing an analytical control system that received the sensor input through artificial vision. In the

2 Autopia Program [5], two Citroën Berlingo vans have been equipped for automatic driving. Here, the steering wheel has also been modified to be moved by a DC motor using gears attached to the steering bar because the assist mechanism of conventional cars is powered by hydraulic systems. In this case, the sensor input is provided by a Global Navigation Satellite System. Newer vehicles are equipped with electric power steering (EPS), where steering is assisted by an electric motor that acts directly on the rack bar through a pinion. The motor torque depends on the effort required by the driver. The advantage of this kind of power steering for our purposes is that no external actuator has to be added, and we can easily manage the assist motor from our onboard computer. Some developments, for example, Toyota s automatic parking system have taken this approach [6]. The aim of this paper is to present the fuzzy logic-based EPS control system developed for automatic driving that has been installed in a Citroën C3 Pluriel vehicle (Fig. 1). This vehicle has been tested on a private circuit, and human-like behaviors have been achieved. Fig. 1. Citroën C3 Pluriel testbed vehicle. 2 Onboard Equipment Electric power steering basically consists of a torque sensor and motor actuator couple. The sensor is attached to the steering column and measures the torque applied by the driver when he moves the steering wheel. This torque signal is transmitted to a control/power card that sends an amplified proportional power signal to the DC motor, which is engaged to the steering rack bar. The first step for achieving automatic steering control is to manage the wheels from a computer that we have installed in the car. The method for this automation is to bypass the sensor and control/power card equipment and send a power signal directly to the motor. Our onboard computer runs a fuzzy logic-based control system that generates a control analog signal. An external power drive has been added for supplanting the original C3 s power card. It uses as input the analog signal produced by the computer and the output is a power signal that supplies the assist motor. The vehicle instrumentation is completed with the sensor equipment: a carrier phase differential GPS receiver, which generates to-the-centimeter accurate positioning, and a CAN bus interface. Now we can move on to describe the control system developed to manage the assist DC motor and, consequently, the steering of the vehicle.

3 3 Steering Control System A two-layer fuzzy controller has been defined for steering control. The high-level layer calculates the target position of the steering wheel to fit the vehicle to the desired route. The low level layer generates the optimum torque that must be exerted by the EPS assist motor to move the steering wheel in a human-like way. There is also a computational reference trajectory representation represented by the set of the most representative GPS waypoints of the route to be tracked [1]. 3.1 Steering Position controller Two variables are used as input for the fuzzy steering position control system, namely lateral and angular errors. We define lateral error as the distance between the front of the vehicle and the reference trajectory segment, measured along a line perpendicular to that reference segment. Similarly, angular error is described as the angle formed by the reference segment of the trajectory and the car s director vector. We define two fuzzy variables, also named angular error and lateral error, each of which has two linguistic labels, left and right, that indicate where the vehicle is located with respect to the reference segment. Both variables have one associated membership function for each label, defined by their vertex, as shown in Fig. 2a and Fig. 2b. Fig. 2. Input Variables Membership Functions: a) and b) steering position controller; c), d) and e) steering torque controller. The output of the system is the target turning angle that the steering wheel must be moved to correct the trajectory deviation indicated by the input variables. There is only one fuzzy output variable, named Steering, with two linguistic labels, called left and right, whose membership functions are defined by singletons The rule set for generating the steering turning angle from the input data below is the same for both bend and straight-road driving, as well as for fuzzy control and human driving. The qualitative actions for the human driver (rules) are the same in both cases, and only the quantitative part varies, which is defined in the fuzzy control by the fuzzification of the variables: R1.1: IF Lateral_Error Left THEN Steering Right

4 R1.2: IF Lateral_Error Right THEN Steering Left R1.3: IF Angular_Error Left THEN Steering Right R1.4: IF Angular_Error Right THEN Steering Left Where the words in italics are the fuzzy variables, the ones to the left of the term THEN being input variables and the variables to the right being output variables. The words in normal type are the linguistic labels associated with each one of the fuzzy variables. 3.2 Steering Torque controller In this case, three input variables are needed to control the torque applied to the steering wheel. The first is the angular position error of the steering wheel, that is, the difference between the target position generated by the high level fuzzy controller and the real position. The second input variable is the real position of the steering wheel, and the last one is the angular speed at which the steering wheel is turning. When these variables are fuzzified for use in the fuzzy controller, they are transformed into fuzzy variables called Ang_Speed for the angular speed, Pos_Error for the angular position error, Pos_Abs for the real steering wheel position and, respectively, associated with the membership functions shown in Fig. 2c, d, and e. The output of the fuzzy controller indicates the voltage that must be sent to the motor power card that applies a proportional amperage to the motor to move the steering wheel with the optimum torque to correctly achieve its target position. Two linguistic labels have been defined, Positive (right) and Negative (left), whose membership functions have been defined as singletons. The definition of the rules accounts for the interaction between the input and output variables that will generate the optimum controller behavior. In this case, we have defined six rules for controlling the applied torque. R2.1: IF Pos_Error Pos_Large THEN Torque Positive R2.2: IF Pos_Vol Neg_Large THEN Torque Negative R2.3: IF Pos_Abs Negative AND Pos_Error Neg_Small THEN Torque Negative R2.4: IF Pos_Abs Positive AND Pos_Error Pos_Small THEN Torque Positive R2.5: IF Ang_Speed MORE THAN Null THEN Torque Positive R2.6: IF Ang_Speed LESS THAN Null THEN Torque Negative 4 Experiments Having installed the described controller in the instrumented testbed car, we ran some automatic steering control experiments, one of which is shown in Fig. 3. In this figure, the black dotted line represents the reference trajectory and the gray line is the automatic vehicle route. This starts at the coordinates m North m East, behind the starting point label, and is composed of eight turns, four to the left and four to the right, separated by straight segments

5 Starting Point UTM North (m) GPS map waypoints Automatic Vehicle Route UTM East (m) Fig. 3. Automatic route trace. The controllers use the input vehicle trajectory variables and, from this information, calculate the necessary torque to move the steering wheel. Fig. 4 includes a trace of controller behavior while taking the first bend to the left to show how the system works. The top graph shows the input variable values for taking the bend. The next graph plots the output of the steering position fuzzy controller. The third graph contains the values of the input variables of the torque fuzzy controller. Finally, the bottom graph shows the output torque, normalized from -1 to 1, to be applied to the EPS motor controlling the steering wheel. At the beginning, the car is driving centered along the first reference segment of the route. Then, a series of new points are loaded, and the lateral error increases to the left and the angular error augments to the right. This is normal behavior since the new reference segments tend to be perpendicular to the first segment, because the angle between the consecutive streets is about 9º. These input values are fuzzified, and the rule inference of the high-level controller is executed, generating a left turning command that is illustrated by the steering output variable. The output of the low-level controller (torque) shows that the maximum effort is applied at the beginning of the turning, when a peak is needed to initiate the steering movement (1-2 sec). Once the movement is under way, the torque decreases rapidly. Finally, the controller maintains the steering position and moves the steering wheel back to the center when the turning has finished. 5 Conclusions In this paper, we have presented a two-layer fuzzy controller for automatic electric power steering control, which we have used to run a number of automatic driving experiments discussed in the last section. These results showed that electromechanical systems, like an EPS, can be managed in a human-like way using artificial intelligence techniques, in this case, fuzzy logic. This method allows the user to mimic human behavior by extracting knowledge from experts, in this case, drivers. An additional advantage of fuzzy logic is that complex nonlinear vehicle models do not need to be developed.

6 Trajectory Angular Deviation (º) Angular Error Lateral Error Trajectory Lateral Deviation (º) Target Steering Angle (º) Steering Angular Deviation (º) Torque controler output normalized Steering Position Error Real Position Angular Speed Time (s) Fig. 4. Detail of the control input and output variables for the first turning to the left of the automatic tracking experiment. torque Steering Angular Speed (º/s) References 1. R. García et al., Frontal and Lateral Control for Unmanned Vehicles in Urban Tracks, IEEE Intelligent Vehicles Symposium, Versailles, France, JE. Naranjo et. al., Adaptive Fuzzy Control for Inter-Vehicle Gap Keeping, IEEE Trans. ITS, Special Issue on ACC, Volume 4, No. 3, September 23, pp J.E. Naranjo et al., A Throttle & Brake Fuzzy Controller: Towards the Automatic Car, LNCS 289, Springer-Verlag, July 23, pp A: Broggi et al., The ARGO Autonomous Vehicles Vision and Control Systems, International Journal of Int. Cont. and Syst., Vol. 3, No. 4, pp , J.E. Naranjo et al., Overtaking Maneuver Experiments with Autonomous Vehicles, Proc. of the ICAR 23, Coimbra, Portugal, pp , June T. Endo et al., Development of reverse parking assist with automatic steering, ITS 23 Congress Proceedings, Madrid, November 23.

Until recently, in-vehicle computing has been largely relegated to auxiliary

Until recently, in-vehicle computing has been largely relegated to auxiliary I n t e l l i g e n t T r a n s p o r t a t i o n S y s t e m s Using Fuzzy Logic in Automated Vehicle Control José E. Naranjo, Carlos González, Ricardo García, and Teresa de Pedro, Instituto de Automática

More information

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Adaptive Cruise Control of a assenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Somphong Thanok, Manukid arnichkun School of Engineering and Technology, Asian Institute of Technology,

More information

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

Adaptive Cruise Control System Overview

Adaptive Cruise Control System Overview 5th Meeting of the U.S. Software System Safety Working Group April 12th-14th 2005 @ Anaheim, California USA 1 Introduction Adaptive Cruise System Overview Adaptive Cruise () is an automotive feature that

More information

The demonstration will be performed in the INTA high speed ring to emulate highway geometry and driving conditions.

The demonstration will be performed in the INTA high speed ring to emulate highway geometry and driving conditions. Company / Contact: Description of your project Description of your vehicle/ mock up High speed CACC with lateral control AUTOPÍA Program Centro de Automática y Robótica (UPM-CSC) The goal of this demonstration

More information

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory Methodology of evaluating the driver's attention and vigilance level in an automobile transportation using intelligent sensor architecture and fuzzy logic A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta

More information

Braking/Traction Control Systems of a Scaled Railway Vehicle for the Active Steering Testbed

Braking/Traction Control Systems of a Scaled Railway Vehicle for the Active Steering Testbed Braking/Traction Control Systems of a Scaled Railway Vehicle for the Active Steering Testbed Min-Soo Kim and Hyun-Moo Hur Vehicle Dynamics & Propulsion System Research Department Korea Railroad Research

More information

Adaptive Cruise Control

Adaptive Cruise Control IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 01 June 2016 ISSN (online): 2349-6010 Adaptive Cruise Control Prof. D. S. Vidhya Assistant Professor Miss Cecilia

More information

Vision-Based Blind Spot Detection Using Optical Flow

Vision-Based Blind Spot Detection Using Optical Flow Vision-Based Blind Spot Detection Using Optical Flow M.A. Sotelo 1, J. Barriga 1, D. Fernández 1, I. Parra 1, J.E. Naranjo 2, M. Marrón 1, S. Alvarez 1, and M. Gavilán 1 1 Department of Electronics, University

More information

Motors and Generators

Motors and Generators Motors and Generators Electro-mechanical devices: convert electrical energy to mechanical motion/work and vice versa Operate on the coupling between currentcarrying conductors and magnetic fields Governed

More information

Introduction to Process Control Actuators

Introduction to Process Control Actuators 1 Introduction to Process Control Actuators Actuators are the final elements in a control system. They receive a low power command signal and energy input to amplify the command signal as appropriate to

More information

Stabilizing a Gimbal Platform using Self-Tuning Fuzzy PID Controller

Stabilizing a Gimbal Platform using Self-Tuning Fuzzy PID Controller Stabilizing a Gimbal Platform using Self-Tuning Fuzzy PID Controller Nourallah Ghaeminezhad Collage Of Automation Engineering Nuaa Nanjing China Wang Daobo Collage Of Automation Engineering Nuaa Nanjing

More information

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving 3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving AIT Austrian Institute of Technology Safety & Security Department Christian Zinner Safe and Autonomous Systems

More information

Sensor-Based Robotic Model for Vehicle Accident Avoidance

Sensor-Based Robotic Model for Vehicle Accident Avoidance Copyright 2012 American Scientific Publishers All rights reserved Printed in the United States of America Journal of Computational Intelligence and Electronic Systems Vol. 1, 1 6, 2012 Sensor-Based Robotic

More information

Tiguan Haldex All-Wheel Drive

Tiguan Haldex All-Wheel Drive Service Training Self Study Program 861803 Tiguan Haldex All-Wheel Drive Volkswagen of America, Inc. Volkswagen Academy Printed in U.S.A. Printed 3/2008 Course Number 861803 2008 Volkswagen of America,

More information

Automated Process for Generating Digitised Maps through GPS Data Compression

Automated Process for Generating Digitised Maps through GPS Data Compression Automated Process for Generating Digitised Maps through GPS Data Compression Stewart Worrall and Eduardo Nebot University of Sydney, Australia {s.worrall, e.nebot}@acfr.usyd.edu.au Abstract This paper

More information

Evaluation of the Automatic Transmission Model in HVE Version 7.1

Evaluation of the Automatic Transmission Model in HVE Version 7.1 HVE-WP-2010-3 Evaluation of the Automatic Transmission Model in HVE Version 7.1 Copyright 2010 Engineering Dynamic Corporation Eric S. Deyerl, P.E., Michael J. Fitch Dial Engineering ABSTRACT The Automatic

More information

MOBILE ROBOT TRACKING OF PRE-PLANNED PATHS. Department of Computer Science, York University, Heslington, York, Y010 5DD, UK (email:nep@cs.york.ac.

MOBILE ROBOT TRACKING OF PRE-PLANNED PATHS. Department of Computer Science, York University, Heslington, York, Y010 5DD, UK (email:nep@cs.york.ac. MOBILE ROBOT TRACKING OF PRE-PLANNED PATHS N. E. Pears Department of Computer Science, York University, Heslington, York, Y010 5DD, UK (email:nep@cs.york.ac.uk) 1 Abstract A method of mobile robot steering

More information

DURING automatic vehicle following, the control objective

DURING automatic vehicle following, the control objective IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 48, NO. 1, JANUARY 1999 319 Autonomous Intelligent Cruise Control Using Front and Back Information for Tight Vehicle Following Maneuvers Y. Zhang, Elias

More information

Study of Effect of P, PI Controller on Car Cruise Control System and Security

Study of Effect of P, PI Controller on Car Cruise Control System and Security Study of Effect of P, PI Controller on Car Cruise Control System and Security Jayashree Deka 1, Rajdeep Haloi 2 Assistant professor, Dept. of EE, KJ College of Engineering &Management Research, Pune, India

More information

M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate:

M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate: Transmission Control Lecture delivered by: Prof. Ashok C.Meti MSRSAS-Bangalore 1 Session Objectives On completion of this session, the delegate will understand and be able to appriciate: Rl Role of electronic

More information

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0 1 Ampere's Law Purpose: To investigate Ampere's Law by measuring how magnetic field varies over a closed path; to examine how magnetic field depends upon current. Apparatus: Solenoid and path integral

More information

Ziegler-Nichols-Based Intelligent Fuzzy PID Controller Design for Antenna Tracking System

Ziegler-Nichols-Based Intelligent Fuzzy PID Controller Design for Antenna Tracking System Ziegler-Nichols-Based Intelligent Fuzzy PID Controller Design for Antenna Tracking System Po-Kuang Chang, Jium-Ming Lin Member, IAENG, and Kun-Tai Cho Abstract This research is to augment the intelligent

More information

Last Mile Intelligent Driving in Urban Mobility

Last Mile Intelligent Driving in Urban Mobility 底 盘 电 子 控 制 系 统 研 究 室 Chassis Electronic Control Systems Laboratory 姓 学 名 号 Hui CHEN School 学 of 院 ( Automotive 系 ) Studies, Tongji University, Shanghai, China 学 科 专 业 hui-chen@tongji.edu.cn 指 导 老 师 陈

More information

Thesis proposal. The Gazelle Adaptive Racing Car Pilot

Thesis proposal. The Gazelle Adaptive Racing Car Pilot Thesis proposal The Gazelle Adaptive Racing Car Pilot By Kholah Albelihi Department of Computer and Information Sciences Indiana University South Bend E-mail Address: kalbelih@iusb.edu Date: October 5,

More information

1. SYSTEM OVERVIEW. 1) Basic Theory of ABS Function 10-3 4891-01

1. SYSTEM OVERVIEW. 1) Basic Theory of ABS Function 10-3 4891-01 10-3 1. SYSTEM OVERVIEW When braking suddenly or braking on slippery roads, the vehicle keeps moving forward but the wheels are locking and not rotating. If these happen, the vehicle may lose stability

More information

TOYOTA ELECTRONIC CONTROL TRANSMISSION

TOYOTA ELECTRONIC CONTROL TRANSMISSION Electronic Control Transmission (ECT) The Electronic Control Transmission is an automatic transmission which uses modern electronic control technologies to control the transmission. The transmission itself,

More information

By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate

By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate AUTOMATED VEHICLE CONTROL SYSTEM By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate Third Year Information Technology Engineering V.E.S.I.T.

More information

Path Tracking for a Miniature Robot

Path Tracking for a Miniature Robot Path Tracking for a Miniature Robot By Martin Lundgren Excerpt from Master s thesis 003 Supervisor: Thomas Hellström Department of Computing Science Umeå University Sweden 1 Path Tracking Path tracking

More information

LINEAR MOTOR CONTROL IN ACTIVE SUSPENSION SYSTEMS

LINEAR MOTOR CONTROL IN ACTIVE SUSPENSION SYSTEMS LINEAR MOTOR CONTROL IN ACTIVE SUSPENSION SYSTEMS HONCŮ JAROSLAV, HYNIOVÁ KATEŘINA, STŘÍBRSKÝ ANTONÍN Department of Control Engineering, Faculty of Electrical Engineering, Czech Technical University Karlovo

More information

Research Methodology Part III: Thesis Proposal. Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan

Research Methodology Part III: Thesis Proposal. Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan Research Methodology Part III: Thesis Proposal Dr. Tarek A. Tutunji Mechatronics Engineering Department Philadelphia University - Jordan Outline Thesis Phases Thesis Proposal Sections Thesis Flow Chart

More information

Research Report. Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures

Research Report. Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures Research Report Conducted by Ricardo Inc. for The Aluminum Association 2008-04 Impact of Vehicle Weight Reduction on

More information

Statistical Forecasting of High-Way Traffic Jam at a Bottleneck

Statistical Forecasting of High-Way Traffic Jam at a Bottleneck Metodološki zvezki, Vol. 9, No. 1, 2012, 81-93 Statistical Forecasting of High-Way Traffic Jam at a Bottleneck Igor Grabec and Franc Švegl 1 Abstract Maintenance works on high-ways usually require installation

More information

2. TEST PITCH REQUIREMENT

2. TEST PITCH REQUIREMENT Analysis of Line Sensor Configuration for the Advanced Line Follower Robot M. Zafri Baharuddin 1, Izham Z. Abidin 1, S. Sulaiman Kaja Mohideen 1, Yap Keem Siah 1, Jeffrey Tan Too Chuan 2 1 Department of

More information

An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors

An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors , pp. 219-23 http://dx.doi.org/1.14257/ijca.214.7.12.2 An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors 1 Li-qiang Jin, 2 Peng-fei Chen and 3 *Yue Liu State

More information

UNIT 1 INTRODUCTION TO AUTOMOBILE ENGINEERING

UNIT 1 INTRODUCTION TO AUTOMOBILE ENGINEERING UNIT 1 INTRODUCTION TO AUTOMOBILE ENGINEERING Introduction to Automobile Engineering Structure 1.1 Introduction Objectives 1.2 Definition 1.3 Classification of Vehicles 1.4 Layout of an Automobile Chassis

More information

MECE 102 Mechatronics Engineering Orientation

MECE 102 Mechatronics Engineering Orientation MECE 102 Mechatronics Engineering Orientation Mechatronic System Components Associate Prof. Dr. of Mechatronics Engineering Çankaya University Compulsory Course in Mechatronics Engineering Credits (2/0/2)

More information

Obstacle Avoidance Design for Humanoid Robot Based on Four Infrared Sensors

Obstacle Avoidance Design for Humanoid Robot Based on Four Infrared Sensors Tamkang Journal of Science and Engineering, Vol. 12, No. 3, pp. 249 258 (2009) 249 Obstacle Avoidance Design for Humanoid Robot Based on Four Infrared Sensors Ching-Chang Wong 1 *, Chi-Tai Cheng 1, Kai-Hsiang

More information

A descriptive definition of valve actuators

A descriptive definition of valve actuators A descriptive definition of valve actuators Abstract A valve actuator is any device that utilizes a source of power to operate a valve. This source of power can be a human being working a manual gearbox

More information

CE801: Intelligent Systems and Robotics Lecture 3: Actuators and Localisation. Prof. Dr. Hani Hagras

CE801: Intelligent Systems and Robotics Lecture 3: Actuators and Localisation. Prof. Dr. Hani Hagras 1 CE801: Intelligent Systems and Robotics Lecture 3: Actuators and Localisation Prof. Dr. Hani Hagras Robot Locomotion Robots might want to move in water, in the air, on land, in space.. 2 Most of the

More information

Visual Servoing using Fuzzy Controllers on an Unmanned Aerial Vehicle

Visual Servoing using Fuzzy Controllers on an Unmanned Aerial Vehicle Visual Servoing using Fuzzy Controllers on an Unmanned Aerial Vehicle Miguel A. Olivares-Méndez mig olivares@hotmail.com Pascual Campoy Cervera pascual.campoy@upm.es Iván Mondragón ivanmond@yahoo.com Carol

More information

SUSPENSION AND STEERING OVERVIEW

SUSPENSION AND STEERING OVERVIEW SUSPENSION SUSPENSION AND STEERING OVERVIEW The S40/V50 has a wide track and a long wheelbase for its relative size and weight. This gives the car stable and predictable driving characteristics. It also

More information

BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE

BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE Hélène Tattegrain, Arnaud Bonnard, Benoit Mathern, LESCOT, INRETS France Paper Number 09-0489

More information

Inductors in AC Circuits

Inductors in AC Circuits Inductors in AC Circuits Name Section Resistors, inductors, and capacitors all have the effect of modifying the size of the current in an AC circuit and the time at which the current reaches its maximum

More information

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS This tutorial provides an overview of signal processing and conditioning for use in instrumentation and automatic control systems.

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Background of the Research Agile and precise maneuverability of helicopters makes them useful for many critical tasks ranging from rescue and law enforcement task to inspection

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

Longitudinal and lateral dynamics

Longitudinal and lateral dynamics Longitudinal and lateral dynamics Lecturer dr. Arunas Tautkus Kaunas University of technology Powering the Future With Zero Emission and Human Powered Vehicles Terrassa 2011 1 Content of lecture Basic

More information

NECOCAR. International CATIA Project

NECOCAR. International CATIA Project NECOCAR International CATIA Project 2008 GOAL The goal of this project is to design an electrocar for the Japanese public. Cute Comfortable Modern Ecological ORGANIZATION Russe-Français CATIA V5 R18 Sharing

More information

Microcontrollers, Actuators and Sensors in Mobile Robots

Microcontrollers, Actuators and Sensors in Mobile Robots SISY 2006 4 th Serbian-Hungarian Joint Symposium on Intelligent Systems Microcontrollers, Actuators and Sensors in Mobile Robots István Matijevics Polytechnical Engineering College, Subotica, Serbia mistvan@vts.su.ac.yu

More information

Manufacturing Equipment Modeling

Manufacturing Equipment Modeling QUESTION 1 For a linear axis actuated by an electric motor complete the following: a. Derive a differential equation for the linear axis velocity assuming viscous friction acts on the DC motor shaft, leadscrew,

More information

FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW

FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW SALIM, JYOTI OHRI Department of Electrical Engineering National Institute of Technology Kurukshetra INDIA salimnitk@gmail.com ohrijyoti@rediffmail.com

More information

Thermodynamic efficiency of an actuator that provides the mechanical movement for the driven equipments:

Thermodynamic efficiency of an actuator that provides the mechanical movement for the driven equipments: 1. Introduction 1.1. Industry Automation Industry automation is the term that describes a vital development programme of a production community where the project engineers build up automated manufacturing

More information

Implementation of Fuzzy and PID Controller to Water Level System using LabView

Implementation of Fuzzy and PID Controller to Water Level System using LabView Implementation of Fuzzy and PID Controller to Water Level System using LabView Laith Abed Sabri, Ph.D University of Baghdad AL-Khwarizmi college of Engineering Hussein Ahmed AL-Mshat University of Baghdad

More information

BACKING UP PROCEDURES FOR SCHOOL BUS DRIVERS

BACKING UP PROCEDURES FOR SCHOOL BUS DRIVERS LEADER S GUIDE 2498-LDG-E BACKING UP PROCEDURES FOR SCHOOL BUS DRIVERS Quality Safety and Health Products, for Today...and Tomorrow Introduction This video is designed to demonstrate backing up training

More information

FRENIC5000MS5 for Machine Tool Spindle Drives

FRENIC5000MS5 for Machine Tool Spindle Drives FRENIC5MS5 for Machine Tool Spindle Drives Yoshikazu Tanaka Hiroaki Hayashi Hiroshi Takahashi 1. Introduction Fig.1 External view of FRENIC5MS5 In AC spindle drive systems for machine tools, operation

More information

P545 Autonomous Cart

P545 Autonomous Cart P545 Autonomous Cart Cart Overview The P545 Cart is designed to allow students to explore embedded system design and development through the control of an autonomous vehicle. Cart Overview The vehicle

More information

Servolectric Electromechanical steering system for a dynamic driving experience and highly automated functions

Servolectric Electromechanical steering system for a dynamic driving experience and highly automated functions Servolectric Electromechanical steering system for a dynamic driving experience and highly automated functions Connected mobility Automated driving Powertrain and electrification max max Servolectric the

More information

Modeling and Simulation of Heavy Truck with MWorks

Modeling and Simulation of Heavy Truck with MWorks Modeling and Simulation of Heavy Truck with MWorks Ying Sun, Wei Chen, Yunqing Zhang, Liping Chen CAD Center, Huazhong University of Science and Technology, China zhangyq@hust.edu.cn Abstract This paper

More information

Electronic Power Control

Electronic Power Control Service. Self-Study Programme 210 Electronic Power Control Design and Function With the Electronic Power Control system, the throttle valve is actuated only by an electric motor. This eliminates the need

More information

Linguistic Preference Modeling: Foundation Models and New Trends. Extended Abstract

Linguistic Preference Modeling: Foundation Models and New Trends. Extended Abstract Linguistic Preference Modeling: Foundation Models and New Trends F. Herrera, E. Herrera-Viedma Dept. of Computer Science and Artificial Intelligence University of Granada, 18071 - Granada, Spain e-mail:

More information

A Surveillance Robot with Climbing Capabilities for Home Security

A Surveillance Robot with Climbing Capabilities for Home Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,

More information

The DC Motor. Physics 1051 Laboratory #5 The DC Motor

The DC Motor. Physics 1051 Laboratory #5 The DC Motor The DC Motor Physics 1051 Laboratory #5 The DC Motor Contents Part I: Objective Part II: Introduction Magnetic Force Right Hand Rule Force on a Loop Magnetic Dipole Moment Torque Part II: Predictions Force

More information

SAMPLE CHAPTERS UNESCO EOLSS DIGITAL INSTRUMENTS. García J. and García D.F. University of Oviedo, Spain

SAMPLE CHAPTERS UNESCO EOLSS DIGITAL INSTRUMENTS. García J. and García D.F. University of Oviedo, Spain DIGITAL INSTRUMENTS García J. and García D.F. University of Oviedo, Spain Keywords: analog-to-digital conversion, digital-to-analog conversion, data-acquisition systems, signal acquisition, signal conditioning,

More information

Zigbee-Based Wireless Distance Measuring Sensor System

Zigbee-Based Wireless Distance Measuring Sensor System Zigbee-Based Wireless Distance Measuring Sensor System Ondrej Sajdl 1, Jaromir Zak 1, Radimir Vrba 1 1 Department of Microelectronics, Brno University of Technology, FEEC, Udolni 53, 602 00 Brno, Czech

More information

ECE 495 Project 3: Shocker Actuator Subsystem and Website Design. Group 1: One Awesome Engineering

ECE 495 Project 3: Shocker Actuator Subsystem and Website Design. Group 1: One Awesome Engineering ECE 495 Project 3: Shocker Actuator Subsystem and Website Design Group 1: One Awesome Engineering Luquita Edwards Evan Whetsell Sunny Verma Thomas Ryan Willis Long I. Executive Summary The main goal behind

More information

E-Bike Conversion Kits Installation Manual Front Wheel

E-Bike Conversion Kits Installation Manual Front Wheel E-Bike Conversion Kits Installation Manual Front Wheel Contents ( 一 )Getting started... Page 3 ( 二 )Tools List. Page 4 ( 三 )Removing and Installation of the wheel.. Page 5 ( 四 )Install the hand brake.....

More information

BRAKE SYSTEMS 101. Energy Conversion Management. Presented by Paul S. Gritt

BRAKE SYSTEMS 101. Energy Conversion Management. Presented by Paul S. Gritt Energy Conversion Management Presented by Paul S. Gritt Topics To Be Presented The Basic Concepts Hydraulic layouts Component functions Brake Balance Stopping Distance and Fade Formula SAE vs. Mini Baja

More information

ANTI LOCK BRAKING SYSTEM MODELLING AND DEVELOPMENT

ANTI LOCK BRAKING SYSTEM MODELLING AND DEVELOPMENT ANTI LOCK BRAKING SYSTEM MODELLING AND DEVELOPMENT Aldi Manikanth ME10B004 A Manoj Kumar ME10B006 C Vijay Chauhan ME10B010 Nachiket Dongre ME10B013 Lithas ME10B020 Rajesh Kumar Meena ME10B030 Varada Karthik

More information

STATOR FLUX OPTIMIZATION ON DIRECT TORQUE CONTROL WITH FUZZY LOGIC

STATOR FLUX OPTIMIZATION ON DIRECT TORQUE CONTROL WITH FUZZY LOGIC STATOR FLUX OPTIMIZATION ON DIRECT TORQUE CONTROL WITH FUZZY LOGIC Fatih Korkmaz1, M. Faruk Çakır1, Yılmaz Korkmaz2, İsmail Topaloğlu1 1 Technical and Business Collage, Çankırı Karatekin University, 18200,

More information

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE ADVANCED ENGINEERING 3(2009)1, ISSN 1846-5900 KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE Cibulka, J. Abstract: This paper deals with the design of Kinetic Energy Recovery Systems

More information

GPS MODULE ON-TRACK SESSIONS. Of chassis and engine. To enhance your performance and optimize kart set-up A REVOLUTION IN YOUR KART TECHNICAL ANALYSIS

GPS MODULE ON-TRACK SESSIONS. Of chassis and engine. To enhance your performance and optimize kart set-up A REVOLUTION IN YOUR KART TECHNICAL ANALYSIS A REVOLUTION IN YOUR KART TECHNICAL ANALYSIS ON-TRACK SESSIONS PROFESSIONAL ANALYSIS Of chassis and engine A WINNING TOOL To enhance your performance and optimize kart set-up Date: 28 February 2007 Pista:

More information

Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique

Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique B.Hemanth Kumar 1, Dr.G.V.Marutheshwar 2 PG Student,EEE S.V. College of Engineering Tirupati Senior Professor,EEE dept.

More information

Experiment 5: Magnetic Fields of a Bar Magnet and of the Earth

Experiment 5: Magnetic Fields of a Bar Magnet and of the Earth MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2005 Experiment 5: Magnetic Fields of a Bar Magnet and of the Earth OBJECTIVES 1. To examine the magnetic field associated with a

More information

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad

More information

Physics 221 Experiment 5: Magnetic Fields

Physics 221 Experiment 5: Magnetic Fields Physics 221 Experiment 5: Magnetic Fields August 25, 2007 ntroduction This experiment will examine the properties of magnetic fields. Magnetic fields can be created in a variety of ways, and are also found

More information

Force/position control of a robotic system for transcranial magnetic stimulation

Force/position control of a robotic system for transcranial magnetic stimulation Force/position control of a robotic system for transcranial magnetic stimulation W.N. Wan Zakaria School of Mechanical and System Engineering Newcastle University Abstract To develop a force control scheme

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

Sensor Based Control of Autonomous Wheeled Mobile Robots

Sensor Based Control of Autonomous Wheeled Mobile Robots Sensor Based Control of Autonomous Wheeled Mobile Robots Gyula Mester University of Szeged, Department of Informatics e-mail: gmester@inf.u-szeged.hu Abstract The paper deals with the wireless sensor-based

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

EDUMECH Mechatronic Instructional Systems. Ball on Beam System

EDUMECH Mechatronic Instructional Systems. Ball on Beam System EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional

More information

Advanced Vehicle Safety Control System

Advanced Vehicle Safety Control System Hitachi Review Vol. 63 (2014), No. 2 116 Advanced Vehicle Safety Control System Hiroshi Kuroda, Dr. Eng. Atsushi Yokoyama Taisetsu Tanimichi Yuji Otsuka OVERVIEW: Hitachi has been working on the development

More information

Design of a Robotic Arm with Gripper & End Effector for Spot Welding

Design of a Robotic Arm with Gripper & End Effector for Spot Welding Universal Journal of Mechanical Engineering 1(3): 92-97, 2013 DOI: 10.13189/ujme.2013.010303 http://www.hrpub.org Design of a Robotic Arm with Gripper & End Effector for Spot Welding Puran Singh *, Anil

More information

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools Dong-Joo Kang and Sunju Park Yonsei University unlimit0909@hotmail.com, boxenju@yonsei.ac.kr Abstract

More information

A method of generating free-route walk-through animation using vehicle-borne video image

A method of generating free-route walk-through animation using vehicle-borne video image A method of generating free-route walk-through animation using vehicle-borne video image Jun KUMAGAI* Ryosuke SHIBASAKI* *Graduate School of Frontier Sciences, Shibasaki lab. University of Tokyo 4-6-1

More information

Series and Parallel Resistive Circuits

Series and Parallel Resistive Circuits Series and Parallel Resistive Circuits The configuration of circuit elements clearly affects the behaviour of a circuit. Resistors connected in series or in parallel are very common in a circuit and act

More information

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 8, February 2013

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 8, February 2013 Performance of Mot Brake Testers with Varying: Tyre Pressures, Distance between Rollers and Roughness of Rollers Carolina Senabre, Emilio Velasco, Sergio Valero Abstract This research examines the differences

More information

Chassis Control Systems for Safety, Environmental Performance, and Driving Comfort

Chassis Control Systems for Safety, Environmental Performance, and Driving Comfort Hitachi Review Vol. 63 (214), No. 2 122 Chassis Control Systems for Safety, Environmental Performance, and Driving Comfort Tadahiko Nogami Motohiro Higuma Yasuhiko Amari Fumiyuki Yamaoka Mitsuo Sasaki

More information

Intelligent Submersible Manipulator-Robot, Design, Modeling, Simulation and Motion Optimization for Maritime Robotic Research

Intelligent Submersible Manipulator-Robot, Design, Modeling, Simulation and Motion Optimization for Maritime Robotic Research 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Intelligent Submersible Manipulator-Robot, Design, Modeling, Simulation and

More information

POWER STEERING GROUP 37A 37A-1 CONTENTS GENERAL INFORMATION... 37A-2 ELECTRICAL POWER STEERING.. 37A-5 STEERING WHEEL... 37A-3

POWER STEERING GROUP 37A 37A-1 CONTENTS GENERAL INFORMATION... 37A-2 ELECTRICAL POWER STEERING.. 37A-5 STEERING WHEEL... 37A-3 37A-1 GROUP 37A CONTENTS GENERAL INFORMATION........ 37A-2 STEERING WHEEL.............. 37A-3 STEERING SHAFT AND COLUMN.. 37A-4.. 37A-5 GENERAL INFORMATION............. 37A-5 STEERING GEAR....................

More information

Using Neural Networks to Improve Behavioural Realism in Driving Simulation Scenarios

Using Neural Networks to Improve Behavioural Realism in Driving Simulation Scenarios Using Neural Networks to Improve Behavioural Realism in Driving Simulation Scenarios Abstract Anna Booth TRL Limited Wokingham, UK abooth@trl.co.uk This paper describes the development of a neural network

More information

Learning tasks from observation and practice

Learning tasks from observation and practice Robotics and Autonomous Systems 47 (2004) 163 169 Learning tasks from observation and practice Darrin C. Bentivegna a,b,, Christopher G. Atkeson a,c, Gordon Cheng a a ATR Computational Neuroscience Laboratories,

More information

Donaxi@HOME Project. Keywords: Hybrid Algorithm, Human-Face Detection, Tracking Unrestricted, Identification of People, Fall, dynamic and kinematic.

Donaxi@HOME Project. Keywords: Hybrid Algorithm, Human-Face Detection, Tracking Unrestricted, Identification of People, Fall, dynamic and kinematic. Donaxi@HOME Project Héctor S Vargas, Edson Olmedo, A Daniel Martínez, ML Mónica López, Esperanza Medina, José L Pérez, Damian Linares, Carlos Peto, Enrique R García, Víctor Poisot, Jaime Robles, Gerson

More information

Improved Mecanum Wheel Design for Omni-directional Robots

Improved Mecanum Wheel Design for Omni-directional Robots Proc. 2002 Australasian Conference on Robotics and Automation Auckland, 27-29 November 2002 Improved Mecanum Wheel Design for Omni-directional Robots Olaf Diegel, Aparna Badve, Glen Bright, Johan Potgieter,

More information

Experimental Study of Automated Car Power Window with Preset Position

Experimental Study of Automated Car Power Window with Preset Position Experimental Study of Automated Car Power Window with Preset Position 1 Muazzin Mupit and * Amir Akramin Shafie 1 University Kuala Lumpur Malaysia France Institute 43650 Selangor, Malaysia * Kulliyah of

More information

Synthesizing Adaptive Navigational Robot Behaviours Using a Hybrid Fuzzy A* Approach

Synthesizing Adaptive Navigational Robot Behaviours Using a Hybrid Fuzzy A* Approach Synthesizing Adaptive Navigational Robot Behaviours Using a Hybrid Fuzzy A* Approach Antony P. Gerdelan 1 and Napoleon H. Reyes, Ph.D. 2 1 Computer Science, Institute of Information and Mathematical Sciences,

More information

ARCHITECTURE OF INDUSTRIAL AUTOMATION SYSTEMS

ARCHITECTURE OF INDUSTRIAL AUTOMATION SYSTEMS ARCHITECTURE OF INDUSTRIAL AUTOMATION SYSTEMS Abdu Idris Omer Taleb M.M., PhD Majmaah University, Kingdom of Saudia Arabia Abstract This article is aimed to name the levels of industrial automation, describes

More information

E/ECE/324/Rev.1/Add.12/Rev.7/Amend.4 E/ECE/TRANS/505/Rev.1/Add.12/Rev.7/Amend.4

E/ECE/324/Rev.1/Add.12/Rev.7/Amend.4 E/ECE/TRANS/505/Rev.1/Add.12/Rev.7/Amend.4 6 December 2012 Agreement Concerning the adoption of uniform technical prescriptions for wheeled vehicles, equipment and parts which can be fitted and/or be used on wheeled vehicles and the conditions

More information

Operational Amplifier - IC 741

Operational Amplifier - IC 741 Operational Amplifier - IC 741 Tabish December 2005 Aim: To study the working of an 741 operational amplifier by conducting the following experiments: (a) Input bias current measurement (b) Input offset

More information

PLC Based PV Module Tracking with Microcontroller Backup

PLC Based PV Module Tracking with Microcontroller Backup PLC Based PV Module Tracking with Microcontroller Backup S. Dhivya Lakshmi 1, S. Harine 2, P.T. Subasini 3, S.T. Priyanka 4 Student, Dept. of EEE, Velammal Engineering College, Chennai, Tamilnadu, India

More information