checkpoint t-1

This commit is contained in:
2026-05-26 13:17:41 +09:00
parent f0a14ef737
commit e7505aac6c
30 changed files with 4691 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
load '../common.gnuplot'
set output "ip.tex"
set xtics 0, 4, 12
set xrange [0:15]
set yrange [0:0.03]
set xlabel "Forward Current (mA)"
set ylabel "Power (W)"
plot 'forward.dat' using ($1 / 470 * 1000):(($1 * $2)/470) linetype 1 linewidth 2 title "" with lines