chore: add karnaugh map for circuit 2 + subsection

This commit is contained in:
surtur 2020-11-13 02:34:25 +01:00
parent 690750b8bb
commit 1d264b2372
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -17,6 +17,7 @@
\usepackage{graphicx}
\graphicspath{ {./img/} }
\usepackage{karnaugh-map}
\date{\today}
@ -215,6 +216,19 @@ Výstup bude nabývat těchto hodnot:
\[Y=\overline{A_1C_1}+\overline{C_0C_1}\]\\
\[Y=\overline{\overline{\overline{A_1}C_1}\overline{\overline{C_0}C_1}}\]
\subsection{Karnaughovy mapy}
\subsubsection{Obvod 2}
\begin{figure}[!hbt]
\centering
\begin{karnaugh-map}[4][4][1][$C_1C_0$][$A_1A_0$]
\manualterms{0,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0}
\implicant{3}{6}
\implicant{2}{10}
\end{karnaugh-map}
\caption{Karnaughova mapa Obvodu 2}
\end{figure}
\newpage
\subsection{Realizace}
\subsubsection{Obvod 1}
\begin{figure}[!hbt]