Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 565 → Rev 566

/programy/C/ix86/echo/SW/plot.gn
File deleted
/programy/C/ix86/echo/SW/spektra.gn
File deleted
/programy/C/ix86/echo/SW/plot.gp
0,0 → 1,34
!./sonar/src/sonar
set size 1,1
set origin 0,0
set multiplot
 
set size 0.95,0.2
set origin 0,0.8
set xrange [0:150]
set xlabel "sample"
set autoscale y
set key off
set ytics 20000
plot "/tmp/chirp.txt" using 1:2 with lines title 'chirp'
 
set size 0.95,0.4
set origin 0,0.4
set xrange [0:5]
set xlabel "distance [m]"
set autoscale y
set key on
set ytics 5000
set mxtics 10
plot "/tmp/sonar.txt" using 1:2 with lines title 'L echo', "" using 1:3 with lines title 'R echo'
 
set size 0.95,0.4
set origin 0,0
set xrange [0:5]
set yrange [0:2e9]
#set autoscale y
set key on
set ytics 1e9
plot "/tmp/sonar.txt" using 1:4 with lines title 'L correlation', "" using 1:5 with lines title 'R correlation'
pause 1
reread
Property changes:
Added: svn:mergeinfo
/programy/C/ix86/echo/SW/spektra.gp
0,0 → 1,37
!./sonar/src/sonar
set size 1,1
set origin 0,0
set multiplot
 
set size 0.45,0.2
set origin 0,0.8
set xrange [0:250]
set autoscale y
set xlabel "sample"
plot "/tmp/chirp.txt" using 1:2 with lines title 'chirp'
 
set size 0.45,0.2
set origin 0.5,0.8
set xrange [0:250]
set autoscale y
set xlabel "sample"
plot "/tmp/echo.txt" using 1:2 with lines title 'echo'
 
set size 0.95,0.4
set origin 0,0.4
set xrange [2500:25000]
#set yrange [0:1e9]
set autoscale y
set xlabel "frequency"
set xtics 1000
set mxtics 500
plot "/tmp/spektra.txt" using 1:2 with lines title 'chirp spectrum'
 
set size 0.95,0.4
set origin 0,0.0
set xrange [2500:25000]
#set yrange [0:1e9]
set autoscale y
plot "/tmp/spektra.txt" using 1:3 with lines title 'echo spectrum'
pause 1
reread
Property changes:
Added: svn:mergeinfo