| Algorithm 1 |
-
Input:
(1) The coordinates of N special APs:
(2) The boundary of localization space S;
-
Output:
Location sequence of all divided regions constitutes location sequence table;
-
1:
Use CSI measurement to get effective CSI value between ordinary AP and all special APs;
-
2:
for each
do
-
3:
Collect CSI data between ordinary AP and all special APs;
-
4:
Denoise CSI data by using Butterworth filtering to filter out the high frequency noise;
-
5:
Filter out time delay based on the time-domain LOS path identification method;
-
6:
end for
-
7:
Estimate the distance and calculate the location sequence of ordinary AP;
-
8:
Calculate the Kendall coefficient between the ordinary AP location sequence and the sequence in the location sequence table by using Equation (6);
-
9:
for each
do
= ;
= ;
-
10:
end for
return
;
-
11:
Choose the centroid represented by the location sequence that has the with the ordinary AP as its location estimate.
|