Abstract
A popular approach for solving the indoor dynamic localization problem based on WiFi measurements consists of using particle filtering. However, a drawback of this approach is that a very large number of particles are needed to achieve accurate results in real environments. The reason for this drawback is that, in this particular application, classical particle filtering wastes many unnecessary particles. To remedy this, we propose a novel particle filtering method which we call maximum likelihood particle filter (MLPF). The essential idea consists of combining the particle prediction and update steps into a single one in which all particles are efficiently used. This drastically reduces the number of particles, leading to numerically feasible algorithms with high accuracy. We provide experimental results, using real data, confirming our claim.
1. Introduction
Wireless positioning is the most popular approach for indoor location-based services. It finds applications in emergency rescue, smart home, security monitoring and many other areas. In contrast to outdoor positioning, whose dominant approach is based on the global positioning system (GPS), indoor positioning is hindered by multiple sources of interference and multipath effects in time-varying environments. In view of this, multiple techniques for indoor positioning are currently being investigated. The most popular ones are based on radio frequency identification [,], Bluetooth signals [,], ultra-wideband signals [,] and WiFi signals [,]. Due to their large coverage, low implementation cost and availability in existing mobile devices, WiFi-based indoor positioning is the most promising technique.
A broad classification of indoor localization methods can be done in two categories, namely, geometric mapping and fingerprinting []. In geometric mapping, the target’s position is estimated using geometric information like distances and angles from the target to a set of access points (APs) []. Typical techniques for obtaining geometric information are time of flight (ToF) [] and angle of arrival (AoA) []. This approach typically requires obtaining information from more than three APs. the resulting methods are based on line of sight (LOS) signals, and therefore are easily influenced by obstacles. Strict synchronization is also needed between different devices. The above limitations are overcome by the fingerprinting method []. It consists of building a database containing the values of certain received signal features at a given set of known locations. Localization is then done by comparing the features obtained at the target’s location with those of the database. Localization based on fingerprinting is more immune to distortions caused by the environment, since the latter are coded in the feature database. However, it suffers from poor positioning accuracy when the target is in a position far from anyone in the database.
The most commonly WiFi signal feature used for indoor localization is its received signal strength (RSS) []. It measures the signal power strength at the receiver side. Although RSS measurements are easy to obtain, only a very rough estimation of the receiver’s position can be obtained from it. This is due to the fading and distortion suffered by signals propagating through multipaths. To tackle this problem, in recent years channel state information (CSI) has been used instead of RSS []. CSI contains information of the phase and amplitude value of each subcarrier of an orthogonal frequency division multiplexing (OFDM) channel. It can be readily obtained from any OFDM system based on the 802.11n protocol. Since multipath and fading information is represented in the CSI, its use for indoor localization leads to more accurate and stable results in comparison to RSS.
To improve the accuracy of any given localization method, extra information can be obtained from a motion model of the target. The common solution for fusing the information from the motion model with that from measurements consists of using some Bayesian tracking technique. We refer to resulting techniques as dynamic localization methods []. One such techniques is the Kalman filter [,,]. While being optimal and having a closed-form, it only applies to linear Gaussian model. This assumption can be relaxed using the extended Kalman filter []. However, since this method is simply based on linearizing a non-linear model, it often leads to inaccurate results. This can be overcome by using particle filtering [,,,]. This essentially consists of approximating non-Gaussian probability distributions using a number of samples (particles) multiplied by their associated weights.
As it is known, a Bayesian tracking method consists of alternating two steps called prediction and update. In a particle filter, a set of new particles is drawn during each prediction step, whose weighs are determined during the subsequent update step. A drawback of this approach is that this weighting results in little use of those particles whose weights are very small. The number of wasted particles can be very large in the case where measurements already provide enough information to determine the target’s location with a reasonable accuracy, without using the information provided by the motion model. This is often the case in localization setups, for otherwise, algorithms not using a motion model would not work with reasonable accuracy. Consequently, a very large number of particles are required to avoid particle depletion after the update step, which would result in an inaccurate result. The vast number of required particles renders the approach numerically intractable in many applications.
In order to tackle the above shortcoming, a number of methods are available to reduce the estimation error resulting from using particle filtering with a restricted number of particles. In [], a machine learning classifier is added to decide whether particles are in the correct room. In [], a context variable, with values in the set {‘free space’, ‘constrained space’, ‘static space’}, is added to the state to account for the movement constraints at the target’s current position. Also, the authors of [] divide the environment into reachable and unreachable areas, so as to discard particles falling into an unreachable area.
Generally speaking, the above methods aim to reduce the particle depletion phenomenon described above by complementing the motion model with environment- dependent information to decide where to draw particles. The aim of this work is to make the most of this principle, i.e., ideally to totally avoid particle depletion. To this end, we propose a novel particle filtering scheme which combines the prediction and update steps into a single one. In other words, we avoid drawing unnecessary particles during the prediction step that will afterwards disappear during the subsequent update step. This drastically reduces the required number of particles, making the approach numerically feasible in virtually any application. In deriving our method, we exploit the principle underlying a Bayesian tracking method called maximum likelihood Kalman filtering (MLKF) []. We then call the proposed method the maximum likelihood particle filter (MLPF).
The authors used the MLKF in [] to propose a dynamic localization method which only applies to the case in which the motion model is linear and Gaussian. In this sense, the method proposed in this work can be thought of as the generalization of the method we proposed in [] to the case of non-linear motion models. This kind of models are typically used in robotics [], and as we show with experiments using real data, leads to great accuracy improvements.
The rest of the paper is organized as follows: In Section 2, we state the dynamic localization problem. In Section 3, we describe the particle filtering approach for solving it. In Section 4, we derive the proposed MLPF method. In Section 5, we present experimental evidence, showing the numerical advantages offered by the proposed method. Concluding remarks are given in Section 6. For ease of readability, all proofs appear in Appendix C.
2. Problem Description
We assume there is a target moving in an indoor environment. The target’s Cartesian coordinates at time t are and is its orientation in radians, as shown in Figure 1. The target’s motion model is described by the following non-linear state-transition equation
where is the target’s control input and and are process noises accounting for the model’s inaccuracy. To write the above in compact form we define the target’s pose and the process noise . We then write
with f defined according to (1) and (2). We assume that and the sequence is i.i.d., with being a diagonal positive definite matrix for each u.
Figure 1.
Target’s Cartesian coordinates.
Remark 1.
We state the motion model in the general form (1) in order to make our presentation valid for the different models used in the literature. In Appendix A we briefly describe the most popular models falling into this general form.
At each time , we obtain the following measurement
where the map is known and the measurement noise is i.i.d. and independent of .
Problem 1.
Let denote the set of all measurements available up to time T. The dynamic localization problem consists of using, at time T, the measurements to obtain an estimate of .
3. Available Solution Using Particle Filtering
As described in Section 1, the dynamic localization problem can be solved using the well-known particle filtering method []. In this section, we describe this approach.
The Bayesian filtering equations are initialized by , and proceed as follows
Equations (5) and (6) are called the prediction and update steps, respectively. These equations do not have close form expressions, in general. Hence, a numeric method is needed to approximately compute them. This can be done using particle filtering. More precisely, we start with
Then, at time , the prediction step is computed by
with obtained by drawing it from the following distribution
Also, the update step is computed by
with normalized so that .
The use of particle filtering for solving the localization problem permits accommodating the accuracy by increasing the number of particles. As mentioned in Section 1, a problem that often occurs is that the desired accuracy requires a very large number of particles. This can result in a numerically very expensive algorithm. To address this issue, in the next section we propose a variant of the particle filtering algorithm, which drastically reduces the number of particles required to achieve a given accuracy.
4. Proposed Algorithm
In the particle filtering algorithm described in Section 3, at time t, we use the approximation (9) of the updated distribution , together with the state-transition Equation (1), to generate the approximation (8) of the predicted distribution . The latter is then used in combination with the likelihood function to approximate the new updated distribution . This is done by weighting the i-th particle by a weight proportional to the particle’s likelihood . As mentioned in Section 1, a drawback of this approach is that this weighting wastes many particles. In order to avoid this, we combine the prediction and update steps into a single one. More precisely, particles for approximating the updated distribution are directly drawn using the knowledge of the particle approximation of the previous updated distribution , without drawing particles to represent the predicted distribution . We describe below how this is done.
Notation 1.
In order to simplify the notation we remove the dependence of Q on , i.e., we use Q instead of .
Notation 2.
Let
and, for ,
We assume that at time t we know the following approximation
Our goal is to use the above to build an approximation of the form
Our first step is to derive a convenient decomposition of . This is done in the following lemma.
It follows from Lemma 1 that, in order to find an expression of we need expressions of and . Under the approximation (10), the desired expressions are given in the following lemma.
Lemma 2.
If (10) holds, then
where to simplify the notation we use , and denotes the approximately proportional sign. Also
where denoted the Jacobian operator,
and
In order to build an approximation of the form (11) we need a method for drawing samples from . In view of (12), this can be done by drawing samples from and . It follows from (16) that is a Gaussian mixture distribution. Hence, we can readily draw samples from it. On the other hand, from (13) and (15) we obtain
from where it is not clear how to draw samples. Our strategy to go around this consists finding a convenient Gaussian approximation of , from where we can draw samples, and then weight these samples to account for the difference between and .
To derive the Gaussian approximation we use (13) and proceed in three steps. In Lemma 3 we do a Gaussian approximation of , in Lemma 4 we do the same with , and in Lemma 5 we combine these two approximations to obtain .
Lemma 3.
Lemma 4.
The following approximation holds
where
with
Combining Lemmas 3 and 4 we obtain the Gaussian approximation of given in the following lemma.
Lemma 5.
The following approximation holds
where
with
Combining the results in Lemmas 1, 2 and 5 we can build the desired approximation (11) following the procedure described in Algorithm 1.
| Algorithm 1 Proposed localization algorithm. |
At , initialize using (7). At each :
|
5. Experimental Validation
In this section, we evaluate the performance of our proposed indoor localization method. To this end, we compare it with that of two methods based on particle filtering (PF). The first one is a newly proposed RSS-based method described in [], which we refer to as PF-RSS. In order to assess the advantage resulting from using CSI measurements instead of RSS ones, the second method is the CSI-based version the PF-RSS one. It is obtained by using the PF method, described in Section 3, instead of the proposed MLPF method. We refer to it as PF-CSI. We also consider the dynamic localization method from [], which we call MLKF, and only applies to linear Gaussian motion models like the one given in Appendix B. We also consider the localization performance obtained via static localization. To this end, we use the static localization method proposed in [], which, as shown in that work, outperforms other available static positioning methods like FILA [], DeepFi [], and PhaseFi [].
As APs we used TP-Link TL-WDR4310 routers with the OpenWrt platform installed. To acquire CSI values we use the Atheros CSI tool []. It provides CSI values of 56 subcarriers, and for each one, two 10 bit values are used to represent its phase and amplitude. Motion capture cameras with millimeter-level accuracy are used to obtain the ground truth position.
For the target we use a two-wheel robot controlled by a NVIDIA Jetson Nano developer board, equipped with an Atheros AR9590 network interface controller. We consider a target whose motion is described by the velocity model given in Appendix A.1, with , and . To generate the measurements we pass the acquired CSI phase values through the linear calibration stage proposed in [] (§ II.B), then unwrap the resulting phases and use the resulting phase differences as fingerprints. The whole procedure for generating fingerprints is described in []. The measurement model is given by the following Gaussian kernel expansion
where , , denote the positions used to build the fingerprint database. Following [] (Chapter 4.3.2) we choose . Also, is computed so that, for each , matches the CSI measured at .
As performance metric we use the mean squared localization error , i.e., if the estimated pose at time t is and the ground truth is , then
For the PF method, following [] we use particles. Also, for the MLKF method, we use the linear Gaussian motion model described in Appendix B, with and .
In the first experiment, we aim to evaluate the performance in large environments. To this end we use an empty room of m. Only one AP is placed at the corner of the room as shown in Figure 2. To build the fingerprinting database, we measured CSI’s at positions, one meter apart from each other, on a grid as also shown in the same figure. As the target moves within the room, we estimate its position every seconds.
Figure 2.
Layout and database points of the empty room. The access point (AP) is placed at the lower-right corner.
As we can see from Table 1, the proposed MLPF method, with only 10 particles, clearly outperforms the outcomes of static positioning and particle filtering. Its performance is comparable to that of the MLKF. However, it outperforms the latter if we increase the number of particles to 50. This is due to the use of a non-linear motion model which yields more accurate statistical knowledge of the target’s position at each sample time. Also, although particle filtering should yield the theoretically optimal result if the number of particles is large enough, the very large number of required particles result in that, even with 1000 particles, its accuracy is significantly inferior than that of the proposed MLPF method with 10 particles. Figure 3 shows how the positioning accuracy of the proposed method improves with the number of particles. In Figure 4 we show the error cumulative distribution (ECD) of each method, i.e., for each error (in meters), we show the proportion of positions whose localization error is smaller than that error. The estimated trajectory and ground truth of the experiment are shown in Figure 5.
Table 1.
Positioning Error (empty room).
Figure 3.
Impact of particle numbers on positioning accuracy.
Figure 4.
Positioning error cumulative distribution (ECD) (empty room).
Figure 5.
Tracking result of maximum likelihood particle filter (MLPF) with 10 and 50 particles in an empty room.
The second experiment aims to show the performance of our method in living and working environments. To this end we use two adjacent offices of m connected by a corridor. We build the fingerprint database using positions, as shown in Figure 6, together with the AP’s location.
Figure 6.
Layout and database points for the two office rooms. The AP is placed at the lower-right corner of the right room.
We see from Table 2 that, while in the empty room the proposed method with 10 particles performed similarly to the MLKF method, in this second experiment it largely outperforms the latter. The table also shows the clear advantage of the proposed method over its rivals. The reason for this advantage is as follows. Due to the signal distortion and attenuation caused by multipaths, walls and furnitures, the localization information provided by measurements is not enough to yield accurate estimates at certain locations. This can be seen in the ECD shown in Figure 7. At those locations, dynamic localization methods resort to motion model information to produce an estimate. Figure 7 shows that only the proposed MLPF method can produce accurate estimates at those locations. This is because it is the only method that is able to make full use of the rich information provided by a non-linear motion model. While methods based on PF potentially have the same possibility, the extremely large number of required particles make this unfeasible in practice. To conclude the experiment, we show in Figure 8 the ground truth and estimated trajectories.
Table 2.
Positioning Error (office rooms).
Figure 7.
Positioning ECD (office rooms).
Figure 8.
Tracking result of MLPF with 10 and 50 particles in the office rooms.
6. Conclusions
We proposed a new indoor positioning method, which we called maximum likelihood particle filtering. Its essential idea consists of combing the prediction and updates steps of a traditional particle filter into a single step, which requires solving a maximum likelihood estimation problem. This results in a better utilization of particles. The method so obtained achieves high accuracy indoor positioning with a drastically smaller number of particles in comparison with particle filtering. This makes it numerically feasible for real-time applications. We validated our claims in a WiFi indoor positioning experiment using real data. Our experiment show that our method leads to great accuracy improvements achieving sub-meter level indoor localization accuracy, which exceeds the requirements of the 5G NR Release 16 standard from 3GPP [].
Author Contributions
Conceptualization, D.M. and M.F.; methodology, D.M.; software, W.W.; validation, W.W.; formal analysis, D.M.; investigation, W.W. and D.M.; resources, M.F.; data curation, W.W.; writing—original draft preparation, W.W.; writing—review and editing, D.M. and M.F.; visualization, W.W. and M.F.; supervision, D.M. and M.F.; project administration, M.F.; funding acquisition, M.F. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by the National Natural Science Foundation of China grant numbers 61633014, 61803101 and U1701264, Guangdong Basic and Applied Basic Research Foundation grant number 2020A1515011505, and the Argentinean Agency for Scientific and Technological Promotion grant number PICT- 201-0985.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
Appendix A. Non-Linear Robot Motion Models
Appendix A.1. Velocity Model
The input is , with and being the robot’s measured linear and angular speeds, respectively. Also , , with
and being system parameters. The motion model is given by
where denotes the sampling time and
Appendix A.2. Odometry Model
In this case , where denotes the odometry measurement at time t. Using we compute
Then, and with
and being system parameters. The motion model is given by
where
Appendix A.3. Differential Drive Model
As in the velocity model, . Also , where with , , and being system parameters. The motion model is given by
where denotes the sampling time.
Appendix B. Linear Motion Model
In the linear motion model, and , , denote the position and velocity, respectively, in the axis. The model is given by
where , , and are mutually independent, , and .
Appendix C. Proofs
Proof of Lemma 1.
We have
Now
and
□
Proof of Lemma 2.
We split the proof in steps:
- 1.
- It follows straightforwardly from [] (§ 5.4) thatSince the variance of is small, we can do the following approximation,where to simplify the notation we used .
- 2.
- We haveThen, from (A2),where ∗ denotes a non-zero term whose value is irrelevant. Then
- 3.
- Now, using (10) and (A1), we getBut, from (A3),NowHence
- 4.
- Putting (A4) and (A6) into (A5) we obtainand the result follows.
□
Proof of Lemma 3.
If , doing a first order Taylor expansion we obtain
So
The result then follows since
□
Proof of Lemma 4.
Let
Recall that N is the dimension of . It follows from ([], Theorem 6) that, for all , we can do the following approximation
with
In view of the above, for large N we have
Hence
□
Proof of Lemma 5.
From the above we get
The result then follows since, from [] (§ 8.1.8),
□
References
- Saab, S.S.; Nakad, Z.S. A standalone RFID indoor positioning system using passive tags. IEEE Trans. Ind. Electron. 2010, 58, 1961–1970. [Google Scholar] [CrossRef]
- Seco, F.; Jiménez, A.R. Smartphone-Based Cooperative Indoor Localization with RFID Technology. Sensors 2018, 18, 266. [Google Scholar] [CrossRef] [PubMed]
- Hallberg, J.; Nilsson, M.; Synnes, K. Positioning with bluetooth. In Proceedings of the 10th International Conference on Telecommunications 2003 (ICT 2003), Papeete, Tahiti, French Polynesia, 23 Feburary–1 March 2003; Volume 2, pp. 954–958. [Google Scholar]
- Yuan, Z.; Yang, J.; You, L.; Qi, L.; Naser, E.S. Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons. Sensors 2016, 16, 596. [Google Scholar]
- Gigl, T.; Janssen, G.J.; Dizdarevic, V.; Witrisal, K.; Irahhauten, Z. Analysis of a UWB indoor positioning system based on received signal strength. In Proceedings of the 2007 4th Workshop on Positioning, Navigation and Communication, Hannover, Germany, 22 March 2007; pp. 97–101. [Google Scholar]
- Mazhar, F.; Khan, M.G.; Sällberg, B. Precise indoor positioning using UWB: A review of methods, algorithms and implementations. Wirel. Pers. Commun. 2017, 97, 4467–4491. [Google Scholar] [CrossRef]
- Yang, C.; Shao, H.R. WiFi-based indoor positioning. IEEE Commun. Mag. 2015, 53, 150–157. [Google Scholar] [CrossRef]
- Jian, C.; Gang, O.; Ao, P.; Zheng, L.; Shi, J. An INS/WiFi Indoor Localization System Based on the Weighted Least Squares. Sensors 2018, 18, 1458. [Google Scholar]
- Yang, Z.; Zhou, Z.; Liu, Y. From RSSI to CSI: Indoor localization via channel response. ACM Comput. Surv. (CSUR) 2013, 46, 1–32. [Google Scholar] [CrossRef]
- Zafari, F.; Gkelias, A.; Leung, K.K. A survey of indoor localization systems and technologies. IEEE Commun. Surv. Tutor. 2019, 21, 2568–2599. [Google Scholar] [CrossRef]
- Schatzberg, U.; Banin, L.; Amizur, Y. Enhanced WiFi ToF indoor positioning system with MEMS-based INS and pedometric information. In Proceedings of the 2014 IEEE/ION Position, Location and Navigation Symposium-PLANS 2014, Monterey, CA, USA, 5–8 May 2014; pp. 185–192. [Google Scholar]
- Kotaru, M.; Joshi, K.; Bharadia, D.; Katti, S. Spotfi: Decimeter level localization using wifi. In Proceedings of the 2015 ACM Conference on Special Interest Group on Data Communication, London, UK, 17–21 August 2015; pp. 269–282. [Google Scholar]
- Xia, S.; Liu, Y.; Yuan, G.; Zhu, M.; Wang, Z. Indoor fingerprint positioning based on Wi-Fi: An overview. ISPRS Int. J. Geo-Inf. 2017, 6, 135. [Google Scholar] [CrossRef]
- Wen, Y.; Tian, X.; Wang, X.; Lu, S. Fundamental limits of RSS fingerprinting based indoor localization. In Proceedings of the 2015 IEEE Conference on Computer Communications (INFOCOM), Kowloon, Hong Kong, 26 April–1 May 2015; pp. 2479–2487. [Google Scholar]
- Dardari, D.; Closas, P.; Djurić, P.M. Indoor tracking: Theory, methods, and technologies. IEEE Trans. Veh. Technol. 2015, 64, 1263–1278. [Google Scholar] [CrossRef]
- Belmonte-Hernández, A.; Hernández-Peñaloza, G.; Alvarez, F.; Conti, G. Adaptive fingerprinting in multi-sensor fusion for accurate indoor tracking. IEEE Sens. J. 2017, 17, 4983–4998. [Google Scholar] [CrossRef]
- Du, Y.; Yang, D.; Yang, H.; Xiu, C. Flexible indoor localization and tracking system based on mobile phone. J. Netw. Comput. Appl. 2016, 69, 107–116. [Google Scholar]
- Xu, W.; Liu, L.; Zlatanova, S.; Penard, W.; Xiong, Q. A pedestrian tracking algorithm using grid-based indoor model. Autom. Constr. 2018, 92, 173–187. [Google Scholar] [CrossRef]
- Deng, Z.A.; Hu, Y.; Yu, J.; Na, Z. Extended Kalman filter for real time indoor localization by fusing WiFi and smartphone inertial sensors. Micromachines 2015, 6, 523–543. [Google Scholar] [CrossRef]
- Belmonte-Hernández, A.; Hernández-Peñaloza, G.; Gutiérrez, D.M.; Álvarez, F. SWiBluX: Multi-Sensor Deep Learning Fingerprint for precise real-time indoor tracking. IEEE Sens. J. 2019, 19, 3473–3486. [Google Scholar] [CrossRef]
- Zhao, Z.; Braun, T.; Li, Z.; Neto, A. A real-time robust indoor tracking system in smartphones. Comput. Commun. 2018, 117, 104–115. [Google Scholar]
- Jia, R.; Jin, M.; Zou, H.; Yesilata, Y.; Xie, L.; Spanos, C. Mapsentinel: Can the knowledge of space use improve indoor tracking further? Sensors 2016, 16, 472. [Google Scholar] [CrossRef]
- Wu, C.; Zhang, F.; Wang, B.; Liu, K.R. EasiTrack: Decimeter-Level Indoor Tracking With Graph-Based Particle Filtering. IEEE Internet Things J. 2019, 7, 2397–2411. [Google Scholar] [CrossRef]
- Marelli, D.; Fu, M.; Ninness, B. Asymptotic Optimality of the Maximum-Likelihood Kalman Filter for Bayesian Tracking With Multiple Nonlinear Sensors. IEEE Trans. Signal Process. 2015, 63, 4502–4515. [Google Scholar] [CrossRef]
- Wang, W.; Marelli, D.; Fu, M. Fingerprinting-Based Indoor Localization Using Interpolated Preprocessed CSI Phases and Bayesian Tracking. Sensors 2020, 20, 2854. [Google Scholar] [CrossRef]
- Thrun, S. Probabilistic robotics. Commun. ACM 2002, 45, 52–57. [Google Scholar] [CrossRef]
- Arulampalam, M.S.; Maskell, S.; Gordon, N.; Clapp, T. A tutorial on particle filters for online nonlinear/non-Gaussian Bayesian tracking. IEEE Trans. Signal Process. 2002, 50, 174–188. [Google Scholar] [CrossRef]
- Wu, K.; Xiao, J.; Yi, Y.; Chen, D.; Luo, X.; Ni, L.M. CSI-based indoor localization. IEEE Trans. Parallel Distrib. Syst. 2012, 24, 1300–1309. [Google Scholar] [CrossRef]
- Wang, X.; Gao, L.; Mao, S.; Pandey, S. DeepFi: Deep learning for indoor fingerprinting using channel state information. In Proceedings of the 2015 IEEE Wireless Communications and Networking Conference (WCNC), New Orleans, LA, USA, 9–12 March 2015; pp. 1666–1671. [Google Scholar]
- Wang, X.; Gao, L.; Mao, S. CSI phase fingerprinting for indoor localization with a deep learning approach. IEEE Internet Things J. 2016, 3, 1113–1123. [Google Scholar] [CrossRef]
- Xie, Y.; Li, Z.; Li, M. Precise power delay profiling with commodity Wi-Fi. IEEE Trans. Mob. Comput. 2018, 18, 1342–1355. [Google Scholar] [CrossRef]
- Silverman, B.W. Density Estimation for Statistics and Data Analysis; CRC Press: Boca Raton, FL, USA, 1986; Volume 26. [Google Scholar]
- 3GPP. TR38.855. In Study on NR Positioning Support (Release 16); 3rd Generation Partnership Project (3GPP): Sophia Antipolis, France, 2019. [Google Scholar]
- Devore, J.L.; Berk, K.N. Modern Mathematical Statistics with Applications; Springer: New York, NY, USA, 2012. [Google Scholar]
- Petersen, K.; Pedersen, M. The Matrix Cookbook; Technical Manual; Technical University of Denmark: Lyngby, Denmark, 2008. [Google Scholar]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).