mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-25 03:24:24 -04:00
Restructure ftrsd, update WER data, delete some old files.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6316 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -13,8 +13,8 @@ set mxtics 2
|
||||
set mytics 10
|
||||
set grid
|
||||
set logscale y
|
||||
plot [3:9] [1e-4:1] "bmdata.dat" using ($1+29.7):(1-$2) with linespoints pt 4 title 'BM', \
|
||||
plot [3:9] [1e-4:1] "bmdata.dat" using ($1+29.66):(1-$2) with linespoints pt 4 title 'BM', \
|
||||
"bmtheory25.dat" using 1:3 with linespoints pt 5 title 'theory25', \
|
||||
"bmtheory40.dat" using 1:3 with linespoints pt 5 title 'theory40', \
|
||||
"bmtheory43.dat" using 1:3 with linespoints pt 5 title 'theory43', \
|
||||
"ftdata-100000.dat" using ($1+29.7):(1-$2) every ::1 with linespoints pt 4 title 'FT'
|
||||
"ftdata-100000.dat" using ($1+29.66):(1-$2) every ::1 with linespoints pt 4 title 'FT'
|
||||
|
||||
Reference in New Issue
Block a user