plot-datarate
上传用户:hzie11
上传日期:2013-10-07
资源大小:1487k
文件大小:1k
源码类别:

网络

开发平台:

C/C++

  1. reset
  2. set terminal post eps
  3. set output "datarate802_16.eps"
  4. set nogrid
  5. #set logscale y
  6. set xlabel "Cyclic prefix" 
  7. set ylabel "Datarate (Mbps)"
  8. set xrange [0:0.3]
  9. set yrange [0:20]
  10. #set key 45,0.45
  11. set title "Exprerimental datarate"
  12. plot "res_datarate/resultOFDM_BPSK_1_2.dat" using 2:($3/(1024*1024)) title "BPSK_1_2" with lp, 
  13. "res_datarate/resultOFDM_QPSK_1_2.dat" using 2:($3/(1024*1024)) title "QPSK_1_2" with lp, 
  14. "res_datarate/resultOFDM_QPSK_3_4.dat" using 2:($3/(1024*1024)) title "QPSK_3_4" with lp, 
  15. "res_datarate/resultOFDM_16QAM_1_2.dat" using 2:($3/(1024*1024)) title "16QAM_1_2" with lp, 
  16. "res_datarate/resultOFDM_16QAM_3_4.dat" using 2:($3/(1024*1024)) title "16QAM_3_4" with lp, 
  17. "res_datarate/resultOFDM_64QAM_2_3.dat" using 2:($3/(1024*1024)) title "64QAM_2_3" with lp, 
  18. "res_datarate/resultOFDM_64QAM_3_4.dat" using 2:($3/(1024*1024)) title "64QAM_3_4" with lp