Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
set terminal pngset output "chadba_utlum.png"set xlabel "vzdalenost [m]"set ylabel "intenzita signalu [dBm]"#f(x) = Lo + 10*n*log(x/d0) + ag(x) = k*x + aq(x) = j*x + bh(x) = l*x + cfit g(x) "chodba1" using (-30.0/151.0 * $1+31.0):($3) via k,afit q(x) "chodba2" using (-30.0/126.0 * $1+30.0):($3) via j,bfit h(x) "chodba3" using (-30.0/111.0 * $1+30.0):($3) via l,cplot "chodba1" using (-30.0/151.0 * $1+31.0):($3) with points title "1.pokus", "chodba2" using (-30.0/126.0 * $1+30.0):($3) with points title "2.pokus", "chodba3" using (-30.0/111.0 * $1+30.0):($3) with points title "3.pokus", g(x), q(x), h(x)set output "chodba_braun.png"plot "Chodba_s_lidmi.dat" using (-30.0/151.0 * $1+30.0):($3) with points notitleset output "mistnost.png"plot "mistnost1" using (-12.0/58.0 * $1+17.0):($3) with points notitle