response.gp
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. set xrange [0:350]
  2. set yrange [0:4]
  3. set xlabel "Time (seconds)"
  4. set ylabel "Received Bandwidth Multiplier of f(R,p)"
  5. p=0.01
  6. set terminal postscript monochrome dashed 18
  7. set output "response.ps"
  8. plot 4 - (sqrt(1.5*p)*p*(x-50))/.024 title "Equation for p=1%", "data1-0.01" title "p=1%" with lines, "data1-0.02" title "p=2%" with lines, "data1-0.03" title "p=3%" with lines
  9. set output "response2.ps"
  10. plot "data1-0.01" title "Single Flow" with lines, "dataMulti" title "Multiple Flows" with lines