SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Journal of Engineering Inventions 
e-ISSN: 2278-7461, p-ISSN: 2319-6491 
Volume 4, Issue 03 (August 2014) PP: 39-44 
www.ijeijournal.com Page | 39 
Indoor Localization in Wireless Sensor Networks 
Farhat M. A. Zargoun1, Nesreen I. Ziedan1, and Ibrahim M. Henawy2, 
Muamer K. Masoud3 
1Computer and systems Engineering dept., Faculty of Engineering, Zagazig University 
2Faculty of computer and information, Zagazig University 
3Computer science dept., Faculty of Science, Zaitoona University 
ABSTRACT: Popularity of ubiquitous computing increases the importance of location-aware applications, 
which increases the need for finding location of the user. In this paper, we present a novel localization method 
for indoor environments using Wi-Fi infrastructure. 
While localization using Wi-Fi is cost effective, handling the obstructions which are the main cause of 
signal propagation error in indoor environments is a challenging task. We address this problem in two levels, 
resulting in increased accuracy of localization. In the first level, we "localize" the residing area of user node in 
coarse granularity. Then, we use building layout to find the objects that attenuate the signal between the 
reference node and the coarse estimate of the location of user node. Using multi-wall propagation model, we 
apply corrections for all obstructions and find the location of user node. Empirical results based on experiments 
conducted in lab-scale, shows meter-level accuracy. 
I. Introduction 
The definition of a localization system among sensor nodes is an important issue for many 
applications of wireless sensor networks (WSNs). Thus, a localization system is required in order to provide 
position information to the nodes. The importance of localization information arises from several factors, many 
of which are related only to WSNs. These factors include the identification and correlation of gathered data, 
node addressing, management and query of nodes localized in a determined region, evaluation of nodes’ 
coverage, energy map generation, geographic routing, object tracking. All of these factors make localization 
systems a key technology for the development and operation of WSNs. 
To date, a broad variety of positioning techniques has been proposed, the measurement procedures, and 
their consideration of application-specific requirements. 
For the design and maintenance of indoor wireless services the knowledge of the signal propagation in different 
environments is demanded. Indoor propagation is one of the most complicated propagation topics based on the 
specific type of the building structure and used materials. Empirical modeling based on statistics seems to be the 
most efficient approach since there is no need of precise definition of the building interiors. On the other hand, 
such models can fail in indoor situations where more precise site-specific model should be used. 
The major source of error for localization using 802.11x infrastructures in indoor environments is the 
obstructions that interfere with the signal propagation from the reference node to user node. The attenuation 
caused is dependent on the number and type of obstructions. The accuracy of the localization method can be 
increased if these obstructions are identified and necessary corrections are applied to the signal strength during 
distance estimation. But the actual number and type of obstructions between user node and the reference node 
depends on the exact location of user node, which is normally unknown. To overcome this problem, a two level 
system is proposed. The two levels in the proposed system are: Coarse level and Fine level. In Coarse level, the 
Locality of user node using range-free technique is computed. Then the number and type of obstructions are 
found using the computed Locality and knowledge of the building layout. In fine level corrections to the signal 
strength are applied using the obstructions found, which are then fed to range-based technique to find the 
location of user node. 
II. Principles of RSSI ranging 
Most widely used propagation model for indoor environments is log distance path loss model, which is given as: 
( ) ( ) 10 log ( / ) 0 10 0 RSS d P PL d d d t     
μ is the path loss exponent. 
The above equation is best suited for obstruction free environments but not for indoor environments 
where obstructions are found. 
To consider the effect of obstructions on the signal strength, multi-wall propagation model is used; the 
generalized propagation model can then be given as:
Indoor Localization in Wireless Sensor Networks 
www.ijeijournal.com Page | 40 
( ) ( ) ( ) 0 RS d P PL d TL d t    
TL(d) is represent the total transmission loss, which is consists of two components: 
- Path transmission loss (PL(d)) 
- Loss due to obstructions (OL) 
Obstruction Loss {OL) depends on the number of obstructions between the transmitter and the receiver and 
is sum of attenuations which is given as: 
 
 
n 
i 
i i OL m x 
1 
mi - number of obstructions 
xi – attenuation caused by it. 
Note: OL drops to zero when LOS condition exists. 
Therefore multi wall propagation model is given as: 
 
    
n 
i 
i i RSS d P PL d d d m x 
1 
0 10 0 ( ) ( ) 10 log ( / ) 
The parameter xi for each type of obstruction was determined empirically from a series of experiments 
conducted under controlled conditions. 
We conducted two experiments, one to show that log normal propagation model holds good when there 
is line of sight between sender and receiver and the second one to understand the effect of obstruction on the 
signal from sender to receiver. 
LOS Propagation Model NLOS Propagation Model 
The experimental setup for these two experiments is one access point and one laptop were taken, of 
which access point was the reference node and the laptop was user node. Xirrus Wi-Fi Inspector software was 
installed in user node which captured the signal strength of the broadcast messages sent by the reference node. 
The signal strength readings were measured at various distances from the reference node. In LOS experimental 
setup, Line of Sight condition exists between the reference node and user node, where as in NLOS setup, an 
obstruction was kept between the reference node and user node to find the attenuation loss of this obstruction. 
III. System Model 
The proposed system requires the storage of the building layout and the attenuation loss of the 
obstructions present in the building. 
Free space path loss model
Indoor Localization in Wireless Sensor Networks 
www.ijeijournal.com Page | 41 
Path loss exponent, n for different environments 
Best fit curve of the average curves of the attenuation loss factor at 2.4 GHz 
Wall material Thickness First Wall Second wall 
Concrete 10 cm 16 dB 14 dB 
Concrete 20 cm 29 dB 24 dB 
Dry concrete 35 dB 29 dB 
Porous concrete 34 dB 26 dB 
Plywood 0.4 cm 0.9 dB 0.8 dB 
Penetration loss values for different material characteristics 
IV. First level (Coarse level) 
Coarse level applies range-free technique to estimate the Locality of user node. Range-free technique 
uses the overlapping coverage region of reference nodes to estimate the required area. The reference nodes 
having IDs – ID1 to IDn are situated at positions (X1 Y1) to (Xn, Yn) with transmission ranges R1 to Rn 
respectively. These reference nodes broadcast messages periodically which contain their ID and location 
coordinates. User node listens for these broadcast messages for a period of time and lists the reference nodes 
which it is able to hear. User node can receive the broadcast messages of the reference node if and only if it is in 
the coverage region of the reference node, which is the circle drawn with the reference node location as the 
center and its transmission range as the radius. If user node is able to hear from more than one reference node, 
then the overlapping coverage region of all these reference nodes correspond to the Locality of user node. Here 
it has to be observed that the signal strength of the messages from the reference node is not being taken into 
consideration, so the accuracy of the returned Locality will not be affected by the attenuation error caused by the 
obstructions.
Indoor Localization in Wireless Sensor Networks 
www.ijeijournal.com Page | 42 
Intersection Approach Cell Table 
The whole operating environment is divided into cells, where each square represents one cell. Each cell 
is assigned an integer called cell rank which is set to zero initially for all the cells. This cell rank represents the 
number of reference nodes in its range. Each cell is checked for the validation of In-range property to decide if 
the cell is included in the transmission range of the reference node. If the cell satisfies this property, the rank of 
the cell is incremented by one otherwise the value remains unchanged. This process is repeated for all the 
reference nodes from which user node has received the broadcast messages. 
The In-Range property checks whether the cell is in the coverage region of the corresponding reference 
node or not, which can be formulated as below: 
The pseudo code for Cell Ranking is as follows: 
For each cell C of the building 
For each reference node IDj user node is hearing 
If ( ) 
Then increment cell rank by 1; 
V. Second level (Fine level) 
Fine level estimates the cell in which user node is residing from the set of cells obtained in coarse level. 
Most of the error in indoor environments is due to the attenuation caused by obstructions between the 
transmitter and the receiver. If the number of obstructions between the reference node and user node were 
known, then the distance to the reference node can be determined using the multi-wall propagation model 
equation by applying the correction. However, the actual number of obstructions between the reference node 
and user node depends on the exact location of user node then it is unknown. To circumvent this problem, for all 
the cells obtained in the coarse level, signal strength vector is estimated by finding the obstructions and using 
multi-wall propagation model equation, which is then compared with the received signal strength vector. The 
location of user node is defined as the center of the cell whose estimated signal strength vector best matches 
with the received signal strength vector. 
Consider the layout plan shown in the Figure below, where reference nodes are shown as A1, A2 and 
A3 and square C represents one of the cells obtained from the coarse level. The obstructions between cell C and 
each of the reference nodes can be determined as the positions of cell, reference nodes and layout plan is known. 
Taking this information into consideration signal strength vector is estimated using Multi-wall propagation 
equation. 
Building Layout
Indoor Localization in Wireless Sensor Networks 
www.ijeijournal.com Page | 43 
This signal strength vector is estimated for each cell obtained from the coarse level. It is of the form 
SI= (SI1,SI2,SI3,.. ..,SIK), for all I=1 to N, where N is number of cells obtained in coarse level and k is the number 
of reference nodes covering the obtained cells and SIJ denotes the signal strength at cell i from the Jth reference 
node. 
The received signal strength vector is represented as R= (r1, r2, r3,....,rk). The Euclidean distance given 
in the following equation is calculated between the received signal strength vector and the estimated signal 
strength vector for all the cells. 
 
  
k 
j 
i ij j D S R S r 
1 
2 ( , ) ( ) 
The Cell Number with minimum Euclidean distance is found as shown in the following equation, 
whose center is taken as the location of user node. 
Cell Number = min [D (SI, R)] 
VI. The Experiment 
A series of experiments were done under controlled conditions to evaluate the performance of this 
work. All the experiments are conducted in two-dimensions by keeping all the reference nodes and user node at 
the same height. 
The considered infrastructure contains four reference nodes and one user node. The reference nodes 
were static. 
Xirrus Wi-Fi Inspector software package was installed in user node to capture the signal strength of the 
messages sent by the reference nodes, or you can install any another Wi-Fi inspector softwar. The building was 
divided into cells of size 0.9 x 0.9 m. User moved along various cells and measured both the actual position and 
signal strength readings from the reference nodes. The location of user node was estimated with these signal 
strength vectors using the proposed two-level approach. The location estimation error was calculated as the 
distance between the actual location and estimated location. Let (x, y) represent the actual location and (xest, yest) 
represent the estimated location. The error is given by: 
  2 2 Error x x (y y) est est     
VII. Simulation Results 
Simulation was done to see the effect of number of reference nodes and size of cell on location 
accuracy. Size of the building was taken as 60x30 m2 and parameter values of the multi-wall propagation model 
used are given in Table below. A random noise with δ2 =4 dB was added to the model and positions of the 
reference nodes and user nodes were selected inside the building. 
d0 1 meter 
Pt –PL(d0) -38 dBm 
μ 2.5 
R 30 meter 
Table: Parameter values for propagation model
Indoor Localization in Wireless Sensor Networks 
www.ijeijournal.com Page | 44 
The graph in Figure below shows the location error for various points. The x-axis shows various points in the building and the y-axis shows error in meters. It can be observed from this Figure that the error of the proposed technique is less than 2 meter for all the cells. 
VIII. Conclusions 
In this work we have proposed a technique which works in two levels using both range-free and range- based techniques in a sequence. This work uses the range-free technique to find the Locality of user node and then use multi-wall propagation model inside this Locality to find out the exact position. This work provides improved accuracy because we are using multi-wall propagation model which corrects the attenuation caused by obstructions in the building. We have shown through experiments that the error obtained is less than two meters, which is appreciable, as the exact location is estimated from the Locality identified by the coarse-level part of the This work as opposed to considering the whole operating environment. References 
[1] Nissanka B. Priyantha, Anit Chakraborty and Hari Balakrishnan, The Cricket Location-Support system, Proc. 6th ACM MOBICOM, August 2000. 
[2] R. Want, A. Hopper, V. Falcao, and J. Gibbons, The active badge location system, ACM Transactions on Information Systems, vol. 10, pp. 91-102, Jan. 1992. 
[3] D. Niculescu and B. Nath, Ad hoc positioning system (APS) using AoA, In Proceedings of IEEE INFOCOM 2003, pp 1734-1743, April 2003. 
[4] P. Bahl and V. N. Padmanabhan, RADAR: An in-building RF-based user location and tracking system, In proceedings of the IEEE INFOCOM, pp 775-784, March 2000. 
[5] Loukas Lazos and Radha Poovendran, SeRLoc: Robust Localization for Wireless Sensor Networks, ACM Transactions on Sensor Networks, Vol. 1, pp 73-100, August 2005. 
[6] D. Niculescu and Badrinath, DV Based Positioning in Ad Hoc Networks, In Journal of Telecommunication Systems, 2003. 
[7] T. S. Rapport, Wireless Communications - Principles and Practice, IEEE Press 1996. 
[8] Tian He, Chengdu Huang, Brian M. Blum, John A. Stankovic and Tarek Abdelzaher, Range-Free Localization Schemes for Large Scale Sensor Networks, In Proceedings of MobiCom '03, September 2003. 
[9] P. Enge and P. Misra, Special Issue on GPS: The Global Positioning Systems, Proceedings of the IEEE, January 1999. 
[10] Najar M., Vidal J., Kalman Tracking for Mobile Location in NLOS Situations, 14th IEEE Proceedings on Personal, Indoor and Mobile Radio Communication, Volume 3, pp. 2203-2207, September 2003. 
[11] Niculescu D., Positioning in Ad Hoc Sensor Networks, Communication Magazine, IEEE, Volume 43, Issue 3, pp. 116-122, March 2005. 
[12] Patwari N., Location Estimation in Sensor Networks, Electrical Engineering PhD thesis, The Univerisity of Michigan, USA, 2005. 
[13] H. Laitinen et al, “Experimental Evaluation of Location Methods Based on Signal-Strength Measurements,” IEEE Trans. on Vehicular Technology, vol.56, no.1, pp.287-296, Jan.2007. 
[14] G. Zanca, F. Zorzi, A. Zanella, and M. Zorzi, “Experimental comparison of RSSI-based localization algorithms for indoor wireless sensor networks,” in Proc. ACM REALWSN, pp. 1-5, Apr. 2008.

Weitere ähnliche Inhalte

Was ist angesagt?

Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...IJMER
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...sipij
 
MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...
MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...
MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...ijwmn
 
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
 
Node localization
Node localizationNode localization
Node localizationad-hocnet
 
Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor networkijmnct
 
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...ijtsrd
 
Localization with mobile anchor points in wireless sensor networks
Localization with mobile anchor points in wireless sensor networksLocalization with mobile anchor points in wireless sensor networks
Localization with mobile anchor points in wireless sensor networksHabibur Rahman
 
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...ijwmn
 
localization in wsn
localization in wsnlocalization in wsn
localization in wsnnehabsairam
 
Sensor Localization presentation1&2
Sensor Localization  presentation1&2Sensor Localization  presentation1&2
Sensor Localization presentation1&2gamalsallam1989
 
Propagation measurements and models for wireless channels
Propagation measurements and models for wireless channelsPropagation measurements and models for wireless channels
Propagation measurements and models for wireless channelsNguyen Minh Thu
 
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Mohamed Seif
 
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...
November 9, Planning and Control of Unmanned Aircraft Systems  in Realistic C...November 9, Planning and Control of Unmanned Aircraft Systems  in Realistic C...
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...University of Colorado at Boulder
 

Was ist angesagt? (19)

Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...
 
J0525460
J0525460J0525460
J0525460
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
 
MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...
MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...
MULTI-STAGES CO-OPERATIVE/NONCOOPERATIVE SCHEMES OF SPECTRUM SENSING FOR COGN...
 
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
 
Node localization
Node localizationNode localization
Node localization
 
Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor network
 
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
 
Localization with mobile anchor points in wireless sensor networks
Localization with mobile anchor points in wireless sensor networksLocalization with mobile anchor points in wireless sensor networks
Localization with mobile anchor points in wireless sensor networks
 
Dq24746750
Dq24746750Dq24746750
Dq24746750
 
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
 
localization in wsn
localization in wsnlocalization in wsn
localization in wsn
 
Sensor Localization presentation1&2
Sensor Localization  presentation1&2Sensor Localization  presentation1&2
Sensor Localization presentation1&2
 
Rfid based localization
Rfid based localizationRfid based localization
Rfid based localization
 
Self Healing
Self HealingSelf Healing
Self Healing
 
Bi36358362
Bi36358362Bi36358362
Bi36358362
 
Propagation measurements and models for wireless channels
Propagation measurements and models for wireless channelsPropagation measurements and models for wireless channels
Propagation measurements and models for wireless channels
 
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
 
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...
November 9, Planning and Control of Unmanned Aircraft Systems  in Realistic C...November 9, Planning and Control of Unmanned Aircraft Systems  in Realistic C...
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...
 

Andere mochten auch

уушигны артерийн аневризм
уушигны артерийн аневризмуушигны артерийн аневризм
уушигны артерийн аневризмmunkh_baatar
 
Apresentação de software educativo
Apresentação de software educativoApresentação de software educativo
Apresentação de software educativotdouglaslaia
 
Face forward organization – helping victims of domestic abuse
Face forward organization – helping victims of domestic abuseFace forward organization – helping victims of domestic abuse
Face forward organization – helping victims of domestic abuseChrisgeitz
 
Morning linedealfonsorodriguezveralar22nov14
Morning linedealfonsorodriguezveralar22nov14Morning linedealfonsorodriguezveralar22nov14
Morning linedealfonsorodriguezveralar22nov14Winston1968
 
1 brief history of language teaching
1 brief history of language teaching1 brief history of language teaching
1 brief history of language teachingElif Güllübudak
 
eExamen lengua unidad1 5º
eExamen lengua unidad1 5ºeExamen lengua unidad1 5º
eExamen lengua unidad1 5ºSoniaVargas1
 
Boletin de prensa firma acta de inicio obra pavimentación vía liborina- san ...
Boletin de prensa  firma acta de inicio obra pavimentación vía liborina- san ...Boletin de prensa  firma acta de inicio obra pavimentación vía liborina- san ...
Boletin de prensa firma acta de inicio obra pavimentación vía liborina- san ...Diana Patricia
 
Corporate Analysis and Valuation - Power Sector in India
Corporate Analysis and Valuation -  Power Sector in IndiaCorporate Analysis and Valuation -  Power Sector in India
Corporate Analysis and Valuation - Power Sector in Indiashriya dargan
 
Criminologia e segurança pública - Profº Gesiel Oliveira
Criminologia e segurança pública - Profº Gesiel OliveiraCriminologia e segurança pública - Profº Gesiel Oliveira
Criminologia e segurança pública - Profº Gesiel OliveiraGesiel Oliveira
 
Totalphysicalresponse 091223125050-phpapp02
Totalphysicalresponse 091223125050-phpapp02Totalphysicalresponse 091223125050-phpapp02
Totalphysicalresponse 091223125050-phpapp02Elif Güllübudak
 
Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...
Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...
Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...Patricia Carruthers
 
Desenvolvimento da competência leitora e interpretativa através de jogos educ...
Desenvolvimento da competência leitora e interpretativa através de jogos educ...Desenvolvimento da competência leitora e interpretativa através de jogos educ...
Desenvolvimento da competência leitora e interpretativa através de jogos educ...José Carlos Afonso
 

Andere mochten auch (20)

Science Attitude as a Determinant to Educational Aspiration in Students
Science Attitude as a Determinant to Educational Aspiration in StudentsScience Attitude as a Determinant to Educational Aspiration in Students
Science Attitude as a Determinant to Educational Aspiration in Students
 
Supercapacitors: the near Future of Batteries
Supercapacitors: the near Future of BatteriesSupercapacitors: the near Future of Batteries
Supercapacitors: the near Future of Batteries
 
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Pr...
 
уушигны артерийн аневризм
уушигны артерийн аневризмуушигны артерийн аневризм
уушигны артерийн аневризм
 
Web qest
Web qestWeb qest
Web qest
 
Apresentação de software educativo
Apresentação de software educativoApresentação de software educativo
Apresentação de software educativo
 
Pechakucha El Greco ppt
Pechakucha    El  Greco pptPechakucha    El  Greco ppt
Pechakucha El Greco ppt
 
Face forward organization – helping victims of domestic abuse
Face forward organization – helping victims of domestic abuseFace forward organization – helping victims of domestic abuse
Face forward organization – helping victims of domestic abuse
 
Morning linedealfonsorodriguezveralar22nov14
Morning linedealfonsorodriguezveralar22nov14Morning linedealfonsorodriguezveralar22nov14
Morning linedealfonsorodriguezveralar22nov14
 
GMP Subpart - E & F
GMP Subpart - E & FGMP Subpart - E & F
GMP Subpart - E & F
 
1 brief history of language teaching
1 brief history of language teaching1 brief history of language teaching
1 brief history of language teaching
 
eExamen lengua unidad1 5º
eExamen lengua unidad1 5ºeExamen lengua unidad1 5º
eExamen lengua unidad1 5º
 
LAS FRUTAS
LAS FRUTASLAS FRUTAS
LAS FRUTAS
 
Boletin de prensa firma acta de inicio obra pavimentación vía liborina- san ...
Boletin de prensa  firma acta de inicio obra pavimentación vía liborina- san ...Boletin de prensa  firma acta de inicio obra pavimentación vía liborina- san ...
Boletin de prensa firma acta de inicio obra pavimentación vía liborina- san ...
 
Platillos
Platillos Platillos
Platillos
 
Corporate Analysis and Valuation - Power Sector in India
Corporate Analysis and Valuation -  Power Sector in IndiaCorporate Analysis and Valuation -  Power Sector in India
Corporate Analysis and Valuation - Power Sector in India
 
Criminologia e segurança pública - Profº Gesiel Oliveira
Criminologia e segurança pública - Profº Gesiel OliveiraCriminologia e segurança pública - Profº Gesiel Oliveira
Criminologia e segurança pública - Profº Gesiel Oliveira
 
Totalphysicalresponse 091223125050-phpapp02
Totalphysicalresponse 091223125050-phpapp02Totalphysicalresponse 091223125050-phpapp02
Totalphysicalresponse 091223125050-phpapp02
 
Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...
Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...
Formando bibliotecólogos como formadores de usuarios: el desafío pedagógico m...
 
Desenvolvimento da competência leitora e interpretativa através de jogos educ...
Desenvolvimento da competência leitora e interpretativa através de jogos educ...Desenvolvimento da competência leitora e interpretativa através de jogos educ...
Desenvolvimento da competência leitora e interpretativa através de jogos educ...
 

Ähnlich wie Indoor Localization in Wireless Sensor Networks

Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...
Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...
Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...Editor IJMTER
 
An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...
An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...
An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...paperpublications3
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkIJMTST Journal
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...IJEEE
 
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...IJEEE
 
A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...
A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...
A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...ijeei-iaes
 
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORKCODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORKIJNSA Journal
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKRutvik Pensionwar
 
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
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsmmjalbiaty
 
Modified Coverage Hole Detection Algorithm for Distributed WSNs
Modified Coverage Hole Detection Algorithm for Distributed WSNsModified Coverage Hole Detection Algorithm for Distributed WSNs
Modified Coverage Hole Detection Algorithm for Distributed WSNsidescitation
 
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...IRJET Journal
 
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...ijeei-iaes
 

Ähnlich wie Indoor Localization in Wireless Sensor Networks (20)

F04 3-3944
F04 3-3944F04 3-3944
F04 3-3944
 
Ijetr012022
Ijetr012022Ijetr012022
Ijetr012022
 
Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...
Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...
Performance Analysis of Fault Detection in Round Trip Delay and Path Wireless...
 
An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...
An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...
An Adaptive Mobility Based Attack Detection Mechanism to Detect Selective For...
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
 
Ijnsa050209
Ijnsa050209Ijnsa050209
Ijnsa050209
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
 
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS FOR EFFECTIVE AND SECURE COMMUN...
 
A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...
A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...
A Comparison of Routing Protocol for WSNs: Redundancy Based Approach A Compar...
 
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORKCODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
 
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
 
50120140503002
5012014050300250120140503002
50120140503002
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
Ar03302620266
Ar03302620266Ar03302620266
Ar03302620266
 
C0511318
C0511318C0511318
C0511318
 
Sensor net
Sensor netSensor net
Sensor net
 
Modified Coverage Hole Detection Algorithm for Distributed WSNs
Modified Coverage Hole Detection Algorithm for Distributed WSNsModified Coverage Hole Detection Algorithm for Distributed WSNs
Modified Coverage Hole Detection Algorithm for Distributed WSNs
 
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
 
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
 

Mehr von International Journal of Engineering Inventions www.ijeijournal.com

Mehr von International Journal of Engineering Inventions www.ijeijournal.com (20)

H04124548
H04124548H04124548
H04124548
 
G04123844
G04123844G04123844
G04123844
 
F04123137
F04123137F04123137
F04123137
 
E04122330
E04122330E04122330
E04122330
 
C04121115
C04121115C04121115
C04121115
 
B04120610
B04120610B04120610
B04120610
 
A04120105
A04120105A04120105
A04120105
 
F04113640
F04113640F04113640
F04113640
 
E04112135
E04112135E04112135
E04112135
 
D04111520
D04111520D04111520
D04111520
 
C04111114
C04111114C04111114
C04111114
 
B04110710
B04110710B04110710
B04110710
 
A04110106
A04110106A04110106
A04110106
 
I04105358
I04105358I04105358
I04105358
 
H04104952
H04104952H04104952
H04104952
 
G04103948
G04103948G04103948
G04103948
 
F04103138
F04103138F04103138
F04103138
 
E04102330
E04102330E04102330
E04102330
 
D04101822
D04101822D04101822
D04101822
 
C04101217
C04101217C04101217
C04101217
 

Kürzlich hochgeladen

Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...D. B. S. College Kanpur
 
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书zdzoqco
 
bonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girlsbonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girlshansessene
 
final waves properties grade 7 - third quarter
final waves properties grade 7 - third quarterfinal waves properties grade 7 - third quarter
final waves properties grade 7 - third quarterHanHyoKim
 
Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...
Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...
Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...Sérgio Sacani
 
complex analysis best book for solving questions.pdf
complex analysis best book for solving questions.pdfcomplex analysis best book for solving questions.pdf
complex analysis best book for solving questions.pdfSubhamKumar3239
 
Q4-Mod-1c-Quiz-Projectile-333344444.pptx
Q4-Mod-1c-Quiz-Projectile-333344444.pptxQ4-Mod-1c-Quiz-Projectile-333344444.pptx
Q4-Mod-1c-Quiz-Projectile-333344444.pptxtuking87
 
CHROMATOGRAPHY PALLAVI RAWAT.pptx
CHROMATOGRAPHY  PALLAVI RAWAT.pptxCHROMATOGRAPHY  PALLAVI RAWAT.pptx
CHROMATOGRAPHY PALLAVI RAWAT.pptxpallavirawat456
 
Forensic limnology of diatoms by Sanjai.pptx
Forensic limnology of diatoms by Sanjai.pptxForensic limnology of diatoms by Sanjai.pptx
Forensic limnology of diatoms by Sanjai.pptxkumarsanjai28051
 
6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR
6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR
6.1 Pests of Groundnut_Binomics_Identification_Dr.UPRPirithiRaju
 
Immunoblott technique for protein detection.ppt
Immunoblott technique for protein detection.pptImmunoblott technique for protein detection.ppt
Immunoblott technique for protein detection.pptAmirRaziq1
 
Gas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptxGas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptxGiovaniTrinidad
 
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11GelineAvendao
 
FBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptxFBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptxPayal Shrivastava
 
Introduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptxIntroduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptxMedical College
 
The Sensory Organs, Anatomy and Function
The Sensory Organs, Anatomy and FunctionThe Sensory Organs, Anatomy and Function
The Sensory Organs, Anatomy and FunctionJadeNovelo1
 

Kürzlich hochgeladen (20)

Interferons.pptx.
Interferons.pptx.Interferons.pptx.
Interferons.pptx.
 
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
 
AZOTOBACTER AS BIOFERILIZER.PPTX
AZOTOBACTER AS BIOFERILIZER.PPTXAZOTOBACTER AS BIOFERILIZER.PPTX
AZOTOBACTER AS BIOFERILIZER.PPTX
 
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
 
bonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girlsbonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girls
 
final waves properties grade 7 - third quarter
final waves properties grade 7 - third quarterfinal waves properties grade 7 - third quarter
final waves properties grade 7 - third quarter
 
Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...
Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...
Observation of Gravitational Waves from the Coalescence of a 2.5–4.5 M⊙ Compa...
 
complex analysis best book for solving questions.pdf
complex analysis best book for solving questions.pdfcomplex analysis best book for solving questions.pdf
complex analysis best book for solving questions.pdf
 
Q4-Mod-1c-Quiz-Projectile-333344444.pptx
Q4-Mod-1c-Quiz-Projectile-333344444.pptxQ4-Mod-1c-Quiz-Projectile-333344444.pptx
Q4-Mod-1c-Quiz-Projectile-333344444.pptx
 
PLASMODIUM. PPTX
PLASMODIUM. PPTXPLASMODIUM. PPTX
PLASMODIUM. PPTX
 
CHROMATOGRAPHY PALLAVI RAWAT.pptx
CHROMATOGRAPHY  PALLAVI RAWAT.pptxCHROMATOGRAPHY  PALLAVI RAWAT.pptx
CHROMATOGRAPHY PALLAVI RAWAT.pptx
 
Forensic limnology of diatoms by Sanjai.pptx
Forensic limnology of diatoms by Sanjai.pptxForensic limnology of diatoms by Sanjai.pptx
Forensic limnology of diatoms by Sanjai.pptx
 
6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR
6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR
6.1 Pests of Groundnut_Binomics_Identification_Dr.UPR
 
Immunoblott technique for protein detection.ppt
Immunoblott technique for protein detection.pptImmunoblott technique for protein detection.ppt
Immunoblott technique for protein detection.ppt
 
Gas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptxGas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptx
 
Let’s Say Someone Did Drop the Bomb. Then What?
Let’s Say Someone Did Drop the Bomb. Then What?Let’s Say Someone Did Drop the Bomb. Then What?
Let’s Say Someone Did Drop the Bomb. Then What?
 
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
WEEK 4 PHYSICAL SCIENCE QUARTER 3 FOR G11
 
FBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptxFBI Profiling - Forensic Psychology.pptx
FBI Profiling - Forensic Psychology.pptx
 
Introduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptxIntroduction of Human Body & Structure of cell.pptx
Introduction of Human Body & Structure of cell.pptx
 
The Sensory Organs, Anatomy and Function
The Sensory Organs, Anatomy and FunctionThe Sensory Organs, Anatomy and Function
The Sensory Organs, Anatomy and Function
 

Indoor Localization in Wireless Sensor Networks

  • 1. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 www.ijeijournal.com Page | 39 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun1, Nesreen I. Ziedan1, and Ibrahim M. Henawy2, Muamer K. Masoud3 1Computer and systems Engineering dept., Faculty of Engineering, Zagazig University 2Faculty of computer and information, Zagazig University 3Computer science dept., Faculty of Science, Zaitoona University ABSTRACT: Popularity of ubiquitous computing increases the importance of location-aware applications, which increases the need for finding location of the user. In this paper, we present a novel localization method for indoor environments using Wi-Fi infrastructure. While localization using Wi-Fi is cost effective, handling the obstructions which are the main cause of signal propagation error in indoor environments is a challenging task. We address this problem in two levels, resulting in increased accuracy of localization. In the first level, we "localize" the residing area of user node in coarse granularity. Then, we use building layout to find the objects that attenuate the signal between the reference node and the coarse estimate of the location of user node. Using multi-wall propagation model, we apply corrections for all obstructions and find the location of user node. Empirical results based on experiments conducted in lab-scale, shows meter-level accuracy. I. Introduction The definition of a localization system among sensor nodes is an important issue for many applications of wireless sensor networks (WSNs). Thus, a localization system is required in order to provide position information to the nodes. The importance of localization information arises from several factors, many of which are related only to WSNs. These factors include the identification and correlation of gathered data, node addressing, management and query of nodes localized in a determined region, evaluation of nodes’ coverage, energy map generation, geographic routing, object tracking. All of these factors make localization systems a key technology for the development and operation of WSNs. To date, a broad variety of positioning techniques has been proposed, the measurement procedures, and their consideration of application-specific requirements. For the design and maintenance of indoor wireless services the knowledge of the signal propagation in different environments is demanded. Indoor propagation is one of the most complicated propagation topics based on the specific type of the building structure and used materials. Empirical modeling based on statistics seems to be the most efficient approach since there is no need of precise definition of the building interiors. On the other hand, such models can fail in indoor situations where more precise site-specific model should be used. The major source of error for localization using 802.11x infrastructures in indoor environments is the obstructions that interfere with the signal propagation from the reference node to user node. The attenuation caused is dependent on the number and type of obstructions. The accuracy of the localization method can be increased if these obstructions are identified and necessary corrections are applied to the signal strength during distance estimation. But the actual number and type of obstructions between user node and the reference node depends on the exact location of user node, which is normally unknown. To overcome this problem, a two level system is proposed. The two levels in the proposed system are: Coarse level and Fine level. In Coarse level, the Locality of user node using range-free technique is computed. Then the number and type of obstructions are found using the computed Locality and knowledge of the building layout. In fine level corrections to the signal strength are applied using the obstructions found, which are then fed to range-based technique to find the location of user node. II. Principles of RSSI ranging Most widely used propagation model for indoor environments is log distance path loss model, which is given as: ( ) ( ) 10 log ( / ) 0 10 0 RSS d P PL d d d t     μ is the path loss exponent. The above equation is best suited for obstruction free environments but not for indoor environments where obstructions are found. To consider the effect of obstructions on the signal strength, multi-wall propagation model is used; the generalized propagation model can then be given as:
  • 2. Indoor Localization in Wireless Sensor Networks www.ijeijournal.com Page | 40 ( ) ( ) ( ) 0 RS d P PL d TL d t    TL(d) is represent the total transmission loss, which is consists of two components: - Path transmission loss (PL(d)) - Loss due to obstructions (OL) Obstruction Loss {OL) depends on the number of obstructions between the transmitter and the receiver and is sum of attenuations which is given as:   n i i i OL m x 1 mi - number of obstructions xi – attenuation caused by it. Note: OL drops to zero when LOS condition exists. Therefore multi wall propagation model is given as:      n i i i RSS d P PL d d d m x 1 0 10 0 ( ) ( ) 10 log ( / ) The parameter xi for each type of obstruction was determined empirically from a series of experiments conducted under controlled conditions. We conducted two experiments, one to show that log normal propagation model holds good when there is line of sight between sender and receiver and the second one to understand the effect of obstruction on the signal from sender to receiver. LOS Propagation Model NLOS Propagation Model The experimental setup for these two experiments is one access point and one laptop were taken, of which access point was the reference node and the laptop was user node. Xirrus Wi-Fi Inspector software was installed in user node which captured the signal strength of the broadcast messages sent by the reference node. The signal strength readings were measured at various distances from the reference node. In LOS experimental setup, Line of Sight condition exists between the reference node and user node, where as in NLOS setup, an obstruction was kept between the reference node and user node to find the attenuation loss of this obstruction. III. System Model The proposed system requires the storage of the building layout and the attenuation loss of the obstructions present in the building. Free space path loss model
  • 3. Indoor Localization in Wireless Sensor Networks www.ijeijournal.com Page | 41 Path loss exponent, n for different environments Best fit curve of the average curves of the attenuation loss factor at 2.4 GHz Wall material Thickness First Wall Second wall Concrete 10 cm 16 dB 14 dB Concrete 20 cm 29 dB 24 dB Dry concrete 35 dB 29 dB Porous concrete 34 dB 26 dB Plywood 0.4 cm 0.9 dB 0.8 dB Penetration loss values for different material characteristics IV. First level (Coarse level) Coarse level applies range-free technique to estimate the Locality of user node. Range-free technique uses the overlapping coverage region of reference nodes to estimate the required area. The reference nodes having IDs – ID1 to IDn are situated at positions (X1 Y1) to (Xn, Yn) with transmission ranges R1 to Rn respectively. These reference nodes broadcast messages periodically which contain their ID and location coordinates. User node listens for these broadcast messages for a period of time and lists the reference nodes which it is able to hear. User node can receive the broadcast messages of the reference node if and only if it is in the coverage region of the reference node, which is the circle drawn with the reference node location as the center and its transmission range as the radius. If user node is able to hear from more than one reference node, then the overlapping coverage region of all these reference nodes correspond to the Locality of user node. Here it has to be observed that the signal strength of the messages from the reference node is not being taken into consideration, so the accuracy of the returned Locality will not be affected by the attenuation error caused by the obstructions.
  • 4. Indoor Localization in Wireless Sensor Networks www.ijeijournal.com Page | 42 Intersection Approach Cell Table The whole operating environment is divided into cells, where each square represents one cell. Each cell is assigned an integer called cell rank which is set to zero initially for all the cells. This cell rank represents the number of reference nodes in its range. Each cell is checked for the validation of In-range property to decide if the cell is included in the transmission range of the reference node. If the cell satisfies this property, the rank of the cell is incremented by one otherwise the value remains unchanged. This process is repeated for all the reference nodes from which user node has received the broadcast messages. The In-Range property checks whether the cell is in the coverage region of the corresponding reference node or not, which can be formulated as below: The pseudo code for Cell Ranking is as follows: For each cell C of the building For each reference node IDj user node is hearing If ( ) Then increment cell rank by 1; V. Second level (Fine level) Fine level estimates the cell in which user node is residing from the set of cells obtained in coarse level. Most of the error in indoor environments is due to the attenuation caused by obstructions between the transmitter and the receiver. If the number of obstructions between the reference node and user node were known, then the distance to the reference node can be determined using the multi-wall propagation model equation by applying the correction. However, the actual number of obstructions between the reference node and user node depends on the exact location of user node then it is unknown. To circumvent this problem, for all the cells obtained in the coarse level, signal strength vector is estimated by finding the obstructions and using multi-wall propagation model equation, which is then compared with the received signal strength vector. The location of user node is defined as the center of the cell whose estimated signal strength vector best matches with the received signal strength vector. Consider the layout plan shown in the Figure below, where reference nodes are shown as A1, A2 and A3 and square C represents one of the cells obtained from the coarse level. The obstructions between cell C and each of the reference nodes can be determined as the positions of cell, reference nodes and layout plan is known. Taking this information into consideration signal strength vector is estimated using Multi-wall propagation equation. Building Layout
  • 5. Indoor Localization in Wireless Sensor Networks www.ijeijournal.com Page | 43 This signal strength vector is estimated for each cell obtained from the coarse level. It is of the form SI= (SI1,SI2,SI3,.. ..,SIK), for all I=1 to N, where N is number of cells obtained in coarse level and k is the number of reference nodes covering the obtained cells and SIJ denotes the signal strength at cell i from the Jth reference node. The received signal strength vector is represented as R= (r1, r2, r3,....,rk). The Euclidean distance given in the following equation is calculated between the received signal strength vector and the estimated signal strength vector for all the cells.    k j i ij j D S R S r 1 2 ( , ) ( ) The Cell Number with minimum Euclidean distance is found as shown in the following equation, whose center is taken as the location of user node. Cell Number = min [D (SI, R)] VI. The Experiment A series of experiments were done under controlled conditions to evaluate the performance of this work. All the experiments are conducted in two-dimensions by keeping all the reference nodes and user node at the same height. The considered infrastructure contains four reference nodes and one user node. The reference nodes were static. Xirrus Wi-Fi Inspector software package was installed in user node to capture the signal strength of the messages sent by the reference nodes, or you can install any another Wi-Fi inspector softwar. The building was divided into cells of size 0.9 x 0.9 m. User moved along various cells and measured both the actual position and signal strength readings from the reference nodes. The location of user node was estimated with these signal strength vectors using the proposed two-level approach. The location estimation error was calculated as the distance between the actual location and estimated location. Let (x, y) represent the actual location and (xest, yest) represent the estimated location. The error is given by:   2 2 Error x x (y y) est est     VII. Simulation Results Simulation was done to see the effect of number of reference nodes and size of cell on location accuracy. Size of the building was taken as 60x30 m2 and parameter values of the multi-wall propagation model used are given in Table below. A random noise with δ2 =4 dB was added to the model and positions of the reference nodes and user nodes were selected inside the building. d0 1 meter Pt –PL(d0) -38 dBm μ 2.5 R 30 meter Table: Parameter values for propagation model
  • 6. Indoor Localization in Wireless Sensor Networks www.ijeijournal.com Page | 44 The graph in Figure below shows the location error for various points. The x-axis shows various points in the building and the y-axis shows error in meters. It can be observed from this Figure that the error of the proposed technique is less than 2 meter for all the cells. VIII. Conclusions In this work we have proposed a technique which works in two levels using both range-free and range- based techniques in a sequence. This work uses the range-free technique to find the Locality of user node and then use multi-wall propagation model inside this Locality to find out the exact position. This work provides improved accuracy because we are using multi-wall propagation model which corrects the attenuation caused by obstructions in the building. We have shown through experiments that the error obtained is less than two meters, which is appreciable, as the exact location is estimated from the Locality identified by the coarse-level part of the This work as opposed to considering the whole operating environment. References [1] Nissanka B. Priyantha, Anit Chakraborty and Hari Balakrishnan, The Cricket Location-Support system, Proc. 6th ACM MOBICOM, August 2000. [2] R. Want, A. Hopper, V. Falcao, and J. Gibbons, The active badge location system, ACM Transactions on Information Systems, vol. 10, pp. 91-102, Jan. 1992. [3] D. Niculescu and B. Nath, Ad hoc positioning system (APS) using AoA, In Proceedings of IEEE INFOCOM 2003, pp 1734-1743, April 2003. [4] P. Bahl and V. N. Padmanabhan, RADAR: An in-building RF-based user location and tracking system, In proceedings of the IEEE INFOCOM, pp 775-784, March 2000. [5] Loukas Lazos and Radha Poovendran, SeRLoc: Robust Localization for Wireless Sensor Networks, ACM Transactions on Sensor Networks, Vol. 1, pp 73-100, August 2005. [6] D. Niculescu and Badrinath, DV Based Positioning in Ad Hoc Networks, In Journal of Telecommunication Systems, 2003. [7] T. S. Rapport, Wireless Communications - Principles and Practice, IEEE Press 1996. [8] Tian He, Chengdu Huang, Brian M. Blum, John A. Stankovic and Tarek Abdelzaher, Range-Free Localization Schemes for Large Scale Sensor Networks, In Proceedings of MobiCom '03, September 2003. [9] P. Enge and P. Misra, Special Issue on GPS: The Global Positioning Systems, Proceedings of the IEEE, January 1999. [10] Najar M., Vidal J., Kalman Tracking for Mobile Location in NLOS Situations, 14th IEEE Proceedings on Personal, Indoor and Mobile Radio Communication, Volume 3, pp. 2203-2207, September 2003. [11] Niculescu D., Positioning in Ad Hoc Sensor Networks, Communication Magazine, IEEE, Volume 43, Issue 3, pp. 116-122, March 2005. [12] Patwari N., Location Estimation in Sensor Networks, Electrical Engineering PhD thesis, The Univerisity of Michigan, USA, 2005. [13] H. Laitinen et al, “Experimental Evaluation of Location Methods Based on Signal-Strength Measurements,” IEEE Trans. on Vehicular Technology, vol.56, no.1, pp.287-296, Jan.2007. [14] G. Zanca, F. Zorzi, A. Zanella, and M. Zorzi, “Experimental comparison of RSSI-based localization algorithms for indoor wireless sensor networks,” in Proc. ACM REALWSN, pp. 1-5, Apr. 2008.