| 
									
										
										
										
											2016-02-01 03:03:29 +00:00
										 |  |  | # run: gnuplot fig_compare.gnuplot | 
					
						
							|  |  |  | # then: pdflatex fig_compare.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set term epslatex standalone size 6in,2*6/3in | 
					
						
							|  |  |  | set output "fig_success.tex" | 
					
						
							|  |  |  | set xlabel "$E_b/N_0$ (dB)" | 
					
						
							|  |  |  | set ylabel "Decode Probability" | 
					
						
							|  |  |  | set style func linespoints | 
					
						
							|  |  |  | set key off | 
					
						
							|  |  |  | set tics in | 
					
						
							|  |  |  | set mxtics 2 | 
					
						
							|  |  |  | set mytics 10  | 
					
						
							|  |  |  | set grid | 
					
						
							|  |  |  | #set logscale y | 
					
						
							| 
									
										
										
										
											2016-04-02 01:11:27 +00:00
										 |  |  | set format y "%2.1f" | 
					
						
							| 
									
										
										
										
											2016-02-01 03:03:29 +00:00
										 |  |  | plot [-1:6] [1e-6:1] \ | 
					
						
							| 
									
										
										
										
											2016-04-02 01:11:27 +00:00
										 |  |  |    "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, \ | 
					
						
							| 
									
										
										
										
											2016-02-01 03:03:29 +00:00
										 |  |  |    "success.lab" with labels | 
					
						
							|  |  |  | exit |