mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 14:04:55 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user