diff --git a/ZM_10.tex b/ZM_10.tex index 3309ef7..9f42e1a 100644 --- a/ZM_10.tex +++ b/ZM_10.tex @@ -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]