|
Algorithm 4: Selection of the retransmission chain ensuring the lowest transmission error probability for each value of N
|
-
1:
repeat
-
2:
Generate a retransmission chain of size i,
-
3:
calculate
-
4:
if
then
-
5:
if
then
-
6:
-
7:
-
8:
-
9:
else if
then
-
10:
if
then
-
11:
-
12:
-
13:
-
14:
else
-
15:
Do Nothing
-
16:
end if
-
17:
else
-
18:
Do Nothing
-
19:
end if
-
20:
else
-
21:
Continue
-
22:
end if
-
23:
until there are sequences of rates , of length , meeting condition 2
|