|
Algorithm 2 Two-bit flipping algorithm based on the DLSTM. |
Input:, , , , Output:
-
1:
{,LLR} ← SC
-
2:
,
-
3:
while fail CRC and do
-
4:
← DLSTM
-
5:
← SC flip
-
6:
if pass CRC then
-
7:
break
-
8:
else
-
9:
-
10:
end if
-
11:
end while
-
12:
ifthen
-
13:
-
14:
while fail CRC do
-
15:
for to do
-
16:
if then
-
17:
← SC flip
-
18:
if pass CRC then
-
19:
break
-
20:
else
-
21:
-
22:
end if
-
23:
end if
-
24:
end for
-
25:
-
26:
end while
-
27:
end if
-
28:
return
|