|
Algorithm 2 Calculating the Position at the Time Instant Related to the Peak Value |
Input: boundary fingerprint table, adjacent triangular regions, boundary RSSI time series ;
Output: start and end points of the segmented trajectory;
1. {
2. Fit boundary RSSI time series by MLS;
3. Find the peak value;
4. Determine the start and end points of the segmented trajectory.
5. }
|