Research Article

Beamforming Transmission in IEEE 802.11ac under Time-Varying Channels

Algorithm 1

An algorithm for determining the optimal MCS with a given payload size.
Initialization: Calculate the set of possible numbers of OFDM symbols with initial channels and lowest MCS as follows:
    
where
for   (select with the increasing order)
  (i) Find the feedback delay with with symbols.
     
  (ii) Find associated with an MCS level for which the required SNR is lower than or equal to .
        .
  (iii) Calculate the required number of OFDM symbols with .
        .
  (iv) If ( ),
        The optimal MCS level is given by
          .
        Break
  else
   The optimal MCS level is given by .
  end
end