chore: add circuit 1 truth table and equations

This commit is contained in:
surtur 2020-11-12 23:52:40 +01:00
parent 42444f41bd
commit 1e14f7dfa1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -110,6 +110,40 @@ Výstup bude nabývat těchto hodnot:
\item Získanou log. rovnici pak dále zjednodušte pomocí Logické algebry nebo De Morganových
zákonů. Na základě takto získané rovnice navrhněte schéma zapojení, zapojte jej a ověřte jeho funkčnost.
\end{itemize}
\newpage
\subsection{Pravdivostní tabulka}
\begin{table}[!hbt]
\centering
\begin{tabular}{||c|c|c|c||c||}
\hline
\[ \textbf{A_0} \] } & \[ \textbf{A_1} \] & \[ \textbf{C_0} \] & \[ \textbf{C_1} \] & \[ \textbf{Y} \] \\
\hline\hline
0 & 0 & 0 & 0 & \[ \textbf{0} \] \\
0 & 0 & 0 & 1 & \[ \textbf{0} \] \\
0 & 0 & 1 & 0 & \[ \textbf{0} \] \\
0 & 0 & 1 & 1 & \[ \textbf{1} \] \\
0 & 1 & 0 & 0 & \[ \textbf{0} \] \\
0 & 1 & 0 & 1 & \[ \textbf{1} \] \\
0 & 1 & 1 & 0 & \[ \textbf{0} \] \\
0 & 1 & 1 & 1 & \[ \textbf{1} \] \\
1 & 0 & 0 & 0 & \[ \textbf{0} \] \\
1 & 0 & 0 & 1 & \[ \textbf{0} \] \\
1 & 0 & 1 & 0 & \[ \textbf{1} \] \\
1 & 0 & 1 & 1 & \[ \textbf{0} \] \\
1 & 1 & 0 & 0 & \[ \textbf{0} \] \\
1 & 1 & 0 & 1 & \[ \textbf{1} \] \\
1 & 1 & 1 & 0 & \[ \textbf{1} \] \\
1 & 1 & 1 & 1 & \[ \textbf{0} \] \\
\hline
\end{tabular}
\caption{Pravdivostní tabulka pro Obvod 1}
\end{table}
\subsection{Rovnice}
\[Y=\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0C_1A_0\]\\
\[Y=\overline{\overline{\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0\overline{C_1}A_0}}\]\\
\[Y=\overline{\overline{\overline{C_0}C_1A_1}*\overline{C_0C_1\overline{A_0}}*\overline{C_0\overline{C_1}A_0}}\]\\
\subsection{Realizace}
\subsubsection{Obvod 1}
\subsubsection{Obvod 2}