chore: add karnaugh map for circuit 2 + subsection
This commit is contained in:
parent
690750b8bb
commit
1d264b2372
14
ZM_10.tex
14
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]
|
||||
|
Loading…
Reference in New Issue
Block a user