output-ppt.g

来自「对IEEE 802.11e里的分布式信道接入算法EDCA进行改进」· G 代码 · 共 97 行

G
97
字号
#set xrange [100:*]set yrange [1700:1800]#set xtics 0.1#set ytics 300000set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"set term postscript solid "Helvetica" 17set output "alpha-goodput3-12.ps"set key box 2plot "alpha.goodput3.12" t "Effect of the smoothing factor" w linespoints set yrange [0:3]set ylabel "Mean audio Delay (in msec)"set term postscript solid "Helvetica" 17set output "alpha-lat-mean3-12.ps"plot "alpha.lat3.12" t "Effect of the smoothing factor" w linespoints  set yrange [1750:1850]set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"set term postscript solid "Helvetica" 17set output "alpha-goodput3-22.ps"set key box 2plot "alpha.goodput3.22" t "Effect of the smoothing factor" w linespoints set yrange [0:5]set term postscript solid "Helvetica" 17set ylabel "Mean audio Delay (in msec)"set output "alpha-lat-mean3-22.ps"plot "alpha.lat3.22"  t "Effect of the smoothing factor" w linespoints set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"set term postscript solid "Helvetica" 17set yrange [1300:1400]set output "alpha-goodput3-42.ps"set key box 2plot "alpha.goodput3.42" t "Effect of the smoothing factor" w linespoints set yrange [0:15]set term postscript solid "Helvetica" 17set ylabel "Mean audio Delay (in msec)"set output "alpha-lat-mean3-42.ps"plot "alpha.lat3.42" t "Effect of the smoothing factor" w linespoints set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"set yrange [1750:1850]set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"set term postscript solid "Helvetica" 17set output "alpha-goodput3-22.ps"set key box 2plot "alpha.goodput3.22new" t "Effect of the smoothing factor" w linespoints set yrange [0:5]set term postscript solid "Helvetica" 17set ylabel "Mean audio Delay (in msec)"set output "alpha-lat-mean3-22.ps"plot "alpha.lat3.22new"  t "Effect of the smoothing factor" w linespoints set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"#############################################set term postscript solid "Helvetica" 17set yrange [*:*]set output "alpha-goodput.ps"set ylabel "Total goodput (KBps)"set key box 2plot "alpha.goodput3.12new" t "Effect of the smoothing factor:12 nodes" w linespoints,"alpha.goodput3.22new" t "Effect of the smoothing factor:22 nodes" w linespoints, "alpha.goodput3.42new" t "Effect of the smoothing factor:42 nodes" w linespoints##########################################################set term postscript solid "Helvetica" 17set yrange [*:*]set output "alpha-lat3-all.ps"set ylabel "Audio Mean Delay (in ms)"set key box 2plot "alpha.lat3.12new" t "Effect of the smoothing factor:12 nodes" w linespoints,"alpha.lat3.22new" t "Effect of the smoothing factor:22 nodes" w linespoints, "alpha.lat3.42new" t "Effect of the smoothing factor:42 nodes" w linespoints

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?