Research Article

LDPC Decoder with an Adaptive Wordwidth Datapath for Energy and BER Co-Optimization

Algorithm 2

Split-Row Low Power Threshold Algorithm—Variable Node Processing.
Required: , that is, channel information
Iteration = 1
while     do
   (
  for     do
   if  Lowpower_flag = 0 then
    
   else
    
   end if
   for all     do
         
   end for
  end for
  do Algorithm 1
  Iteration = Iteration + 1
end while