Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1013 → Rev 1014

/dokumenty/skolni/BP/mereni/zdroj_proudu/PI_chart.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/dokumenty/skolni/BP/mereni/zdroj_proudu/PI_chart_mW.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
/dokumenty/skolni/BP/mereni/zdroj_proudu/plot.gp
1,7 → 1,7
set terminal png
 
set key off
set xlabel "Bias current [mA]"
set xlabel "Laser diode current [mA]"
set ylabel "Relative RMS output intensity [-]"
 
set yrange [0:250]
16,3 → 16,10
set output "PI_chart.png"
plot "./PI_data.txt" using 1:2 with points, f(x), g(x)
 
fit [120:150] f(x) "./PI_data.txt" using 1:2 via k,q
fit [150:170] g(x) "./PI_data.txt" using 1:2 via b,c
 
set yrange [0:30]
set xrange [90:170]
set output "PI_chart_mW.png"
plot "./PI_data_mW.txt" using 1:2 with points, "" using 1:3 with points