SlideShare a Scribd company logo
1 of 6
Download to read offline
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
131 Copyright © 2018. IJEMR. All Rights Reserved.
Volume-8, Issue-5, October 2018
International Journal of Engineering and Management Research
Page Number: 131-136
DOI: doi.org/10.31033/ijemr.8.5.14
Minimization of Localization Error using Connectivity based Geometrical
Method in Wireless Sensor Networks
Sita Kumari. CH1
and Dr. S.P. Setty2
1
Assistant Professor, Department of Information Technology, Gayatri Vidya Parishad College of Engineering(A), INDIA
2
Professor, Department of Computer Science and Systems Engineering, Andhrauniversity College of Engineering, INDIA
1
Corresponding Author: sitha_kumari@gvpce.ac.in
ABSTRACT
Many localization schemes are designed for finding
the geographical coordinates of the unlocalized node in the
network. Still, it is a difficult problem to find accurate and
efficient localization schemes in the Wireless Sensor Networks
(WSNs). We proposed a new method, connectivity based WSN
node localization using one of the geometrical method namely
centroid of a triangle. By developing the centroid of a triangle
from the WSN network model in terms of localization
requirements. The simulation outcomes have shown that the
modified centroid (centroid_T) performs marginally better
than the existing centroid method with a marginally increase
in the computation process. We also observe the variation of
localization error with various anchor nodes, radio range, and
network size.
Keywords— Centroid of a Triangle, Localization, WSN
I. INTRODUCTION
Wireless Sensor Network (WSN) is a wireless
intelligent network. It has ten to thousand sensor nodes.
These nodes are communicating through radio waves and
infrared medium. Each sensor node integration of a sensing
device, a processing circuit, a communication unit, a power
source, and required software[1][2]. The sensing device is
the combination of sensors and ADC. The sensors are
gathering the raw information externally and fed to the
ADC. The ADC provides the corresponding information
and interacts with the processing unit. The processing
circuit performing computations according to the
requirements given by software instructions. The results are
stored into memory or transferred to another sensor node
through the communication unit. The communication unit
is the combination of transmitter and receiver, it
transmitting and receiving the data among the sensor nodes.
Finally, power source generates the power for processing
and transmission of data to among the nodes. In WSNs,
many of the applications such as target detection [3][4],
forest fire detection, monitoring of the environment[5],
traffic monitoring[5], hospital management[6], and
industrial applications[5] require the position of the data
that is localization, because the data received from any
sensor nodes remain meaningless until it correlated with
information about the position. Localization is the process
of finding the physical coordinates of the sensor nodes with
the help of known reference nodes or Global Positioning
System (GPS). Basically, sensor nodes have limited
computational power, radio communication range, and
battery lifetime, there is a need for efficient and reliable
localization methods.
Localization is an interesting and important
research area, many authors are proposed many localization
algorithms, still, it requires accurate and minimum power
with low-cost localization methods. When the developer
design localization methods, they should consider
following properties [7].
i. The developer must consider minimum power
and cost of hardware because basically, WSN
nodes are low power, low communication
coverage area.
ii. The localization is suitable in three
dimensional(3D) node deployment models.
iii. The Global Positioning System(GPS) is not
suitable for in all environments because signal
problems and it needs more hardware. If ever
sensor node has GPS it requires more
hardware, then cost and power consumption
increase.
iv. Node density is also an important factor when
localization methods are implemented
because more reference nodes (Anchor nodes)
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
132 Copyright © 2018. IJEMR. All Rights Reserved.
provide better accuracy but energy
consumption is also increasing, So optimum
number of anchors are required.
v. The designed localization algorithms should
be universal, not for particular applications it
should applicable indoor as well as outdoor
localization applications
Localization methods have classified according to
different criteria such as mode of operations, measurement
and calculations, importance of accuracy, hardware
complexity, network architecture, and node deployment
models. According to measurement and classifications, the
localization methods have divided into range-based and
range-free methods. In the range-based localization
method, the position of unlocalized nodes can be estimated
with the help of distance or time difference or angle or
signal strenth between the unknown node and reference
nodes. Examples of range based methods[8] are TDOA,
TOA, AOA, RSSI. In range-free methods the position is
calculated, connectivity between reference nodes in terms
of hop count only no need of distance between reference
nodes. The well-known methods for range-free
localization[9] are Centroid, Weighted centroid, DV-hop,
Improved DV-hop, APIT, Bounding box, Amorphous,
II. RELATED WORK
The centroid is a simple range-free localization
scheme introduced by Bulusu et al., [10]. Centroid uses a
regular mesh topology of nodes which are known their
positions and serve as reference points or anchors. These
anchors send their location information as an
announcement called beacons in periodically. The beacon
consists of a reference location and connectivity metric
based on received packets are used to rate the connectivity
between an unknown node and its available reference
locations. In equation 1 NoBrecv and NoBsend denote the
number of beacons received from and sent by the ith anchor
node in a time period t. If the receiving node receives the
beacons grater than the threshold value in period t, then the
nodes are considered with in a radio range.
(1)
Where CM is connectivity metric
NoBrecv(i,t) is Number of Beacons received i th
anchor in
time period ‘t’
NoBsend(i,t) is Number of Beacons send i th
anchor in time
period ‘t’
Those anchors connectivity count CMi > CMthresh
are considered for localization. The authors propose to set
CMthresh = 90, i.e., only anchors with high delivery ratios
are assumed to be connected to the unknown node. The set
of ‘m’ anchors chosen reference points are used to estimate
the location of the unlocalized node by using given
Equation (2)
(xest,yest)=( (2)
Where (Xest, Yest) estimation position of the unlocalised
node, (x1,y1), (x2,y2), ….( xm, ym) locations of ‘m’anchors.
III. METHODOLOGY
(A) Localization by using the centroid of a triangle
(centroid_T)
Preliminary concepts for proposed method
Where the three medians intersect in a triangle is
called centroid[11]. Let ABC be a triangle and their
coordinates are A(x1,y1), B(x2,y2), and C(x3,y3). D, E, and
F are the mid points and M1, M2, and M3 are the medians
of a triangle.
Figure 1: Calculation of centroid of a Triangle
The centroid CE(x, y) derived as follows
D is the mid-point of line segment AB of a triangle and the
coordinates of D can be determined using mid-point
formula
( (3)
E is the mid-point of line segment BC of a triangle and the
coordinates of E can be determined using mid-point
formula
• ( (4)
F is the mid-point of line segment CA of a triangle and the
coordinates of F can be determined using mid-point
formula
• ( (5)
The point CE (x,y) divides the median M1 it’s line segment
DC is the ratio of 2:1
• The coordinates of CE calculated according to
section formula
(x,y)
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
133 Copyright © 2018. IJEMR. All Rights Reserved.
(6)
(x,y) = ( (7)
The point CE(x,y) divides the median M2 it’s line
segment EA is the ratio of 2:1
 The coordinates of CE calculated according to
section formula
(8)
(x, y) = ( (9)
The point CE(x, y) divides the median M3 it’s line
segment FB is the ratio of 2:1
 The coordinates of CE calculated according to
section formula
(10)
(x, y) = ( (11)
(B) Methodology for Proposed Method (centroid_T)
In this proposed centroid calculation method, the
sensor nodes which are randomly deployed in the network.
In the network which nodes are aware of their positions are
called reference nodes (anchor nodes) or beacon nodes
while others are called unlocalized nodes (unknown nodes).
First unknown node collects the connectivity information
as well as the positions of reference nodes and then
calculates their own position. The connectivity information
of a node unknown node (UN) can be its hop counts to
other nodes. The connectivity is used as an indication of
how close unknown node to other nodes. If one node is
within the communication range of another node, then the
distance between two nodes can be called as one hop, and
these nodes neighbors of each other. This method requires,
an unknown node with a minimum of three neighbor
anchor nodes i.e. An1(x1,y1), An2(x2, y2), and An3(x3,y3).
These three anchor nodes form a triangle and unknown
node must be a point should inside the intersection of the
three radio ranges formed by anchor nodes. The location of
unknown node and anchor nodes must be in the
communication range of the network area. Now calculate
the centroid (xce_T,yce_T ) of a triangle by using preliminary
concepts of the centroid of a triangle explained section 3.3
and by any using Equation (3.7 or 3.9 or 3.11). It is known
as the estimated location of the unlocalized node.
(xce_T,yce_T)= (
(3.11)
Where (Xce_T,Yce_T) estimated position of the
unknown node and (x1,y1), (x2,y2), (x3,y3) are position of
anchor nodes. Now calculating the localization error.
Figure 2: Localization by using the centroid of a
Triangle method (for Acute Triangle)
Calculate the localization error by using the
following equation
Localization
error=
meters
Where (xce _T, yce_T) is the estimated position of an
unlocalized node.
Accuracy=
( )
Where R is the radio range covered by anchor
nodes
(C) Flowchart for Proposed localization method
(centroid_T)
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
134 Copyright © 2018. IJEMR. All Rights Reserved.
Figure 3: Flow chart for the proposed method
IV. EXPERIMENTAL SETUP AND
RESULTS ANALYSIS
(A) Simulation environment
For verifying the performance of the proposed
method, a number of simulations have been conducting by
using MATLAB R2015a. In this experiment, initial
network size is 40m X 40m square area and numbers of
sensor nodes are randomly deployed and a radio range of
each node is 20meters, which is used to communicate the
nodes wirelessly and hop distance between anchor nodes is
10meters it indicates anchor nodes are connected in a single
hop. With the help of these simulation parameters to
calculate estimate position and localization error by varying
anchor density, radio range, and network sizes. Figure 4
shows the simulation environment for localization by using
centroid of the triangle (centroid_T).
Figure 4: simulation environment for centroid of a Triangle
(centroid_T)
(B) Experimental Results and Analysis
Figure 5: Variation of relative localization error with
Radio ranges of centroid and centroid_T
Figure 5 shows the Relative Localization error
(RLE) with various radio ranges. In both methods the RLE
is decreasing by increasing the radio range because
communication range increasing more number of reference
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
135 Copyright © 2018. IJEMR. All Rights Reserved.
nodes are available for an unknown node, then the distance
between anchor nodes are decreasing. If the distance is
decreasing, the error is also decreasing. When the
communication range is 20meters, the RLE has decreased
by 7.88 % in the centroid_T method as compared to the
existing centroid method.
Figure 6: Variation of Relative Localization Error with
anchor nodes of centroid and centroid_T
Figure 6 shows, when the anchor node amount is
minimum, the RLE has decreased by 4.99% in the
centroid_T method as compared to the existing centroid
method.
Figure 7: Variation of Relative Localization Error with
anchor nodes of centroid and centroid_T
The figure 7 shows, when the network size is
40sq.m, the RLE has decreased by 8.66% in the centroid_T
method as compared to the existing centroid method. In
both the methods the localization error is increasing when
increasing the network size.
Figure 8: Variation of Relative Localization Error with
Simulation rounds of centroid and centroid_T
The RLE of both methods is maintained study
state error when increasing the number of simulation
rounds.
V. CONCLUSION
Location of data is very important in certain
applications of WSNs, So localization plays a major role in
the WSNs. When comparing with range-based localization
methods, the rage free localization methods have less cost
and less complexity. Simulation results demonstrate under
the various parameters which are effective to the
localization error like anchor amount, radio range and
network size. The accuracy of the calculated position is
directly related to the anchor nodes in the sensor field and
radio-range. We can archive high accuracy with more
number of anchor nodes, but at the same time, energy
consumption and cost is increased.
The existing centroid localization method and modified
centroid localization method comparatively observed, it
found that the localization error is minimized when
increasing the radio range, anchor nodes, and error is
increasing when the network size is increasing. The
simulation outcomes have shown that the modified centroid
(centroid_T) performs marginally better than the existing
centroid method.
www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962
136 Copyright © 2018. IJEMR. All Rights Reserved.
REFERENCES
[1] Hu. F, Cao. X. (2010). Wireless sensor networks:
Principles and practice. (1st
ed.). CRC Press: Taylor &
Francis Group.
[2] Waltenegus Da, & Christian. P. (2010). Fundamentals
of wireless sensor networks: Theory and practice. Wiley
Publications. Available at:
https://pdfs.semanticscholar.org/e87f/5253451603be6ef1b5
d56700ed8048a33d61.pdf.
[3] F. Akyildiz, Su. W, Y., & Cayirci. E. (2002). Wireless
sensor networks: A survey. Computer Networks, 38(4),
393-422.
[4] M.Haenggi. (2005). Opportunities and challenges in
wireless sensor networks in handbook of sensor networks.
Compact Wireless and Wired Sensing Systems, New York,
USA: CRC Press. pp.1-11.
[5] M.A Perillo & Heinzelman, W.B. (2004). Wireless
sensor network protocols. Available at:
https://pdfs.semanticscholar.org/6aee/ed25f71a283ccf5320
4fac00358d3b90d5da.pdf.
[6] Yick Jennifer, Mukherjee Biswanath, & Ghosal Dipak.
(2008). Wireless sensor network survey. Computer
Networks, 52(12), 2292-2330.
[7] Ali Alrajeh Nabil, Maryam Bashir, & Shams Bilal.
(2013). Localization Techniques in Wireless Sensor
Networks. International Journal of Distributed Sensor
Network, 1-9. doi.org/10.1155/2013/304628.
[8] Wang, Jing, Gosh, R.K., Das, & K Sajal. (2010). A
survey on sensor localization. Journal of Control Theory
and Applications, 8(1), 2-11.
[9] Nicolescu, D., Nath, B. (2003). DV based positioning in
ad hoc networks. Telecommunication Systems, 22(1), 267-
280.
[10] Bulusu. N, Heidemann. J, & Estrin. D. (2000). GPS-
less low-cost outdoor localization for very small devices.
IEEE Personal Communications Magazine, 7(5), 28-32.
[11] https://www.mathopenref.com

More Related Content

What's hot

H030102052055
H030102052055H030102052055
H030102052055theijes
 
Iaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless adIaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless adIaetsd Iaetsd
 
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...ijsc
 
A Survey on Topology Control and Maintenance in Wireless Sensor Networks
A Survey on Topology Control and Maintenance in Wireless Sensor NetworksA Survey on Topology Control and Maintenance in Wireless Sensor Networks
A Survey on Topology Control and Maintenance in Wireless Sensor Networksijeei-iaes
 
Uwb localization of nodes for
Uwb localization of nodes forUwb localization of nodes for
Uwb localization of nodes forijistjournal
 
Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502IJRAT
 
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksArtificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...
A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...
A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...IOSR Journals
 
Optimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor NetworksOptimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor Networkspaperpublications3
 
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor NetworksRedundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor NetworksEditor IJCATR
 
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...ijwmn
 
A FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKS
A FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKSA FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKS
A FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKScsandit
 

What's hot (15)

H030102052055
H030102052055H030102052055
H030102052055
 
Iaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless adIaetsd improving the location of nodes in wireless ad
Iaetsd improving the location of nodes in wireless ad
 
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
 
3 ijcse-01222-5
3 ijcse-01222-53 ijcse-01222-5
3 ijcse-01222-5
 
2512ijcsea02
2512ijcsea022512ijcsea02
2512ijcsea02
 
A Survey on Topology Control and Maintenance in Wireless Sensor Networks
A Survey on Topology Control and Maintenance in Wireless Sensor NetworksA Survey on Topology Control and Maintenance in Wireless Sensor Networks
A Survey on Topology Control and Maintenance in Wireless Sensor Networks
 
Uwb localization of nodes for
Uwb localization of nodes forUwb localization of nodes for
Uwb localization of nodes for
 
Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502
 
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksArtificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
 
A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...
A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...
A Survey on Applications of Neural Networks and Genetic Algorithms in Fault D...
 
Optimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor NetworksOptimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor Networks
 
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor NetworksRedundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
Redundant Actor Based Multi-Hole Healing System for Mobile Sensor Networks
 
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
 
50120140503002
5012014050300250120140503002
50120140503002
 
A FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKS
A FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKSA FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKS
A FAST FAULT TOLERANT PARTITIONING ALGORITHM FOR WIRELESS SENSOR NETWORKS
 

Similar to Minimization of Localization Error using Connectivity based Geometrical Method in Wireless Sensor Networks

CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM ijassn
 
Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...
Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...
Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...ijdmtaiir
 
V1_I2_2012_Paper5.docx
V1_I2_2012_Paper5.docxV1_I2_2012_Paper5.docx
V1_I2_2012_Paper5.docxpraveena06
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODijwmn
 
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESIOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESijassn
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networksIJECEIAES
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...eSAT Publishing House
 
Sensor Localization presentation1&2
Sensor Localization  presentation1&2Sensor Localization  presentation1&2
Sensor Localization presentation1&2gamalsallam1989
 
Development and performance evaluation of localization algorithm for variety ...
Development and performance evaluation of localization algorithm for variety ...Development and performance evaluation of localization algorithm for variety ...
Development and performance evaluation of localization algorithm for variety ...eSAT Journals
 
Development and performance evaluation of
Development and performance evaluation ofDevelopment and performance evaluation of
Development and performance evaluation ofeSAT Publishing House
 
IoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous Network
IoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous NetworkIoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous Network
IoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous NetworkIJCNCJournal
 
IOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORK
IOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORKIOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORK
IOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORKIJCNCJournal
 
An efficient reconfigurable optimal source detection and beam allocation algo...
An efficient reconfigurable optimal source detection and beam allocation algo...An efficient reconfigurable optimal source detection and beam allocation algo...
An efficient reconfigurable optimal source detection and beam allocation algo...IJECEIAES
 
Design and implementation of a centralized approach for multi-node localizatio
Design and implementation of a centralized approach for multi-node localizatioDesign and implementation of a centralized approach for multi-node localizatio
Design and implementation of a centralized approach for multi-node localizatioIJECEIAES
 
Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...
Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...
Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...IJEACS
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor Networks3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor NetworksIOSR Journals
 
Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...eSAT Publishing House
 

Similar to Minimization of Localization Error using Connectivity based Geometrical Method in Wireless Sensor Networks (20)

[IJET-V1I3P14] Authors :Kruthika R.
[IJET-V1I3P14] Authors :Kruthika R.[IJET-V1I3P14] Authors :Kruthika R.
[IJET-V1I3P14] Authors :Kruthika R.
 
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
 
Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...
Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...
Anchor Positioning using Sensor Transmission Range Based Clustering for Mobil...
 
V1_I2_2012_Paper5.docx
V1_I2_2012_Paper5.docxV1_I2_2012_Paper5.docx
V1_I2_2012_Paper5.docx
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
 
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESIOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networks
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...
 
Sensor Localization presentation1&2
Sensor Localization  presentation1&2Sensor Localization  presentation1&2
Sensor Localization presentation1&2
 
Development and performance evaluation of localization algorithm for variety ...
Development and performance evaluation of localization algorithm for variety ...Development and performance evaluation of localization algorithm for variety ...
Development and performance evaluation of localization algorithm for variety ...
 
Development and performance evaluation of
Development and performance evaluation ofDevelopment and performance evaluation of
Development and performance evaluation of
 
IoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous Network
IoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous NetworkIoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous Network
IoT-Based Mobile Adaptive Routing Algorithm in a Ubiquitous Network
 
IOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORK
IOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORKIOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORK
IOT-BASED MOBILE ADAPTIVE ROUTING ALGORITHM IN A UBIQUITOUS NETWORK
 
An efficient reconfigurable optimal source detection and beam allocation algo...
An efficient reconfigurable optimal source detection and beam allocation algo...An efficient reconfigurable optimal source detection and beam allocation algo...
An efficient reconfigurable optimal source detection and beam allocation algo...
 
Design and implementation of a centralized approach for multi-node localizatio
Design and implementation of a centralized approach for multi-node localizatioDesign and implementation of a centralized approach for multi-node localizatio
Design and implementation of a centralized approach for multi-node localizatio
 
Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...
Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...
Comparative Analysis of Different Deployment Techniques in Wireless Sensor Ne...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Q026201030106
Q026201030106Q026201030106
Q026201030106
 
3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor Networks3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor Networks
 
Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...Spatial correlation based clustering algorithm for random and uniform topolog...
Spatial correlation based clustering algorithm for random and uniform topolog...
 

More from Dr. Amarjeet Singh

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Dr. Amarjeet Singh
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladDr. Amarjeet Singh
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Dr. Amarjeet Singh
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Dr. Amarjeet Singh
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Dr. Amarjeet Singh
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...Dr. Amarjeet Singh
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...Dr. Amarjeet Singh
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...Dr. Amarjeet Singh
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in IndiaDr. Amarjeet Singh
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Dr. Amarjeet Singh
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidDr. Amarjeet Singh
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureDr. Amarjeet Singh
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Dr. Amarjeet Singh
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Dr. Amarjeet Singh
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Dr. Amarjeet Singh
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewDr. Amarjeet Singh
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Dr. Amarjeet Singh
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Dr. Amarjeet Singh
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryDr. Amarjeet Singh
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemDr. Amarjeet Singh
 

More from Dr. Amarjeet Singh (20)

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in India
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of View
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel Industry
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain Ecosystem
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

Minimization of Localization Error using Connectivity based Geometrical Method in Wireless Sensor Networks

  • 1. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 131 Copyright © 2018. IJEMR. All Rights Reserved. Volume-8, Issue-5, October 2018 International Journal of Engineering and Management Research Page Number: 131-136 DOI: doi.org/10.31033/ijemr.8.5.14 Minimization of Localization Error using Connectivity based Geometrical Method in Wireless Sensor Networks Sita Kumari. CH1 and Dr. S.P. Setty2 1 Assistant Professor, Department of Information Technology, Gayatri Vidya Parishad College of Engineering(A), INDIA 2 Professor, Department of Computer Science and Systems Engineering, Andhrauniversity College of Engineering, INDIA 1 Corresponding Author: sitha_kumari@gvpce.ac.in ABSTRACT Many localization schemes are designed for finding the geographical coordinates of the unlocalized node in the network. Still, it is a difficult problem to find accurate and efficient localization schemes in the Wireless Sensor Networks (WSNs). We proposed a new method, connectivity based WSN node localization using one of the geometrical method namely centroid of a triangle. By developing the centroid of a triangle from the WSN network model in terms of localization requirements. The simulation outcomes have shown that the modified centroid (centroid_T) performs marginally better than the existing centroid method with a marginally increase in the computation process. We also observe the variation of localization error with various anchor nodes, radio range, and network size. Keywords— Centroid of a Triangle, Localization, WSN I. INTRODUCTION Wireless Sensor Network (WSN) is a wireless intelligent network. It has ten to thousand sensor nodes. These nodes are communicating through radio waves and infrared medium. Each sensor node integration of a sensing device, a processing circuit, a communication unit, a power source, and required software[1][2]. The sensing device is the combination of sensors and ADC. The sensors are gathering the raw information externally and fed to the ADC. The ADC provides the corresponding information and interacts with the processing unit. The processing circuit performing computations according to the requirements given by software instructions. The results are stored into memory or transferred to another sensor node through the communication unit. The communication unit is the combination of transmitter and receiver, it transmitting and receiving the data among the sensor nodes. Finally, power source generates the power for processing and transmission of data to among the nodes. In WSNs, many of the applications such as target detection [3][4], forest fire detection, monitoring of the environment[5], traffic monitoring[5], hospital management[6], and industrial applications[5] require the position of the data that is localization, because the data received from any sensor nodes remain meaningless until it correlated with information about the position. Localization is the process of finding the physical coordinates of the sensor nodes with the help of known reference nodes or Global Positioning System (GPS). Basically, sensor nodes have limited computational power, radio communication range, and battery lifetime, there is a need for efficient and reliable localization methods. Localization is an interesting and important research area, many authors are proposed many localization algorithms, still, it requires accurate and minimum power with low-cost localization methods. When the developer design localization methods, they should consider following properties [7]. i. The developer must consider minimum power and cost of hardware because basically, WSN nodes are low power, low communication coverage area. ii. The localization is suitable in three dimensional(3D) node deployment models. iii. The Global Positioning System(GPS) is not suitable for in all environments because signal problems and it needs more hardware. If ever sensor node has GPS it requires more hardware, then cost and power consumption increase. iv. Node density is also an important factor when localization methods are implemented because more reference nodes (Anchor nodes)
  • 2. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 132 Copyright © 2018. IJEMR. All Rights Reserved. provide better accuracy but energy consumption is also increasing, So optimum number of anchors are required. v. The designed localization algorithms should be universal, not for particular applications it should applicable indoor as well as outdoor localization applications Localization methods have classified according to different criteria such as mode of operations, measurement and calculations, importance of accuracy, hardware complexity, network architecture, and node deployment models. According to measurement and classifications, the localization methods have divided into range-based and range-free methods. In the range-based localization method, the position of unlocalized nodes can be estimated with the help of distance or time difference or angle or signal strenth between the unknown node and reference nodes. Examples of range based methods[8] are TDOA, TOA, AOA, RSSI. In range-free methods the position is calculated, connectivity between reference nodes in terms of hop count only no need of distance between reference nodes. The well-known methods for range-free localization[9] are Centroid, Weighted centroid, DV-hop, Improved DV-hop, APIT, Bounding box, Amorphous, II. RELATED WORK The centroid is a simple range-free localization scheme introduced by Bulusu et al., [10]. Centroid uses a regular mesh topology of nodes which are known their positions and serve as reference points or anchors. These anchors send their location information as an announcement called beacons in periodically. The beacon consists of a reference location and connectivity metric based on received packets are used to rate the connectivity between an unknown node and its available reference locations. In equation 1 NoBrecv and NoBsend denote the number of beacons received from and sent by the ith anchor node in a time period t. If the receiving node receives the beacons grater than the threshold value in period t, then the nodes are considered with in a radio range. (1) Where CM is connectivity metric NoBrecv(i,t) is Number of Beacons received i th anchor in time period ‘t’ NoBsend(i,t) is Number of Beacons send i th anchor in time period ‘t’ Those anchors connectivity count CMi > CMthresh are considered for localization. The authors propose to set CMthresh = 90, i.e., only anchors with high delivery ratios are assumed to be connected to the unknown node. The set of ‘m’ anchors chosen reference points are used to estimate the location of the unlocalized node by using given Equation (2) (xest,yest)=( (2) Where (Xest, Yest) estimation position of the unlocalised node, (x1,y1), (x2,y2), ….( xm, ym) locations of ‘m’anchors. III. METHODOLOGY (A) Localization by using the centroid of a triangle (centroid_T) Preliminary concepts for proposed method Where the three medians intersect in a triangle is called centroid[11]. Let ABC be a triangle and their coordinates are A(x1,y1), B(x2,y2), and C(x3,y3). D, E, and F are the mid points and M1, M2, and M3 are the medians of a triangle. Figure 1: Calculation of centroid of a Triangle The centroid CE(x, y) derived as follows D is the mid-point of line segment AB of a triangle and the coordinates of D can be determined using mid-point formula ( (3) E is the mid-point of line segment BC of a triangle and the coordinates of E can be determined using mid-point formula • ( (4) F is the mid-point of line segment CA of a triangle and the coordinates of F can be determined using mid-point formula • ( (5) The point CE (x,y) divides the median M1 it’s line segment DC is the ratio of 2:1 • The coordinates of CE calculated according to section formula (x,y)
  • 3. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 133 Copyright © 2018. IJEMR. All Rights Reserved. (6) (x,y) = ( (7) The point CE(x,y) divides the median M2 it’s line segment EA is the ratio of 2:1  The coordinates of CE calculated according to section formula (8) (x, y) = ( (9) The point CE(x, y) divides the median M3 it’s line segment FB is the ratio of 2:1  The coordinates of CE calculated according to section formula (10) (x, y) = ( (11) (B) Methodology for Proposed Method (centroid_T) In this proposed centroid calculation method, the sensor nodes which are randomly deployed in the network. In the network which nodes are aware of their positions are called reference nodes (anchor nodes) or beacon nodes while others are called unlocalized nodes (unknown nodes). First unknown node collects the connectivity information as well as the positions of reference nodes and then calculates their own position. The connectivity information of a node unknown node (UN) can be its hop counts to other nodes. The connectivity is used as an indication of how close unknown node to other nodes. If one node is within the communication range of another node, then the distance between two nodes can be called as one hop, and these nodes neighbors of each other. This method requires, an unknown node with a minimum of three neighbor anchor nodes i.e. An1(x1,y1), An2(x2, y2), and An3(x3,y3). These three anchor nodes form a triangle and unknown node must be a point should inside the intersection of the three radio ranges formed by anchor nodes. The location of unknown node and anchor nodes must be in the communication range of the network area. Now calculate the centroid (xce_T,yce_T ) of a triangle by using preliminary concepts of the centroid of a triangle explained section 3.3 and by any using Equation (3.7 or 3.9 or 3.11). It is known as the estimated location of the unlocalized node. (xce_T,yce_T)= ( (3.11) Where (Xce_T,Yce_T) estimated position of the unknown node and (x1,y1), (x2,y2), (x3,y3) are position of anchor nodes. Now calculating the localization error. Figure 2: Localization by using the centroid of a Triangle method (for Acute Triangle) Calculate the localization error by using the following equation Localization error= meters Where (xce _T, yce_T) is the estimated position of an unlocalized node. Accuracy= ( ) Where R is the radio range covered by anchor nodes (C) Flowchart for Proposed localization method (centroid_T)
  • 4. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 134 Copyright © 2018. IJEMR. All Rights Reserved. Figure 3: Flow chart for the proposed method IV. EXPERIMENTAL SETUP AND RESULTS ANALYSIS (A) Simulation environment For verifying the performance of the proposed method, a number of simulations have been conducting by using MATLAB R2015a. In this experiment, initial network size is 40m X 40m square area and numbers of sensor nodes are randomly deployed and a radio range of each node is 20meters, which is used to communicate the nodes wirelessly and hop distance between anchor nodes is 10meters it indicates anchor nodes are connected in a single hop. With the help of these simulation parameters to calculate estimate position and localization error by varying anchor density, radio range, and network sizes. Figure 4 shows the simulation environment for localization by using centroid of the triangle (centroid_T). Figure 4: simulation environment for centroid of a Triangle (centroid_T) (B) Experimental Results and Analysis Figure 5: Variation of relative localization error with Radio ranges of centroid and centroid_T Figure 5 shows the Relative Localization error (RLE) with various radio ranges. In both methods the RLE is decreasing by increasing the radio range because communication range increasing more number of reference
  • 5. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 135 Copyright © 2018. IJEMR. All Rights Reserved. nodes are available for an unknown node, then the distance between anchor nodes are decreasing. If the distance is decreasing, the error is also decreasing. When the communication range is 20meters, the RLE has decreased by 7.88 % in the centroid_T method as compared to the existing centroid method. Figure 6: Variation of Relative Localization Error with anchor nodes of centroid and centroid_T Figure 6 shows, when the anchor node amount is minimum, the RLE has decreased by 4.99% in the centroid_T method as compared to the existing centroid method. Figure 7: Variation of Relative Localization Error with anchor nodes of centroid and centroid_T The figure 7 shows, when the network size is 40sq.m, the RLE has decreased by 8.66% in the centroid_T method as compared to the existing centroid method. In both the methods the localization error is increasing when increasing the network size. Figure 8: Variation of Relative Localization Error with Simulation rounds of centroid and centroid_T The RLE of both methods is maintained study state error when increasing the number of simulation rounds. V. CONCLUSION Location of data is very important in certain applications of WSNs, So localization plays a major role in the WSNs. When comparing with range-based localization methods, the rage free localization methods have less cost and less complexity. Simulation results demonstrate under the various parameters which are effective to the localization error like anchor amount, radio range and network size. The accuracy of the calculated position is directly related to the anchor nodes in the sensor field and radio-range. We can archive high accuracy with more number of anchor nodes, but at the same time, energy consumption and cost is increased. The existing centroid localization method and modified centroid localization method comparatively observed, it found that the localization error is minimized when increasing the radio range, anchor nodes, and error is increasing when the network size is increasing. The simulation outcomes have shown that the modified centroid (centroid_T) performs marginally better than the existing centroid method.
  • 6. www.ijemr.net ISSN (ONLINE): 2250-0758, ISSN (PRINT): 2394-6962 136 Copyright © 2018. IJEMR. All Rights Reserved. REFERENCES [1] Hu. F, Cao. X. (2010). Wireless sensor networks: Principles and practice. (1st ed.). CRC Press: Taylor & Francis Group. [2] Waltenegus Da, & Christian. P. (2010). Fundamentals of wireless sensor networks: Theory and practice. Wiley Publications. Available at: https://pdfs.semanticscholar.org/e87f/5253451603be6ef1b5 d56700ed8048a33d61.pdf. [3] F. Akyildiz, Su. W, Y., & Cayirci. E. (2002). Wireless sensor networks: A survey. Computer Networks, 38(4), 393-422. [4] M.Haenggi. (2005). Opportunities and challenges in wireless sensor networks in handbook of sensor networks. Compact Wireless and Wired Sensing Systems, New York, USA: CRC Press. pp.1-11. [5] M.A Perillo & Heinzelman, W.B. (2004). Wireless sensor network protocols. Available at: https://pdfs.semanticscholar.org/6aee/ed25f71a283ccf5320 4fac00358d3b90d5da.pdf. [6] Yick Jennifer, Mukherjee Biswanath, & Ghosal Dipak. (2008). Wireless sensor network survey. Computer Networks, 52(12), 2292-2330. [7] Ali Alrajeh Nabil, Maryam Bashir, & Shams Bilal. (2013). Localization Techniques in Wireless Sensor Networks. International Journal of Distributed Sensor Network, 1-9. doi.org/10.1155/2013/304628. [8] Wang, Jing, Gosh, R.K., Das, & K Sajal. (2010). A survey on sensor localization. Journal of Control Theory and Applications, 8(1), 2-11. [9] Nicolescu, D., Nath, B. (2003). DV based positioning in ad hoc networks. Telecommunication Systems, 22(1), 267- 280. [10] Bulusu. N, Heidemann. J, & Estrin. D. (2000). GPS- less low-cost outdoor localization for very small devices. IEEE Personal Communications Magazine, 7(5), 28-32. [11] https://www.mathopenref.com