An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks

Size: px
Start display at page:

Download "An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks"

Transcription

1 An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks Ms. Prerana Shrivastava *, Dr. S.B Pokle **, Dr.S.S.Dorle*** * Research Scholar, Electronics Department, G.H.Raisoni College of Engineering, Nagpur University, India ** Electronics & Communication Department, RCOEM, Nagpur University, India *** Electronics Department, GHRCE, Nagpur University, India Abstract The location information is very important in many wireless sensor network applications where in from which node the data is generated needs to be determined. Therefore it becomes necessary to know the location of each and every sensor that is deployed in the network. In our proposed Localization technique we have deployed static sensors in the geographical area of the network which are used for data gathering process and then tried to estimate the location of the mobile sink which is relocating itself at regular intervals in order to enhance the overall network performances. Some sensors with the known co-ordinates are deployed in the network and using their information the mobile sink will try to estimate its distance from these sensors and then from this compute its own location which is followed by applying a particle swarm optimization algorithm in order to reduce the error accumulation. The simulation of our proposed Localization strategy has been done in the NS-2.32 environment and its performance has been evaluated on the basis of various parameters of wireless sensor network. The simulation results showed a significant amount of improvement on the various performance metrics of the network. Keywords Localization Strategy, Particle Swarm Optimization (PSO), Received Signal Strength Strategy (RSSIS), Wireless Sensor Network (WSN). I. INTRODUCTION A Wireless Sensor Network consists of closely deployed sensors that are used for data gathering purpose. The primary task of any sensor is sensing, monitoring and relaying. The sensors are battery operated devices and hence have constraints like limited power, storage capacity and energy resources. Therefore it becomes necessary that all these limitations must be taken into account while designing any protocol in case of wireless sensor network. [1], [2]. The applications like tracking and routing in case of wireless sensor networks are completely dependent on the position of the various nodes that are deployed in the network. So the localization technique plays a very vital role for such applications and the accurateness of such techniques is extremely important [4]. Any basic localization algorithm would estimate the location of the nodes based on the input information that is provided by the neighboring nodes in order to estimate the location or position of the unknown node. Based on this information it will employ various ranging techniques in order to estimate the distance and from this it will compute the position of the unknown node [5]. There are two types of Localization Techniques that are widely used. The first is the range based localization techniques and the second is the range free localization techniques. The time of arrival, the time difference of arrival, the angle of arrival and the received signal strength are the various range based localization techniques which map the above mentioned parameters between the sender and the receiver in order to estimate the distance [6].In the second type of Localization technique which is the range free localization technique usually the position is estimated with reference to 17

2 the other neighboring nodes that are deployed in the network. Using their location information the location of the unknown node can be estimated. For this an efficient hop by hop algorithm has been proposed which works on this concept [7]. II. RELATED WORK D.Niculescu, B.Nath [8] proposed the basic fundamental range based localization system in GPS which employs a satellite in conjunction with the ground station as a reference node in order to provide the positioning services for the nodes that are deployed in the network. But because of the large volume of the nodes attaching a GPS receiver to each and every node in WSN was quite expensive. Moreover it was resulting in the large amount of positioning errors. Hence there was an urgent demand for efficient and cost effective localization algorithms in WSN S. Po Jen, Cheng Pei Wu [9] discussed the range based localization method where the location of the node is computed with respect to the other sensors in its surrounding area. They employed RSSI technique which is used to predict the distance between the unknown node and its neighbor according to the received signal strength and path loss pattern. After this they employed PSO in order to eliminate the error accumulation. But the weak point of RSS was its sensitivity to uncertain environmental elements like obstacles, noises which may produce large errors. K.Liu,X.Yan,F.H [10] proposed a distributed hop by hop positioning algorithm,i.e,dv Hop where the sensors will broadcast their location information throughout the network and each sensor will keep track of hop count to each of these sensors. After this the average distance is calculated and broadcasted. After this two step broadcasting each node can estimate its distance to each sensor with known co-ordinates, i.e., the product of average hop distance and corresponding hop counts in order to estimate the location. Although DV hop is simple and useful it can provide good position estimation if the node distribution in the network is dense and uniform. Also DV Hop introduces lots of traffic load and communication delay in WSN due to the fact that it works in two steps. III. PROBLEM IDENTIFICATION The limited power supply to the nodes is the main concern for designing any protocol in case of wireless sensor networks. The localization strategy should be such that it should not affect the energy efficiency of the network as well as provide with the accurate result. The range based localization techniques like time of arrival, time difference of arrival and angle of arrival are suitable for short range communication. On the other hand the received signal strength indicator method is highly sensitive to the environmental conditions which may introduce large amount of errors. The other range free localization techniques were introducing a substantial amount of delay. Moreover if there are insufficient amount of anchor nodes deployed in the network then localization becomes difficult and inestimable thereby resulting in reduction in the localization accuracy. Also the iterative process that is involved during the search process result in the error accumulation which grows around the neighborhood of the sensor. Thus the main focus is to devise a localization strategy which would result in the reduction in the hardware cost, improve the localization accuracy and at the same time it should minimize the error accumulation which is resulting from the iterative process. 18

3 IV. PROPOSED METHODOLOGY In other to overcome the above mentioned drawbacks we are proposing an energy efficient Localization Strategy using particle swarm optimization in wireless sensor networks. In our system model we have deployed various sensors in the geographical extent of the entire network which are used for the data gathering purpose. The sensors will organize themselves into various clusters depending upon their location and one mobile sink is deployed in each cluster. The mobile sink will relocate itself at regular interval of time in order to collect the data from the various sensors. This would results in the significant amount of energy saving thereby increasing the life of the sensor and hence minimizing the traffic intensity. In our model the sensors are static and the sink is mobile. The position of sink is changing at regular interval of time. The location of the mobile sink needs to be estimated and needs to be broadcasted to the sensors as well as the other mobile sinks in different clusters from time to time. In each and every cluster we have deployed three sensors with known position. Let (X1, Y1), (X2, Y2) and (X3, Y3) be their co-ordinates and (X, Y) be the coordinates of the mobile sink. Then the distance between this sensors and the mobile sink is estimated as : D1 Y ( ( X1 X ) ( Y1 ) ) (1) D2 Y ( ( X 2 X ) ( Y2 ) ) (2) D3 Y ( ( X3 X ) ( Y3 ) ) (3) The above non linear equations are then solved in order to estimate the co-ordinates of the mobile sink, i.e., (X, Y).Then on this known and recorded position the particle swarm optimization algorithm is applied in order to obtain the best location. The PSO algorithm is employed in the localization process of our technique in order to obtain the optimized location of the unknown sensor.in PSO two process that is the searching and the optimizing process are involved. Our Localization scheme adopts the weighted PSO. Let M be the unknown mobile sink. It is getting the information from the sensors with the known coordinates S1, S2 and S3.The inexact distance between the sensors and the mobile sink be D1,D2 and D3 respectively. The difference between the real and estimated location of the unknown mobile sink is given by the error equation. The mobile sink M will generate K particles with K random co-ordinates. Each of the K particles will calculate the error value and will record as particles best value for each random value. Let this value be denoted by Pbest.This value is updated during the search process and is described as the fitness value for the mobile sink. The smallest fitness value is recorded as the group s fitness value which is indicated by Gbest.Once Pbest and Gbest are obtained the particle will calculate its next position by then recalculate the fitness value and then update these new values. This iterative process will repeat until the convergence is attained. The pseudo code for our localization algorithm is as stated below: { Listen and collect known sensor position information if three sensors with known position discovered 19

4 then call procedure localization Procedure Localization { Estimate the distance and the location Employ PSO Update information Broadcasts the location information With transmission radius and updated position Localization complete exit } } graph.the performance of our proposed LSPSO has been done with the existing technique, i.e, ERSSM which is based on the received signal strength. The average energy consumed, end to end delay and the packet delivery ratio are the various performance metrics that are considered for evaluating the performance of the proposed method. The X graph were observed for the average energy consumption, end to end delay and the packet delivery ratio by varying the number of the sensors as shown in the figure below. VI. SYSTEM MODEL AND PARAMETERS The proposed Localization strategy using particle swarm optimization (LSPSO) has been evaluated in the NS 2.34 environment. The sensors are deployed in the bounded region of 1000 x 1000 sq.m. using uniform distribution. The DCF is used as the fundamental MAC technique for the wireless LAN.The channel capacity for the mobile host is set to 3Mbps.The transmission and sensing range of the sensors is set to 150m.In the simulation the routing protocol used is adhoc on demand distance vector routing protocol and the traffic generator employed is CBR. Fig.1 : Energy Consumption Vs.Number of Sensors VII. SIMULATION RESULTS The TCL script for our proposed algorithm is run under NS-2.32 environment. The NAM output will give us the visualization of our network model. For tracing and monitoring our simulation we will run our trace file which we have set in the TCL script. The trace values obtained will be analyzed by making use of the trace data analyzer that is the X- Fig.2 : Delay Vs.Number of Sensors 20

5 Fig.2 : Delivery Ratio Vs.Number of Sensors From the above figures 1, 2 and 3 we observe that the proposed LSPSO shows an improvement in the packet delivery ratio, minimizes the end to end delay and achieves a significant amount of reduction in the average energy consumption as compared to the existing ERSSM.The observations were made by varying the number of sensors. VIII. CONCLUSION In this paper the proposed energy efficient localization strategy for wireless sensor networks minimizes the implementation cost. The mobile sink will estimate its distance with respect to the neighboring nodes and then from the estimated distance compute its own location. In order to minimize the location inaccuracy the particle swarm optimization is applied to the estimated location which would improve the accurateness of the proposed strategy. From simulation results it is observed that the proposed localization technique improves the various performance metrics of the wireless sensor network in comparison to the existing received signal strength method. REFERENCES [1] Mohamed K.Watfa, Sesh Commuri, An Energy Efficient Approach to Dynamic Coverage in Wireless Sensor Networks, Journal of Networks,vol.1,No.4,August [2] Khin Thanda Soe, Increasing Lifetime of Target Tracking Wireless Sensor Networks, World Academy of science, Engineering and Technology, vol.44, August [3] Amitangshu Pal, Localization Algorithms in Wireless Sensor Networks: Current Approaches and Future Challenges, Network Protocols and Algorithms, vol.2, No.1, [4] Vibha Yadav, Manas Kumar Mishra, A.K. Singh, M.M. Gore, Localization Scheme for three dimensional wireless sensor networks using GPS Enabled Mobile Sensor Nodes, International Journal of Next Generation,vol.1,No.1,December [5] Ewa Niewiadomska Szynkiewicz,Michal Marks,Mariusz Kamola, Localization in wireless sensor networks using heuristic Optimization Techniques, Journal of Telecommunications and Information Technology,pp ,2011. [6] Cesare Alippi,Giovanni Vanini,Politecnico di Milano, A RSSI based and calibrated centralized localization technique for wireless sensor networks, proceedings of IEEE International Conference on Pervasive Computing and Communications, March [7] Engin Mas Azade,Ruixin Niu,Pramod K.Varshney, Mehmet Keskinoz, Energy Aware Iterative source Localization for wireless sensor networks, IEEE Transaction on Signal Processing, vol.58, No.9, September [8] D.Niculescu,B.Nath, Adhoc Positionng Systems(APS),proceedings of IEEE Global Telecom conference,globecom 01,Nov [9] Po Jen Chuang, Cheng Pei Wu, Employing PSO to enhance RSS Range Based Node Localization for wireless sensor networks, Journal of Information Science and Engineering,pp ,December

6 [10] K.Liu,X.Yan,F.Hu, A Modified DV Hop Localization Algorithm for Wireless Sensor Network, proceedings of IEEE International conference on Intelligent Computing and Intelligent Systems,pp ,2009. [11] Hongyang Chen, Qingjiang Shi, Rui Tan,H. Vincent Poot, Kaoru Sezaki, Mobile Element Assisted Co-operative Localization for wireless sensor networks with obstacles,ieee Transaction on wireless communications, vol.9,no.3,march [12] Yug Wang, Xiaodong Wang, Demin Wang, Dharma P.Agrawal, Range free localization using expected Hop progress in wireless sensor networks, IEEE Transaction on Parallel and distributed Systems, vol.20, No.10, October 2009 [13] Network Simulator: AUTHOR S PROFILE Dr. Sanjay. B. Pokle obtained his Bachelor s degree in Electronics and Telecommunication Engineering from Govt. College of Engineering, Pune University, India in 1993.He then obtained his Masters degree in Electronics Engineering and also Ph. D. in Electronics from Visvesvaraya National Institute of Technology Nagpur, India. His research area includes designing aspects of MIMO-OFDM Wireless Communication Systems and Wireless channel Estimation Algorithms. He has published research papers in the reputed national and international Journals and also has presented papers in the reputed national and international conferences. He has guided several projects in the area of signal processing, Digital image processing, Artificial intelligence etc at post graduation level. He is member of technical societies like ISTE and IEEE. He has total 18 years of experience which includes 3 years industry and 15 years of teaching experience. Presently he is working as Professor and Head of Electronics & Communication Engineering Department, Shri Ramdeobaba College of Engineering and Management, Nagpur. Mrs. Prerana Shrivastava obtained her Bachelor s degree in Electronics Engineering from University of Nagpur, India. Then she obtained her Master s degree in Electronics Engineering and currently pursuing her PhD in Wireless Sensor Networks from G.H.Raisoni College of Engineering, Nagpur, India.She is working as an Assistant Professor in Electronics Department at Lokmanya Tilak College of Engineering, University of Mumbai, India. Her specializations include Electromagnetic Wave Theory, Image Processing and Computer Networks. Her current research interests are Wireless Adhoc Networks, Wireless Sensor Networks and Network Security. 22

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Novel Localization of Sensor Nodes in Wireless Sensor Networks using Co-Ordinate Signal Strength Database

Novel Localization of Sensor Nodes in Wireless Sensor Networks using Co-Ordinate Signal Strength Database Available online at www.sciencedirect.com Procedia Engineering 30 (2012) 662 668 International Conference on Communication Technology and System Design 2011 Novel Localization of Sensor Nodes in Wireless

More information

Performance Analysis of DV-Hop Localization Using Voronoi Approach

Performance Analysis of DV-Hop Localization Using Voronoi Approach Vol.3, Issue.4, Jul - Aug. 2013 pp-1958-1964 ISSN: 2249-6645 Performance Analysis of DV-Hop Localization Using Voronoi Approach Mrs. P. D.Patil 1, Dr. (Smt). R. S. Patil 2 *(Department of Electronics and

More information

Node Localization using 3D coordinates in Wireless Sensor Networks

Node Localization using 3D coordinates in Wireless Sensor Networks Node Localization using 3D coordinates in Wireless Sensor Networks Shayon Samanta Prof. Punesh U. Tembhare Prof. Charan R. Pote Computer technology Computer technology Computer technology Nagpur University

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

A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks

A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks S.Satheesh 1, Dr.V.Vinoba 2 1 Assistant professor, T.J.S. Engineering College, Chennai-601206, Tamil Nadu, India.

More information

A Study for Finding Location of Nodes in Wireless Sensor Networks

A Study for Finding Location of Nodes in Wireless Sensor Networks A Study for Finding Location of Nodes in Wireless Sensor Networks Shikha Department of Computer Science, Maharishi Markandeshwar University, Sadopur, Ambala. Shikha.vrgo@gmail.com Abstract The popularity

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Performance Analysis of Range Free Localization Schemes in WSN-a Survey

Performance Analysis of Range Free Localization Schemes in WSN-a Survey I J C T A, 9(13) 2016, pp. 5921-5925 International Science Press Performance Analysis of Range Free Localization Schemes in WSN-a Survey Hari Balakrishnan B. 1 and Radhika N. 2 ABSTRACT In order to design

More information

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK CHUAN CAI, LIANG YUAN School of Information Engineering, Chongqing City Management College, Chongqing, China E-mail: 1 caichuan75@163.com,

More information

LOCALIZATION SCHEME FOR THREE DIMENSIONAL WIRELESS SENSOR NETWORKS USING GPS ENABLED MOBILE SENSOR NODES

LOCALIZATION SCHEME FOR THREE DIMENSIONAL WIRELESS SENSOR NETWORKS USING GPS ENABLED MOBILE SENSOR NODES LOCALIZATION SCHEME FOR THREE DIMENSIONAL WIRELESS SENSOR NETWORKS USING GPS ENABLED MOBILE SENSOR NODES Vibha Yadav, Manas Kumar Mishra, A.K. Sngh and M. M. Gore Department of Computer Science & Engineering,

More information

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Shih-Hsien Yang, Hung-Wei Tseng, Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node

Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node Shikha Nema*, Branch CTA Ganga Ganga College of Technology, Jabalpur (M.P) ABSTRACT A

More information

EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN

EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN ABSTRACT Jagathishan.K 1, Jayavel.J 2 1 PG Scholar, 2 Teaching Assistant Deptof IT, Anna University, Coimbatore (India)

More information

Bottleneck Zone Analysis in WSN Using Low Duty Cycle in Wireless Micro Sensor Network

Bottleneck Zone Analysis in WSN Using Low Duty Cycle in Wireless Micro Sensor Network Bottleneck Zone Analysis in WSN Using Low Duty Cycle in Wireless Micro Sensor Network 16 1 Punam Dhawad, 2 Hemlata Dakhore 1 Department of Computer Science and Engineering, G.H. Raisoni Institute of Engineering

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 181 A NOVEL RANGE FREE LOCALIZATION METHOD FOR MOBILE SENSOR NETWORKS Anju Thomas 1, Remya Ramachandran 2 1

More information

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS 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. 3, Issue. 4, April 2014,

More information

Ad hoc and Sensor Networks Chapter 9: Localization & positioning

Ad hoc and Sensor Networks Chapter 9: Localization & positioning Ad hoc and Sensor Networks Chapter 9: Localization & positioning Holger Karl Computer Networks Group Universität Paderborn Goals of this chapter Means for a node to determine its physical position (with

More information

An Improved MAC Model for Critical Applications in Wireless Sensor Networks

An Improved MAC Model for Critical Applications in Wireless Sensor Networks An Improved MAC Model for Critical Applications in Wireless Sensor Networks Gayatri Sakya Vidushi Sharma Trisha Sawhney JSSATE, Noida GBU, Greater Noida JSSATE, Noida, ABSTRACT The wireless sensor networks

More information

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Divya.R PG Scholar, Electronics and communication Engineering, Pondicherry Engineering College, Puducherry, India Gunasundari.R

More information

MDFD and DFD Methods to detect Failed Sensor Nodes in Wireless Sensor Network

MDFD and DFD Methods to detect Failed Sensor Nodes in Wireless Sensor Network MDFD and DFD Methods to detect Failed Sensor Nodes in Wireless Sensor Network Mustafa Khalid Mezaal Researcher Electrical Engineering Department University of Baghdad, Baghdad, Iraq Dheyaa Jasim Kadhim

More information

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network Performance comparison of AODV, DSDV and EE-DSDV routing algorithm for wireless sensor network Mohd.Taufiq Norhizat a, Zulkifli Ishak, Mohd Suhaimi Sauti, Md Zaini Jamaludin a Wireless Sensor Network Group,

More information

Part I: Introduction to Wireless Sensor Networks. Alessio Di

Part I: Introduction to Wireless Sensor Networks. Alessio Di Part I: Introduction to Wireless Sensor Networks Alessio Di Mauro Sensors 2 DTU Informatics, Technical University of Denmark Work in Progress: Test-bed at DTU 3 DTU Informatics, Technical

More information

A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks

A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks Shaveta Gupta 1, Vinay Bhatia 2 1,2 (ECE Deptt. Baddi University of Emerging Sciences and Technology,HP)

More information

Monte-Carlo Localization for Mobile Wireless Sensor Networks

Monte-Carlo Localization for Mobile Wireless Sensor Networks Delft University of Technology Parallel and Distributed Systems Report Series Monte-Carlo Localization for Mobile Wireless Sensor Networks Aline Baggio and Koen Langendoen {A.G.Baggio,K.G.Langendoen}@tudelft.nl

More information

Wireless Sensor Network Operating with Directive Antenna - A survey

Wireless Sensor Network Operating with Directive Antenna - A survey Wireless Sensor Network Operating with Directive Antenna - A survey Harish V. Rajurkar 1, Dr. Sudhir G. Akojwar 2 1 Department of Electronics & Telecommunication, St. Vincent Pallotti College of Engineering

More information

Chapter 9: Localization & Positioning

Chapter 9: Localization & Positioning hapter 9: Localization & Positioning 98/5/25 Goals of this chapter Means for a node to determine its physical position with respect to some coordinate system (5, 27) or symbolic location (in a living room)

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN ISSN 0976 6464(Print)

More information

An Energy Efficient Multi-Target Tracking in Wireless Sensor Networks Based on Polygon Tracking Method

An Energy Efficient Multi-Target Tracking in Wireless Sensor Networks Based on Polygon Tracking Method International Journal of Emerging Trends in Science and Technology DOI: http://dx.doi.org/10.18535/ijetst/v2i8.03 An Energy Efficient Multi-Target Tracking in Wireless Sensor Networks Based on Polygon

More information

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Adamu Murtala Zungeru, Joseph Chuma and Mmoloki Mangwala Department of Electrical, Computer

More information

Biologically-inspired Autonomic Wireless Sensor Networks. Haoliang Wang 12/07/2015

Biologically-inspired Autonomic Wireless Sensor Networks. Haoliang Wang 12/07/2015 Biologically-inspired Autonomic Wireless Sensor Networks Haoliang Wang 12/07/2015 Wireless Sensor Networks A collection of tiny and relatively cheap sensor nodes Low cost for large scale deployment Limited

More information

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P.

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Bhattacharya 3 Abstract: Wireless Sensor Networks have attracted worldwide

More information

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Anique Akhtar Department of Electrical Engineering aakhtar13@ku.edu.tr Buket Yuksel Department

More information

Index Copernicus value (2015): DOI: /ijecs/v6i Progressive Localization using Mobile Anchor in Wireless Sensor Network

Index Copernicus value (2015): DOI: /ijecs/v6i Progressive Localization using Mobile Anchor in Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN:9- Volume Issue April, Page No. 888-89 Index Copernicus value (): 8. DOI:.8/ijecs/vi.... Progressive Localization using Mobile

More information

Modulated Backscattering Coverage in Wireless Passive Sensor Networks

Modulated Backscattering Coverage in Wireless Passive Sensor Networks Modulated Backscattering Coverage in Wireless Passive Sensor Networks Anusha Chitneni 1, Karunakar Pothuganti 1 Department of Electronics and Communication Engineering, Sree Indhu College of Engineering

More information

Performance Analysis of Energy Consumption of AFECA in Wireless Sensor Networks

Performance Analysis of Energy Consumption of AFECA in Wireless Sensor Networks Proceedings of the World Congress on Engineering 2 Vol II WCE 2, July 6-8, 2, London, U.K. Performance Analysis of Energy Consumption of AFECA in Wireless Sensor Networks Yun Won Chung Abstract Energy

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS 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. 4, Issue. 5, May 2015, pg.955

More information

ENHANCEMENT OF LIFETIME USING DUTY CYCLE AND NETWORK CODING IN WIRELESS SENSOR NETWORKS

ENHANCEMENT OF LIFETIME USING DUTY CYCLE AND NETWORK CODING IN WIRELESS SENSOR NETWORKS ENHANCEMENT OF LIFETIME USING DUTY CYCLE AND NETWORK CODING IN WIRELESS SENSOR NETWORKS Dr.C.Kumar Charliepaul 1 G.Immanual Gnanadurai 2 Principal Assistant professor / CSE A.S.L Pauls College of Engg

More information

March 20 th Sensor Web Architecture and Protocols

March 20 th Sensor Web Architecture and Protocols March 20 th 2017 Sensor Web Architecture and Protocols Soukaina Filali Boubrahimi Why a energy conservation in WSN is needed? Growing need for sustainable sensor networks Slow progress on battery capacity

More information

Adaptive-Differential Evolution for Node Localization in Wireless Sensor Network

Adaptive-Differential Evolution for Node Localization in Wireless Sensor Network Adaptive-Differential Evolution for Node Localization in Wireless Sensor Network Shiva Attri 1, Ravi Kumar 2 1 M. Tech Scholar, Dept. of C.S.E, GIMT Kanipla, Kurukshetra University Kurukshetra, Kurukshetra,

More information

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Biljana Risteska Stojkoska, Vesna Kirandziska Faculty of Computer Science and Engineering University "Ss. Cyril and Methodius"

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Yuqun Zhang, Chen-Hsiang Feng, Ilker Demirkol, Wendi B. Heinzelman Department of Electrical and Computer

More information

RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks

RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks Sorin Dincă Dan Ştefan Tudose Faculty of Computer Science and Computer Engineering Polytechnic University of Bucharest Bucharest, Romania Email:

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Recently, consensus based distributed estimation has attracted considerable attention from various fields to estimate deterministic

More information

MIMO-Based Vehicle Positioning System for Vehicular Networks

MIMO-Based Vehicle Positioning System for Vehicular Networks MIMO-Based Vehicle Positioning System for Vehicular Networks Abduladhim Ashtaiwi* Computer Networks Department College of Information and Technology University of Tripoli Libya. * Corresponding author.

More information

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks A. P. Azad and A. Chockalingam Department of ECE, Indian Institute of Science, Bangalore 5612, India Abstract Increasing

More information

Adaptation of MAC Layer for QoS in WSN

Adaptation of MAC Layer for QoS in WSN Adaptation of MAC Layer for QoS in WSN Sukumar Nandi and Aditya Yadav IIT Guwahati Abstract. In this paper, we propose QoS aware MAC protocol for Wireless Sensor Networks. In WSNs, there can be two types

More information

Prolonging Sensor Network Lifetime with Energy Provisioning and Relay Node Placement by Y. Thomas Hou*, Yi Shi* Hanif D. Sherali^ Scott F.

Prolonging Sensor Network Lifetime with Energy Provisioning and Relay Node Placement by Y. Thomas Hou*, Yi Shi* Hanif D. Sherali^ Scott F. Prolonging Sensor Network Lifetime with Energy Provisioning and Relay Node Placement by Y. Thomas Hou*, Yi Shi* Hanif D. Sherali^ Scott F. Midkiff* *The Bradley Department of Electrical and Computer Engineering,

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

p-percent Coverage in Wireless Sensor Networks

p-percent Coverage in Wireless Sensor Networks p-percent Coverage in Wireless Sensor Networks Yiwei Wu, Chunyu Ai, Shan Gao and Yingshu Li Department of Computer Science Georgia State University October 28, 2008 1 Introduction 2 p-percent Coverage

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch, David Maltz, David Johnson, Yih-Chun Hu and Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

OLSR-L. Evaluation of OLSR-L Network Protocol for Integrated Protocol for Communications and Positionig

OLSR-L. Evaluation of OLSR-L Network Protocol for Integrated Protocol for Communications and Positionig OLSR-L 1 2 3 4 2 ROULA OLSR OLSR ROULA ROULA OLSR OLSR-L Evaluation of OLSR-L Network Protocol for Integrated Protocol for Communications and Positionig Kazuyoshi Soga, 1 Tomoya Takenaka, 2 Yoshiaki Terashima,

More information

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Article An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Prasan Kumar Sahoo 1, Ming-Jer Chiang 2 and Shih-Lin Wu 1,3, * 1 Department of Computer Science and Information

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #4: Medium Access Control Power/CarrierSense Control, Multi-Channel, Directional Antenna Tamer Nadeem Dept. of Computer Science Power & Carrier Sense

More information

An approach for solving target coverage problem in wireless sensor network

An approach for solving target coverage problem in wireless sensor network An approach for solving target coverage problem in wireless sensor network CHINMOY BHARADWAJ KIIT University, Bhubaneswar, India E mail: chinmoybharadwajcool@gmail.com DR. SANTOSH KUMAR SWAIN KIIT University,

More information

Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system

Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system Nidhi Sindhwani Department of ECE, ASET, GGSIPU, Delhi, India Abstract: In MIMO system, there are several number of users

More information

Location Discovery in Sensor Network

Location Discovery in Sensor Network Location Discovery in Sensor Network Pin Nie Telecommunications Software and Multimedia Laboratory Helsinki University of Technology niepin@cc.hut.fi Abstract One established trend in electronics is micromation.

More information

An Efficient Forward Error Correction Scheme for Wireless Sensor Network

An Efficient Forward Error Correction Scheme for Wireless Sensor Network Available online at www.sciencedirect.com Procedia Technology 4 (2012 ) 737 742 C3IT-2012 An Efficient Forward Error Correction Scheme for Wireless Sensor Network M.P.Singh a, Prabhat Kumar b a Computer

More information

Evaluation of Mobile Ad Hoc Network with Reactive and Proactive Routing Protocols and Mobility Models

Evaluation of Mobile Ad Hoc Network with Reactive and Proactive Routing Protocols and Mobility Models Evaluation of Mobile Ad Hoc Network with Reactive and Proactive Routing Protocols and Mobility Models Rohit Kumar Department of Computer Sc. & Engineering Chandigarh University, Gharuan Mohali, Punjab

More information

SENSOR PLACEMENT FOR MAXIMIZING LIFETIME PER UNIT COST IN WIRELESS SENSOR NETWORKS

SENSOR PLACEMENT FOR MAXIMIZING LIFETIME PER UNIT COST IN WIRELESS SENSOR NETWORKS SENSOR PACEMENT FOR MAXIMIZING IFETIME PER UNIT COST IN WIREESS SENSOR NETWORKS Yunxia Chen, Chen-Nee Chuah, and Qing Zhao Department of Electrical and Computer Engineering University of California, Davis,

More information

INTRODUCTION TO WIRELESS SENSOR NETWORKS. CHAPTER 8: LOCALIZATION TECHNIQUES Anna Förster

INTRODUCTION TO WIRELESS SENSOR NETWORKS. CHAPTER 8: LOCALIZATION TECHNIQUES Anna Förster INTRODUCTION TO WIRELESS SENSOR NETWORKS CHAPTER 8: LOCALIZATION TECHNIQUES Anna Förster OVERVIEW 1. Localization Challenges and Properties 1. Location Information 2. Precision and Accuracy 3. Localization

More information

Multicast Energy Aware Routing in Wireless Networks

Multicast Energy Aware Routing in Wireless Networks Ahmad Karimi Department of Mathematics, Behbahan Khatam Alanbia University of Technology, Behbahan, Iran karimi@bkatu.ac.ir ABSTRACT Multicasting is a service for disseminating data to a group of hosts

More information

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR 802.11P INCLUDING PROPAGATION MODELS Mit Parmar 1, Kinnar Vaghela 2 1 Student M.E. Communication Systems, Electronics & Communication Department, L.D. College

More information

A Hybrid Range-free Localization Algorithm for ZigBee Wireless Sensor Networks

A Hybrid Range-free Localization Algorithm for ZigBee Wireless Sensor Networks The International Arab Journal of Information Technology, Vol. 14, No. 4A, Special Issue 2017 647 A Hybrid Range-free Localization Algorithm for ZigBee Wireless Sensor Networks Tareq Alhmiedat 1 and Amer

More information

Energy-aware Task Scheduling in Wireless Sensor Networks based on Cooperative Reinforcement Learning

Energy-aware Task Scheduling in Wireless Sensor Networks based on Cooperative Reinforcement Learning Energy-aware Task Scheduling in Wireless Sensor Networks based on Cooperative Reinforcement Learning Muhidul Islam Khan, Bernhard Rinner Institute of Networked and Embedded Systems Alpen-Adria Universität

More information

Sensor Node Deployment in Wireless Sensor Networks based on Ionic Bond-Directed Particle Swarm Optimization

Sensor Node Deployment in Wireless Sensor Networks based on Ionic Bond-Directed Particle Swarm Optimization Appl. Math. Inf. Sci. 8, No. 2, 597-65 (214) 597 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/1.12785/amis/8217 Sensor Node Deployment in Wireless Sensor Networks

More information

Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN

Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN G.R.Divya M.E., Communication System ECE DMI College of engineering Chennai, India S.Rajkumar Assistant Professor,

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

Extending lifetime of sensor surveillance systems in data fusion model

Extending lifetime of sensor surveillance systems in data fusion model IEEE WCNC 2011 - Network Exting lifetime of sensor surveillance systems in data fusion model Xiang Cao Xiaohua Jia Guihai Chen State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing,

More information

Target Tracking and Mobile Sensor Navigation in Wireless Sensor Network Using Ant Colony Optimization

Target Tracking and Mobile Sensor Navigation in Wireless Sensor Network Using Ant Colony Optimization Target Tracking and Mobile Sensor Navigation in Wireless Sensor Network Using Ant Colony Optimization 1 Malu Reddi, 2 Prof. Dhanashree Kulkarni 1,2 D Y Patil College Of Engineering, Department of Computer

More information

Faculty Profile (For booklet and website)

Faculty Profile (For booklet and website) Name: Shashi Bhushan Kotwal Designation: Assistant Professor Faculty Profile (For booklet and website) Photograph Department: Electronics & Communication Engineering Email ID: kotwal.sb@smvdu.ac.in, sbkotwal@gmail.com

More information

Beacon Based Positioning and Tracking with SOS

Beacon Based Positioning and Tracking with SOS Kalpa Publications in Engineering Volume 1, 2017, Pages 532 536 ICRISET2017. International Conference on Research and Innovations in Science, Engineering &Technology. Selected Papers in Engineering Based

More information

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Wu Xiaoling, Shu Lei, Yang Jie, Xu Hui, Jinsung Cho, and Sungyoung Lee Department of Computer Engineering, Kyung Hee University, Korea

More information

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD M. Laxmidevi Ramanaiah and M. Damodar Reddy Department of E.E.E., S.V. University,

More information

Reducing Aggregation Bias and Time in Gossiping-based Wireless Sensor Networks

Reducing Aggregation Bias and Time in Gossiping-based Wireless Sensor Networks Reducing Aggregation Bias and Time in Gossiping-based Wireless Sensor Networks Zhiliang Chen, Alexander Kuehne, and Anja Klein Communications Engineering Lab, Technische Universität Darmstadt, Germany

More information

A VORONOI DIAGRAM-BASED APPROACH FOR ANALYZING AREA COVERAGE OF VARIOUS NODE DEPLOYMENT SCHEMES IN WSNS

A VORONOI DIAGRAM-BASED APPROACH FOR ANALYZING AREA COVERAGE OF VARIOUS NODE DEPLOYMENT SCHEMES IN WSNS A VORONOI DIAGRAM-BASED APPROACH FOR ANALYZING AREA COVERAGE OF VARIOUS NODE DEPLOYMENT SCHEMES IN WSNS G Sanjiv Rao 1 and V Vallikumari 2 1 Associate Professor, Dept of CSE, Sri Sai Aditya Institute of

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0047 ISSN (Online): 2279-0055 International

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS

ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS Carla F. Chiasserini Dipartimento di Elettronica, Politecnico di Torino Torino, Italy Ramesh R. Rao California Institute

More information

Average Localization Accuracy in Mobile Wireless Sensor Networks

Average Localization Accuracy in Mobile Wireless Sensor Networks American Journal of Mobile Systems, Applications and Services Vol. 1, No. 2, 2015, pp. 77-81 http://www.aiscience.org/journal/ajmsas Average Localization Accuracy in Mobile Wireless Sensor Networks Preeti

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

I J E E Volume 5 Number 1 June 2013 pp Serials Publications, ISSN :

I J E E Volume 5 Number 1 June 2013 pp Serials Publications, ISSN : Stochastic Range-Free Node Localization in Wireless Sensor Networks Anil Kumar Panipat Institute of Engineering and Technology, Samalkha, Panipat (HR), India anil.rose@rediffmail.com Abstract: In this

More information

Probabilistic Approach of Improved Binary PSO Algorithm Using Mobile Sink Nodes

Probabilistic Approach of Improved Binary PSO Algorithm Using Mobile Sink Nodes MIS Review Vol. 21, Nos. 1/2, September(2015)/March (2016), pp. 1-13 DOI: 10.6131/MISR.2015.2101.01 2016 Department of Management Information Systems, College of Commerce National Chengchi University &

More information

ENHANCEMENT OF OLSR ROUTING PROTOCOL IN MANET Kanu Bala 1, Monika Sachdeva 2 1,2

ENHANCEMENT OF OLSR ROUTING PROTOCOL IN MANET Kanu Bala 1, Monika Sachdeva 2 1,2 ENHANCEMENT OF OLSR ROUTING PROTOCOL IN MANET Kanu Bala 1, Monika Sachdeva 2 1,2 CSE Department, SBSCET Ferozepur, Punjab Email: kanubala89@gmail.com 1, monika.sal@rediffmail.com 2 Abstract MANET stands

More information

Research on Intelligent Helmet for Safety Monitoring in Coal Mine

Research on Intelligent Helmet for Safety Monitoring in Coal Mine 2017 2 nd International Conference on Architectural Engineering and New Materials (ICAENM 2017) ISBN: 978-1-60595-436-3 Research on Intelligent Helmet for Safety Monitoring in Coal Mine Xiucai Guo and

More information

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall Localization ation For Wireless Sensor Networks Univ of Alabama, Fall 2011 1 Introduction - Wireless Sensor Network Power Management WSN Challenges Positioning of Sensors and Events (Localization) Coverage

More information

Collaborative Localization Algorithms for Wireless Sensor Networks with Reduced Localization Error

Collaborative Localization Algorithms for Wireless Sensor Networks with Reduced Localization Error Sensors 2011, 11, 9989-10009; doi:10.3390/s111009989 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Collaborative Localization Algorithms for Wireless Sensor Networks with Reduced

More information

Distance-Vector Routing

Distance-Vector Routing Distance-Vector Routing Antonio Carzaniga Faculty of Informatics University of Lugano June 8, 2007 c 2005 2007 Antonio Carzaniga 1 Recap on link-state routing Distance-vector routing Bellman-Ford equation

More information

Research on an Economic Localization Approach

Research on an Economic Localization Approach Computer and Information Science; Vol. 12, No. 1; 2019 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Research on an Economic Localization Approach 1 Yancheng Teachers

More information

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks By Beakcheol Jang, Jun Bum Lim, Mihail Sichitiu, NC State University 1 Presentation by Andrew Keating for CS577 Fall 2009 Outline

More information

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 6, NO. 1, FEBRUARY 013 ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

More information