added a-3 assets

This commit is contained in:
2026-07-17 08:41:15 +09:00
parent ccef343461
commit 478e77fa44
19 changed files with 1447 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

+34
View File
@@ -0,0 +1,34 @@
set output "exp1-bode.png"
#load '../common.gnuplot'
set terminal png
unset key
set key center rmargin box height 1
set log x
set log y
set xrange [1e2:2e6]
set multiplot layout 2,1 rowsfirst
set xlabel
set ylabel "Impedance (Ohm)"
set format x ""
set format y "%.1g"
plot "exp2-1_1nF-Z.txt" u 1:2 title "1nF" with points, "exp2-1_100uF-Z.txt" u 1:2 title "100uF" with points
unset log y
set xtics add ("1k" 1e3, "10k" 1e4, "100k" 1e5, "1M" 1e6)
set yrange [-30:120]
set ytics 30
set xlabel "Frequency (Hz)"
set ylabel "Phase (deg)"
set format y " %.0f"
plot "exp2-1_1nF.txt" u 1:4 title "1nF" with points, "exp2-1_100uF.txt" u 1:4 title "100uF" with points
unset multiplot
+7
View File
@@ -0,0 +1,7 @@
1000, 54484.076433
5000, 54484.076433
10000, 51530.120482
50000, 50703.030303
100000, 50133.333333
500000, 49848.484848
1000000, 49901.234568
+7
View File
@@ -0,0 +1,7 @@
1000, 1.82, 1.57, 0
5000, 1.82, 1.57, 0
10000, 1.82, 1.66, 0
50000, 1.78, 1.65, 0
100000, 1.76, 1.65, 0
500000, 1.75, 1.65, -1
1000000, 1.72, 1.62, -4
+7
View File
@@ -0,0 +1,7 @@
1000, 156231.481481
5000, 31626.168224
10000, 15887.947269
50000, 3139.245283
100000, 1581.730769
500000, 319.676113
1000000, 167.779070
+7
View File
@@ -0,0 +1,7 @@
1000, 3.59, 1.08/1000, 90
5000, 3.60, 5.35/1000, 100
10000, 3.59, 10.62/1000, 90
50000, 3.54, 53/1000, 88
100000, 3.50, 104/1000, 88
500000, 3.36, 494/1000, 80
1000000, 3.07, 860/1000, 70
+7
View File
@@ -0,0 +1,7 @@
1000, 563.356164
5000, 2678.253968
10000, 5084.545455
50000, 12690.000000
100000, 83928.571429
500000, 31064.761905
1000000, 14391.150442
+33
View File
@@ -0,0 +1,33 @@
set output "exp2-bode.png"
#load '../common.gnuplot'
set terminal png
unset key
set key top left box height 1 width 2
set log x
set log y
set xrange [1e2:2e6]
set multiplot layout 2,1 rowsfirst
set xlabel
set ylabel "Impedance (Ohm)"
set format x ""
set format y "%.1g"
plot "exp2-2-Z.txt" u 1:2 title "100mH" with points
unset log y
set xtics add ("1k" 1e3, "10k" 1e4, "100k" 1e5, "1M" 1e6)
set yrange [-100:100]
set ytics 40
set xlabel "Frequency (Hz)"
set ylabel "Phase (deg)"
set format y " %.0f"
plot "exp2-2.txt" u 1:4 title "100mH" with points
unset multiplot
+7
View File
@@ -0,0 +1,7 @@
1000, 3.50, 0.292, -75
5000, 3.59, 0.063, -87
10000, 3.57, 0.033, -88
50000, 3.51, 0.013, -88
100000, 3.50, 0.00196, -90
500000, 3.47, 0.00525, 90
1000000, 3.46, 0.0113, 85
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB