Algorithm 2 The -Spatial sampling (K-S) Algorithm. |
Input: Number of nodes , , , new sampling rate
Output: The decision set D for the N nodes in time T 1: for and do 2: if then 3: // the dense-deployed case. 4: else if then 5: // the sparse-deployed case. 6: end if 7: end for 8: return D |