chore: add circuit 1 truth table and equations
This commit is contained in:
parent
42444f41bd
commit
1e14f7dfa1
34
ZM_10.tex
34
ZM_10.tex
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user