Go to most recent revision |
Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
537 |
kaklik |
1 |
!./sonar
|
|
|
2 |
set xrange [0:4000]
|
|
|
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'
|
|
|
5 |
reread
|