No changes between revisions
/Designs/Measuring_instruments/RMDS01A/tests/vliv_teploty/data.txt
0,0 → 1,3
20.0 143.0392
-3.0 143.0387
 
/Designs/Measuring_instruments/RMDS01A/tests/vliv_teploty/plot.gp
0,0 → 1,16
set terminal png
set ylabel "LO Freq [MHz]"
set xlabel "Temp [deg C]"
set xrange [-20:40]
set autoscale y
set format y "%.5f"
set key off
set grid xtics mxtics ytics mytics back ls 12 ls 13
show grid
 
f(x)= a*x + q
 
fit f(x) "data.txt" using 1:2 via a,q
 
set output "temp_calib.png"
plot "data.txt" using 1:2 with points, f(x)
/Designs/Measuring_instruments/RMDS01A/tests/vliv_teploty/temp_calib.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property