Skip to main content
. 2019 Dec 4;19(24):5337. doi: 10.3390/s19245337
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 M2Mj module at RBi;  

  • 3:

    Let LM2M be the number of RBs not allocated to H2H users;  

  • 4:

    Let PT(j) be the transmission power of M2Mj;  

  • 5:

    for RB c = m+1 to NRBs do  

  • 6:

        Find M2Mk with best MCQI[c][k];  

  • 7:

        if (PT(k) < Pmax) then  

  • 8:

            Assign RBc to M2Mk;  

  • 9:

            Let I be the number of RBs already assigned to M2Mk;  

  • 10:

        end if;  

  • 11:

    end for.