Rev 539 | Blame | Last modification | View Log | Download
!./sonarset xrange [0:3000]set autoscale yset size 1,1set origin 0,0set multiplotset size 1,0.2set origin 0,0.8plot "./output.txt" using 1:($2/2) with lines title 'chirp'set size 1,0.4set origin 0,0.4plot "" using 1:($3*5-1000) with lines title 'L echo', "" using 1:($4*5+1000) with lines title 'R echo'set size 1,0.4set origin 0,0.0plot "" using 1:($4/5000) with lines title 'L correlation', "" using 1:($4/5000) with lines title 'R correlation'pause 1reread