|
Algorithm 1 FDPS-Carrier-By-Carrier |
-
1:
Let U be the set of schedulable modules;
-
2:
Let M[i][j] be the metric of module at ;
-
3:
Let A[m] be RB-to-module assignment status;
-
4:
for RB c = 1 to m do
-
5:
pick the best module with largest value ;
-
6:
Assign to module i (i.e. );
-
7:
Let I be RBs already assigned to module i;
-
8:
if I = ⌀
then
-
9:
-
10:
end if;
-
11:
end for.
|