Files
nit-dep-d-exp-1-S1/sections/a-1/reflections.tex
T
2026-04-26 20:52:05 +09:00

67 lines
3.2 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\section{考察}
\subsection{実験1}
\subsubsection{トリマとアッテネーション}
オシロスコープのプローブにはトリマとアッテネーションがある.それぞれ測定の精度を左右する重要なパラメータである.
トリマはプローブ内部で並列接続された可変コンデンサのキャパシタンスを変える効果がある.
\begin{figure}[tbh]
\centering
\begin{circuitikz}
\draw (0, 1) to [short,o-] ++(2,0) to [R, l={$R_{\text{in}}$}] ++(0,-2);
\draw (2, 1) to [short,*-] ++(2,0) to [C, l={$C_{\text{in}}$}] ++(0,-2);
\draw (4, 1) to [short,*-] ++(2,0) to [vC, l={$C_{\text{comp}}$}] ++(0,-2);
\draw (4,-1) to [short,-*] ++(-2,0) to [short,-o] ++(-2,0);
\draw (6,-1) to [short,-*] ++(-2,0);
\end{circuitikz}
\caption{Equivalent Circuit Diagram of Oscilloscope Probe}
\end{figure}
アッテネーションは測定範囲を変更できるもので,プローブの最低電圧レンジ:オシロスコープの最低電圧レンジの比で表示されている.
例えば10:1のプローブを使いオシロスコープでの最低電圧レンジが10 mV/divの場合,プローブの最低電圧レンジは100 mV/divとなる.この設定では50 mV/divのような低電圧の測定に向かないので1:1での測定が必要となる.
\subsubsection{マルチテスタの測定結果の変化}
\cref{fig:bode-line}より,10 kHzを境に振幅が大きくなっていく様子が分かる.
これはマルチメータの定格測定周波数レンジ(15 \textasciitilde{} 10 kHz)を超えたためと思われる.
\subsubsection{トリガ}
\subsection{実験2}
\subsection{実験3}
\Cref{tb:v-btwn-diff-r}では一見オームの法則に反しているように見える.
しかし,調査するとFGの内部抵抗による分圧回路の出力であると判明した.
FGのデータシートによると内部抵抗は$50 \Omega$であると分かった.なので,実験3の回路図は\cref{fig:actual-cd-exp3}となった.
\begin{figure}[tbh]
\centering
\begin{circuitikz}
\draw (0,0) to [sV={$E$}] (0,2) to [R=$R_{\textrm{internal}}$] (0,4);
\draw (0,4) to [short, -*] ++(2,0) to [R=$R$] ++(0,-4) to [short, *-] ++(-2,0);
\draw[dashed] (-2,-0.25) rectangle (1, 4.25);
\draw (-2,-0.25) node[above right] {FG};
\draw (2,4) to [short, -o] ++(1,0) node[right]{Probe};
\draw (2,0) to [short, -o] ++(1,0) node[right]{Probe GND};
\end{circuitikz}
\caption{Actual Circuit Diagram for Experiment \#3}
\label{fig:actual-cd-exp3}
\end{figure}
\Cref{fig:actual-cd-exp3}の回路図より,抵抗にかかる電圧$V_R$は以下の式で表せる:
\begin{equation}
\label{equ:exp3-vr}
V_{R} = \frac{R}{R + R_{\textrm{internal}}}E \qquad \text{[V]}
\end{equation}
ここで$R$を被測定抵抗器の抵抗値[$\Omega$]$R_{\text{internal}}$をFGの内部抵抗の抵抗値[$\Omega$]$E$をFGの出力ピークツ\\ピーク電圧[V]とする.
\Cref{equ:exp3-vr}$E$に1を,$R_{internal}$に50を,そして$R$に47と10kを代入して計算を行うとそれぞれ0.485,0.995となり,実験値と近い値となった.
\subsection{実験4}