Orientation-based Wi-Fi Positioning on the Google Nexus One

Size: px
Start display at page:

Download "Orientation-based Wi-Fi Positioning on the Google Nexus One"

Transcription

1 200 IEEE 6th International Conference on Wireless and Mobile Computing, Networking and Communications Orientation-based Wi-Fi Positioning on the Google Nexus One Eddie C.L. Chan, George Baciu, S.C. Mak Department of Computing, The Hong Kong Polytechnic University, Hung Hom, Kowloon, Hong Kong Abstract While localization systems for indoor areas using the existing wireless local area network (WLAN) infrastructure have recently been proposed, wireless LAN localization approaches suffer from a number of significant drawbacks. To begin with, there is inaccurate position tracking due to the orientation of the mobile device and signal fluctuation. In this paper, we apply an orientation filter and a Newton (TR) algorithm to eliminate the noisy location estimation. We implement the localization algorithm on the Nexus One which is a Wi-Fi enabled device with a digital compass. The average error distance is only.82m. We achieve 90% precision within 2.45m. The proposed method leads to substantially more accurate and robust localization system. Index Terms Indoor positioning, Digital compass, Orientation, Newton, Location Fingerprinting at C i. The vector Y i is the fingerprint of the location C i. When a new fingerprint Y is derived from a transmitter at an unknown location A, we can locate A by searching for the fingerprint Y i that is closest to Y at d distance and estimate the location with the corresponding C i. The drawbacks of LF approach are needed to have extensive training dataset surveying and highly affected by the changing of internal building infrastructure, presence of humans and interference among devices leading to inaccurate localization. These issues have been addressed in our previous work [0], []. I. INTRODUCTION Over the last several years, positioning systems have been widely developed and many mobile devices have included positioning features. For example, Google s Nexus One employs a digital compass, Wi-Fi access and Global Positioning Systems (GPS). GPS is the most effective in relatively open and flat outdoor environments but is much less effective in nonline-of-sight (NLOS) environments such as hilly, mountainous, or built-up areas. Positioning systems for indoor areas [], [2] using the existing WLAN infrastructure have been suggested. Devices in WLAN are located using their signal strength, with the most typical approaches to locating WLAN-enabled devices being propagation-based and location-fingerprinting (LF) based. Propagation-based approaches measure the received signal strength (RSS), angle of arrival (AOA), or time difference of arrival (TDOA) of received signals and apply mathematical models to determine the location of the device. The drawbacks of propagation-based approaches [], [2], [3] are needed to compute every condition that can cause wave signal to blend in order to achieve accurate localization. LF-based approaches does not require to compute the wave phenomena to estimate the location. LF-based approaches [4], [3],[5], [6], [7], [8], [9] locate a device by comparing its coordinates with the received signal strengths (RSSs) and coordinates or other devices within the Wi-Fi footprint. These device coordinates are held in an LF database which is built up by collecting the data {(Y n,c i ),i =...N}, for N locations in an area, where C i is the known location of the i th measurement and Y i =(Y i,...,y in ) is the RSS vector when the transmitter is Fig.. User interface of the proposed positioning system on the Nexus One In our previous work we used the [2] and Newton (TR) algorithms [3] to enhance traditional LF by filtering the noisy signal. Although we have achieved to have 5% more accurate positioning than traditional LF approaches, this was not completely effective because they do not take into account the orientation of a user. Intuitively, it would be better to track the target object with the correct direction /0/$ IEEE 392

2 In this paper, we focus to enhance our previous work [3] and apply an orientation filter to previous localization algorithm. The proposed approach is in four phases. In the first phase we detect the IEEE 802.b Wi-Fi signal strength and collect the LFs into a training database. In the second phase, we retrieve the LFs (location fingerprints) and the direction using the Google Nexus One. Figure shows the user interface of our proposed positioning system on the Nexus One. In the third phase we make use of orientation filter to pick up the correct location fingerprint and estimate the location by probabilistic LF approach. Finally, TR method to adjust the location estimation. Our proposed method requires 0% fewer access points (APs) and is 7% more effective than our previous method. The rest of this paper is organized as follows: Section II presents the positioning methodologies. Section III presents experimental setup of WLAN tracking in a campus floor. Section IV discusses the performance evaluation of our experiment. Finally, Sections V offers our conclusion and future work. II. POSITIONING ALGORITHMS Similar with our previous works [0], [2], [3], we make use of LF approach to track a WLAN-enabled device, but this time we only pick up LF within the direction. Finally, we use TR algorithm (8)-(3) to adjust the location estimation. A. Probabilistic Location Fingerprinting Algorithm Probabilistic LF calculates the most probable location out of the pre-recorded LF database. We select a location d i if P (d i s) > P (d j s), for i, j =, 2, 3,...,n, j i. Using Bayes formula [4], and assuming that P (d i s) =P (d j s) for i, j =, 2, 3,...,n we have the following decision rule based on the likelihood that P (s d i ) is the probability that the signal vector s is received, given that the WLAN-enabled device is located in location d i. We can estimate d i by P (d i /S) = P (S/d i) P (d i ) P (S) Since P (S) is constant for all d, the algorithm can be rewritten: () P (d i /S) =P (S/d i ) P (d i ) (2) The estimated location d is the one which obtains the maximum value of the probability in equation (2): d = arg max [P (d i /S)] = arg max [P (S/d i ) P (d i )] (3) d i d i B. Orientation Filter Given the pitch (θ)and roll (φ) rotational angles, we can transform the magnetic components to the local level plane coordinate system, and then, determine the azimuth, or compass direction (γ), as follows [5]. X H = X cos (φ)+y sin (θ) sin (φ) Z cos (θ) sin (φ) Y H = Y cos (θ)+z sin (φ) γ = arctan (Y H /X H ) (4) where (X H, Y H ) are the horizontal components of the Earth s magnetic field. A valid location fingerprint sample is a sample that passes the filtering test based on the AP s one-hop and two-hop neighboring APs positions within the compass direction γ. However, when a user moves, there may be some error α between the measured orientation and the actual compass direction. In order to cover all possible directions, we need to define an orientation region S as follows: α S = u 2 dθ (5) 2 α where u is the maximum distance of two-hop neighboring APs positions. We apply the filter to this region to select the valid location fingerprint. The filter condition is as follows: { fi f i S, (6a) filter(f i )= 0 f i / S. (6b) C. Method For the completness, we include our previous work which use the Newton Trust-Region algoithm to derive the trajectory in a bounded region iteratively and they are more effective than other iterative non-linear optimization methods. TR method would be especially suitable for selecting iterates in the trajectory estimation process. Signal propagation loss algorithm [6][][2] calculates the received signal strength (RSS) with path loss as follows: R = r 0α log 0 (d) wallloss (7) where r is initial RSS, d is a distance from APs to a location, α is the path loss exponent (clutter density factor) and wallloss is the sum of the losses introduced by each wall on the line segment drawn at Euclidean distance d. Consider a typical unconstrained minimization of location error problem, min f(x) (8) x V where V is a vector space. f(x) is derived from the signal propagation loss algorithm in (7). At iteration k, with interate x k and TR radius k, the TR set is: A k = {x V x x k k k} (9) There are three calculations to be made in the TR method: ) Calculation of the TR subproblem where the goal is to approximate the location minimizer in the region, 2) Calculation of the TR fidelity, where the goal is to evaluate the accuracy of the location and 3) Calculation of the radius, to determine the size of a. 393

3 ) TR subproblem: A quadratic model m k is constructed to approximate f(x) within the TR. <, > denotes the inner product. The goal of a TR subproblem is to compute whether x k + s k is in the region. m k (x k + s) =m k (x k )+ g k,s + s, H x S (0) 2 where m k (x k )=f(x k ), g k is the gradient or first derivative of f(x) at x k, and H k is the Hessian of f or second derivative of f(x) at x k. When H K 0, m k is said to be a second-order model. A TR subproblem is then to compute an s k, the TR region subproblem is: s k = arg min ψ k (s) = g k,s + s, H x S () 2 2) TR fidelity: The trial point will be tested to see if it is a good candidate for the next iteration. This is evaluted by: p k = f (x k) f (x k + s k ) (2) m k (x k ) m k (x k + s k ) Suppose an initial is given and let η,η 2,γ, and γ 2 be some constants satisfying 0 <η <η 2 < and 0 <γ <γ 2 <. If p k η, then the trial point is accepted, i.e., x k+ = x k + s k. Otherwise, x k+ = x k. When m k approximates f well and yields a large p k, the TR radius will be expanded for the next iteration. Otherwise, if p k < η or p k < 0, m k does not approximates f well within the current region A k. Therefore, the iterate remains unchanged and the TR radius will be reduced to as to allow the derivation of a more appropriate model and subproblem for the next iteration. 3) TR radius: We can update the TR radius as follows: γ 2 k if p k η 2, k+ = k if p k [η,η 2 ], (3) γ k if p k <η where η and η 2 represent the lower and upper bound of TR fidelity. γ and γ 2 represent the changing ratio of the TR radius. The iterative process for (3) will be repeated until the sequence of iterates x k converges. III. EXPERIMENTAL SETUP In this section we investigate how TR method influences the accuracy with factors of number of APs, resolution and radius of. The experiment was established on the 7th floor of the PQ building, in Department of Computing, at The Hong Kong Polytechnic University. Figure 2 shows the floor plan of the 7th floor of the PQ building, at The Hong Kong Polytechnic University. In our experiment, we walked through the hallway on the 7th Floor with the Nexus One (our walking trajectory), using the proposed positioning algorithms to estimate the location of the device. The estimated and actual coordinates were calculated and collected at 30 locations in the hallway. The dimension of floor is approximately 50m by 20m. The received TABLE I SUMMARY OF EXPERIMENT SETUP IN A LABORATORY ENVIRONMENT Item Description Total laboratory area 000 square meter RSS variation Between -90 dbm and -35 dbm Number of sample points 4880 sample points Wi-Fi channel, 6, and Facing direction of each sampling North, South, East, and West signal sensitivity also limits the range of the RSS to be between -90 dbm and -30 dbm. Nevertheless, the highest typical value of the RSS is approximately -40 dbm at one meter from any AP. We use the same setting to measure RSS as used in [4], [3], [5], [6], [], [7], [8]. Table I summaries the experiment setup. IV. PERFORMANCE EVALUATION The major performance metrics of interest for WLAN localization are accuracy and precision. Accuracy considers the value of average distance errors. Precision considers how consistently the system works in its performance over many iterations. In the following, Subsection A presents the results of trajectory estimation. Subsection B describes our results for the number of access points relative to accuracy under the Orientation-based, [3], Kalman Filter [2] and traditional Location Fingerprinting method [0]. Subsection C describes the same for the relationship of resolution to accuracy (precision). Subsection D shows how our method reduces the error distance. A. Result for Trajectory Estimation Figure 2 shows the original and estimated walking trajectory on the 7th floor PQ building at The Hong Kong Polytechnic University under orientation-based,, and traditional Location Fingerprinting approach. As can be seen in Figure 2, due to signal fluctuation, the estimated path of traditional LF and bulged inside the room PQ703 and PQ77 sharply. approach depends on the current received signals to estimate the location. If signal fluctuates, then it will affect the accuracy of the localization. approach depends greatly on the priori and posteriori estimation to optimize the estimated location. Therefore, if the signal fluctuates, the posteriori estimation will be affected greatly, whereas orientation-based TR approach estimates more stably and locates more accurately. Figure 3 shows the squared error distance of estimated walking trajectory under Orientation-based, Trust Region, and Traditional Location Fingerprinting approach. Orientation-based TR approach eliminates the distance error better than TR, and LF approach. The mean squared errors of Orientation-based TR, TR, and LF approach are 3.33m, 4.0m, 4.78m and 6.8m respectively. 394

4 Start End Original Path Orientation-based Fig. 2. Original and estimated walking trajectory on the 7th floor PQ building at The Hong Kong Polytechnic University under orientation-based Trust Region,, and Traditional Location Fingerprinting approach Squared Error (m) Orientation based Fig. 3. The squared error distance under orientation-based, Trust Region, and Traditional Location Fingerprinting approach B. Effect of number of APs on the localization accuracy Figure 4 shows the relationship of number of access points to accuracy using each of the three methods. The resolution is 3m. We vary the number of APs from to 5. We choose APs by a first-come-first-get scheme. For example, if the number of APs sets to be 8, we only choose the first detected 8 APs. In general, there are three cases to operate the, enlarge, shrink and unchanged. First case, the will enlarge if the estimated point is outside and far away from the region. Second case, the orientation-based will shrink if the estimated point is near to the center of the region. Otherwise, the region will remain unchanged. A higher number of APs improves the accuracy but after more than 8 APs are used the accuracy does not increase significantly. The orientation-based TR method achieves from 50% to 80% accuracy when there is between 3 and 7 APs and becomes stronger as more APs are added. With 9 APs, it obtains 93% accuracy. We calculate and compare the total area of under each line in Figure 4. On average orientation-based TR method requires 5% and 20% fewer APs than and traditional LF method respectively to achieve effective localization. Perhaps the most important point to take away here is that neither the traditional LF approach nor the Kalman Filter at any point matches the accuracy of the orientationbased TR method and never achieve 90% accuracy. The accuracy of orientation-based orientation-based TR method have over 8% since the APs are 4, and after AP increase to 8, accuracy is over 92% and then increase slightly. C. Effect of resolutions on the localization accuracy Figure 5 shows the relationship of resolution to accuracy using the three methods. N meters resolution means we can locate a device correctly in a precision of N meters. Orientation-based TR radius is used similarly as last subsection. The orientation-based TR method achieves 74% accuracy with 2 meter resolution and 90% accuracy with 2.45 meters resolution. Orientation-based TR will almost certainly achieve 395

5 Accuracy Orientation based Number of APs of orientation-based TR method is.82m. And the orientationbased TR method reduces the average error distance from 2.49m (using the traditional LF approach) to 2.0m. The Orientation-based TR method can reduce the error distance from.73m to.38m on X-axis and.2m to.m on Y-axis. Interestingly, the error on the X-axis is greater than on the Y-axis (.38m and.m respectively). In the testing environment, the width of the floor (X-axis) is longer than the length of the floor (Y-axis) so it may be that along the longer X-axis there was more opportunity for the signal energy to be absorbed by air and furniture. We calculate and compare the total area of under each line in Figure 6. On average orientation-based TR method reduce 0% and 20% error to and traditional LF method respectively. In any case, these results show that the orientation-based TR method significantly reduces the error distance in position estimation. Fig. 4. Relationship of number of access points to accuracy under orientationbased,, and Traditional Location Fingerprinting approach Orientation based Error Distance (m) Accuracy Orientation based Resolution (m) Fig. 6. Error distance of position estimation under orientation-based Trust Region,, and Traditional Location Fingerprinting approach Fig. 5. Relationship of resolution(m) to accuracy under orientation-based,, and Traditional Location Fingerprinting approach perfect accuracy when the resolution is at 4.5m. D. Results for the error distance in trajectories In this section we consider the impact on the error distance when using the under orientation-based, Trust Region, and traditional Location Fingerprinting approaches. Figure 6 plots the error distance for position estimation. Figure 7 plots the error distance estimation on the X and Y axis. In this experiment, we select the location fingerprint by 80 degree which near the previous estimated location for estimating the position. The average error distance V. CONCLUSION In the future, wireless communications and mobility service provision will be characterized by global mobile access (terminal and personal mobility), a high quality of service with full coverage, and intelligible and simple access to multimedia services for voice and video via one user single terminal. Current approaches to WLAN localization suffer from signal fluctuations and the change of the direction, which lead to inaccurate tracking. In this paper, we apply an orientation filter and a Newton algorithm to eliminate the noisy location estimation. We test and compare it with our previous approaches. Our experimental analysis shows the effectiveness of proposed orientation-based Newton Trust Region method. This leads to substantially more accurate and robust localization system. Future work will be focused 396

6 Error Distance in X axis (m) Error Distance in Y axis (m) Orientation based Orientation based Fig. 7. Error distance of position estimation on the X and Y coordinates under Orientation-based,, and Traditional Location Fingerprinting approach on building a 3D pervasive tracking and a dynamic spatiotemporal filtering technique. [9] S. Fang, T. Lin, and P. Lin, Location Fingerprinting In A Decorrelated Space, Knowledge and Data Engineering, IEEE Transactions on, vol. 20, no. 5, pp , [0] C. L. Chan, G. Baciu, and S. C. Mak, Wireless Tracking Analysis in Location Fingerprint, 4th IEEE Wireless and Mobile Computing, Networking and Communications, WiMOB, pp , [] C. L. Chan, G. Baciu, and S. C. Mak, Fuzzy Topographic Modeling in WLAN Tracking Analysis, International Conference on Fuzzy Computation, [2] C. L. Chan, G. Baciu, and S. Mak, Using Wi-Fi Signal Strength to Localize in Wireless Sensor Networks, IEEE International Conference on Communications and Mobile Computing, CMC, pp , [3] C. L. Chan, G. Baciu, and S. C. Mak, Using the Newton Trust-Region Method to Localize in WLAN Environment, 5th IEEE Wireless and Mobile Computing, Networking and Communications, WiMOB, pp , [4] H. Liu, H. Darabi, P. Banerjee, and J. Liu, Survey of wireless indoor positioning techniques and systems, IEEE Transactions on Systems, Man, and Cybernetics, Part C: Applications and Reviews, vol. 37, no. 6, pp , [5] M. Caruso, Applications of magnetic sensors for low cost compass systems, Position Location and Navigation Symposium, IEEE 2000, pp , [6] K. Kaemarungsi and P. Krishnamurthy, Properties of indoor received signal strength for WLAN location fingerprinting, Mobile and Ubiquitous Systems - Networking and Services. MOBIQUITOUS. The First Annual International Conference, pp. 4 23, [7] W. Wong, J. Ng, and W. Yeung, Wireless LAN positioning with mobile devices in a library environment, 25th IEEE International Conference on Distributed Computing Systems Workshops, pp , [8] P. Bahl, V. Padmanabhan, and A. Balachandran, A Software System for Locating Mobile Users: Design, Evaluation, and Lessons, online document, Microsoft Research, February, ACKNOWLEDGMENT The authors would like to thank the Information Technology Service Center in The Hong Kong Polytechnic University to provide information about wireless infrastructure in The Hong Kong Polytechnic University. REFERENCES [] R. Jan and Y. Lee, An indoor geolocation system for wireless LANs, International Conference, Parallel Processing Workshops, pp , [2] P. Prasithsangaree, P. Krishnamurthy, and P. Chrysanthis, On indoor position location with wireless LANs, The 3th IEEE International Symposium, Personal, Indoor and Mobile Radio Communications., vol. 2, [3] J. Kwon, B. Dundar, and P. Varaiya, Hybrid algorithm for indoor positioning using wireless LAN, IEEE 60th Vehicular Technology Conference, VTC, vol. 7, [4] A. Taheri, A. Singh, and A. Emmanuel, Location fingerprinting on infrastructure 802. wireless local area networks (WLANs) using Locus, Proceedings of the 29th Annual IEEE International Conference on Local Computer Networks, pp , [5] K. Kaemarungsi and P. Krishnamurthy, Modeling of indoor positioning systems based on location fingerprinting, INFOCOM. Twenty-third AnnualJoint Conference of the IEEE Computer and Communications Societies, vol. 2, [6] B. Li, Y. Wang, H. Lee, A. Dempster, and C. Rizos, Method for yielding a database of location fingerprints in WLAN, Communications, IEE Proceedings-, vol. 52, no. 5, pp , [7] N. Swangmuang and P. Krishnamurthy, Location Fingerprint Analyses Toward Efficient Indoor Positioning, Sixth Annual IEEE International Conference on Pervasive Computing and Communications, pp. 0 09, [8] M. B. Kjaergaard and C. V. Munk, Hyperbolic Location Fingerprinting- A Calibration-Free Solution for Handling Differences in Signal Strength, Sixth Annual IEEE International Conference on Pervasive Computing and Communications, pp. 0 6,

Using a Cell-based WLAN Infrastructure Design for Resource-effective and Accurate Positioning

Using a Cell-based WLAN Infrastructure Design for Resource-effective and Accurate Positioning JOURNAL OF COMMUNICATIONS SOFTWARE AND SYSTEMS, VOL. 5, NO. 4, DECEMBER 9 7 Using a Cell-based WLAN Infrastructure Design for Resource-effective and Accurate Positioning Eddie C.L. Chan, George Baciu,

More information

Using Wi-Fi Signal Strength to Localize in Wireless Sensor Networks

Using Wi-Fi Signal Strength to Localize in Wireless Sensor Networks 2009 International Conference on Communications and Mobile Computing Using Wi-Fi Signal Strength to Localize in Wireless Sensor Networs Eddie C.L. Chan, George Baciu, S.C. Ma The Hong Kong Polytechnic

More information

Wireless Tracking Analysis in Location Fingerprinting

Wireless Tracking Analysis in Location Fingerprinting IEEE International Conference on Wireless & Mobile Computing, Networking & Communication Wireless Tracking Analysis in Location Fingerprinting Eddie C.L. Chan Department of Computing The Hong Kong Polytechnic

More information

Properties of Channel Interference for Wi-Fi Location Fingerprinting

Properties of Channel Interference for Wi-Fi Location Fingerprinting 56 JOURNAL OF COMMUNICATIONS SOFTWARE AND SYSTEMS, VOL. 6, NO. 2, JUNE 2 Properties of Channel Interference for Wi-Fi Location Fingerprinting Eddie C. L. Chan, George Baciu, Member, IEEE, S.C. Mak Original

More information

Wireless Signal and Information Tracking Using Fuzzy Logic

Wireless Signal and Information Tracking Using Fuzzy Logic Wireless Signal and Information Tracking Using Fuzzy Logic Eddie C.L. Chan, George Baciu, and S.C. Mak Department of Computing, The Hong Kong Polytechnic University Hung Hom, Kowloon, Hong Kong {csclchan,csgeorge,csscmak}@comp.polyu.edu.hk

More information

ON INDOOR POSITION LOCATION WITH WIRELESS LANS

ON INDOOR POSITION LOCATION WITH WIRELESS LANS ON INDOOR POSITION LOCATION WITH WIRELESS LANS P. Prasithsangaree 1, P. Krishnamurthy 1, P.K. Chrysanthis 2 1 Telecommunications Program, University of Pittsburgh, Pittsburgh PA 15260, {phongsak, prashant}@mail.sis.pitt.edu

More information

SMARTPOS: Accurate and Precise Indoor Positioning on Mobile Phones

SMARTPOS: Accurate and Precise Indoor Positioning on Mobile Phones SMARTPOS: Accurate and Precise Indoor Positioning on Mobile Phones Moritz Kessel, Martin Werner Mobile and Distributed Systems Group Ludwig-Maximilians-University Munich Munich, Germany {moritz.essel,martin.werner}@ifi.lmu.de

More information

Accuracy Indicator for Fingerprinting Localization Systems

Accuracy Indicator for Fingerprinting Localization Systems Accuracy Indicator for Fingerprinting Localization Systems Vahideh Moghtadaiee, Andrew G. Dempster, Binghao Li School of Surveying and Spatial Information Systems University of New South Wales Sydney,

More information

Indoor Localization in Wireless Sensor Networks

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

More information

Enhanced Location Estimation in Wireless LAN environment using Hybrid method

Enhanced Location Estimation in Wireless LAN environment using Hybrid method Enhanced Location Estimation in Wireless LAN environment using Hybrid method Kevin C. Shum, and Joseph K. Ng Department of Computer Science Hong Kong Baptist University Kowloon Tong, Hong Kong cyshum,jng@comp.hkbu.edu.hk

More information

Eddie C. L. Chan George Baciu INTRODUCTION TO WIRELESS LOCALIZATION. With iphone SDK Examples

Eddie C. L. Chan George Baciu INTRODUCTION TO WIRELESS LOCALIZATION. With iphone SDK Examples Eddie C. L. Chan George Baciu INTRODUCTION TO WIRELESS LOCALIZATION With iphone SDK Examples INTRODUCTION TO WIRELESS LOCALIZATION INTRODUCTION TO WIRELESS LOCALIZATION WITH iphone SDK EXAMPLES Eddie

More information

IoT Wi-Fi- based Indoor Positioning System Using Smartphones

IoT Wi-Fi- based Indoor Positioning System Using Smartphones IoT Wi-Fi- based Indoor Positioning System Using Smartphones Author: Suyash Gupta Abstract The demand for Indoor Location Based Services (LBS) is increasing over the past years as smartphone market expands.

More information

THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH

THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH Normazatul Shakira Darmawati and Nurul Hazlina Noordin Faculty of Electrical & Electronics Engineering, Universiti Malaysia

More information

Use of fingerprinting in Wi-Fi based outdoor positioning

Use of fingerprinting in Wi-Fi based outdoor positioning Use of fingerprinting in Wi-Fi based outdoor positioning Ishrat J. Quader School of Surveying and Spatial information Systems, UNSW, Australia Phone 93854208 Fax 93137493 Email: ishrat.quader@student.unsw.edu.au

More information

Extended Gradient Predictor and Filter for Smoothing RSSI

Extended Gradient Predictor and Filter for Smoothing RSSI Extended Gradient Predictor and Filter for Smoothing RSSI Fazli Subhan 1, Salman Ahmed 2 and Khalid Ashraf 3 1 Department of Information Technology and Engineering, National University of Modern Languages-NUML,

More information

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal , pp. 59-70 http://dx.doi.org/10.14257/ijmue.2015.10.3.06 Indoor Location System with Wi-Fi and Alternative Cellular Network Signal Md Arafin Mahamud 1 and Mahfuzulhoq Chowdhury 1 1 Dept. of Computer Science

More information

Wireless Local Area Network based Indoor Positioning System: A Study on the Orientation of Wi-Fi Receiving Device towards the Effect on RSSI

Wireless Local Area Network based Indoor Positioning System: A Study on the Orientation of Wi-Fi Receiving Device towards the Effect on RSSI Wireless Local Area Network based Indoor Positioning System: A Study on the Orientation of Wi-Fi Receiving Device towards the Effect on RSSI *1 OOI CHIN SEANG and 2 KOAY FONG THAI *1 Engineering Department,

More information

Indoor Navigation by WLAN Location Fingerprinting

Indoor Navigation by WLAN Location Fingerprinting Indoor Navigation by WLAN Location Fingerprinting Reducing Trainings-Efforts with Interpolated Radio Maps Dutzler Roland & Ebner Martin Institute for Information Systems and Computer Media Graz University

More information

Enhanced wireless indoor tracking system in multi-floor buildings with location prediction

Enhanced wireless indoor tracking system in multi-floor buildings with location prediction Enhanced wireless indoor tracking system in multi-floor buildings with location prediction Rui Zhou University of Freiburg, Germany June 29, 2006 Conference, Tartu, Estonia Content Location based services

More information

Research on an Economic Localization Approach

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

More information

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

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

More information

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter Noha El Gemayel, Holger Jäkel and Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology (KIT, Germany

More information

Eddie C. L. Chan George Baciu INTRODUCTION TO WIRELESS LOCALIZATION. With iphone SDK Examples

Eddie C. L. Chan George Baciu INTRODUCTION TO WIRELESS LOCALIZATION. With iphone SDK Examples Eddie C. L. Chan George Baciu INTRODUCTION TO WIRELESS LOCALIZATION With iphone SDK Examples INTRODUCTION TO WIRELESS LOCALIZATION INTRODUCTION TO WIRELESS LOCALIZATION WITH iphone SDK EXAMPLES Eddie

More information

GSM-Based Approach for Indoor Localization

GSM-Based Approach for Indoor Localization -Based Approach for Indoor Localization M.Stella, M. Russo, and D. Begušić Abstract Ability of accurate and reliable location estimation in indoor environment is the key issue in developing great number

More information

Indoor Positioning with a WLAN Access Point List on a Mobile Device

Indoor Positioning with a WLAN Access Point List on a Mobile Device Indoor Positioning with a WLAN Access Point List on a Mobile Device Marion Hermersdorf, Nokia Research Center Helsinki, Finland Abstract This paper presents indoor positioning results based on the 802.11

More information

Indoor Localization and Tracking using Wi-Fi Access Points

Indoor Localization and Tracking using Wi-Fi Access Points Indoor Localization and Tracking using Wi-Fi Access Points Dubal Omkar #1,Prof. S. S. Koul *2. Department of Information Technology,Smt. Kashibai Navale college of Eng. Pune-41, India. Abstract Location

More information

WiFi Fingerprinting Signal Strength Error Modeling for Short Distances

WiFi Fingerprinting Signal Strength Error Modeling for Short Distances WiFi Fingerprinting Signal Strength Error Modeling for Short Distances Vahideh Moghtadaiee School of Surveying and Geospatial Engineering University of New South Wales Sydney, Australia v.moghtadaiee@student.unsw.edu.au

More information

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 06) Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu, a, Feng Hong,b, Xingyuan

More information

2 Limitations of range estimation based on Received Signal Strength

2 Limitations of range estimation based on Received Signal Strength Limitations of range estimation in wireless LAN Hector Velayos, Gunnar Karlsson KTH, Royal Institute of Technology, Stockholm, Sweden, (hvelayos,gk)@imit.kth.se Abstract Limitations in the range estimation

More information

Positioning in Indoor Environments using WLAN Received Signal Strength Fingerprints

Positioning in Indoor Environments using WLAN Received Signal Strength Fingerprints Positioning in Indoor Environments using WLAN Received Signal Strength Fingerprints Christos Laoudias Department of Electrical and Computer Engineering KIOS Research Center for Intelligent Systems and

More information

Bayesian Positioning in Wireless Networks using Angle of Arrival

Bayesian Positioning in Wireless Networks using Angle of Arrival Bayesian Positioning in Wireless Networks using Angle of Arrival Presented by: Rich Martin Joint work with: David Madigan, Eiman Elnahrawy, Wen-Hua Ju, P. Krishnan, A.S. Krishnakumar Rutgers University

More information

Wireless Indoor Tracking System (WITS)

Wireless Indoor Tracking System (WITS) 163 Wireless Indoor Tracking System (WITS) Communication Systems/Computing Center, University of Freiburg Abstract A wireless indoor tracking system is described in this paper, which can be used to track

More information

Wi-Fi Localization and its

Wi-Fi Localization and its Stanford's 2010 PNT Challenges and Opportunities Symposium Wi-Fi Localization and its Emerging Applications Kaveh Pahlavan, CWINS/WPI & Skyhook Wireless November 9, 2010 LBS Apps from 10s to 10s of Thousands

More information

Localization in Wireless Sensor Networks

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

More information

A Weighted Least Squares Algorithm for Passive Localization in Multipath Scenarios

A Weighted Least Squares Algorithm for Passive Localization in Multipath Scenarios A Weighted Least Squares Algorithm for Passive Localization in Multipath Scenarios Noha El Gemayel, Holger Jäkel, Friedrich K. Jondral Karlsruhe Institute of Technology, Germany, {noha.gemayel,holger.jaekel,friedrich.jondral}@kit.edu

More information

An Enhanced Floor Estimation Algorithm for Indoor Wireless Localization Systems Using Confidence Interval Approach

An Enhanced Floor Estimation Algorithm for Indoor Wireless Localization Systems Using Confidence Interval Approach An Enhanced Floor Estimation Algorithm for Indoor Wireless Localization Systems Using Confidence Interval Approach Kriangkrai Maneerat, Chutima Prommak 1 Abstract Indoor wireless localization systems have

More information

Indoor Localization Using FM Radio Signals: A Fingerprinting Approach

Indoor Localization Using FM Radio Signals: A Fingerprinting Approach Indoor Localization Using FM Radio Signals: A Fingerprinting Approach Vahideh Moghtadaiee, Andrew G. Dempster, and Samsung Lim School of Surveying and Spatial Information Systems University of New South

More information

Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment

Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment Michael Hölzl, Roland Neumeier and Gerald Ostermayer University of Applied Sciences Hagenberg michael.hoelzl@fh-hagenberg.at,

More information

Position Location using Radio Fingerprints in Wireless Networks. Prashant Krishnamurthy Graduate Program in Telecom & Networking

Position Location using Radio Fingerprints in Wireless Networks. Prashant Krishnamurthy Graduate Program in Telecom & Networking Position Location using Radio Fingerprints in Wireless Networks Prashant Krishnamurthy Graduate Program in Telecom & Networking Agenda Introduction Radio Fingerprints What Industry is Doing Research Conclusions

More information

RADAR: An In-Building RF-based User Location and Tracking System

RADAR: An In-Building RF-based User Location and Tracking System RADAR: An In-Building RF-based User Location and Tracking System Venkat Padmanabhan Microsoft Research Joint work with Victor Bahl Infocom 2000 Tel Aviv, Israel March 2000 Outline Motivation and related

More information

Enhanced Positioning Method using WLAN RSSI Measurements considering Dilution of Precision of AP Configuration

Enhanced Positioning Method using WLAN RSSI Measurements considering Dilution of Precision of AP Configuration Enhanced Positioning Method using WLAN RSSI Measurements considering Dilution of Precision of AP Configuration Cong Zou, A Sol Kim, Jun Gyu Hwang, Joon Goo Park Graduate School of Electrical Engineering

More information

Combining similarity functions and majority rules for multi-building, multi-floor, WiFi Positioning

Combining similarity functions and majority rules for multi-building, multi-floor, WiFi Positioning Combining similarity functions and majority rules for multi-building, multi-floor, WiFi Positioning Nelson Marques, Filipe Meneses and Adriano Moreira Mobile and Ubiquitous Systems research group Centro

More information

Research Article Kalman Filter-Based Hybrid Indoor Position Estimation Technique in Bluetooth Networks

Research Article Kalman Filter-Based Hybrid Indoor Position Estimation Technique in Bluetooth Networks International Journal of Navigation and Observation Volume 2013, Article ID 570964, 13 pages http://dx.doi.org/10.1155/2013/570964 Research Article Kalman Filter-Based Indoor Position Estimation Technique

More information

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao,

More information

ILPS: Indoor Localization using Physical Maps and Smartphone Sensors

ILPS: Indoor Localization using Physical Maps and Smartphone Sensors ILPS: Indoor Localization using Physical Maps and Smartphone Sensors Ahmad Abadleh, Sangyup Han, Soon J. Hyun, Ben Lee*, and Myungchul Kim Department of Computer Science, Korea Advanced Institute of Science

More information

A New WKNN Localization Approach

A New WKNN Localization Approach A New WKNN Localization Approach Amin Gholoobi Faculty of Pure and Applied Sciences Open University of Cyprus Nicosia, Cyprus Email: amin.gholoobi@st.ouc.ac.cy Stavros Stavrou Faculty of Pure and Applied

More information

Node Localization using 3D coordinates in Wireless Sensor Networks

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

More information

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Thanapong Chuenurajit 1, DwiJoko Suroso 2, and Panarat Cherntanomwong 1 1 Department of Computer

More information

Wi-Fi Fingerprinting through Active Learning using Smartphones

Wi-Fi Fingerprinting through Active Learning using Smartphones Wi-Fi Fingerprinting through Active Learning using Smartphones Le T. Nguyen Carnegie Mellon University Moffet Field, CA, USA le.nguyen@sv.cmu.edu Joy Zhang Carnegie Mellon University Moffet Field, CA,

More information

Technical and Practical Aspects for Locating and Tracking Mobile Users within a Wireless LAN

Technical and Practical Aspects for Locating and Tracking Mobile Users within a Wireless LAN Technical and Practical Aspects for Locating and Tracking Mobile Users within a Wireless LAN Prof. Joseph Kee-Yin NG Director, Research Centre for Ubiquitous Computing Professor, Department of Computer

More information

Location Estimation based on Received Signal Strength from Access Pointer and Machine Learning Techniques

Location Estimation based on Received Signal Strength from Access Pointer and Machine Learning Techniques , pp.204-208 http://dx.doi.org/10.14257/astl.2014.63.45 Location Estimation based on Received Signal Strength from Access Pointer and Machine Learning Techniques Seong-Jin Cho 1,1, Ho-Kyun Park 1 1 School

More information

AUTOMATIC WLAN FINGERPRINT RADIO MAP GENERATION FOR ACCURATE INDOOR POSITIONING BASED ON SIGNAL PATH LOSS MODEL

AUTOMATIC WLAN FINGERPRINT RADIO MAP GENERATION FOR ACCURATE INDOOR POSITIONING BASED ON SIGNAL PATH LOSS MODEL AUTOMATIC WLAN FINGERPRINT RADIO MAP GENERATION FOR ACCURATE INDOOR POSITIONING BASED ON SIGNAL PATH LOSS MODEL Iyad H. Alshami, Noor Azurati Ahmad and Shamsul Sahibuddin Advanced Informatics School, Universiti

More information

Performance Evaluation of Mobile U-Navigation based on GPS/WLAN

Performance Evaluation of Mobile U-Navigation based on GPS/WLAN Performance Evaluation of Mobile U-Navigation based on GPS/WLAN Hybridization *1,Corresponding Author Wan Mohd Yaakob Wan Bejuri, 2 Mohd Murtadha Mohamad, 3 Maimunah Sapri, 4 Mohd Adly Rosly 1,2,4 Faculty

More information

best practice guide Ruckus SPoT Best Practices SOLUTION OVERVIEW AND BEST PRACTICES FOR DEPLOYMENT

best practice guide Ruckus SPoT Best Practices SOLUTION OVERVIEW AND BEST PRACTICES FOR DEPLOYMENT best practice guide Ruckus SPoT Best Practices SOLUTION OVERVIEW AND BEST PRACTICES FOR DEPLOYMENT Overview Since the mobile device industry is alive and well, every corner of the ever-opportunistic tech

More information

Multi-Directional Weighted Interpolation for Wi-Fi Localisation

Multi-Directional Weighted Interpolation for Wi-Fi Localisation Multi-Directional Weighted Interpolation for Wi-Fi Localisation Author Bowie, Dale, Faichney, Jolon, Blumenstein, Michael Published 2014 Conference Title Robot Intelligence Technology and Applications

More information

Indoor Human Localization with Orientation using WiFi Fingerprinting

Indoor Human Localization with Orientation using WiFi Fingerprinting Indoor Human Localization with Orientation using WiFi Fingerprinting Mohd Nizam Husen Intelligent Systems Research Institute Sungkyunkwan University Republic of Korea +8231-299-6465 mnizam@skku.edu Sukhan

More information

On the Optimality of WLAN Location Determination Systems

On the Optimality of WLAN Location Determination Systems On the Optimality of WLAN Location Determination Systems Moustafa Youssef Department of Computer Science University of Maryland College Park, Maryland 20742 Email: moustafa@cs.umd.edu Ashok Agrawala Department

More information

Indoor Positioning by the Fusion of Wireless Metrics and Sensors

Indoor Positioning by the Fusion of Wireless Metrics and Sensors Indoor Positioning by the Fusion of Wireless Metrics and Sensors Asst. Prof. Dr. Özgür TAMER Dokuz Eylül University Electrical and Electronics Eng. Dept Indoor Positioning Indoor positioning systems (IPS)

More information

Ad hoc and Sensor Networks Chapter 9: Localization & positioning

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

More information

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011 Sponsored by Nisarg Kothari Carnegie Mellon University April 26, 2011 Motivation Why indoor localization? Navigating malls, airports, office buildings Museum tours, context aware apps Augmented reality

More information

WiFi Signal Strength-based Robot Indoor Localization

WiFi Signal Strength-based Robot Indoor Localization Proceeding of the IEEE International Conference on Information and Automation Hailar, China, July 24 WiFi Signal Strength-based Robot Indoor Localization Yuxiang Sun, Ming Liu, Max Q.-H, Meng Department

More information

Refining Wi-Fi based indoor localization with Li-Fi assisted model calibration in smart buildings

Refining Wi-Fi based indoor localization with Li-Fi assisted model calibration in smart buildings Southern Illinois University Carbondale OpenSIUC Conference Proceedings Department of Electrical and Computer Engineering Fall 7-1-2016 Refining Wi-Fi based indoor localization with Li-Fi assisted model

More information

Experimental performance analysis and improvement techniques for RSSI based Indoor localization: RF fingerprinting and RF multilateration

Experimental performance analysis and improvement techniques for RSSI based Indoor localization: RF fingerprinting and RF multilateration Communications 2014; 2(2): 15-21 Published online November 27, 2014 (http://www.sciencepublishinggroup.com/j/com) doi: 10.11648/j.com.20140202.11 ISSN: 2328-5966 (Print); ISSN: 2328-5923 (Online) Experimental

More information

Wireless Sensors self-location in an Indoor WLAN environment

Wireless Sensors self-location in an Indoor WLAN environment Wireless Sensors self-location in an Indoor WLAN environment Miguel Garcia, Carlos Martinez, Jesus Tomas, Jaime Lloret 4 Department of Communications, Polytechnic University of Valencia migarpi@teleco.upv.es,

More information

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN Mohamad Haidar Robert Akl Hussain Al-Rizzo Yupo Chan University of Arkansas at University of Arkansas at University of Arkansas at University

More information

A Received Signal Strength based Self-adaptive Algorithm Targeting Indoor Positioning

A Received Signal Strength based Self-adaptive Algorithm Targeting Indoor Positioning A Received Signal Strength based Self-adaptive Algorithm Targeting Indoor Positioning Xiaoyue Hou, Tughrul Arslan, Arief Juri University of Edinburgh Abstract This paper proposes a novel received signal

More information

A New RSS-based Wireless Geolocation Technique Utilizing Joint Voronoi and Factor Graph

A New RSS-based Wireless Geolocation Technique Utilizing Joint Voronoi and Factor Graph A New RSS-based Wireless Geolocation Technique Utilizing Joint Voronoi and Factor Graph Muhammad Reza Kahar Aziz 1,2, Yuto Lim 1, and Tad Matsumoto 1,3 1 School of Information Science, Japan Advanced Institute

More information

SMART RFID FOR LOCATION TRACKING

SMART RFID FOR LOCATION TRACKING SMART RFID FOR LOCATION TRACKING By: Rashid Rashidzadeh Electrical and Computer Engineering University of Windsor 1 Radio Frequency Identification (RFID) RFID is evolving as a major technology enabler

More information

Master thesis. Wi-Fi Indoor Positioning. School of Information Science, Computer and Electrical Engineering. Master report, IDE 1254, September 2012

Master thesis. Wi-Fi Indoor Positioning. School of Information Science, Computer and Electrical Engineering. Master report, IDE 1254, September 2012 Master thesis School of Information Science, Computer and Electrical Engineering Master report, IDE 1254, September 2012 Master Thesis in Information Technology Wi-Fi Indoor Positioning STALINBABU THUMMALAPALLI

More information

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

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

More information

LCRT: A ToA Based Mobile Terminal Localization Algorithm in NLOS Environment

LCRT: A ToA Based Mobile Terminal Localization Algorithm in NLOS Environment : A ToA Based Mobile Terminal Localization Algorithm in NLOS Environment Lei Jiao, Frank Y. Li Dept. of Information and Communication Technology University of Agder (UiA) N-4898 Grimstad, rway Email: {lei.jiao;

More information

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Cesar Vargas-Rosales *, Yasuo Maidana, Rafaela Villalpando-Hernandez and Leyre Azpilicueta

More information

Real Time Indoor Tracking System using Smartphones and Wi-Fi Technology

Real Time Indoor Tracking System using Smartphones and Wi-Fi Technology International Journal for Modern Trends in Science and Technology Volume: 03, Issue No: 08, August 2017 ISSN: 2455-3778 http://www.ijmtst.com Real Time Indoor Tracking System using Smartphones and Wi-Fi

More information

Location Estimation in Wireless Communication Systems

Location Estimation in Wireless Communication Systems Western University Scholarship@Western Electronic Thesis and Dissertation Repository August 2015 Location Estimation in Wireless Communication Systems Kejun Tong The University of Western Ontario Supervisor

More information

Fusion of Barometric Sensors, WLAN Signals and Building Information for 3-D Indoor/Campus Localization

Fusion of Barometric Sensors, WLAN Signals and Building Information for 3-D Indoor/Campus Localization Fusion of Barometric Sensors, WLAN Signals and Building Information for 3-D Indoor/Campus Localization Hui Wang, Henning Lenz, Andrei Szabo, Uwe D. Hanebeck, and Joachim Bamberger Abstract Location estimation

More information

A New Method of D-TDOA Time Measurement Based on RTT

A New Method of D-TDOA Time Measurement Based on RTT MATEC Web of Conferences 07, 03018 (018) ICMMPM 018 https://doi.org/10.1051/matecconf/0180703018 A New Method of D-TDOA Time Measurement Based on RTT Junjie Zhou 1, LiangJie Shen 1,Zhenlong Sun* 1 Department

More information

Research Article Improved Radio Frequency Identification Indoor Localization Method via Radial Basis Function Neural Network

Research Article Improved Radio Frequency Identification Indoor Localization Method via Radial Basis Function Neural Network Mathematical Problems in Engineering, Article ID 420482, 9 pages http://dx.doi.org/10.1155/2014/420482 Research Article Improved Radio Frequency Identification Indoor Localization Method via Radial Basis

More information

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat

We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat We Know Where You Are : Indoor WiFi Localization Using Neural Networks Tong Mu, Tori Fujinami, Saleil Bhat Abstract: In this project, a neural network was trained to predict the location of a WiFi transmitter

More information

INDOOR LOCALIZATION OUTLINE

INDOOR LOCALIZATION OUTLINE INDOOR LOCALIZATION DHARIN PATEL VARIL PATEL OUTLINE INTRODUCTION CHALLAGES OF INDOOR LOCALIZATION LOCATION DETECTION TECHNIQUE INDOOR POSITIONING ALGORITHM RESEARCH METHODOLOGY WIFI-BASED INDOOR LOCALIZATION

More information

WhereAReYou? An Offline Bluetooth Positioning Mobile Application

WhereAReYou? An Offline Bluetooth Positioning Mobile Application WhereAReYou? An Offline Bluetooth Positioning Mobile Application SPCL-2013 Project Report Daniel Lujan Villarreal dluj@itu.dk ABSTRACT The increasing use of social media and the integration of location

More information

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH Mr. M. Dinesh babu 1, Mr.V.Tamizhazhagan Dr. R. Saminathan 3 1,, 3 (Department of Computer Science & Engineering, Annamalai University,

More information

Fingerprinting Based Indoor Positioning System using RSSI Bluetooth

Fingerprinting Based Indoor Positioning System using RSSI Bluetooth IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 4, 2013 ISSN (online): 2321-0613 Fingerprinting Based Indoor Positioning System using RSSI Bluetooth Disha Adalja 1 Girish

More information

Effect of Body-Environment Interaction on WiFi Fingerprinting

Effect of Body-Environment Interaction on WiFi Fingerprinting FACOLTÀ DI INGEGNERIA DELL INFORMAZIONE, INFORMATICA E STATISTICA CORSO DI LAUREA IN INGEGNERIA ELETTRONICA Effect of Body-Environment Interaction on WiFi Fingerprinting Relatore Maria-Gabriella Di Benedetto

More information

Mobile Positioning in Wireless Mobile Networks

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

More information

Indoor position tracking using received signal strength-based fingerprint context aware partitioning

Indoor position tracking using received signal strength-based fingerprint context aware partitioning University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part B Faculty of Engineering and Information Sciences 2016 Indoor position tracking using received signal

More information

Neural network and fingerprinting-based geolocation on time-varying channels

Neural network and fingerprinting-based geolocation on time-varying channels Neural network and fingerprinting-based geolocation on time-varying channels Chahé NERGUIZIAN 1, Charles DESPINS 2,3, Sofiène AFFÈS 2, Gilles I. WASSI 4 and Dominic GRENIER 4 1 École Polytechnique de Montréal,

More information

Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networks

Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networks Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networs Christian Müller*, Anja Klein*, Fran Wegner**, Martin Kuipers**, Bernhard Raaf** *Communications Engineering Lab, Technische Universität

More information

Wireless Location Detection for an Embedded System

Wireless Location Detection for an Embedded System Wireless Location Detection for an Embedded System Danny Turner 12/03/08 CSE 237a Final Project Report Introduction For my final project I implemented client side location estimation in the PXA27x DVK.

More information

WLAN Location Methods

WLAN Location Methods S-7.333 Postgraduate Course in Radio Communications 7.4.004 WLAN Location Methods Heikki Laitinen heikki.laitinen@hut.fi Contents Overview of Radiolocation Radiolocation in IEEE 80.11 Signal strength based

More information

Carrier Independent Localization Techniques for GSM Terminals

Carrier Independent Localization Techniques for GSM Terminals Carrier Independent Localization Techniques for GSM Terminals V. Loscrí, E. Natalizio and E. Viterbo DEIS University of Calabria - Cosenza, Italy Email: {vloscri,enatalizio,viterbo}@deis.unical.it D. Mauro,

More information

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal IoT Indoor Positioning with BLE Beacons Author: Uday Agarwal Contents Introduction 1 Bluetooth Low Energy and RSSI 2 Factors Affecting RSSI 3 Distance Calculation 4 Approach to Indoor Positioning 5 Zone

More information

LEARNING BASED HYPERBOLIC POSITION BOUNDING IN WIRELESS NETWORKS

LEARNING BASED HYPERBOLIC POSITION BOUNDING IN WIRELESS NETWORKS LEARNING BASED HYPERBOLIC POSITION BOUNDING IN WIRELESS NETWORKS by Eldai El Sayr A thesis submitted to the Faculty of Graduate Studies and Research in partial fulfillment of the requirements for the degree

More information

Location-based services (LBS) have

Location-based services (LBS) have Feature: Indoor Localization Chameleon: Survey-Free Updating of a Fingerprint Database for Indoor Localization In fingerprint-based indoor localization, keeping the fingerprint current is important for

More information

INDOOR LOCALIZATION Matias Marenchino

INDOOR LOCALIZATION Matias Marenchino INDOOR LOCALIZATION Matias Marenchino!! CMSC 818G!! February 27, 2014 BIBLIOGRAPHY RADAR: An In-Building RF-based User Location and Tracking System (Paramvir Bahl and Venkata N. Padmanabhan) WLAN Location

More information

WiFiPos: An In/Out-Door Positioning Tool

WiFiPos: An In/Out-Door Positioning Tool WiFiPos: An In/Out-Door Positioning Tool Juan Toloza 1, Nelson Acosta, Carlos Kornuta 2 1 (Post-Doctoral Fellow, CONICET, INCA/INTIA - School of Exact Sciences UNICEN, TANDIL Argentina) 2 (Post-Doctoral

More information

Herecast: An Open Infrastructure for Location-Based Services using WiFi

Herecast: An Open Infrastructure for Location-Based Services using WiFi Herecast: An Open Infrastructure for Location-Based Services using WiFi Mark Paciga and Hanan Lutfiyya Presented by Emmanuel Agu CS 525M Introduction User s context includes location, time, date, temperature,

More information

Lab S-3: Beamforming with Phasors. N r k. is the time shift applied to r k

Lab S-3: Beamforming with Phasors. N r k. is the time shift applied to r k DSP First, 2e Signal Processing First Lab S-3: Beamforming with Phasors Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification: The Exercise section

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Hybrid Radio-map for Noise Tolerant Wireless Indoor Localization

Hybrid Radio-map for Noise Tolerant Wireless Indoor Localization Hybrid Radio-map for Noise Tolerant Wireless Indoor Localization Xiongfei Geng, Yongcai Wang, Haoran Feng and Zhoufeng Chen China Waterborne Transport Research Institute, Beijing, P. R. China Institute

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information