diff --git a/lib/ftrsd/ftrsd_paper/bodide.lab b/lib/ftrsd/ftrsd_paper/bodide.lab new file mode 100644 index 000000000..6fa108e06 --- /dev/null +++ b/lib/ftrsd/ftrsd_paper/bodide.lab @@ -0,0 +1,4 @@ +7.5 0.05 BM +6.9 0.015 Theory +5.55 0.05 KV +5.3 0.005 FT diff --git a/lib/ftrsd/ftrsd_paper/fig_bodide.gnuplot b/lib/ftrsd/ftrsd_paper/fig_bodide.gnuplot index ef7049d4d..b8bb0adaa 100644 --- a/lib/ftrsd/ftrsd_paper/fig_bodide.gnuplot +++ b/lib/ftrsd/ftrsd_paper/fig_bodide.gnuplot @@ -1,7 +1,9 @@ -# gnuplot script for comparison to theoretical bounded distance decoding word error rate +# gnuplot script for comparison to theoretical word error rate for +# bounded distance decoding + # run: gnuplot fig_bodide.gnuplot # then: pdflatex fig_bodide.tex -# + set term epslatex standalone size 6in,2*6/3in set output "fig_bodide.tex" set xlabel "$E_b/N_0$ (dB)" @@ -13,9 +15,10 @@ set mxtics 2 set mytics 10 set grid set logscale y -plot [3:9] [1e-4:1] "bmdata.dat" using ($1+29.1):(1-$2) with linespoints lt 1 pt 4 title 'BM', \ - "ftdata-100000.dat" using ($1+29.1):(1-$3) every ::1 with linespoints lt 1 pt 4 title 'FT', \ - "bmtheory25.dat" using ($1-0.6):3 with linespoints lt 2 pt 5 title 'theory25', \ - "kvasd-15.dat" using ($1+29.1):(1-$3) every ::1 with linespoints lt 1 pt 4 title 'KV', \ - "bodide.lab" with labels +plot [3:9] [1e-4:1] \ + "bmdata.dat" using ($1+29.1):(1-$2) with linespoints lt 2 lw 2 pt 2, \ + "ftdata-100000.dat" using ($1+29.1):(1-$3) with linespoints lt 1 lw 2 pt 7, \ + "bmtheory25.dat" using ($1-0.6):3 with linespoints lt 1 pt 5, \ + "kvasd-15.dat" using ($1+29.1):(1-$3) with linespoints lt 4 pt 6, \ + "bodide.lab" with labels diff --git a/lib/ftrsd/ftrsd_paper/fig_ntrials_vs_nhard.gnuplot b/lib/ftrsd/ftrsd_paper/fig_ntrials_vs_nhard.gnuplot index 2f3bc8862..9a6c9b087 100644 --- a/lib/ftrsd/ftrsd_paper/fig_ntrials_vs_nhard.gnuplot +++ b/lib/ftrsd/ftrsd_paper/fig_ntrials_vs_nhard.gnuplot @@ -4,9 +4,8 @@ # set term epslatex standalone size 6in,2*6/3in set output "fig_ntrials_vs_nhard.tex" -set xlabel "Errors in received word ($X$)" +set xlabel "Errors in received word, $X$" set ylabel "Number of trials" -set title "AWGN, $\\frac{E_b}{N_o}=5.1$ dB" set tics in set mxtics 5 set mytics 10 diff --git a/lib/ftrsd/ftrsd_paper/fig_psuccess.gnuplot b/lib/ftrsd/ftrsd_paper/fig_psuccess.gnuplot index bf12f3c58..6f67e1ef6 100644 --- a/lib/ftrsd/ftrsd_paper/fig_psuccess.gnuplot +++ b/lib/ftrsd/ftrsd_paper/fig_psuccess.gnuplot @@ -12,14 +12,15 @@ set tics in set mxtics 2 set mytics 2 set grid -plot [-30:-18] [0:105] "stats_0.0" using 1:($3)/10.0 with linespoints lt 4 pt 1 title 'Sync', \ - "stats_0.0" using 1:($4)/10.0 with linespoints lt 2 lw 2 pt 2 title 'BB 0', \ - "stats_0.0" using 1:($5)/10.0 with linespoints lt 1 lw 2 pt 3 title 'FT 0', \ - "stats_0.0" using 1:($6)/10.0 with linespoints lt 3 lw 2 pt 4 title 'DS 0', \ - "stats_0.2" using 1:($4)/10.0 with linespoints lt 2 pt 2 title 'BB 0.2', \ - "stats_0.2" using 1:($5)/10.0 with linespoints lt 1 pt 3 title 'FT 0.2', \ - "stats_0.2" using 1:($6)/10.0 with linespoints lt 3 pt 4 title 'DS 0.2', \ - "stats_1.0" using 1:($4)/10.0 with linespoints lt 2 pt 2 title 'BB 1', \ - "stats_1.0" using 1:($5)/10.0 with linespoints lt 1 pt 3 title 'FT 1', \ - "stats_1.0" using 1:($6)/10.0 with linespoints lt 3 pt 4 title 'DS 1', \ +plot [-30:-18] [0:105] \ + "stats_0.0" using 1:($3)/10.0 with linespoints lt 4 pt 1, \ + "stats_0.0" using 1:($4)/10.0 with linespoints lt 2 lw 2 pt 2, \ + "stats_0.0" using 1:($5)/10.0 with linespoints lt 1 lw 2 pt 3, \ + "stats_0.0" using 1:($6)/10.0 with linespoints lt 3 lw 2 pt 4, \ + "stats_0.2" using 1:($4)/10.0 with linespoints lt 2 pt 2, \ + "stats_0.2" using 1:($5)/10.0 with linespoints lt 1 pt 3, \ + "stats_0.2" using 1:($6)/10.0 with linespoints lt 3 pt 4, \ + "stats_1.0" using 1:($4)/10.0 with linespoints lt 2 pt 2, \ + "stats_1.0" using 1:($5)/10.0 with linespoints lt 1 pt 3, \ + "stats_1.0" using 1:($6)/10.0 with linespoints lt 3 pt 4, \ "psuccess.lab" with labels diff --git a/lib/ftrsd/ftrsd_paper/fig_psuccess.pdf b/lib/ftrsd/ftrsd_paper/fig_psuccess.pdf index 3ffc9d79f..b005f0e12 100644 Binary files a/lib/ftrsd/ftrsd_paper/fig_psuccess.pdf and b/lib/ftrsd/ftrsd_paper/fig_psuccess.pdf differ diff --git a/lib/ftrsd/ftrsd_paper/fig_wer2.gnuplot b/lib/ftrsd/ftrsd_paper/fig_wer2.gnuplot index 1a8338315..dc8edc982 100644 --- a/lib/ftrsd/ftrsd_paper/fig_wer2.gnuplot +++ b/lib/ftrsd/ftrsd_paper/fig_wer2.gnuplot @@ -10,14 +10,14 @@ set style func linespoints set key off set tics in set mxtics 2 -set mytics 10 +set mytics 5 set grid plot [-27:-22] [0:110] \ - "ftdata-100000.dat" using 1:(100*$3) with linespoints lt 1 pt 7 title 'FT-100K', \ - "ftdata-10000.dat" using 1:(100*$3) with linespoints lt 1 pt 7 title 'FT-10K', \ - "ftdata-1000.dat" using 1:(100*$3) with linespoints lt 1 pt 7 title 'FT-1K', \ - "ftdata-100.dat" using 1:(100*$3) with linespoints lt 1 pt 7 title 'FT-100', \ - "ftdata-10.dat" using 1:(100*$2) with linespoints lt 1 pt 7 title 'FT-10', \ - "kvasd-15.dat" using 1:(100*$2) with linespoints lt 2 pt 8 title 'KV-15', \ - "bmdata.dat" using 1:(100*$2) with linespoints pt 11 title 'BM', \ + "ftdata-100000.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \ + "ftdata-10000.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \ + "ftdata-1000.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \ + "ftdata-100.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \ + "ftdata-10.dat" using 1:(100*$2) with linespoints lt 1 lw 2 pt 7, \ + "kvasd-15.dat" using 1:(100*$2) with linespoints lt 4 pt 6, \ + "bmdata.dat" using 1:(100*$2) with linespoints lt 2 lw 2 pt 2, \ "wer2.lab" with labels diff --git a/lib/ftrsd/ftrsd_paper/psuccess.lab b/lib/ftrsd/ftrsd_paper/psuccess.lab index 645f14e4b..ae916b4a6 100644 --- a/lib/ftrsd/ftrsd_paper/psuccess.lab +++ b/lib/ftrsd/ftrsd_paper/psuccess.lab @@ -2,3 +2,14 @@ -21.5 55 BM -24.5 50 FT -26.5 68 DS +-25.2 25 0 +-25.7 37 0.2 +-24.6 16 1.0 +-22.6 35 0 +-20.9 29 0.2 +-19.5 35 1.0 +-27.3 45 1.0 +-27.7 56 0.2 +-28.7 29 0 + + diff --git a/lib/ftrsd/ftrsd_paper/wer2.lab b/lib/ftrsd/ftrsd_paper/wer2.lab new file mode 100644 index 000000000..b3440f831 --- /dev/null +++ b/lib/ftrsd/ftrsd_paper/wer2.lab @@ -0,0 +1,7 @@ +-25.7 30 $10^5$ +-25.25 36 $10^4$ +-24.5 44 $10^3$ +-24.15 48 $10^2$ +-23.7 44 10 +-22.5 48 BM +-25.2 24 KV \ No newline at end of file