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

📄 plot-datarate

📁 Ns2下Wimax的代码
💻
字号:
resetset terminal post epsset output "datarate802_16.eps"set nogrid#set logscale yset xlabel "Cyclic prefix" set ylabel "Datarate (Mbps)"set xrange [0:0.3]set yrange [0:20]#set key 45,0.45set title "Exprerimental datarate using Best-Effort scheduler (DLratio=0.2, frame duration=5ms)"plot "res_datarate/result1.dat" using 2:($3/(1024*1024)) title "BPSK_1_2" with lp, \"res_datarate/result2.dat" using 2:($3/(1024*1024)) title "QPSK_1_2" with lp, \"res_datarate/result3.dat" using 2:($3/(1024*1024)) title "QPSK_3_4" with lp, \"res_datarate/result4.dat" using 2:($3/(1024*1024)) title "16QAM_1_2" with lp, \"res_datarate/result5.dat" using 2:($3/(1024*1024)) title "16QAM_3_4" with lp, \"res_datarate/result6.dat" using 2:($3/(1024*1024)) title "64QAM_2_3" with lp, \"res_datarate/result7.dat" using 2:($3/(1024*1024)) title "64QAM_3_4" with lp

⌨️ 快捷键说明

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