added a-3

This commit is contained in:
2026-07-19 14:25:10 +09:00
parent 478e77fa44
commit ab9971553a
20 changed files with 2189 additions and 427 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because it is too large Load Diff
+130
View File
@@ -0,0 +1,130 @@
% GNUPLOT: LaTeX picture with Postscript
\begingroup
\fontfamily{Arial}%
\selectfont
\makeatletter
\providecommand\color[2][]{%
\GenericError{(gnuplot) \space\space\space\@spaces}{%
Package color not loaded in conjunction with
terminal option `colourtext'%
}{See the gnuplot documentation for explanation.%
}{Either use 'blacktext' in gnuplot or load the package
color.sty in LaTeX.}%
\renewcommand\color[2][]{}%
}%
\providecommand\includegraphics[2][]{%
\GenericError{(gnuplot) \space\space\space\@spaces}{%
Package graphicx or graphics not loaded%
}{See the gnuplot documentation for explanation.%
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
\renewcommand\includegraphics[2][]{}%
}%
\providecommand\rotatebox[2]{#2}%
\@ifundefined{ifGPcolor}{%
\newif\ifGPcolor
\GPcolorfalse
}{}%
\@ifundefined{ifGPblacktext}{%
\newif\ifGPblacktext
\GPblacktexttrue
}{}%
% define a \g@addto@macro without @ in the name:
\let\gplgaddtomacro\g@addto@macro
% define empty templates for all commands taking text:
\gdef\gplbacktext{}%
\gdef\gplfronttext{}%
\makeatother
\ifGPblacktext
% no textcolor at all
\def\colorrgb#1{}%
\def\colorgray#1{}%
\else
% gray or color?
\ifGPcolor
\def\colorrgb#1{\color[rgb]{#1}}%
\def\colorgray#1{\color[gray]{#1}}%
\expandafter\def\csname LTw\endcsname{\color{white}}%
\expandafter\def\csname LTb\endcsname{\color{black}}%
\expandafter\def\csname LTa\endcsname{\color{black}}%
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
\else
% gray
\def\colorrgb#1{\color{black}}%
\def\colorgray#1{\color[gray]{#1}}%
\expandafter\def\csname LTw\endcsname{\color{white}}%
\expandafter\def\csname LTb\endcsname{\color{black}}%
\expandafter\def\csname LTa\endcsname{\color{black}}%
\expandafter\def\csname LT0\endcsname{\color{black}}%
\expandafter\def\csname LT1\endcsname{\color{black}}%
\expandafter\def\csname LT2\endcsname{\color{black}}%
\expandafter\def\csname LT3\endcsname{\color{black}}%
\expandafter\def\csname LT4\endcsname{\color{black}}%
\expandafter\def\csname LT5\endcsname{\color{black}}%
\expandafter\def\csname LT6\endcsname{\color{black}}%
\expandafter\def\csname LT7\endcsname{\color{black}}%
\expandafter\def\csname LT8\endcsname{\color{black}}%
\fi
\fi
\setlength{\unitlength}{0.0500bp}%
\ifx\gptboxheight\undefined%
\newlength{\gptboxheight}%
\newlength{\gptboxwidth}%
\newsavebox{\gptboxtext}%
\fi%
\setlength{\fboxrule}{0.5pt}%
\setlength{\fboxsep}{1pt}%
\definecolor{tbcol}{rgb}{1,1,1}%
\begin{picture}(6802.00,4534.00)%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%%
\put(1078,2487){\makebox(0,0)[r]{\strut{}1e+02}}%
\put(1078,2944){\makebox(0,0)[r]{\strut{}1e+03}}%
\put(1078,3400){\makebox(0,0)[r]{\strut{}1e+04}}%
\put(1078,3857){\makebox(0,0)[r]{\strut{}1e+05}}%
\put(1078,4313){\makebox(0,0)[r]{\strut{}1e+06}}%
\put(1210,2267){\makebox(0,0){\strut{}}}%
\put(2066,2267){\makebox(0,0){\strut{}}}%
\put(2921,2267){\makebox(0,0){\strut{}}}%
\put(3777,2267){\makebox(0,0){\strut{}}}%
\put(4632,2267){\makebox(0,0){\strut{}}}%
}%
\gplgaddtomacro\gplfronttext{%
\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)}}}%
}%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%%
\put(1078,704){\makebox(0,0)[r]{\strut{} -30}}%
\put(1078,973){\makebox(0,0)[r]{\strut{} 0}}%
\put(1078,1241){\makebox(0,0)[r]{\strut{} 30}}%
\put(1078,1510){\makebox(0,0)[r]{\strut{} 60}}%
\put(1078,1778){\makebox(0,0)[r]{\strut{} 90}}%
\put(1078,2047){\makebox(0,0)[r]{\strut{} 120}}%
\put(2066,484){\makebox(0,0){\strut{}1k}}%
\put(2921,484){\makebox(0,0){\strut{}10k}}%
\put(3777,484){\makebox(0,0){\strut{}100k}}%
\put(4632,484){\makebox(0,0){\strut{}1M}}%
\put(1210,484){\makebox(0,0){\strut{}}}%
}%
\gplgaddtomacro\gplfronttext{%
\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(3050,154){\makebox(0,0){\strut{}Frequency (Hz)}}%
}%
\gplbacktext
\put(0,0){\includegraphics[width={340.10bp},height={226.70bp}]{./assets/a-3/exp2-1-bode}}%
\gplfronttext
\end{picture}%
\endgroup
+2 -4
View File
@@ -1,8 +1,6 @@
set output "exp1-bode.png"
set output "exp2-1-bode.tex"
#load '../common.gnuplot'
set terminal png
load '../common.gnuplot'
unset key
set key center rmargin box height 1
File diff suppressed because it is too large Load Diff
+126
View File
@@ -0,0 +1,126 @@
% GNUPLOT: LaTeX picture with Postscript
\begingroup
\fontfamily{Arial}%
\selectfont
\makeatletter
\providecommand\color[2][]{%
\GenericError{(gnuplot) \space\space\space\@spaces}{%
Package color not loaded in conjunction with
terminal option `colourtext'%
}{See the gnuplot documentation for explanation.%
}{Either use 'blacktext' in gnuplot or load the package
color.sty in LaTeX.}%
\renewcommand\color[2][]{}%
}%
\providecommand\includegraphics[2][]{%
\GenericError{(gnuplot) \space\space\space\@spaces}{%
Package graphicx or graphics not loaded%
}{See the gnuplot documentation for explanation.%
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
\renewcommand\includegraphics[2][]{}%
}%
\providecommand\rotatebox[2]{#2}%
\@ifundefined{ifGPcolor}{%
\newif\ifGPcolor
\GPcolorfalse
}{}%
\@ifundefined{ifGPblacktext}{%
\newif\ifGPblacktext
\GPblacktexttrue
}{}%
% define a \g@addto@macro without @ in the name:
\let\gplgaddtomacro\g@addto@macro
% define empty templates for all commands taking text:
\gdef\gplbacktext{}%
\gdef\gplfronttext{}%
\makeatother
\ifGPblacktext
% no textcolor at all
\def\colorrgb#1{}%
\def\colorgray#1{}%
\else
% gray or color?
\ifGPcolor
\def\colorrgb#1{\color[rgb]{#1}}%
\def\colorgray#1{\color[gray]{#1}}%
\expandafter\def\csname LTw\endcsname{\color{white}}%
\expandafter\def\csname LTb\endcsname{\color{black}}%
\expandafter\def\csname LTa\endcsname{\color{black}}%
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
\else
% gray
\def\colorrgb#1{\color{black}}%
\def\colorgray#1{\color[gray]{#1}}%
\expandafter\def\csname LTw\endcsname{\color{white}}%
\expandafter\def\csname LTb\endcsname{\color{black}}%
\expandafter\def\csname LTa\endcsname{\color{black}}%
\expandafter\def\csname LT0\endcsname{\color{black}}%
\expandafter\def\csname LT1\endcsname{\color{black}}%
\expandafter\def\csname LT2\endcsname{\color{black}}%
\expandafter\def\csname LT3\endcsname{\color{black}}%
\expandafter\def\csname LT4\endcsname{\color{black}}%
\expandafter\def\csname LT5\endcsname{\color{black}}%
\expandafter\def\csname LT6\endcsname{\color{black}}%
\expandafter\def\csname LT7\endcsname{\color{black}}%
\expandafter\def\csname LT8\endcsname{\color{black}}%
\fi
\fi
\setlength{\unitlength}{0.0500bp}%
\ifx\gptboxheight\undefined%
\newlength{\gptboxheight}%
\newlength{\gptboxwidth}%
\newsavebox{\gptboxtext}%
\fi%
\setlength{\fboxrule}{0.5pt}%
\setlength{\fboxsep}{1pt}%
\definecolor{tbcol}{rgb}{1,1,1}%
\begin{picture}(6802.00,4534.00)%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%%
\put(1078,2487){\makebox(0,0)[r]{\strut{}1e+02}}%
\put(1078,3096){\makebox(0,0)[r]{\strut{}1e+03}}%
\put(1078,3704){\makebox(0,0)[r]{\strut{}1e+04}}%
\put(1078,4313){\makebox(0,0)[r]{\strut{}1e+05}}%
\put(1210,2267){\makebox(0,0){\strut{}}}%
\put(2418,2267){\makebox(0,0){\strut{}}}%
\put(3626,2267){\makebox(0,0){\strut{}}}%
\put(4834,2267){\makebox(0,0){\strut{}}}%
\put(6041,2267){\makebox(0,0){\strut{}}}%
}%
\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)}}}%
}%
\gplgaddtomacro\gplbacktext{%
\csname LTb\endcsname%%
\put(1078,838){\makebox(0,0)[r]{\strut{} -80}}%
\put(1078,1107){\makebox(0,0)[r]{\strut{} -40}}%
\put(1078,1376){\makebox(0,0)[r]{\strut{} 0}}%
\put(1078,1644){\makebox(0,0)[r]{\strut{} 40}}%
\put(1078,1913){\makebox(0,0)[r]{\strut{} 80}}%
\put(2418,484){\makebox(0,0){\strut{}1k}}%
\put(3626,484){\makebox(0,0){\strut{}10k}}%
\put(4834,484){\makebox(0,0){\strut{}100k}}%
\put(6041,484){\makebox(0,0){\strut{}1M}}%
\put(1210,484){\makebox(0,0){\strut{}}}%
}%
\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(3807,154){\makebox(0,0){\strut{}Frequency (Hz)}}%
}%
\gplbacktext
\put(0,0){\includegraphics[width={340.10bp},height={226.70bp}]{./assets/a-3/exp2-2-bode}}%
\gplfronttext
\end{picture}%
\endgroup
+3 -5
View File
@@ -1,8 +1,6 @@
set output "exp2-bode.png"
set output "exp2-2-bode.tex"
#load '../common.gnuplot'
set terminal png
load '../common.gnuplot'
unset key
set key top left box height 1 width 2
@@ -26,7 +24,7 @@ set yrange [-100:100]
set ytics 40
set xlabel "Frequency (Hz)"
set ylabel "Phase (deg)"
set format y " %.0f"
set format y " %.0f"
plot "exp2-2.txt" u 1:4 title "100mH" with points
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

+4
View File
@@ -0,0 +1,4 @@
gnuplot exp2-1.gnuplot
gnuplot exp2-2.gnuplot
sed -i -f patch-exp2-1.sed exp2-1-bode.tex
sed -i -f patch-exp2-2.sed exp2-2-bode.tex
+1
View File
@@ -0,0 +1 @@
s/exp2-1-bode/.\/assets\/a-3\/exp2-1-bode/g;
+1
View File
@@ -0,0 +1 @@
s/exp2-2-bode/.\/assets\/a-3\/exp2-2-bode/g;