📄 plot-datarate
字号:
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"plot "res_datarate/resultOFDM_BPSK_1_2.dat" using 2:($3/(1024*1024)) title "BPSK_1_2" with lp, \"res_datarate/resultOFDM_QPSK_1_2.dat" using 2:($3/(1024*1024)) title "QPSK_1_2" with lp, \"res_datarate/resultOFDM_QPSK_3_4.dat" using 2:($3/(1024*1024)) title "QPSK_3_4" with lp, \"res_datarate/resultOFDM_16QAM_1_2.dat" using 2:($3/(1024*1024)) title "16QAM_1_2" with lp, \"res_datarate/resultOFDM_16QAM_3_4.dat" using 2:($3/(1024*1024)) title "16QAM_3_4" with lp, \"res_datarate/resultOFDM_64QAM_2_3.dat" using 2:($3/(1024*1024)) title "64QAM_2_3" with lp, \"res_datarate/resultOFDM_64QAM_3_4.dat" using 2:($3/(1024*1024)) title "64QAM_3_4" with lp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -