Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 562 → Rev 563

/programy/C/ix86/echo/SW/plot.gn
5,17 → 5,21
 
set size 1,0.2
set origin 0,0.8
set xrange [0:400]
plot "/tmp/sonar.txt" using 1:($2/2) with lines title 'chirp'
set xrange [0:150]
set autoscale y
plot "/tmp/chirp.txt" using 1:2 with lines title 'chirp'
 
set size 1,0.4
set origin 0,0.4
set xrange [0:3000]
plot "" using 1:($3) with lines title 'L echo', "" using 1:($4) with lines title 'R echo'
set autoscale y
plot "/tmp/sonar.txt" using 1:2 with lines title 'L echo', "" using 1:3 with lines title 'R echo'
 
set size 1,0.4
set origin 0,0.0
set xrange [0:3000]
#set yrange [-200000:200000]
set autoscale y
plot "" using 1:($5/1000) with lines title 'L correlation', "" using 1:($6/1000) with lines title 'R correlation'
set yrange [0:1e9]
#set autoscale y
plot "/tmp/sonar.txt" using 1:4 with lines title 'L correlation', "" using 1:5 with lines title 'R correlation'
pause 1
reread