Research Article

Weighted-Bit-Flipping-Based Sequential Scheduling Decoding Algorithms for LDPC Codes

Pseudocode 3

Pseudocodes of WBFSBP.
0: Set iteration number , take as the maximum number of iteration, pick up ,
 Set every , every .
1: Compute , if , stop decoding and output .
2: For , compute
          
3: sort in descending order and put the corresponding check-nodes to
4: while stop rules unsatisfied  do
5:  for do
6:for th check-node in
7:   for every do
8:   compute and generate
9:   end for
10:   for every do
11:   compute and generate
12:   end for
13:  end for
14: end while