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
+61
View File
@@ -0,0 +1,61 @@
\documentclass[japanese,xelatex,a4paper,10.5pt,ja=standard]{bxjsarticle}
\usepackage{tex/preamble}
\usepackage{tex/experiment-title}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{subcaption}
\usepackage{pgfmath}
\usepackage{pgffor}
\usepackage{tex/depD-bib}
\usepackage{tex/depD-format}
\reportauthor{柴田健琉}
\reporttitle{LEDの回路}
\reportdate{2026年}{05月}{19日}
\turnindate{2026年}{05月}{26日}
\schoolyear{2026}
\grade{3}
\department{電子制御工学科}
\subject{電子制御工学実験1}
\reportid{T-1}
\expgroup{-}
\seatingnum{15}
\addExperimentDate{2026年 05月 19日}
\addbibresource{./bibs/t-1.bib}
\begin{document}
\experimentTitle
\section{実験目的}
今回の実験では発光ダイオード(LED)の特性と回路での実装方法を確認するために行った.
\input{./sections/t-1/theory}
\resetrefcounter
\input{./sections/t-1/exp-detail}
\resetrefcounter
\input{./sections/t-1/exp-result}
\resetrefcounter
\input{./sections/t-1/reflection}
\resetrefcounter
\section{まとめ}
今回の実験で以下の事柄を確認した:
\begin{itemize}
\item {ダイオードの非線形性により電圧・電流の変化が一定でない}
\item {ダイオードの整流作用により逆電圧を殆ど遮断する}
\item {LEDの光度は電力に比例して増加する}
\item {LEDには電流制限抵抗が必要であること}
\end{itemize}
\printbibliography[title={参考文献}]{}
\end{document}