⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 output-final.g

📁 对IEEE 802.11e里的分布式信道接入算法EDCA进行改进
💻 G
字号:
set xrange [2:44]#set yrange [0.05:1.0]set xlabel  "Number of stations"set key top left    set ylabel "Audio mean delay(in ms)"set term postscript solid "Helvetica" 17set output "latency-final.ps"plot"basic_EDCF.lat" t "EDCF" w linespoint, "slow_decrease.lat" t "SD" w linespoint, "Adaptive_edcf.lat" t "AEDCF" w linespoint###################################set yrange [0:30]set ylabel "Gain on goodput (%)"set term postscript solid "Helvetica" 17set output "Gain-on-goodput-final.ps"plot"Gain-slow_decrease" t "SD" w linespoint, "Gain-Adaptive_edcf" t "AEDCF" w linespoint##########################################set key bottom right #set xrange [10:30]set yrange [10:70]set ylabel "Medium utilization(%)"set term postscript solid "Helvetica" 17set output "medium-utilisation-final.ps"plot"basic_EDCF.ch"  t "EDCF" w linespoint,"slow_decrease.ch" t "SD" w linespoint, "Adaptive_edcf.ch" t "AEDCF" w linespoint###################set key top left  set yrange [0:*]set ylabel "Collision number per second"set term postscript solid "Helvetica" 17set output "collision-rate-final.ps"plot "basic_EDCF.coll"  t "EDCF" w linespoint, "slow_decrease.coll"  t "SD" w linespoint, "Adaptive_edcf.coll" t "AEDCF" w linespoint#############################set key top rightset yrange [20:130]set term postscript solid "Helvetica" 17set output "bwlow-final.ps"set ylabel "bandwidth(in KB/s)"plot "basic_EDCF.lowbw" t "EDCF" w linespoint, "slow_decrease.lowbw" t "SD" w lines, "Adaptive_edcf.lowbw" t "AEDCF" w linespoint###################################################set key bottom left #set key top right set yrange [7.74:7.84]set term postscript solid "Helvetica" 17set output "bw-final.ps"set ylabel "bandwidth(in KB/s)"plot "basic_EDCF.bw" t "EDCF" w linespoint, "slow_decrease.bw" t "SD" w lines, "Adaptive_edcf.bw" t "AEDCF" w linespoint##############################set key top left set yrange [*:*]set term postscript solid "Helvetica" 17set key top right  set output "lowbw1-final.ps"set ylabel "bandwidth(in KB/s)"plot "basic_EDCF.lowbw1" t "EDCF" w linespoint, "slow_decrease.lowbw1" t "SD" w lines, "Adaptive_edcf.lowbw1" t "AEDCF" w linespoint########################set key top left set yrange [0:*]set term postscript solid "Helvetica" 17set output "Gain-bw-final.ps"set ylabel"Gain on goodput(%)"plot "Gain-Adaptive_edcf.bw" t "Audio" w linespoint, "Gain-Adaptive_edcf.lowbw" t "Video" w linespoint,"Gain-Adaptive_edcf.lowbw1" t "BT" w linespoint ################################

⌨️ 快捷键说明

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