Subversion Repositories svnkaklik

Rev

Rev 537 | Go to most recent revision | Blame | Last modification | View Log | Download

!./sonar
set xrange [0:4000]
set yrange [-30000:30000]
plot "./output.txt" using 1:($2/2) with lines title 'chirp' , "" using 1:($3*10-10000) with lines title 'echo' ,"" using 1:($4/5000+10000) with lines title 'Correlation'
pause 1
reread