| 
									
										
										
										
											2015-12-01 02:48:48 +00:00
										 |  |  | # gnuplot script for "Percent copy" figure | 
					
						
							|  |  |  | # run: gnuplot fig_psuccess.gnuplot | 
					
						
							|  |  |  | # then: pdflatex fig_psuccess.tex | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2015-12-21 19:48:08 +00:00
										 |  |  | set term epslatex standalone size 6in,4in | 
					
						
							| 
									
										
										
										
											2015-12-01 02:48:48 +00:00
										 |  |  | set output "fig_psuccess.tex" | 
					
						
							| 
									
										
										
										
											2015-12-21 19:48:08 +00:00
										 |  |  | set xlabel "SNR in 2500 Hz Bandwidth (dB)" | 
					
						
							| 
									
										
										
										
											2015-12-01 02:48:48 +00:00
										 |  |  | set ylabel "Percent copy" | 
					
						
							|  |  |  | set style func linespoints | 
					
						
							| 
									
										
										
										
											2015-12-21 19:48:08 +00:00
										 |  |  | set key off | 
					
						
							| 
									
										
										
										
											2015-12-01 02:48:48 +00:00
										 |  |  | set tics in | 
					
						
							|  |  |  | set mxtics 2 | 
					
						
							|  |  |  | set mytics 2 | 
					
						
							|  |  |  | set grid | 
					
						
							| 
									
										
										
										
											2016-01-05 20:12:29 +00:00
										 |  |  | plot [-30:-18] [0:105] \ | 
					
						
							|  |  |  |      "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, \ | 
					
						
							| 
									
										
										
										
											2015-12-21 19:48:08 +00:00
										 |  |  |      "psuccess.lab" with labels |