|
Algorithm 3 for the -coverage and interference requirement on the when and provided that and are fixed and independent of
|
|
Require: The initial locations of n mobile sensors with the identical square sensing radius , placed uniformly and independently at random on the unit square
Ensure: The final positions of the sensors satisfying the -coverage and interference requirement on the square
Initialization:
Choose sensors at random;
Sort the initial locations of sensors according to the second coordinate; let the sorted locations be
-
1:
for
to
do
-
2:
for
to
do
-
3:
move sensor to position
-
4:
end for
-
5:
end for
-
6:
forto do
-
7:
apply Algorithm for and sensors
-
8:
end for
|