#clear
set style data linespoints
set grid
set title "VDSL A2 with noise test on CHT"
#set xtics 100
set ytics 5
set xtics (700,1000,1300,1600,2200,2500,2800,3000,3300)
set xlabel "Distance(feet)"
set ylabel "M bps"
#set term postscript
#set output "cht_noise.ps"
plot "cht_spec_noise.txt" using 1:2 lt 1 title "CHT Spec DS" , "test_noise.txt" \
using 1:2 lt 2 title "Award 2 DS", "cht_spec_noise.txt" using 1:3 lt 3 title "CHT Spec US" , "test_noise.txt" using 1:3 lt 4 title "Award 2 US"

