|
Algorithm 2 FDPS-carrier-by-carrier-Modified |
-
1:
Let M be the set of schedulable M2M modules;
-
2:
Let MCQI[i][j] be the metric of module at ;
-
3:
Let be the number of RBs not allocated to H2H users;
-
4:
Let be the transmission power of ;
-
5:
for RB c = m+1 to
do
-
6:
Find with best MCQI[c][k];
-
7:
if ( < ) then
-
8:
Assign to ;
-
9:
Let I be the number of RBs already assigned to ;
-
10:
end if;
-
11:
end for.
|