SlideShare une entreprise Scribd logo
1  sur  6
Location Estimation in ZigBee Network Based on Fingerprinting
Qingming Yao, Fei-Yue Wang, Fellow, IEEE, Hui Gao, Kunfeng Wang and Hongxia Zhao
Abstract— Location-aware computing becomes an exciting
research as recent advancements in RF circuits and wireless
communication stacks. In this paper, we present a fingerprinting
based location estimation technology in ZigBee network. The
system uses the signal strength from several base stations rather
than time or angle for determining the location of mobile
station. Instead of modeling the complex attenuation of signal
strength, the system models the probabilistic distribution in
different geographical areas which we called fingerprinting. It
combines the measured data and fingerprinting to determine
the mobile station’s location. The experiment results demon-
strate the validity of location estimation in ZigBee network
based on fingerprinting.
Index Terms— -Location Estimation; ZigBee Network; Signal
Strength; Fingerprinting; Probabilistic Distribution.
I. INTRODUCTION
Advancements in electronics, computer and wireless com-
munication technology have promoted the development of
low-power, multi-function sensors, and enabled integrating
A/D converter, data processor and wireless communication
modules into a single chip. On one hand, seamless com-
munications among such devices and possible processing
centers can transform ordinary environments into intelli-
gent spaces [1]; on the other hand, the distinction between
communications and computation is blurring [2]. We are
being carried into pervasive communicating and pervasive
computing space in which context is an obvious attribute.
Context refers to the physical (position, time, weather) and
social situation (work or leisure place) in which computa-
tional devices are embedded [2]. As location becomes one
of the most import contexts, location-aware computing is
a recent interesting research area. It can provide services
such as personal security, children track, tourist guide and
entertainment.
The existed location systems, including the Global Po-
sitioning System (GPS) and wireless enhanced 911(E-911)
and cellular network-based usually work outdoors with
coarse granularity [3], worse in indoor and building-dense
environments. Another shortage is that we can’t transport
sensor data about the other contexts in these networks. Other
systems were developed for short range, indoor and precious
location using infrared, ultrasound or RF and ultrasound
combined techniques. AT&T’s Active Badge, which uses
diffuse infrared technology has difficulty with fluorescent
This work was supported in part by the MOST Grant 2006CB705500,
NNSFC Grants 60334020, 60621001, CAS Grant 2F05N01, 2006 CAS
Presidential Special Scholarship Grant, and SDAS Research Grant 2005006..
Qingming Yao, Fei-Yue Wang, Hui Gao, Kunfeng Wang and Hongxia
Zhao are with the Laboratory of Complex Systems and Intelligence Science,
Institute of Automation, Chinese Academy of Sciences, Beijing, China.
qingming.yao@ia.ac.cn
lighting or direct sunlight, but can get room-size accuracy.
Active Bats, which also comes from AT&Tuses an ultrasound
time-of-flight lateration technique getting more accurate (9
cm), but requires large scale deployment and high cost.
MIT complemented the Active Bats by using a radio fre-
quency control signal, which names Cricket. Although it
does not require a grid of ceiling sensors, the Cricket lacks
of centralized management, and the mobile receivers have
heavy computational and power burden [4]. Another critical
disadvantage of all the three systems is that they only provide
light-of-sight (LOS) location estimation.
As we know the 802.11 (predominant are 2.4 GHz 802.11b
and 802.11g) Wireless Local Area Network (WLAN, also
called Wi-Fi in business) is installed popularly, and using
this data network to support ubiquitous-covered, accurate
location estimation is increasingly gaining passion since
Microsoft developed RADAR. By recording the received
signal strength (RSS) from existed several 802.11 Access
Points and comparing to empirical measured data, RADAR is
able to estimate user location in office or home environment
easily [5]. Carnegie Mellon University [6], IBM [7], Mary-
land University [8] and Pittsburgh University [9] also have
started deeper research and system evaluation. These systems
have almost the same sensing devices, reference points but
different algorithms and infrastructures. The performances
reported are similar (4 feet [6], 6 feet [7], 7 feet [8] and 9
feet [9] respectively over 90%).
All the location estimation approaches that based on
WLAN’s Received Signal Strength Indication (RSSI) are
used in indoor environments and passively up to now. As
the data network is not transparent and sensing-oriented,
the context-awared services provided by such systems are
limited. And the infrastructures of the network are not es-
tablished for location estimation generally, in another word,
the deployment, change and movement of the network are
out of the location system’s control.
In this paper, we implement the location estimation system
adopting ZigBee based network, which is a short rage, low
data rate, low power consumption and low cost network
technology. ZigBee’ target aims at automation and remote
control applications through easily constructing ad-hoc, mesh
networks, and it will provide more ubiquitous coverage.
Theoretically speaking, the location estimation algorithm
used in ZigBee network may be the same as used in WLAN.
The remainder of this paper is organized as follows:
Section II describes the research methodology in detail of
hardware, architecture and algorithm. Section III discusses
implement process and analyses the results. And Section IV
concludes the paper and gives summary of future work being
1-4244-1266-8/07/$25.00 ©2007 IEEE.
Fig. 1. Diagram of ZigBee stack.
Fig. 2. Application profiles.
undertaken.
II. RESEARCH METHODOLOGY
A. ZigBee Network
ZigBee uses IEEE 802.15.4 standard as its PHY and MAC
layer standard which defines a 250k bps direct sequence
spread spectrum (DSSS) radio operating in the 2.4 GHz
unlicensed band, with lower bit-rate alternatives in the 868
MHz and 900 MHz bands [11]. Above the MAC layer,
ZigBee defined network layer (NMK) and application layer
(APL) [10]-[12]. The diagram of the stack is showed in Fig.1.
[12], [13].
RSSI is the basic function we use to form fingerprinting
and measure data. As the multi-path affection in upstream
and downstream is usually different, the RSSs received by
Beacon and MS are different. Although we have defined
two Clusters in Location endpoint: the RemoteLocation and
LocalLocation. But in this paper, only the LocalLocation
cluster is used. Fig.2 presents the attributes and clusters
defined in the application profiles.
B. System Methodology
In our system, some Beacons are fixed in several points
evenly to make sure that mobile station (MS) can receive
n (3 to 5 as usual) points’ radio signal at each location.
The MS records and processes the RSS vector and then
searches the fingerprinting database to find some finger-
printing which makes the algorithm criterion maximum.
Each fingerprinting is formed by a phase of training in a
Fig. 3. System methodology (n=3).
location. Error distance is used to evaluate the result. System
methodology is showed in Fig.3. Oxy = (o1
xy, o2
xy, ..., on
xy)T
is the observed RSS vector from beacons at location Lxy,
and Fij = (f1
ij, f2
ij, ..., fn
ij)T
is average RSS of location
Fingerprinting database is constructed by a process of offline
training. Denote a series offline training measurement of
beacon k at location Lij is L = [lk0
ij , ..., l
kM−1
ij ] which enables
computing the histogram hk
ij of signal strengths for each
beacon indexed k:
hk
ij(ζ) =
1
M
M−1
m=0
δ(lkm
ij − ζ), −255 ≤ ζ ≤ 0 (1)
where ζ represents the Kronecker delta function [14].
The estimation algorithms will map the online observed
data Oxy to some physical Lxy by using probabilistic
method; detail is described in II.C. We define two error
distances to evaluate the accuracy from signal and physical
space respectively. The signal space’s Euclidian distance
between Oxy and Lxy is [9]:
Dist(Oxy, Fij) =
n
k=1
(ok
xy − fk
ij)2 (2)
And the physical space’s Euclidian distance is:
Dist(Lxy, Lij) = (x − i)2 + (y − j)2 (3)
C. Location Estimation Algorithm
Radio waves can be modeled accurately in free space
[7]. But in practical environment, the radio channel is of
noisy characteristics by reflection, absorption, diffraction,
scatteration and even the fluctuation of temperature. So the
signal transmitted from beacon usually reaches the mobile
station by more than one path, resulting in a phenomenon
known as mutli-path fading [13] [15] [19]. The observation
Oxy deviates significantly from Fij Fortunately, through
observation the signal strength’s temporal distribution pre-
sented in III.C, we conclude that the distribution has obvious
statistical character. So we applied a probabilistic approach
using Bayesian inference.
Suppose there are 4 beacons deployed in system. The
estimation algorithm’s target is to find a location Lij hat
makes the probability P(Lij|Oxy) maximized.
Mathematically, the probability P(Lij|Oxy) can be repre-
sented as:
P(Lij|Oxy) =
P(Oxy|Lij)P(Lij)
P(Oxy)
=
P(Oxy|Lij)P(Lij)
J
j=1
I
i=1 P(Oxy|Lij)P(Lij)
(4)
where conditional probability P(Oxy|Lij) is the likelihood
of Oxy occurring in the training phase of Lij. And P(Lij) is
the prior probability of location Lij being the correct position
[15] and is usually uniformly distributed if the position
relative to the map is entirely unknown.
The CSMA/CA mechanism ensures the signal from differ-
ent beacons independent from each other, so the joint prob-
ability distribution then becomes the problem of estimating
the marginal probability distributions as:
P(Oxy|Lij) =
n
k=1
P(ok
xy|Lij) (5)
where
P(ok
xy|Lij) = hk
ij(ζ) (6)
is the location fingerprint can be obtained in the offline
training phase [14]. We can conclude two points about
whether the methodology works:
1) Feasibility: hk
ij(ζ) itself being stable enough and
n
k=1 hk
ij(ζ)being sensitive to different (i, j) are necessary
conditions.
2) Practicability : Each histogram hk
ij(ζ)’s distribution
is narrow. In another word, the standard deviation should be
small. Only several ζ are high-frequent, so the small search
space of the algorithm insures the practicability.
III. IMPLEMENT AND RESULTS
A. ZigBee Module
We implement a ZigBee module adopted TI’s single-chip
2.4 GHz IEEE 802.14.5 compliant RF transceiver CC2420
and MicroChip’s enhanced Flash and nanoWatt technology
microcontroller PIC18LF4620. A LCD module was added
to coordinator node for displaying some useful network
information such as network finding, orphan notification,
association and disassociation. And an EIA RS-232 interface
is also supported to receive command from or send network
information to an attached laptop. The module is presented
in Fig.4 and the system components are presented in Fig.5.
For location estimation application, the wireless modules
are fixed on ceiling usually. To obtain even covering in
Fig. 4. Wireless module.
Fig. 5. System components.
estimation area, we apply the 2.4 GHz 50 ohm inverted-
F antenna which gets 1.1 dB gain and omni-directional
radiation pattern in PCB plane [22]. The module can evenly
cover about 30 meters in clear space and 18 meters in indoor
space as be programmed to 0 dBm output power with the
typical -95 dBm receive sensitivity.
B. Layout of Experimentation
The experiments were carried out in an office room dimen-
sions of 7.2m×9m×2.6m. The layout was depicted in Fig.
6. All the beacons are fixed on the ceiling and powered by
batteries. They are separated near the four corners that enable
them provide even four-overlap coverage in all portions of
the office. The calibration points where the mobile stations’
signal strength was collected are denoted by the gray square.
And the arrow’s direction indicates the operator’s orientation
as the attenuation by operator’s body can effect the signal
strength significantly [5] [7] [9]. For carrying out experiment,
we only defined 34 calibration points, and in each point we
collect the signal strength only in one direction. The laptop
connected with a wireless module by serial cable was put
on a small desk with 0.7 meter height which can be moved
stably.
C. Signal Statistical Character
Multi-path fading and people’s activities lead the RSSI
luctuating, such as Fig. 7 shows. We took numerous mea-
surements at various locations under different scenes to see
whether the feasibility and practicability can be obtained
Fig. 6. Layout of the experimentation environment.
0 100 200 300 400 500 600
−90
−88
−86
−84
−82
−80
−78
−76
−74
−72
Time in second
ReceivedsignalstrengthindBm
Time series of RSS from beacon
Fig. 7. Typical signal strength received by MS.
−84−83−82−81−80−79−78−77−76−75−74−73−72−71−70
0
50
100
150
200
250
300
350
2 Minutes of Measurement @ 5Hz Sample Rate
RSSI in dBm
NumberofSamples
Average = −74.7267
Standard deviation = 1.7166
Fig. 8. Short-term measurement from L1.
−95 −90 −85 −80 −75 −70
0
50
100
150
2 Minutes of Measurement @ 5Hz Sample Rate
RSSI in dBm
NumberofSamples
Average = −81.08
Standard deviation = 2.2178
Fig. 9. Short-term measurement from L2.
from statistical viewpoint. Experimentation was designed
as collecting RSSI of beacon3 at location L1 and L2 re-
spectively. The two locations are separated by 1.2 meters,
and nobody resident below L1 but frequent activities occur
around L2 . The short-term measurement lasts 2 minutes at 5
Hz sample rate and the long-term collection lasts 50 minutes
at 0.2 Hz. Fig. 8 and Fig.9 presents the short-term high-
rate measurement results. We have concluded below from
the histograms:
• L1 has higher mean value than L2. The instinctive
reason may be L1 being closer to beacon and signal
strength is sensitive to the distance between location
and beacon.
• Both of the locations get very small standard deviation
in short time. L2 has larger deviation mainly for people
walking in aisle frequently.
The long-term probabilistic distributions are depicted in
Fig. 10 and Fig. 11. The two distributions show these
characteristics obviously:
• The two distributions have some similarities of mean
value and standard deviation, as the signal has property
of long-term stability.
• The shape of the long-term distribution is smoother than
that of the short-term distribution; this is consistent to
the result of [7].
• Left-skewed distributions are prominent with both short-
term and long-term measurement that could be approx-
imated by a lognormal distribution; this is consistent to
the result of [9].
It is concluded that the statistical characters of signal
from one beacon ensure the feasibility and practicability.
However, the system’s performance depends on the sepa-
ration of location fingerprints. To investigate how the pattern
of fingerprinting at different locations effects the location
separation, we carry out the experimentation at location L1
and L2 by measuring signal strength from beacon 2 and
beacon3 at the same time. 100 groups of data are sampled
in 20 seconds. Fig. 12 plots the frequency of occurrence
of each sample pattern. The plot shows most of data is
surrounding the centers. L1 has more sharper peak for the
its peaceful surroundings. It suggests that only two beacons
−84−83−82−81−80−79−78−77−76−75−74−73−72−71−70
0
50
100
150
200
250
300
350
400
50 Minutes of Measurement @ 0.2Hz Sample Rate
RSSI in dBm
NumberofSamples
Average = −74.4967
Standard deviation = 1.0417
Fig. 10. Long-term measurement from L1.
−95 −90 −85 −80 −75 −70
0
20
40
60
80
100
120
140
160
50 Minutes of Measurement @ 0.2Hz Sample Rate
RSSI in dBm
NumberofSamples
Average = −82.085
Standard deviation = 2.596
Fig. 11. Long-term measurement from L2.
are sufficient for distinguishing the two locations. The valley
between them is very clear that the edge can be used by the
algorithm as boundary of classification. We believe adding
more beacons can promote the performance greatly. So in
system implementation, we add beacon 1 and beacon 4 as
Fig. 6 shows.
Fig. 13 shows how the mean RSSI (10 samples @ 5 Hz)
varies at 30 calibration points. Compared with Fig. 2 in [5],
we find our results fluctuate frequently. It suggests that in
office environment, it is more sophisticated than corridor.
When the BS is about 6 meters away from the beacon, the
mean value fluctuates with ±5 dBm as dashed shows because
of the number of reflect path increases greatly in such points.
But in positive points, the RSSI is sensitive to locations in
such environment.
−90 −85 −80 −75 −70 −65
−100
−80
−60
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
Beacon2
L1
Two clusters with frequency of RSSI with two beacons
Beacon3
L2
Freuecncy
Fig. 12. Separation of location fingerprints.
0 1 2 3 4 5 6 7 8 9 101112131415161718192021222324252627282930
−95
−90
−85
−80
−75
−70
−65
−60
−55
Calibration number
RSSIindBm
Mean RSSI in calibration points
Beacon1
Beacon2
Beacon3
Beacon4
Fig. 13. Mean RSSI in calibration points .
D. Offline Training Phase
The location fingerprinting is collected at each point of
the 30 calibration points. The probabilistic distributions of
four directions are obtained by (1) where we use the sample
rate 5 Hz and 10 samples per point.
E. Online Estimation Phase
We pick points around the calibration points randomly
to perform the online estimation phase, which contains two
steps for each location. First, measure and average the RSSI
from beacons. We take 4 samples per beacon at 5 Hz
sample rate to insure this step will be finished in less than
4 seconds. The average RSSI forms the observation tuple
Oxy = (o1
xy, o2
xy, o3
xy, o4
xy)T
and be applied in (4) (5) (6)
to triangulate location Lij. Second, search the fingerprinting
database which stores the prior probability hk
ij(ζ) to find the
(i, j) which makes P(Lij|Oxy) maximized.
F. Results and Analysis
Our experiments returned 70% correct locations average
with the tolerance of 0.5 meters. Most false estimation
happen when someone was standing near the mobile sta-
tion or crossing fast under the beacon. Another important
phenomenon confused us is that, although the TI’s design
note indicates omni-directional radiation pattern [23], the
direction of the module which connected to the laptop impact
the RSSI obviously. We suspect it as the battery or LCD’s
influence because they are the only obstructs that block the
radiation of the antenna. However, this will be analyzed in
future.
IV. CONCLUSIONS AND FUTURE WORK
A new location estimation technique based on finger-
printing in ZigBee network has been introduced. Through
collecting received signal strength from several beacons to
form training dataset and comparing the mobile station’s
online collected signal with using Bayesian inference, the
system can triangulate the location within 70% accuracy with
the tolerance of 0.5 meters that is quite encouraging.
Compared with other indoor location systems based on
WLAN [5]-[9], [15]-[19], this design has the similar system
methodology and even the same algorithm [7]-[9], [17]-
[19]. But this work first extends the method into office
environment by the easy network construction. And our
design is not only fit for indoor but also outdoor environment
with much lower cost. It can provide a set of embedded
location-aware applications such as wireless sensor network.
Our work can be extended in several directions. Several
pattern classification methods can be applied and evaluated,
such as k-Nearest Neighbor [5], Neural Network [20], and
Support Vector Machine [20]. Direction sensors can be added
to reduce search space of the fingerprinting database such as
digital compass.
REFERENCES
[1] L. Yang and F.-Y. Wang, “Driving into Intelligent Spaces with Perva-
sive Communications”, IEEE Intelligent Systems , vol. 22 , no. 1, pp.
12-15, Jan.-Feb. 2007.
[2] T. P. Moran and P. Dourish, “Introduction to This Special Issue on
Context-Aware Computing”, Human-Computer Interaction , vol. 16,
pp. 87-95, 2001.
[3] K. Pahlavan, X. Li, and J. P. Makela, “Indoor Geolocation Science
and Technology”, IEEE Communications Magazine , vol. 40, no. 2,
pp. 112-118, Feb. 2002.
[4] J. Hightower and G. Borriello, “Location Systems for Ubiquitous
Computing”, IEEE Computer , vol. 34, no. 8, pp. 57-66, Aug. 2001.
[5] P. Bahl and V. N. Padmanabhan, “RADAR: An In-building RF-
based user Location and Tracking System”, in Proc. IEEE Nineteenth
Annual Joint Conference Computer and Communications Societies
(INFOCOM’00.) , Tel Aviv, Israel, pp. 775-784, Mar. 2000.
[6] J. Small, A. Smailagic, and P. Siewiorek, Daniel, “Determining User
Location for Context Aware Computing Through the Use of a Wireless
LAN Infrastructure”, ACM Mobile Networks and Applications , vol. 6,
2001.
[7] Z. Xiang, S. Song, J. Chen, H. Wang, J. Huang, and X. Gao, “A
wireless LAN-based Indoor Positioning Technology”, IBM Journal of
Research and Development , vol. 48, no. 5/6, pp. 617-626, Sept./Nov.
2004.
[8] M. A. Youssef, A. Agrawala, and S. A. Udaya, “WLAN Location
Determination via Clustering and Probability Distributions”, in Proc.
IEEE International Conference on Pervasive Computing and Commu-
nications(PerCom 2003) , Dallas-Fort Worth, TX, pp. 143- 150, Mar.
2003.
[9] K. Kaemarungsi, “Design of Indoor Positioning Systems Based on
Location Fingerprinting Technique”, Ph.D.Thesis , University of
Pittsburgh, 2005.
[10] A. Wheeler, “Commercial Applications of Wireless Sensor Networks
Using ZigBee”, IEEE Communications Magazine , vol. 45, no. 4, pp.
70-77, Apr. 2007.
[11] IEEE Std. 802.15.4, “Wireless Medium Access Control (MAC) and
Physical Layer (PHY) Specifications for Low-Rate Wireless Personal
Area Networks (LR-WPANs)”, May 2003.
[12] ZigBee Alliance, “ZigBee Specification Ver. 1.0”, Dec. 2004.
[13] Jennic Inc. (2007, April) “ZigBee Stack User Guide”
[Online]. Available:http://www.jennic.com/support/view-
file.php?fileID=0000000044.
[14] C. Gentile and L. Klein-Berndt, “Robust Location Using System
Dynamics and Motion Constraints”, in Proc. IEEE International Con-
ference on Communications , vol. 3, pp. 1360-1364, Jun. 2004.
[15] T. S. Rappaport, Wireless Communicaions: Principles and Practice ,
1st ed. Upper Saddle River, NJ: Prentice Hall PTR, 1996.
[16] S. Ali and P. Nobles, “A Novel Indoor Location Sensing Mechanism
for IEEE 802.11 b/g Wireless LAN”, in Proc. The Fourth Workshop
on Positioning, Navigation and Communication (WPNC ’07) , pp. 9-
15, Mar. 2007.
[17] T. Roos, P. Myllymaki, H. Tirri, P. Misikangas, and J. Sievanen,
“A Probabilistic Approach to WLAN User Location Estimation”,
International Journal of Wireless Information Networks , vol. 9, pp.
155-164, 2002.
[18] A. Kushki, K. N. Plataniotis, A. N. Venetsanopoulos, and C. S.
Regazzoni, “Radio Map Fusion for Indoor Positioning in Wireless
local Area Networks”, in Proc. The Eighth International Conference
on Information Fusion , vol. 2, pp. 8, Jul. 2005.
[19] A. M. Ladd, K. E. Bekris, G. Marceau, A. Rudys, L. E. Kavraki, and
D. S. Wallach, “Robotics-based Location Sensing Using Wireless Eth-
ernet”, in Proc. ACM International Conference on Mobile Computing
and Networking (MOBICOM’02) , pp. 227-238, 2002.
[20] R. Battiti, M. Brunato, and A. Villani. (2002, Oct.) “Statistical Learn-
ing Theory for Location Fingerprinting in Wireless LANs”, [Online].
Available: http://rtm.science.unitn.it/”battiti/archive/86.pdf.
[21] T. King, S. Kopf, T. Haenselmann, C. Lubberger, and W. Effels-
berg, “COMPASS: A Probabilistic Indoor Positioning System Based
on 802.11 and Digital Compasses”, in Proc. The First International
Workshop on Wireless Network Testbeds, Experimental Evaluation &
Characterization(WiNTECH ’06) , pp. 34-40, Sep. 2006.
[22] Texas Instruments Inc. (2007, April) “Design Note DN007 2.4 GHz
Inverted F Antenna”.

Contenu connexe

Tendances

A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...
A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...
A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...IJCNCJournal
 
Indoor Localization Using Local Node Density In Ad Hoc WSNs
Indoor Localization Using Local Node Density In Ad Hoc WSNsIndoor Localization Using Local Node Density In Ad Hoc WSNs
Indoor Localization Using Local Node Density In Ad Hoc WSNsjoaquin_gonzalez
 
LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...
LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...
LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...ijasuc
 
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor NetworksA New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor Networksidescitation
 
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...iosrjce
 
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
 
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...ijwmn
 
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
 
An exponential rayleigh model for rss-based device-free localization and trac...
An exponential rayleigh model for rss-based device-free localization and trac...An exponential rayleigh model for rss-based device-free localization and trac...
An exponential rayleigh model for rss-based device-free localization and trac...ieeeprojectschennai
 
Efficient Data Gathering with Compressive Sensing in Wireless Sensor Networks
Efficient Data Gathering with Compressive Sensing in Wireless Sensor NetworksEfficient Data Gathering with Compressive Sensing in Wireless Sensor Networks
Efficient Data Gathering with Compressive Sensing in Wireless Sensor NetworksIRJET Journal
 
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
 
Hybrid Target Tracking Scheme in Wireless Sensor Networks
Hybrid Target Tracking Scheme in Wireless Sensor NetworksHybrid Target Tracking Scheme in Wireless Sensor Networks
Hybrid Target Tracking Scheme in Wireless Sensor NetworksIRJET Journal
 
Indoor localization using wifi fingerprinting
Indoor localization using wifi fingerprintingIndoor localization using wifi fingerprinting
Indoor localization using wifi fingerprintingChaitali Bose Roy
 
RuiLi_CVVT2016
RuiLi_CVVT2016RuiLi_CVVT2016
RuiLi_CVVT2016Rui Li
 
Computational Geometry based Remote Networking
Computational Geometry based Remote NetworkingComputational Geometry based Remote Networking
Computational Geometry based Remote Networkingidescitation
 
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
 

Tendances (19)

A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...
A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...
A STRUCTURED DEEP NEURAL NETWORK FOR DATA-DRIVEN LOCALIZATION IN HIGH FREQUEN...
 
I045075155
I045075155I045075155
I045075155
 
Indoor Localization Using Local Node Density In Ad Hoc WSNs
Indoor Localization Using Local Node Density In Ad Hoc WSNsIndoor Localization Using Local Node Density In Ad Hoc WSNs
Indoor Localization Using Local Node Density In Ad Hoc WSNs
 
LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...
LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...
LOCALIZATION ALGORITHM USING VARYING SPEED MOBILE SINK FOR WIRELESS SENSOR NE...
 
Coordinate Location Fingerprint Based On WiFi Service
Coordinate Location Fingerprint Based On  WiFi ServiceCoordinate Location Fingerprint Based On  WiFi Service
Coordinate Location Fingerprint Based On WiFi Service
 
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor NetworksA New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
 
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
 
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
 
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
AN IMPROVED DECENTRALIZED APPROACH FOR TRACKING MULTIPLE MOBILE TARGETS THROU...
 
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
 
An exponential rayleigh model for rss-based device-free localization and trac...
An exponential rayleigh model for rss-based device-free localization and trac...An exponential rayleigh model for rss-based device-free localization and trac...
An exponential rayleigh model for rss-based device-free localization and trac...
 
Efficient Data Gathering with Compressive Sensing in Wireless Sensor Networks
Efficient Data Gathering with Compressive Sensing in Wireless Sensor NetworksEfficient Data Gathering with Compressive Sensing in Wireless Sensor Networks
Efficient Data Gathering with Compressive Sensing in Wireless Sensor Networks
 
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)
 
Hybrid Target Tracking Scheme in Wireless Sensor Networks
Hybrid Target Tracking Scheme in Wireless Sensor NetworksHybrid Target Tracking Scheme in Wireless Sensor Networks
Hybrid Target Tracking Scheme in Wireless Sensor Networks
 
Localization
LocalizationLocalization
Localization
 
Indoor localization using wifi fingerprinting
Indoor localization using wifi fingerprintingIndoor localization using wifi fingerprinting
Indoor localization using wifi fingerprinting
 
RuiLi_CVVT2016
RuiLi_CVVT2016RuiLi_CVVT2016
RuiLi_CVVT2016
 
Computational Geometry based Remote Networking
Computational Geometry based Remote NetworkingComputational Geometry based Remote Networking
Computational Geometry based Remote Networking
 
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...
 

En vedette

Codes & Conventions Of Music Video
Codes & Conventions Of Music VideoCodes & Conventions Of Music Video
Codes & Conventions Of Music Videochevstarks94
 
Multicultural and diversity training amber danku
Multicultural and diversity training amber dankuMulticultural and diversity training amber danku
Multicultural and diversity training amber dankuAmber Danku
 
Codes and conventions of music video
Codes and conventions of music videoCodes and conventions of music video
Codes and conventions of music videochevstarks94
 
Combination of media product and ancillary tetxsw
Combination of media product and ancillary tetxswCombination of media product and ancillary tetxsw
Combination of media product and ancillary tetxswchevstarks94
 
OAuth - GDG Korea Women 2014 첫 스터디
OAuth - GDG Korea Women 2014 첫 스터디OAuth - GDG Korea Women 2014 첫 스터디
OAuth - GDG Korea Women 2014 첫 스터디Jua Alice Kim
 

En vedette (7)

Initial Ideas
Initial IdeasInitial Ideas
Initial Ideas
 
Codes & Conventions Of Music Video
Codes & Conventions Of Music VideoCodes & Conventions Of Music Video
Codes & Conventions Of Music Video
 
Group 3
Group 3Group 3
Group 3
 
Multicultural and diversity training amber danku
Multicultural and diversity training amber dankuMulticultural and diversity training amber danku
Multicultural and diversity training amber danku
 
Codes and conventions of music video
Codes and conventions of music videoCodes and conventions of music video
Codes and conventions of music video
 
Combination of media product and ancillary tetxsw
Combination of media product and ancillary tetxswCombination of media product and ancillary tetxsw
Combination of media product and ancillary tetxsw
 
OAuth - GDG Korea Women 2014 첫 스터디
OAuth - GDG Korea Women 2014 첫 스터디OAuth - GDG Korea Women 2014 첫 스터디
OAuth - GDG Korea Women 2014 첫 스터디
 

Similaire à Location estimation in zig bee network based on fingerprinting

Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Conference Papers
 
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...Journal Papers
 
Node localization
Node localizationNode localization
Node localizationad-hocnet
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensorIJCNCJournal
 
Bio-inspired algorithm for decisioning wireless access point installation
Bio-inspired algorithm for decisioning wireless access point installation Bio-inspired algorithm for decisioning wireless access point installation
Bio-inspired algorithm for decisioning wireless access point installation IJECEIAES
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Comparative study between metaheuristic algorithms for internet of things wir...
Comparative study between metaheuristic algorithms for internet of things wir...Comparative study between metaheuristic algorithms for internet of things wir...
Comparative study between metaheuristic algorithms for internet of things wir...IJECEIAES
 
5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY
5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY
5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDYIJCSES Journal
 
5G Vs Wi-Fi Indoor Positioning: A Comparative Study
5G Vs Wi-Fi Indoor Positioning: A Comparative Study5G Vs Wi-Fi Indoor Positioning: A Comparative Study
5G Vs Wi-Fi Indoor Positioning: A Comparative StudyIJCSES Journal
 
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
 
Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...
Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...
Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...CSITiaesprime
 
Smartphone indoor positioning based on enhanced BLE beacon multi-lateration
Smartphone indoor positioning based on enhanced BLE beacon multi-laterationSmartphone indoor positioning based on enhanced BLE beacon multi-lateration
Smartphone indoor positioning based on enhanced BLE beacon multi-laterationTELKOMNIKA JOURNAL
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor NetworksAccurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networksambitlick
 
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...Eswar Publications
 
Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...
Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...
Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...ijtsrd
 

Similaire à Location estimation in zig bee network based on fingerprinting (20)

Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
 
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
 
Node localization
Node localizationNode localization
Node localization
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
J017345864
J017345864J017345864
J017345864
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensor
 
Bio-inspired algorithm for decisioning wireless access point installation
Bio-inspired algorithm for decisioning wireless access point installation Bio-inspired algorithm for decisioning wireless access point installation
Bio-inspired algorithm for decisioning wireless access point installation
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Comparative study between metaheuristic algorithms for internet of things wir...
Comparative study between metaheuristic algorithms for internet of things wir...Comparative study between metaheuristic algorithms for internet of things wir...
Comparative study between metaheuristic algorithms for internet of things wir...
 
5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY
5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY
5G VS WI-FI INDOOR POSITIONING: A COMPARATIVE STUDY
 
5G Vs Wi-Fi Indoor Positioning: A Comparative Study
5G Vs Wi-Fi Indoor Positioning: A Comparative Study5G Vs Wi-Fi Indoor Positioning: A Comparative Study
5G Vs Wi-Fi Indoor Positioning: A Comparative Study
 
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
 
H017514655
H017514655H017514655
H017514655
 
Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...
Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...
Wi-Fi fingerprinting-based floor detection using adaptive scaling and weighte...
 
Smartphone indoor positioning based on enhanced BLE beacon multi-lateration
Smartphone indoor positioning based on enhanced BLE beacon multi-laterationSmartphone indoor positioning based on enhanced BLE beacon multi-lateration
Smartphone indoor positioning based on enhanced BLE beacon multi-lateration
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor NetworksAccurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
Accurate and Energy-Efficient Range-Free Localization for Mobile Sensor Networks
 
Article GSM
Article GSMArticle GSM
Article GSM
 
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
Nuzzer algorithm based Human Tracking and Security System for Device-Free Pas...
 
Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...
Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...
Wireless Sensor Network Based Clustering Architecture for Cooperative Communi...
 

Dernier

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 

Dernier (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 

Location estimation in zig bee network based on fingerprinting

  • 1. Location Estimation in ZigBee Network Based on Fingerprinting Qingming Yao, Fei-Yue Wang, Fellow, IEEE, Hui Gao, Kunfeng Wang and Hongxia Zhao Abstract— Location-aware computing becomes an exciting research as recent advancements in RF circuits and wireless communication stacks. In this paper, we present a fingerprinting based location estimation technology in ZigBee network. The system uses the signal strength from several base stations rather than time or angle for determining the location of mobile station. Instead of modeling the complex attenuation of signal strength, the system models the probabilistic distribution in different geographical areas which we called fingerprinting. It combines the measured data and fingerprinting to determine the mobile station’s location. The experiment results demon- strate the validity of location estimation in ZigBee network based on fingerprinting. Index Terms— -Location Estimation; ZigBee Network; Signal Strength; Fingerprinting; Probabilistic Distribution. I. INTRODUCTION Advancements in electronics, computer and wireless com- munication technology have promoted the development of low-power, multi-function sensors, and enabled integrating A/D converter, data processor and wireless communication modules into a single chip. On one hand, seamless com- munications among such devices and possible processing centers can transform ordinary environments into intelli- gent spaces [1]; on the other hand, the distinction between communications and computation is blurring [2]. We are being carried into pervasive communicating and pervasive computing space in which context is an obvious attribute. Context refers to the physical (position, time, weather) and social situation (work or leisure place) in which computa- tional devices are embedded [2]. As location becomes one of the most import contexts, location-aware computing is a recent interesting research area. It can provide services such as personal security, children track, tourist guide and entertainment. The existed location systems, including the Global Po- sitioning System (GPS) and wireless enhanced 911(E-911) and cellular network-based usually work outdoors with coarse granularity [3], worse in indoor and building-dense environments. Another shortage is that we can’t transport sensor data about the other contexts in these networks. Other systems were developed for short range, indoor and precious location using infrared, ultrasound or RF and ultrasound combined techniques. AT&T’s Active Badge, which uses diffuse infrared technology has difficulty with fluorescent This work was supported in part by the MOST Grant 2006CB705500, NNSFC Grants 60334020, 60621001, CAS Grant 2F05N01, 2006 CAS Presidential Special Scholarship Grant, and SDAS Research Grant 2005006.. Qingming Yao, Fei-Yue Wang, Hui Gao, Kunfeng Wang and Hongxia Zhao are with the Laboratory of Complex Systems and Intelligence Science, Institute of Automation, Chinese Academy of Sciences, Beijing, China. qingming.yao@ia.ac.cn lighting or direct sunlight, but can get room-size accuracy. Active Bats, which also comes from AT&Tuses an ultrasound time-of-flight lateration technique getting more accurate (9 cm), but requires large scale deployment and high cost. MIT complemented the Active Bats by using a radio fre- quency control signal, which names Cricket. Although it does not require a grid of ceiling sensors, the Cricket lacks of centralized management, and the mobile receivers have heavy computational and power burden [4]. Another critical disadvantage of all the three systems is that they only provide light-of-sight (LOS) location estimation. As we know the 802.11 (predominant are 2.4 GHz 802.11b and 802.11g) Wireless Local Area Network (WLAN, also called Wi-Fi in business) is installed popularly, and using this data network to support ubiquitous-covered, accurate location estimation is increasingly gaining passion since Microsoft developed RADAR. By recording the received signal strength (RSS) from existed several 802.11 Access Points and comparing to empirical measured data, RADAR is able to estimate user location in office or home environment easily [5]. Carnegie Mellon University [6], IBM [7], Mary- land University [8] and Pittsburgh University [9] also have started deeper research and system evaluation. These systems have almost the same sensing devices, reference points but different algorithms and infrastructures. The performances reported are similar (4 feet [6], 6 feet [7], 7 feet [8] and 9 feet [9] respectively over 90%). All the location estimation approaches that based on WLAN’s Received Signal Strength Indication (RSSI) are used in indoor environments and passively up to now. As the data network is not transparent and sensing-oriented, the context-awared services provided by such systems are limited. And the infrastructures of the network are not es- tablished for location estimation generally, in another word, the deployment, change and movement of the network are out of the location system’s control. In this paper, we implement the location estimation system adopting ZigBee based network, which is a short rage, low data rate, low power consumption and low cost network technology. ZigBee’ target aims at automation and remote control applications through easily constructing ad-hoc, mesh networks, and it will provide more ubiquitous coverage. Theoretically speaking, the location estimation algorithm used in ZigBee network may be the same as used in WLAN. The remainder of this paper is organized as follows: Section II describes the research methodology in detail of hardware, architecture and algorithm. Section III discusses implement process and analyses the results. And Section IV concludes the paper and gives summary of future work being 1-4244-1266-8/07/$25.00 ©2007 IEEE.
  • 2. Fig. 1. Diagram of ZigBee stack. Fig. 2. Application profiles. undertaken. II. RESEARCH METHODOLOGY A. ZigBee Network ZigBee uses IEEE 802.15.4 standard as its PHY and MAC layer standard which defines a 250k bps direct sequence spread spectrum (DSSS) radio operating in the 2.4 GHz unlicensed band, with lower bit-rate alternatives in the 868 MHz and 900 MHz bands [11]. Above the MAC layer, ZigBee defined network layer (NMK) and application layer (APL) [10]-[12]. The diagram of the stack is showed in Fig.1. [12], [13]. RSSI is the basic function we use to form fingerprinting and measure data. As the multi-path affection in upstream and downstream is usually different, the RSSs received by Beacon and MS are different. Although we have defined two Clusters in Location endpoint: the RemoteLocation and LocalLocation. But in this paper, only the LocalLocation cluster is used. Fig.2 presents the attributes and clusters defined in the application profiles. B. System Methodology In our system, some Beacons are fixed in several points evenly to make sure that mobile station (MS) can receive n (3 to 5 as usual) points’ radio signal at each location. The MS records and processes the RSS vector and then searches the fingerprinting database to find some finger- printing which makes the algorithm criterion maximum. Each fingerprinting is formed by a phase of training in a Fig. 3. System methodology (n=3). location. Error distance is used to evaluate the result. System methodology is showed in Fig.3. Oxy = (o1 xy, o2 xy, ..., on xy)T is the observed RSS vector from beacons at location Lxy, and Fij = (f1 ij, f2 ij, ..., fn ij)T is average RSS of location Fingerprinting database is constructed by a process of offline training. Denote a series offline training measurement of beacon k at location Lij is L = [lk0 ij , ..., l kM−1 ij ] which enables computing the histogram hk ij of signal strengths for each beacon indexed k: hk ij(ζ) = 1 M M−1 m=0 δ(lkm ij − ζ), −255 ≤ ζ ≤ 0 (1) where ζ represents the Kronecker delta function [14]. The estimation algorithms will map the online observed data Oxy to some physical Lxy by using probabilistic method; detail is described in II.C. We define two error distances to evaluate the accuracy from signal and physical space respectively. The signal space’s Euclidian distance between Oxy and Lxy is [9]: Dist(Oxy, Fij) = n k=1 (ok xy − fk ij)2 (2) And the physical space’s Euclidian distance is: Dist(Lxy, Lij) = (x − i)2 + (y − j)2 (3) C. Location Estimation Algorithm Radio waves can be modeled accurately in free space [7]. But in practical environment, the radio channel is of noisy characteristics by reflection, absorption, diffraction, scatteration and even the fluctuation of temperature. So the signal transmitted from beacon usually reaches the mobile
  • 3. station by more than one path, resulting in a phenomenon known as mutli-path fading [13] [15] [19]. The observation Oxy deviates significantly from Fij Fortunately, through observation the signal strength’s temporal distribution pre- sented in III.C, we conclude that the distribution has obvious statistical character. So we applied a probabilistic approach using Bayesian inference. Suppose there are 4 beacons deployed in system. The estimation algorithm’s target is to find a location Lij hat makes the probability P(Lij|Oxy) maximized. Mathematically, the probability P(Lij|Oxy) can be repre- sented as: P(Lij|Oxy) = P(Oxy|Lij)P(Lij) P(Oxy) = P(Oxy|Lij)P(Lij) J j=1 I i=1 P(Oxy|Lij)P(Lij) (4) where conditional probability P(Oxy|Lij) is the likelihood of Oxy occurring in the training phase of Lij. And P(Lij) is the prior probability of location Lij being the correct position [15] and is usually uniformly distributed if the position relative to the map is entirely unknown. The CSMA/CA mechanism ensures the signal from differ- ent beacons independent from each other, so the joint prob- ability distribution then becomes the problem of estimating the marginal probability distributions as: P(Oxy|Lij) = n k=1 P(ok xy|Lij) (5) where P(ok xy|Lij) = hk ij(ζ) (6) is the location fingerprint can be obtained in the offline training phase [14]. We can conclude two points about whether the methodology works: 1) Feasibility: hk ij(ζ) itself being stable enough and n k=1 hk ij(ζ)being sensitive to different (i, j) are necessary conditions. 2) Practicability : Each histogram hk ij(ζ)’s distribution is narrow. In another word, the standard deviation should be small. Only several ζ are high-frequent, so the small search space of the algorithm insures the practicability. III. IMPLEMENT AND RESULTS A. ZigBee Module We implement a ZigBee module adopted TI’s single-chip 2.4 GHz IEEE 802.14.5 compliant RF transceiver CC2420 and MicroChip’s enhanced Flash and nanoWatt technology microcontroller PIC18LF4620. A LCD module was added to coordinator node for displaying some useful network information such as network finding, orphan notification, association and disassociation. And an EIA RS-232 interface is also supported to receive command from or send network information to an attached laptop. The module is presented in Fig.4 and the system components are presented in Fig.5. For location estimation application, the wireless modules are fixed on ceiling usually. To obtain even covering in Fig. 4. Wireless module. Fig. 5. System components. estimation area, we apply the 2.4 GHz 50 ohm inverted- F antenna which gets 1.1 dB gain and omni-directional radiation pattern in PCB plane [22]. The module can evenly cover about 30 meters in clear space and 18 meters in indoor space as be programmed to 0 dBm output power with the typical -95 dBm receive sensitivity. B. Layout of Experimentation The experiments were carried out in an office room dimen- sions of 7.2m×9m×2.6m. The layout was depicted in Fig. 6. All the beacons are fixed on the ceiling and powered by batteries. They are separated near the four corners that enable them provide even four-overlap coverage in all portions of the office. The calibration points where the mobile stations’ signal strength was collected are denoted by the gray square. And the arrow’s direction indicates the operator’s orientation as the attenuation by operator’s body can effect the signal strength significantly [5] [7] [9]. For carrying out experiment, we only defined 34 calibration points, and in each point we collect the signal strength only in one direction. The laptop connected with a wireless module by serial cable was put on a small desk with 0.7 meter height which can be moved stably. C. Signal Statistical Character Multi-path fading and people’s activities lead the RSSI luctuating, such as Fig. 7 shows. We took numerous mea- surements at various locations under different scenes to see whether the feasibility and practicability can be obtained
  • 4. Fig. 6. Layout of the experimentation environment. 0 100 200 300 400 500 600 −90 −88 −86 −84 −82 −80 −78 −76 −74 −72 Time in second ReceivedsignalstrengthindBm Time series of RSS from beacon Fig. 7. Typical signal strength received by MS. −84−83−82−81−80−79−78−77−76−75−74−73−72−71−70 0 50 100 150 200 250 300 350 2 Minutes of Measurement @ 5Hz Sample Rate RSSI in dBm NumberofSamples Average = −74.7267 Standard deviation = 1.7166 Fig. 8. Short-term measurement from L1. −95 −90 −85 −80 −75 −70 0 50 100 150 2 Minutes of Measurement @ 5Hz Sample Rate RSSI in dBm NumberofSamples Average = −81.08 Standard deviation = 2.2178 Fig. 9. Short-term measurement from L2. from statistical viewpoint. Experimentation was designed as collecting RSSI of beacon3 at location L1 and L2 re- spectively. The two locations are separated by 1.2 meters, and nobody resident below L1 but frequent activities occur around L2 . The short-term measurement lasts 2 minutes at 5 Hz sample rate and the long-term collection lasts 50 minutes at 0.2 Hz. Fig. 8 and Fig.9 presents the short-term high- rate measurement results. We have concluded below from the histograms: • L1 has higher mean value than L2. The instinctive reason may be L1 being closer to beacon and signal strength is sensitive to the distance between location and beacon. • Both of the locations get very small standard deviation in short time. L2 has larger deviation mainly for people walking in aisle frequently. The long-term probabilistic distributions are depicted in Fig. 10 and Fig. 11. The two distributions show these characteristics obviously: • The two distributions have some similarities of mean value and standard deviation, as the signal has property of long-term stability. • The shape of the long-term distribution is smoother than that of the short-term distribution; this is consistent to the result of [7]. • Left-skewed distributions are prominent with both short- term and long-term measurement that could be approx- imated by a lognormal distribution; this is consistent to the result of [9]. It is concluded that the statistical characters of signal from one beacon ensure the feasibility and practicability. However, the system’s performance depends on the sepa- ration of location fingerprints. To investigate how the pattern of fingerprinting at different locations effects the location separation, we carry out the experimentation at location L1 and L2 by measuring signal strength from beacon 2 and beacon3 at the same time. 100 groups of data are sampled in 20 seconds. Fig. 12 plots the frequency of occurrence of each sample pattern. The plot shows most of data is surrounding the centers. L1 has more sharper peak for the its peaceful surroundings. It suggests that only two beacons
  • 5. −84−83−82−81−80−79−78−77−76−75−74−73−72−71−70 0 50 100 150 200 250 300 350 400 50 Minutes of Measurement @ 0.2Hz Sample Rate RSSI in dBm NumberofSamples Average = −74.4967 Standard deviation = 1.0417 Fig. 10. Long-term measurement from L1. −95 −90 −85 −80 −75 −70 0 20 40 60 80 100 120 140 160 50 Minutes of Measurement @ 0.2Hz Sample Rate RSSI in dBm NumberofSamples Average = −82.085 Standard deviation = 2.596 Fig. 11. Long-term measurement from L2. are sufficient for distinguishing the two locations. The valley between them is very clear that the edge can be used by the algorithm as boundary of classification. We believe adding more beacons can promote the performance greatly. So in system implementation, we add beacon 1 and beacon 4 as Fig. 6 shows. Fig. 13 shows how the mean RSSI (10 samples @ 5 Hz) varies at 30 calibration points. Compared with Fig. 2 in [5], we find our results fluctuate frequently. It suggests that in office environment, it is more sophisticated than corridor. When the BS is about 6 meters away from the beacon, the mean value fluctuates with ±5 dBm as dashed shows because of the number of reflect path increases greatly in such points. But in positive points, the RSSI is sensitive to locations in such environment. −90 −85 −80 −75 −70 −65 −100 −80 −60 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 Beacon2 L1 Two clusters with frequency of RSSI with two beacons Beacon3 L2 Freuecncy Fig. 12. Separation of location fingerprints. 0 1 2 3 4 5 6 7 8 9 101112131415161718192021222324252627282930 −95 −90 −85 −80 −75 −70 −65 −60 −55 Calibration number RSSIindBm Mean RSSI in calibration points Beacon1 Beacon2 Beacon3 Beacon4 Fig. 13. Mean RSSI in calibration points . D. Offline Training Phase The location fingerprinting is collected at each point of the 30 calibration points. The probabilistic distributions of four directions are obtained by (1) where we use the sample rate 5 Hz and 10 samples per point. E. Online Estimation Phase We pick points around the calibration points randomly to perform the online estimation phase, which contains two steps for each location. First, measure and average the RSSI from beacons. We take 4 samples per beacon at 5 Hz sample rate to insure this step will be finished in less than 4 seconds. The average RSSI forms the observation tuple Oxy = (o1 xy, o2 xy, o3 xy, o4 xy)T and be applied in (4) (5) (6) to triangulate location Lij. Second, search the fingerprinting database which stores the prior probability hk ij(ζ) to find the (i, j) which makes P(Lij|Oxy) maximized. F. Results and Analysis Our experiments returned 70% correct locations average with the tolerance of 0.5 meters. Most false estimation happen when someone was standing near the mobile sta- tion or crossing fast under the beacon. Another important phenomenon confused us is that, although the TI’s design note indicates omni-directional radiation pattern [23], the direction of the module which connected to the laptop impact the RSSI obviously. We suspect it as the battery or LCD’s influence because they are the only obstructs that block the radiation of the antenna. However, this will be analyzed in future. IV. CONCLUSIONS AND FUTURE WORK A new location estimation technique based on finger- printing in ZigBee network has been introduced. Through collecting received signal strength from several beacons to form training dataset and comparing the mobile station’s online collected signal with using Bayesian inference, the system can triangulate the location within 70% accuracy with the tolerance of 0.5 meters that is quite encouraging. Compared with other indoor location systems based on WLAN [5]-[9], [15]-[19], this design has the similar system methodology and even the same algorithm [7]-[9], [17]- [19]. But this work first extends the method into office
  • 6. environment by the easy network construction. And our design is not only fit for indoor but also outdoor environment with much lower cost. It can provide a set of embedded location-aware applications such as wireless sensor network. Our work can be extended in several directions. Several pattern classification methods can be applied and evaluated, such as k-Nearest Neighbor [5], Neural Network [20], and Support Vector Machine [20]. Direction sensors can be added to reduce search space of the fingerprinting database such as digital compass. REFERENCES [1] L. Yang and F.-Y. Wang, “Driving into Intelligent Spaces with Perva- sive Communications”, IEEE Intelligent Systems , vol. 22 , no. 1, pp. 12-15, Jan.-Feb. 2007. [2] T. P. Moran and P. Dourish, “Introduction to This Special Issue on Context-Aware Computing”, Human-Computer Interaction , vol. 16, pp. 87-95, 2001. [3] K. Pahlavan, X. Li, and J. P. Makela, “Indoor Geolocation Science and Technology”, IEEE Communications Magazine , vol. 40, no. 2, pp. 112-118, Feb. 2002. [4] J. Hightower and G. Borriello, “Location Systems for Ubiquitous Computing”, IEEE Computer , vol. 34, no. 8, pp. 57-66, Aug. 2001. [5] P. Bahl and V. N. Padmanabhan, “RADAR: An In-building RF- based user Location and Tracking System”, in Proc. IEEE Nineteenth Annual Joint Conference Computer and Communications Societies (INFOCOM’00.) , Tel Aviv, Israel, pp. 775-784, Mar. 2000. [6] J. Small, A. Smailagic, and P. Siewiorek, Daniel, “Determining User Location for Context Aware Computing Through the Use of a Wireless LAN Infrastructure”, ACM Mobile Networks and Applications , vol. 6, 2001. [7] Z. Xiang, S. Song, J. Chen, H. Wang, J. Huang, and X. Gao, “A wireless LAN-based Indoor Positioning Technology”, IBM Journal of Research and Development , vol. 48, no. 5/6, pp. 617-626, Sept./Nov. 2004. [8] M. A. Youssef, A. Agrawala, and S. A. Udaya, “WLAN Location Determination via Clustering and Probability Distributions”, in Proc. IEEE International Conference on Pervasive Computing and Commu- nications(PerCom 2003) , Dallas-Fort Worth, TX, pp. 143- 150, Mar. 2003. [9] K. Kaemarungsi, “Design of Indoor Positioning Systems Based on Location Fingerprinting Technique”, Ph.D.Thesis , University of Pittsburgh, 2005. [10] A. Wheeler, “Commercial Applications of Wireless Sensor Networks Using ZigBee”, IEEE Communications Magazine , vol. 45, no. 4, pp. 70-77, Apr. 2007. [11] IEEE Std. 802.15.4, “Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low-Rate Wireless Personal Area Networks (LR-WPANs)”, May 2003. [12] ZigBee Alliance, “ZigBee Specification Ver. 1.0”, Dec. 2004. [13] Jennic Inc. (2007, April) “ZigBee Stack User Guide” [Online]. Available:http://www.jennic.com/support/view- file.php?fileID=0000000044. [14] C. Gentile and L. Klein-Berndt, “Robust Location Using System Dynamics and Motion Constraints”, in Proc. IEEE International Con- ference on Communications , vol. 3, pp. 1360-1364, Jun. 2004. [15] T. S. Rappaport, Wireless Communicaions: Principles and Practice , 1st ed. Upper Saddle River, NJ: Prentice Hall PTR, 1996. [16] S. Ali and P. Nobles, “A Novel Indoor Location Sensing Mechanism for IEEE 802.11 b/g Wireless LAN”, in Proc. The Fourth Workshop on Positioning, Navigation and Communication (WPNC ’07) , pp. 9- 15, Mar. 2007. [17] T. Roos, P. Myllymaki, H. Tirri, P. Misikangas, and J. Sievanen, “A Probabilistic Approach to WLAN User Location Estimation”, International Journal of Wireless Information Networks , vol. 9, pp. 155-164, 2002. [18] A. Kushki, K. N. Plataniotis, A. N. Venetsanopoulos, and C. S. Regazzoni, “Radio Map Fusion for Indoor Positioning in Wireless local Area Networks”, in Proc. The Eighth International Conference on Information Fusion , vol. 2, pp. 8, Jul. 2005. [19] A. M. Ladd, K. E. Bekris, G. Marceau, A. Rudys, L. E. Kavraki, and D. S. Wallach, “Robotics-based Location Sensing Using Wireless Eth- ernet”, in Proc. ACM International Conference on Mobile Computing and Networking (MOBICOM’02) , pp. 227-238, 2002. [20] R. Battiti, M. Brunato, and A. Villani. (2002, Oct.) “Statistical Learn- ing Theory for Location Fingerprinting in Wireless LANs”, [Online]. Available: http://rtm.science.unitn.it/”battiti/archive/86.pdf. [21] T. King, S. Kopf, T. Haenselmann, C. Lubberger, and W. Effels- berg, “COMPASS: A Probabilistic Indoor Positioning System Based on 802.11 and Digital Compasses”, in Proc. The First International Workshop on Wireless Network Testbeds, Experimental Evaluation & Characterization(WiNTECH ’06) , pp. 34-40, Sep. 2006. [22] Texas Instruments Inc. (2007, April) “Design Note DN007 2.4 GHz Inverted F Antenna”.