finished a-3

This commit is contained in:
2026-08-10 11:11:13 +09:00
parent ab9971553a
commit 106eea13c4
14 changed files with 430 additions and 91 deletions
+34 -34
View File
@@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0
%%Title: exp2-1-bode.tex
%%Creator: gnuplot 6.0 patchlevel 4
%%CreationDate: Fri Jul 17 14:19:04 2026
%%CreationDate: Mon Jul 20 22:49:34 2026
%%DocumentFonts:
%%BoundingBox: 50 50 390 276
%%EndComments
@@ -441,7 +441,7 @@ SDict begin [
/Creator (gnuplot 6.0 patchlevel 4)
% /Producer (gnuplot)
% /Keywords ()
/CreationDate (Fri Jul 17 14:19:04 2026)
/CreationDate (Mon Jul 20 22:49:34 2026)
/DOCINFO pdfmark
end
} ifelse
@@ -898,14 +898,14 @@ LTb
1.000 UP
1.000 UL
LTb
2066 3945 Pls
2664 3628 Pls
2921 3492 Pls
3519 3170 Pls
3777 3034 Pls
4375 2717 Pls
4632 2590 Pls
6241 3510 Pls
2066 3945 Crs
2664 3628 Crs
2921 3492 Crs
3519 3170 Crs
3777 3034 Crs
4375 2717 Crs
4632 2590 Crs
6241 3510 Crs
LTw
% End plot #1
% Begin plot #2
@@ -917,14 +917,14 @@ LT1
1.000 UL
LTb
LT1
2066 3736 Pls
2664 3736 Pls
2921 3725 Pls
3519 3722 Pls
3777 3720 Pls
4375 3718 Pls
4632 3719 Pls
6241 3290 Pls
2066 3736 Box
2664 3736 Box
2921 3725 Box
3519 3722 Box
3777 3720 Box
4375 3718 Box
4632 3719 Box
6241 3290 Box
LTw
% End plot #2
2.000 UL
@@ -1279,14 +1279,14 @@ LTb
1.000 UP
1.000 UL
LTb
2066 1778 Pls
2664 1868 Pls
2921 1778 Pls
3519 1760 Pls
3777 1760 Pls
4375 1689 Pls
4632 1599 Pls
6241 1485 Pls
2066 1778 Crs
2664 1868 Crs
2921 1778 Crs
3519 1760 Crs
3777 1760 Crs
4375 1689 Crs
4632 1599 Crs
6241 1485 Crs
LTw
% End plot #1
% Begin plot #2
@@ -1298,14 +1298,14 @@ LT1
1.000 UL
LTb
LT1
2066 973 Pls
2664 973 Pls
2921 973 Pls
3519 973 Pls
3777 973 Pls
4375 964 Pls
4632 937 Pls
6241 1265 Pls
2066 973 Box
2664 973 Box
2921 973 Box
3519 973 Box
3777 973 Box
4375 964 Box
4632 937 Box
6241 1265 Box
LTw
% End plot #2
2.000 UL
+2 -2
View File
@@ -100,7 +100,7 @@
\csname LTb\endcsname%%
\put(5814,3510){\makebox(0,0)[r]{\strut{}1nF}}%
\put(5814,3290){\makebox(0,0)[r]{\strut{}100uF}}%
\put(209,3400){\rotatebox{-270.00}{\makebox(0,0){\strut{}Impedance (Ohm)}}}%
\put(209,3400){\rotatebox{-270.00}{\makebox(0,0){\strut{}Impedance ($\Omega$)}}}%
}%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%%
@@ -120,7 +120,7 @@
\csname LTb\endcsname%%
\put(5814,1485){\makebox(0,0)[r]{\strut{}1nF}}%
\put(5814,1265){\makebox(0,0)[r]{\strut{}100uF}}%
\put(209,1375){\rotatebox{-270.00}{\makebox(0,0){\strut{}Phase (deg)}}}%
\put(209,1375){\rotatebox{-270.00}{\makebox(0,0){\strut{}Phase ($\ \textdegree$)}}}%
\put(3050,154){\makebox(0,0){\strut{}Frequency (Hz)}}%
}%
\gplbacktext
+4 -4
View File
@@ -12,21 +12,21 @@ set xrange [1e2:2e6]
set multiplot layout 2,1 rowsfirst
set xlabel
set ylabel "Impedance (Ohm)"
set ylabel "Impedance ($\\Omega$)"
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
plot "exp2-1_1nF-Z.txt" u 1:2 title "1nF" with points pt 2, "exp2-1_100uF-Z.txt" u 1:2 title "100uF" with points pt 4
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 ylabel "Phase ($\\ \\textdegree$)"
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
plot "exp2-1_1nF.txt" u 1:4 title "1nF" with points pt 2, "exp2-1_100uF.txt" u 1:4 title "100uF" with points pt 4
unset multiplot
+18 -18
View File
@@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0
%%Title: exp2-2-bode.tex
%%Creator: gnuplot 6.0 patchlevel 4
%%CreationDate: Fri Jul 17 14:19:08 2026
%%CreationDate: Mon Jul 20 22:49:34 2026
%%DocumentFonts:
%%BoundingBox: 50 50 390 276
%%EndComments
@@ -441,7 +441,7 @@ SDict begin [
/Creator (gnuplot 6.0 patchlevel 4)
% /Producer (gnuplot)
% /Keywords ()
/CreationDate (Fri Jul 17 14:19:08 2026)
/CreationDate (Mon Jul 20 22:49:34 2026)
/DOCINFO pdfmark
end
} ifelse
@@ -855,14 +855,14 @@ LTb
1.000 UP
1.000 UL
LTb
2418 2944 Pls
3262 3356 Pls
3626 3526 Pls
4470 3767 Pls
4834 4267 Pls
5678 4004 Pls
6041 3801 Pls
2693 4030 Pls
2418 2944 BoxF
3262 3356 BoxF
3626 3526 BoxF
4470 3767 BoxF
4834 4267 BoxF
5678 4004 BoxF
6041 3801 BoxF
2693 4030 BoxF
LTw
% End plot #1
2.000 UL
@@ -1213,14 +1213,14 @@ LTb
1.000 UP
1.000 UL
LTb
2418 872 Pls
3262 791 Pls
3626 785 Pls
4470 785 Pls
4834 771 Pls
5678 1980 Pls
6041 1946 Pls
2693 1764 Pls
2418 872 BoxF
3262 791 BoxF
3626 785 BoxF
4470 785 BoxF
4834 771 BoxF
5678 1980 BoxF
6041 1946 BoxF
2693 1764 BoxF
LTw
% End plot #1
2.000 UL
+2 -2
View File
@@ -98,7 +98,7 @@
\gplgaddtomacro\gplfronttext{%
\csname LTb\endcsname%%
\put(2266,4030){\makebox(0,0)[r]{\strut{}100mH}}%
\put(209,3400){\rotatebox{-270.00}{\makebox(0,0){\strut{}Impedance (Ohm)}}}%
\put(209,3400){\rotatebox{-270.00}{\makebox(0,0){\strut{}Impedance ($\Omega$)}}}%
}%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%%
@@ -116,7 +116,7 @@
\gplgaddtomacro\gplfronttext{%
\csname LTb\endcsname%%
\put(2266,1764){\makebox(0,0)[r]{\strut{}100mH}}%
\put(209,1375){\rotatebox{-270.00}{\makebox(0,0){\strut{}Phase (deg)}}}%
\put(209,1375){\rotatebox{-270.00}{\makebox(0,0){\strut{}Phase ($\ \textdegree$)}}}%
\put(3807,154){\makebox(0,0){\strut{}Frequency (Hz)}}%
}%
\gplbacktext
+4 -4
View File
@@ -12,20 +12,20 @@ set xrange [1e2:2e6]
set multiplot layout 2,1 rowsfirst
set xlabel
set ylabel "Impedance (Ohm)"
set ylabel "Impedance ($\\Omega$)"
set format x ""
set format y "%.1g"
plot "exp2-2-Z.txt" u 1:2 title "100mH" with points
plot "exp2-2-Z.txt" u 1:2 title "100mH" with points pt 5
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 ylabel "Phase ($\\ \\textdegree$)"
set format y " %.0f"
plot "exp2-2.txt" u 1:4 title "100mH" with points
plot "exp2-2.txt" u 1:4 title "100mH" with points pt 5
unset multiplot