|
Algorithm 1: Placing sensors with the highest DM score and the lowest correlation |
-
Set:
Compute
-
Place the first sensor in the location with the highest DM score,
While do:
-
Find candidate locations in all optional locations, , with the highest DM score:
For each location in , compute the correlation of with all locations where sensors have already been placed; i.e., .
-
Place the next sensor in location within , which presents the lowest summation of correlations with all locations in :
-
Set:
i.
ii.
|