Next Article in Journal
Characterising Penetrometer Tip Contact during Concrete Condition Assessment
Previous Article in Journal
Advances in Therapeutic Monitoring of Lithium in the Management of Bipolar Disorder
Previous Article in Special Issue
A Clustering Method of Case-Involved News by Combining Topic Network and Multi-Head Attention Mechanism
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Target Localization in Wireless Sensor Networks Based on Received Signal Strength and Convex Relaxation

Robotics Institute, Ningbo University of Technology, Ningbo 315048, China
*
Author to whom correspondence should be addressed.
Submission received: 20 November 2021 / Revised: 17 January 2022 / Accepted: 17 January 2022 / Published: 19 January 2022

Abstract

:
A new positioning algorithm based on RSS measurement is proposed. The algorithm adopts maximum likelihood estimation and semi-definite programming. The received signal strength model is transformed to a non-convex estimator for the positioning of the target using the maximum likelihood estimation. The non-convex estimator is then transformed into a convex estimator by semi-definite programming, and the global minimum of the target location estimation is obtained. This algorithm aims at the L 0 known problem and then extends its application to the case of L 0 unknown. The simulations and experimental results show that the proposed algorithm has better accuracy than the existing positioning algorithms.

1. Introduction

With the development of wireless sensor networks (WSNs) [1,2,3,4,5,6,7,8,9,10,11,12,13], the Internet of things has become common. Positioning algorithms are widely used in intelligent warehouse, robot cooperation, instrument navigation, position monitoring, etc. The predefined points are known as the anchors, while the target refers to the point whose position needs to be estimated. The common measurements are angle of arrival (AOA) [14,15,16,17], time of arrival (TOA) [18,19,20], time difference of arrival (TDOA) [21,22] and received signal strength (RSS) [23,24,25,26,27,28,29]. However, AOA requires antenna arrays. TOA and TDOA require clock synchronization, which greatly increases the costs. Compared with other measurements, the RSS measurement is easier and a lower cost to obtain. Hence, we focus on it in this paper. There are two models of RSS: one is based on signal strength, and the other is on path loss. This paper adopts the latter.
Among the existing RSS positioning algorithms, a common approach is to construct a non-convex function about the target and then find the extreme value of the function using some mathematical algorithms, such as gradient descent, coordinate descent, genetic algorithm, and golden section algorithm. However, because of the noise in the received signal, the extremum of the non-convex equation may not be the global optimal solution, but the local optimum instead. Therefore, a more accepted approach is using convex optimization schemes to get a convex equation, and then find the global optimal value. The least squares (LS), least relative error (LSRE) and weighted least squares (WLS) are applied in most optimization problems. In the literature, Robin, WO. [30], Tomic, S. [31], Wang, Z. [32], Surya, VP. [33] and Mei, X. [34], all choose to ignore the difference of the standard deviation of noise after the Taylor expansion of the term containing the amount of noise in the model transformation. Therefore, if the received signal strength contains noise, the final estimated position has some deviation, which increases as the noise standard deviation increases, and the deviation also increases, resulting in the poor estimation accuracy. The SOCP1 method proposed by Tomic, S. [35] and the SDP1 method proposed by Chang, S. [36] used the convex optimization to solve this problem. They also considered cooperative scenes. Coluccia, A. proposed a Bayesian formulation of the ranging problem [37]. This method is called “optimal ML range-free”. The DEOR method [38] and DEOR-fast method [39] proposed by Najarro, L.A.C. employed the three techniques of DE, OBL and adaptive redirection. These two methods achieved good accuracy, but the lower and upper bounds for the initial population is hard to be sure about. This paper proposes a new positioning algorithm based on maximum likelihood estimation and semi-definite programming (“MLE-SDP”), which takes into account the variation of noise standard deviation. The basic steps of this algorithm is to transform the path loss model of the received signal into a relatively simple expression without a logarithm and expand the term with noise by Taylor series to obtain a new noise term. The variance of the new term is proportional to the distance between the target and each anchor. Then, the maximum likelihood estimation function is constructed, and a non-convex estimator is obtained. Next, we use semi-definite programming [40] to transform the non-convex variables and obtain a constrained convex estimate. The estimator of the target can be obtained by solving the convex problem.
The main contributions of this paper is as follows:
  • The RSS model is transformed into a pseudo-linear system with new noise;
  • Based on LS criterion, a new non-convex objective function is derived to solve the target positioning problem;
  • The non-convex objective function is transformed into a convex objective function by semi-definite programming.
The experiments were carried to verify the performance of the proposed algorithm. It is compared with three existing common algorithms and the Cramer–Rao lower bound (CRLB). The simulation results show that the proposed algorithm achieves substantial improvements in accuracy, at the same complexity and running time. The results of field test are also given in Section 5.

2. System Model and Problem Formulation

Suppose a two-dimensional (or three-dimensional) sensor network is composed of N anchors and a target with unknown position. The positions of the target and the i-th anchor are represented by x and s i ( i = 1 , , N ), respectively. As show in Figure 1, d i represent the distance between the i-th anchor and the target. Assuming that the received signal noise follows the normal distribution n i N 0 , σ n i 2 . That means the mean of n i is zero and the standard deviation is σ n i , making the system model to be
L i = L 0 + 10 γ log 10 x s i d 0 + n i , i = 1 , , N
where L i is the RSS measurement received by the i-th anchor, and L 0 is the RSS measurement received by the anchor. When the distance between the anchor and the target is d 0 , d 0 is the reference distance, usually set as 1 m. γ is the path loss index, and it is generally between 2.2 and 4. This paper takes 2.2 because this paper is based on LOS scenes. n i is the received signal noise of the i-th measurement. When L 0 is known, the maximum likelihood estimation is used as
min x i = 1 N ( L i L 0 10 γ log 10 x s i d 0 ) 2 σ n i 2 , i = 1 , , N .
When L 0 is unknown, the maximum likelihood estimation is used as
min x , L 0 i = 1 N ( L i L 0 10 γ log 10 x s i d 0 ) 2 σ n i 2 , i = 1 , , N .
Because large-scale examples of these problems cannot be solved by accurate algorithm, Equations (2) and (3) are NP-hard problems which are very complex non-convex estimators, and it is difficult to find the global optimal solution.

3. The Proposed Algorithm

In this section, we introduce the estimator of the target position based on the maximum likelihood estimation in the two-dimensional case and use semi-definite programming to change the non-convex estimator into convex, so that we can find the global optimal solution. For 3D, it is similar to 2D.
In Section 3.1, L 0 is known, and in Section 3.2, L 0 is unknown. Table 1 lists the symbols that appear frequently in this section.

3.1. L 0 Known Positioning Algorithm

To simplify the system model, subtracting L 0 from both sides of Equation (1) and dividing by 10 γ , and taking the power of 10 at the same time, we obtain
d 0 10 L i L 0 10 γ = x s i 10 n i 10 γ , i = 1 , , N .
Let us expand 10 n i 10 γ by McLaughlin, just 10 n i 10 γ 1 + ln 10 10 γ n i , and we obtain
α i η = x s i + ln 10 10 γ x s i n i , i = 1 , , N
where α i = d 0 10 L i 10 γ , η = 10 L 0 10 γ . According to α i η x s i , we obtain
α i η = x s i + ξ i , i = 1 , , N
where ξ i = ln 10 10 γ α i η n i , a new noise ξ i with mean square error ln 10 10 γ α i η σ is obtained, a non-convex equation is constructed according to maximum likelihood estimation as
min x N i = 1 α i η x s i 2 ln 10 10 γ α i η σ 2
because ln 10 10 γ , η , σ are constant, they are not affected when estimating x . Thus, they can be removed, an unfolding molecule, and we obtain
min x N i = 1 x s i 2 2 α i η x s i α i 2 + 1
The addition of 1 in the objective function does not affect the estimated value x . Thus, Equation (8) can be written as
min x , d , r N i = 1 r i 2 α i η d i α i 2
s . t . d i = x s i
r i = d i 2
where d i = x s i , r i = d i 2 . Now, the objective function is transformed into convex, and then the constraints are transformed as
min x , y , d , r N i = 1 r i 2 α i η d i α i 2
s . t . r i = y 2 s i T x + s i T s i
y = x T x
r i = d i 2 .
Using semi-definite programming, we transform Equation (10) into convex and obtain the final estimator as
min x , y , d , r N i = 1 r i 2 α i η d i α i 2
s . t . r i = y 2 s i T x + s i T s i
x T y I 2 x 0
d i r i 1 d i . 0
The estimator Equation (11) is a new positioning algorithm when L 0 is known, and it is called “MLE-SDP”.
For Equation (10), the form of second-order cone programming can also be used, and the transformed estimator Equation (12) is called “MLE-SOCP” as
min x , y , d , r N i = 1 r i 2 α i η d i α i 2
s . t . r i = y 2 s i T x + s i T s i
2 x 1 y 1 + y
2 d i 1 r i . 1 + r i
Because the simulation results of the “MLE-SDP” algorithm are better than the “MLE-SOCP” algorithm’s, this paper only uses the “MLE-SDP” algorithm to compare with other algorithms.

3.2. L 0 Unknown Positioning Algorithm

Because the transformation of L 0 unknown case is very similar to L 0 known case, the final estimator is given directly as
min x , y , d , r , η , u N i = 1 r i 2 α i u i α i 2
s . t . r i = y 2 s i T x + s i T s i
x T y I 2 x 0
d i r i 1 d i 0
η u i 1 d i 0
the estimator Equation (13) is the positioning algorithm, when L 0 is unknown, called “MLE-SDP2” in this paper.

4. Simulation Results

In this section, the performance of the proposed algorithms “MLE-SDP” and “MLE-SDP2” are verified by MATLAB simulations. In Section 4.1, the “MLE-SDP” algorithm is compared with the “LS-SDP” algorithm, the “LS-SOCP” algorithm, the “LSRE-SOCP” algorithm, the “optimal ML range-free” algorithm, the “SOCP1” algorithm, the “DEOR1” algorithm and the “DEOR-fast1” algorithm. In Section 4.2, the “MLE-SDP2” algorithm is compared with the “LS-SDP2” algorithm, the “LS-SOCP2” algorithm, the “SOCP2” method, the “DEOR2” method and the “DEOR-fast2” method. In addition, the Cramer–Rao lower bound (CRLB) is also provided in both conditions. CRLB is the best effect that can estimate parameters by using the existing information. The closer to CRLB, the better the performance of the algorithm.
All RSS measurements are generated by Equation (1). The measurement noise is based on normal distribution. Anchors are randomly generated in a square area with a side length of 100 m. In order to avoid the influence of the special distribution of anchors, the position of anchors is reset in each simulation. The settings of reference distance, path loss, reference measured value, simulation times and other variables are given in Table 2. The root mean square error (RMSE) is used to evaluate the performance of the algorithm. The definition of RMSE is 1 M c i = 1 M c x i x ^ i 2 , where x i is the position of the target, x ^ i is the estimated position of the target and M c is the simulation times.
The variables of σ n i and N are given in Table 3.

4.1. L 0 Is Known

Average running times of the eight algorithms are listed in Table 4. From Table 4, we can know that the average running time of the proposed algorithm in this paper is 0.58 s, which means that while improving the accuracy, the running times do not increase. The bias of the “ML-SDP1” method is 0.0567 m, according to the simulation results.
First, we test the relationship between the RMSE of the estimator of the target and σ n i (the variance of the measurement noise). Nine anchors are randomly distributed, and the target is randomly generated. σ changes from 1 to 6 dBm.
Figure 2 shows the comparison between the proposed algorithm and other algorithms. The RMSE of all algorithms increases with the increase in the measurement noise σ n i , which indicates that the larger the noise, the larger the deviation of the final estimator. The proposed algorithm “MLE-SDP” in this paper has lower RMSE than the other seven algorithms and is the closest to the CRLB. This also shows that the proposed algorithm has a significant advantage in accuracy.
Figure 3 shows the RMSE of the estimator of the target versus the number of anchors. It is obvious that the RMSE of all algorithms reduces while the number of anchors increases. σ n i is set to be 4 dBm.
As shown in Figure 3, compared with the other seven algorithms, the RMSE of the proposed algorithm is lower whether the number of anchor nodes is large or small. It is very close to the CRLB when the number of anchors is larger than 8. That means it has better performance when the number of anchor nodes is larger than 8.
Figure 4 shows the cumulative distribution function (CDF) versus the mean error (EM). The faster the CDF curve rises, the better the performance is. Nine anchors are randomly distributed, and the target is randomly generated. The standard deviation of RSS measurement noise is set as σ = 4 dBm.
As shown in Figure 4, the CDF of the proposed algorithm is higher than the other seven algorithms. Moreover, it is the closest to the CRLB, which means it has higher accuracy.

4.2. L 0 Is Unknown

The average running times of the six algorithms which L 0 are unknown are listed in Table 5. From Table 5, we can know that the running times of the proposed algorithm “MLS-SDP2” in this paper are almost twice the running times of “MLS-SDP1”. This is due to the increase in constraints and unknown variables. The bias of the “ML-SDP2” method is 0.0768 m, according to the simulation results.
First, we test the relationship between the RMSE of the estimator of the target and σ n i . Nine anchor nodes are randomly distributed, and the target is randomly generated. σ change from 1 to 6.
Figure 5 shows the comparison between the proposed algorithm and other algorithms. The RMSE of all algorithms increases with the increase in the measurement noise σ n i , which indicates that the larger the noise, the larger the deviation of the final estimator. The proposed algorithm “MLE-SDP2” in this paper has a lower RMSE than the other five algorithms and is the closest to the CRLB. This also shows that the proposed algorithm has a significant advantage in accuracy.
Figure 6 shows the RMSE versus the number of anchors when L 0 is unknown. It is obvious that the RMSE of all algorithms reduces while the number of anchors increase. The standard deviation of RSS measurement noise is set as σ n i = 4 dBm.
As shown in Figure 6, compared with the other five algorithms, the RMSE of the proposed algorithm is lower whether the number of anchors is large or small. It is very close to the CRLB when the number of anchor nodes is larger than 10. That means the proposed algorithm has a better performance when the anchor nodes are more than 10.
Figure 7 shows the relationship between the cumulative distribution function (CDF) and the mean error (EM). The faster the CDF curve rises, the better the performance is. Nine anchors are randomly distributed, and the target is randomly generated. The standard deviation of RSS measurement noise is set as σ = 4 dBm.
As shown in Figure 7, the CDF of the proposed algorithm is higher than the other two algorithms. In addition, it is the closest to the CRLB, which means it has higher accuracy.

5. Experiment

This section shows the effect of the proposed algorithm “MLE-SDP2” in the actual test. The actual test was carried out in the rectangular laboratory of 40 m long and 16 m wide. We put 8 anchor nodes and 5 target to test. The location of the anchors is fixed each time, while the location of the target is randomly placed, as shown in Figure 8. In Figure 8, the abscissa and ordinate represent the width and length of the test site, respectively. The units are both m.
For each target, we test 100 sets of data; therefore, we collect a total of 5100 sets of data. Figure 9 shows the relationship between the cumulative distribution function (CDF) and the mean error (EM) in this experiment.
As shown in Figure 9, the CDF of the proposed algorithm is higher than the other five algorithms. This proves the good performance of the proposed algorithm.

6. Conclusions

In this paper, a new algorithm based on maximum likelihood criterion for unknown point location using semi-definite programming estimation is studied. The estimators are proposed for the cases where L 0 is known and unknown. Through MATLAB simulation, the advantage of the proposed methods “MLE-SDP” and “MLE-SDP2” in calculation accuracy is confirmed. The experiments show the practicability of this algorithm. A non-line of sight (NLOS) error is the main component of measurement error. In the future work, we will model the NLOS error so that the algorithm can be better applied to practice.

Author Contributions

Conceptualization, W.D. and Q.Z.; methodology, W.D.; validation, Y.W., C.G. and B.F.; writing—original draft preparation, W.D.; writing—review and editing, Q.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

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.

Abbreviations

The following abbreviations are used in this manuscript:
WSNsWireless sensor networks
AOAAngle of arrival
TOATime of arrival
TDOATime difference of arrival
RSSReceived signal strength
SDPSemi-definite programming
SOCPSecond-order cone programming
RMSERoot mean square error
CDFCumulative distribution function
CMMean error

References

  1. Shirazi, M.; Vosoughi, A. On Distributed Estimation in Hierarchical Power Constrained Wireless Sensor Networks. IEEE Trans. Signal Inf. Process. Netw. 2020, 6, 442–459. [Google Scholar] [CrossRef]
  2. Yin, L.; Liu, C.; Guo, S. Sparse random compressive sensing based data aggregation in wireless sensor networks. Concurr. Comp. Pract. 2020, 32, e4455. [Google Scholar] [CrossRef]
  3. Al-Karaki, J.; Kamal, A. Routing techniques in wireless sensor networks: A survey. IEEE Wirel. Commun. Lett. 2008, 11, 6–28. [Google Scholar] [CrossRef] [Green Version]
  4. Yang, T.; Niu, Y.; Yu, J. Clock Synchronization in Wireless Sensor Networks Based on Bayesian Estimation. IEEE Access 2020, 8, 69683–69694. [Google Scholar] [CrossRef]
  5. Pottie, G.; Kaiser, W. Wireless integrated network sensors. Commun. ACM 2000, 43, 51–58. [Google Scholar] [CrossRef]
  6. Anastasi, G.; Conti, M.; Di, M. Energy conservation in wireless sensor networks: A survey. AD HOC Netw. 2009, 7, 537–568. [Google Scholar] [CrossRef]
  7. Lu, X.; Wang, P.; Niyato, D. Wireless Networks With RF Energy Harvesting: A Contemporary Survey. IEEE Commun. Surv. Tutor. 2015, 17, 757–789. [Google Scholar] [CrossRef] [Green Version]
  8. Gupta, V.; De, S. Collaborative Multi-Sensing in Energy Harvesting Wireless Sensor Networks. IEEE Trans. Signal Inf. Process. Netw. 2020, 6, 426–441. [Google Scholar] [CrossRef]
  9. Ismail, M.; Islam, M.; Ahmad, I.; Khan, F.; Qazi, A.; Khan, Z.; Wadud, Z.; Al-Rakhami, M. Reliable Path Selection and Opportunistic Routing Protocol for Underwater Wireless Sensor Networks. IEEE Access 2020, 8, 100346–100364. [Google Scholar] [CrossRef]
  10. Younis, M.; Akkaya, K. Strategies and techniques for node placement in wireless sensor networks: A survey. AD HOC Netw. 2008, 6, 621–655. [Google Scholar] [CrossRef]
  11. Khan, A.N.; Tariq, M.A.; Asim, M.; Maamar, Z.; Baker, T. Congestion avoidance in wireless sensor network using software defined network. Computing 2021, 103, 2573–2596. [Google Scholar] [CrossRef]
  12. Alanezi, M.A.; Bouchekara, H.R.E.H.; Javaid, M.S.; Maamar, Z. Range-Based Localization of a Wireless Sensor Network for Internet of Things Using Received Signal Strength Indicator and the Most Valuable Player Algorithm. Sensors 2021, 9, 42. [Google Scholar] [CrossRef]
  13. Wang, W.; Liu, X.; Li, M.; Wang, Z.; Wang, C. Optimizing Node Localization in Wireless Sensor Networks Based on Received Signal Strength Indicator. IEEE Access 2019, 7, 73880–73889. [Google Scholar] [CrossRef]
  14. Dogancay, K.; Hmam, H. Optimal angular sensor separation for AOA localization. Signal Process. 2008, 88, 1248–1260. [Google Scholar] [CrossRef]
  15. Chuang, S.; Wu, W.; Liu, Y. High-Resolution AoA Estimation for Hybrid Antenna Arrays. IEEE Trans. Antennas Propag. 2015, 63, 2955–2968. [Google Scholar] [CrossRef]
  16. Sheng, H.; Wu, W. AoA Estimation With Hybrid Antenna Arrays. IEEE Trans. Wirel. Commun. 2021, 20, 5058–5070. [Google Scholar] [CrossRef]
  17. Monfared, S.; Copa, E.; De, D.; Horlin, F. AoA-Based Iterative Positioning of IoT Sensors With Anchor Selection in NLOS Environments. IEEE Trans. Veh. Technol. 2021, 70, 6211–6216. [Google Scholar]
  18. Chen, H.; Wang, G.; Wu, X. Cooperative Multiple Target Nodes Localization Using TOA in Mixed LOS/NLOS Environments. IEEE Sens. J. 2020, 20, 1473–1484. [Google Scholar] [CrossRef]
  19. Shi, J.; Wang, G.; Jin, L. Moving source localization using TOA and FOA measurements with imperfect synchronization. Signal Proces. 2021, 186, 108113. [Google Scholar] [CrossRef]
  20. Wu, S.; Zhang, S.; Huang, D. A TOA-Based Localization Algorithm With Simultaneous NLOS Mitigation and Synchronization Error Elimination. IEEE Sens. Lett. 2019, 3, 18509046. [Google Scholar] [CrossRef]
  21. Wang, G.; Chen, H.; Zhu, W.; Ansari, N. Robust TDOA-Based Localization for IoT via Joint Source Position and NLOS Error Estimation. IEEE Internet Things J. 2019, 6, 8529–8541. [Google Scholar] [CrossRef]
  22. Zhou, Z.; Rui, Y.; Cai, X. Constrained total least squares method using TDOA measurements for jointly estimating acoustic emission source and wave velocity. Measurement 2021, 182, 109758. [Google Scholar] [CrossRef]
  23. Kumar, S. Performance Analysis of RSS-Based Localization in Wireless Sensor Networks. Wirel. Pers. Commun. 2019, 108, 769–783. [Google Scholar] [CrossRef]
  24. Ababneh, A. Low-Complexity Bit Allocation for RSS Target Localization. IEEE Sens. J. 2019, 19, 7733–7743. [Google Scholar] [CrossRef]
  25. He, Z.; Li, Y.; Pei, L.; Chen, R.; El-Sheimy, N. Calibrating Multi-Channel RSS Observations for Localization Using Gaussian Process. IEEE Wirel. Commun. Lett. 2019, 8, 1116–1119. [Google Scholar] [CrossRef]
  26. Abed, A.; Abdel, I. RSS-Fingerprint Dimensionality Reduction for Multiple Service Set Identifier-Based Indoor Positioning Systems. Appl. Sci. 2019, 9, 3137. [Google Scholar] [CrossRef] [Green Version]
  27. Nguyen, T.; Shin, Y. An Efficient RSS Localization for Underwater Wireless Sensor Networks. Sensors 2019, 19, 3105. [Google Scholar] [CrossRef] [Green Version]
  28. Wielandner, L.; Leitinger, E.; Witrisal, K. RSS-Based Cooperative Localization and Orientation Estimation Exploiting Antenna Directivity. IEEE Access 2021, 9, 53046–53060. [Google Scholar] [CrossRef]
  29. Janssen, T.; Berkvens, R.; Weyn, M. RSS-Based Localization and Mobility Evaluation Using a Single NB-IoT Cell dagger. Sensors 2020, 20, 6172. [Google Scholar] [CrossRef]
  30. Robin, W.; Albert, K.; Chin-Tau, L. Received Signal Strength-Based Wireless Localization via Semidefinite Programming: Noncooperative and Cooperative Schemes. IEEE Trans. Veh. Technol. 2010, 59, 1307–1318. [Google Scholar]
  31. Tomic, S.; Marko, B.; Rui, D.; Vlatko, L. RSS-based Localization in Wireless Sensor Networks using SOCP Relaxation. In Proceedings of the IEEE 14th Workshop on Signal Processing Advances in Wireless Communications, Darmstadt, Germany, 16–19 June 2013. [Google Scholar]
  32. Wang, Z.; Zhang, H.; Lu, T.; Aaron, T. Cooperative RSS-Based Localization in Wireless Sensor Networks Using Relative Error Estimation and Semidefinite Programming. IEEE Trans. Veh. Technol. 2018, 68, 483–497. [Google Scholar] [CrossRef]
  33. Prasad, K.; Bhargava, V. RSS Localization Under Gaussian Distributed Path Loss Exponent Model. IEEE Wirel. Commun. Lett. 2021, 10, 111–115. [Google Scholar] [CrossRef]
  34. Mei, X.; Wu, H.; Xian, J.; Chen, B. RSS-based Byzantine Fault-tolerant Localization Algorithm under NLOS Environment. IEEE Wirel. Commun. Lett. 2021, 25, 474–478. [Google Scholar] [CrossRef]
  35. Tomic, S.; Beko, M.; Dinis, R. RSS-Based Localization in Wireless Sensor Networks Using Convex Relaxation: Noncooperative and Cooperative Schemes. IEEE Trans. Veh. Technol. 2015, 64, 2037–2050. [Google Scholar] [CrossRef] [Green Version]
  36. Chang, S.; Li, Y.; Wang, H.; Hu, W.; Wu, Y. RSS-Based Cooperative Localization in Wireless Sensor Networks via Second-Order Cone Relaxation. IEEE Access 2018, 6, 54097–54105. [Google Scholar] [CrossRef]
  37. Coluccia, A.; Ricciato, F. RSS-based Localization via Bayesian Ranging and Iterative Least Squares Positioning. IEEE Wirel. Commun. Lett. 2014, 18, 873–876. [Google Scholar] [CrossRef]
  38. Najarro, L.A.C.; Song, L.; Kim, K. Differential Evolution With Opposition and Redirection for Source Localization Using RSS Measurements in Wireless Sensor Networks. IEEE Trans. Autom. Sci. Eng. 2020, 17, 1736–1747. [Google Scholar] [CrossRef]
  39. Najarro, L.A.C.; Song, L.; Tomic, S.; Kim, K. Fast Localization With Unknown Transmit Power and Path-Loss Exponent in WSNs Based on RSS Measurements. IEEE Wirel. Commun. Lett. 2020, 24, 2756–2760. [Google Scholar] [CrossRef]
  40. Boyd, S.; Vandenberghe, L. Convex Optimization; Cambridge University Press: Cambridge, MA, USA, 2004. [Google Scholar]
Figure 1. Schematic diagram of anchor and target position.
Figure 1. Schematic diagram of anchor and target position.
Sensors 22 00733 g001
Figure 2. When L 0 is known, this is the relationship between RMSE and σ n i .
Figure 2. When L 0 is known, this is the relationship between RMSE and σ n i .
Sensors 22 00733 g002
Figure 3. When L 0 is known, this is the relationship between RMSE and N.
Figure 3. When L 0 is known, this is the relationship between RMSE and N.
Sensors 22 00733 g003
Figure 4. When L 0 is known, this is the CDF.
Figure 4. When L 0 is known, this is the CDF.
Sensors 22 00733 g004
Figure 5. When L 0 is unknown, this is the relationship between RMSE and σ n i .
Figure 5. When L 0 is unknown, this is the relationship between RMSE and σ n i .
Sensors 22 00733 g005
Figure 6. When L 0 is unknown, the relationship between RMSE versus N.
Figure 6. When L 0 is unknown, the relationship between RMSE versus N.
Sensors 22 00733 g006
Figure 7. When L 0 is unknown, this is the CDF.
Figure 7. When L 0 is unknown, this is the CDF.
Sensors 22 00733 g007
Figure 8. Distribution of the anchor nodes and the targets.
Figure 8. Distribution of the anchor nodes and the targets.
Sensors 22 00733 g008
Figure 9. The CDF of the experiments.
Figure 9. The CDF of the experiments.
Sensors 22 00733 g009
Table 1. Symbols and notations.
Table 1. Symbols and notations.
SymbolExplanation
L i The RSS measurements
d 0 The reference distance
L 0 The RSS measurements when d 0 = 1
γ The pass-loss exponent
x The position of the target node
s i The position of the i-th anchor node
NThe number of anchor nodes
d i The range between the target node and the i-th anchor node
n i The measurement noise between the target node and the i-th anchor node
σ The standard deviation of measurement noises
Table 2. Simulation parameter settings.
Table 2. Simulation parameter settings.
SymbolDescribeValue
d 0 reference distance1 m
γ path loss4
L 0 reference measured value−10 dBm
M c simulation times5000
Table 3. Variables in Figure 2, Figure 3, Figure 4, Figure 5, Figure 6 and Figure 7.
Table 3. Variables in Figure 2, Figure 3, Figure 4, Figure 5, Figure 6 and Figure 7.
σ n i N
Figure 21–6 dBm9
Figure 34 dBm6–16
Figure 44 dBm9
Figure 51–6 dBm9
Figure 64 dBm6–16
Figure 74 dBm9
Table 4. Average running times of L 0 known situation.
Table 4. Average running times of L 0 known situation.
MethodDescribeRunning Times (s)
MLE-SDPThe “ML-SDP” algorithm in this paper0.58
LS-SDPThe “LS-SDP” algorithm in [30]0.85
LS-SOCPThe “LS-SOCP” algorithm in [31]1.16
LSRE-SOCPThe “LSRE-SOCP” algorithm in [32]2.53
optimal-MLThe “optimal ML range-free” algorithm in [37]3.58
SOCP1The “SOCP1” algorithm in [35]2.87
DEOR1The “DEOR” algorithm in [38]0.45
DEOR-fast1The “DEOR-fast” algorithm in [38]0.23
Table 5. Average running times of L 0 unknown situation.
Table 5. Average running times of L 0 unknown situation.
MethodDescribeRunning Times (s)
MLE-SDP2The “ML-SDP2” algorithm in this paper1.13
LS-SDP2The “LS-SDP2” algorithm in [30]1.65
LS-SOCP2The “LS-SOCP2” algorithm in [31]2.28
SOCP2The “SOCP2” algorithm in [35]5.43
DEOR2The “DEOR” algorithm in [38]0.63
DEOR-fast2The “DEOR-fast” algorithm in [38]0.32
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ding, W.; Zhong, Q.; Wang, Y.; Guan, C.; Fang, B. Target Localization in Wireless Sensor Networks Based on Received Signal Strength and Convex Relaxation. Sensors 2022, 22, 733. https://0-doi-org.brum.beds.ac.uk/10.3390/s22030733

AMA Style

Ding W, Zhong Q, Wang Y, Guan C, Fang B. Target Localization in Wireless Sensor Networks Based on Received Signal Strength and Convex Relaxation. Sensors. 2022; 22(3):733. https://0-doi-org.brum.beds.ac.uk/10.3390/s22030733

Chicago/Turabian Style

Ding, Weizhong, Qiubo Zhong, Yan Wang, Chao Guan, and Baofu Fang. 2022. "Target Localization in Wireless Sensor Networks Based on Received Signal Strength and Convex Relaxation" Sensors 22, no. 3: 733. https://0-doi-org.brum.beds.ac.uk/10.3390/s22030733

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop