Merge in recent ldpc decoder interface updates.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6627 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke
2016-04-20 00:44:47 +00:00
parent bb1cac4bce
commit a08515a725
9 changed files with 68 additions and 55 deletions
@@ -1,15 +1,15 @@
peg (198,72), irregular, 80% 3, 20% 4, s=0.75, 50 iterations
peg (198,72), irregular, 80% 3, 20% 4, s=0.75, 50 iterations; max_dither=200, out of 10000
Eb/N0 ngood nundetected
-0.5 35222 2
0.0 97638 3
0.5 220445 4
1.0 415823 1
1.5 642153 2
2.0 832670 0
2.5 942661 0
3.0 986548 0
3.5 997810 0
4.0 999759 0
4.5 999980 0
5.0 999997 0
-0.5 35222 2 815 0
0.0 97638 3 1899 0
0.5 220445 4 3824 0
1.0 415823 1 5980 0
1.5 642153 2 8056 0
2.0 832670 0 9283 0
2.5 942661 0 9832 0
3.0 986548 0 9966 0
3.5 997810 0 9996 0
4.0 999759 0 10000 0
4.5 999980 0
5.0 999997 0
+10 -10
View File
@@ -1,14 +1,14 @@
(198,72) peg, regular, j=3, 50 iterations, s=0.75
(198,72) peg, regular, j=3, 50 iterations, s=0.75; max_dither=200 (out of 1000)
Eb/N0 ngood nundetected
-0.5 50475 26
0.0 128150 15
0.5 271242 16
1.0 477112 18
1.5 694045 14
2.0 864410 4
2.5 955647 1
3.0 989346 0
3.5 998132 0
-0.5 50475 26 105000
0.0 128150 15 237000
0.5 271242 16 430000
1.0 477112 18 636000
1.5 694045 14 847000
2.0 864410 4 943000
2.5 955647 1 988000
3.0 989346 0 1000000
3.5 998132 0
4.0 999764 0
4.5 999968 0
5.0 999998 0
@@ -20,7 +20,5 @@ plot [-1:6] [1e-6:1] \
"198-72-peg-reg4.results" using 1:($3/1000000) with linespoints lt 2 lw 2 pt 2, \
"198-72-peg-irreg-8x3-2x4.results" using 1:(1-$2/1000000) with linespoints lt 3 lw 2 pt 3, \
"198-72-peg-irreg-8x3-2x4.results" using 1:($3/1000000) with linespoints lt 3 lw 2 pt 3, \
"198-72-sf9.results" using 1:(1-$2/1000000) with linespoints lt 4 lw 2 pt 4, \
"198-72-sf9.results" using 1:($3/1000000) with linespoints lt 4 lw 2 pt 4, \
"compare.lab" with labels
exit
+4 -4
View File
@@ -14,9 +14,9 @@ set grid
#set logscale y
set format y "%2.1f"
plot [-1:6] [1e-6:1] \
"198-72-peg-reg3.results" using 1:($2/1000000) with linespoints lt 1 lw 2 pt 1, \
"198-72-peg-reg4.results" using 1:($2/1000000) with linespoints lt 2 lw 2 pt 2, \
"198-72-peg-irreg-8x3-2x4.results" using 1:($2/1000000) with linespoints lt 3 lw 2 pt 3, \
"198-72-sf9.results" using 1:($2/1000000) with linespoints lt 4 lw 2 pt 4, \
"198-72-peg-irreg-8x3-2x4.results" using 1:($2/1000000) with linespoints lt 1 lw 2 pt 1, \
"198-72-peg-irreg-8x3-2x4.results" using 1:($4/10000) with linespoints lt 2 lw 2 pt 2, \
"128-80-peg-reg4.results" using 1:($2/1000000) with linespoints lt 3 lw 2 pt 3, \
"128-80-peg-reg4.results" using 1:($4/1000) with linespoints lt 4 lw 2 pt 4, \
"success.lab" with labels
exit
+2 -2
View File
@@ -1,2 +1,2 @@
0.9 0.75 "(198,72) reg3"
2.9 0.65 "(198,72) reg4"
0.9 0.75 "(198,72)"
3.5 0.75 "(128,80)"