Research Article

Efficient Radio Map Construction Based on Low-Rank Approximation for Indoor Positioning

Algorithm 1

The algorithm of smoothing low-rank completion model.
Input:
   The sparse measurement matrix ;
   The estimated rank of the measurement matrix ;
   The model weights and ;
   The error threshold for the iteration ;
Output:
   The constructed measurement matrix ;
 (1) Initialize , randomly, denoted by , .
 (2) Calculate the objective function .
 (3) Fix and optimize , the result is denoted by .
 (4) Fix and optimize , the result is denoted by .
 (5) Calculate the objective function .
 (6) If ,
    set , and go to (2).
 (7) return .