Skip to main content
. 2021 Jul 6;23(7):863. doi: 10.3390/e23070863
Algorithm 1 The SC flipping algorithm.
Input:y1N, A, T
Output:u^1N
  •  1:

    {u^1N, LLR} ← SC (y1N)

  •  2:

    ifu^1N fail CRC and T>1 then

  •  3:

        ViA of T smallest LLR

  •  4:

        for j1 to T do

  •  5:

            u^1N ← SC (y1N,V(j))

  •  6:

            if u^1N pass CRC then

  •  7:

               break

  •  8:

            end if

  •  9:

        end for

  • 10:

    end if

  • 11:

    returnu^1N