plot-bw.g
来自「对IEEE 802.11e里的分布式信道接入算法EDCA进行改进」· G 代码 · 共 42 行
G
42 行
set xrange [2:44]set yrange [0:*]set xlabel "Number of stations"set ylabel "Gain on bandwith(%)"set term postscript solid "Helvetica" 17set output "bandwith-all.ps"plot "Gain-lowbw-total" t "Video" w linespoint, "Gain-lowbw1-total" t "BT" w linespoint, "Gain-bw-total" t "Audio" w linespoint set term postscript solid "Helvetica" 17set output "bandwith-video.ps"plot "Gain-lowbw-AEDCF" t "Gain-Video_traffic" w linespoint set term postscript solid "Helvetica" 17set output "bandwith-back.ps"plot "Gain-lowbw1-total" t "Gain-Background_traffic" w linespointset term postscript solid "Helvetica" 17set output "bandwith-audio.ps"plot "Gain-bw-total" t "Gain-Audio_traffic" w linespoint set term postscript solid "Helvetica" 17set output "bw-audio.ps"plot 1set yrange [*:*]set term postscript solid "Helvetica" 17set output "bw-video.ps"set ylabel "bandwith(KB/s)"plot "total_coll_rate.lowbw" t "AEDCF:Bw_video-traffic" w linespoint, "basic_EDCF.lowbw" t "EDCF:Bw_video-traffic" w linespointset term postscript solid "Helvetica" 17set output "bw-back.ps"plot "total_coll_rate.lowbw1" t "AEDCF: Bw_back-traffic" w linespoint, "basic_EDCF.lowbw1" t "EDCF:Bw_back-traffic" w linespointset term postscript solid "Helvetica" 17set output "bw-audio.ps"plot "total_coll_rate.bw" t "AEDCF: Bw_audio-traffic" w linespoint, "basic_EDCF.bw" t "EDCF:Bw_audio-traffic" w linespoint
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?