Subversion Repositories svnkaklik

Rev

Rev 537 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 537 Rev 538
Line 1... Line 1...
1
!./sonar
1
!./sonar
2
set xrange [0:4000]
2
set xrange [0:4000]
3
set yrange [-30000:30000]
3
set yrange [-30000:30000]
4
plot "./output.txt" using 1:($2/2) with lines title 'chirp' , "" using 1:($3*2-10000) with lines title 'echo' ,"" using 1:($4/10000+10000) with lines title 'Correlation'
4
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'
-
 
5
pause 1
5
reread
6
reread