mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	UPdate several of the figures; add the .lab files.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6351 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									ccef778b02
								
							
						
					
					
						commit
						3576e0b868
					
				
							
								
								
									
										4
									
								
								lib/ftrsd/ftrsd_paper/bodide.lab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								lib/ftrsd/ftrsd_paper/bodide.lab
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
7.5 0.05   BM
 | 
			
		||||
6.9 0.015  Theory
 | 
			
		||||
5.55 0.05   KV
 | 
			
		||||
5.3 0.005  FT
 | 
			
		||||
@ -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', \
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										7
									
								
								lib/ftrsd/ftrsd_paper/wer2.lab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								lib/ftrsd/ftrsd_paper/wer2.lab
									
									
									
									
									
										Normal file
									
								
							@ -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
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user