chore: add equations + section stuff
This commit is contained in:
parent
85f17c162c
commit
934e48123b
23
ZM_04.tex
23
ZM_04.tex
@ -108,8 +108,9 @@
|
||||
\label{truthtable}
|
||||
\end{table}
|
||||
|
||||
\newpage
|
||||
\subsection{Karnaughovy mapy}
|
||||
\subsubsection{Výstup R}
|
||||
\subsubsection{Karnaughova mapa pro výstup R}
|
||||
\begin{figure}[!hbt]
|
||||
\centering
|
||||
\begin{karnaugh-map}[4][4][1][$Q_1Q_0$][$Q_3Q_2$]
|
||||
@ -124,8 +125,7 @@
|
||||
\caption{Karnaughova mapa pro výstup R}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
\subsubsection{Výstup Y}
|
||||
\subsubsection{Karnaughova mapa pro výstup Y}
|
||||
\begin{figure}[!hbt]
|
||||
\centering
|
||||
\begin{karnaugh-map}[4][4][1][$Q_1Q_0$][$Q_3Q_2$]
|
||||
@ -139,7 +139,7 @@
|
||||
\caption{Karnaughova mapa pro výstup Y}
|
||||
\end{figure}
|
||||
|
||||
\subsubsection{Výstup G}
|
||||
\subsubsection{Karnaughova mapa pro výstup G}
|
||||
\begin{figure}[!hbt]
|
||||
\centering
|
||||
\begin{karnaugh-map}[4][4][1][$Q_1Q_0$][$Q_3Q_2$]
|
||||
@ -156,6 +156,21 @@
|
||||
|
||||
\newpage
|
||||
\subsection{Úprava logických funkcí}
|
||||
\subsubsection{Rovnice pro výstup R}
|
||||
\[Y=Q_2\bar{Q_1}\bar{Q_0}+\bar{Q_2}\bar{Q_3}+\bar{Q_2}Q_1\]\\
|
||||
\vspace{-20pt}
|
||||
\[Y=\overline{(\overline{(Q_2\bar{Q_1}\bar{Q_0})}\overline{(\bar{Q_2}\bar{Q_3})}\overline{(\bar{Q_2}Q_1)})}\]\\
|
||||
|
||||
\subsubsection{Rovnice pro výstup Y}
|
||||
\[Y=Q_2\bar{Q_1}\bar{Q_0}+Q_3Q_0\]\\
|
||||
\vspace{-20pt}
|
||||
\[Y=\overline{(\overline{(Q_2\bar{Q_1}\bar{Q_0})}\overline{(Q_3Q_0)})}\]\\
|
||||
|
||||
\subsubsection{Rovnice pro výstup G}
|
||||
\[Y=Q_0\bar{Q_1}\bar{Q_3}+Q_2\bar{Q_1}Q_0+Q_2Q_1\]\\
|
||||
\vspace{-20pt}
|
||||
\[Y=\overline{\overline{(Q_0\bar{Q_1}\bar{Q_3})}\overline{(Q_2\bar{Q_1}Q_0)}\overline{(Q_2Q_1)}}
|
||||
|
||||
\subsection{Schéma zapojení}
|
||||
|
||||
\newpage
|
||||
|
Loading…
Reference in New Issue
Block a user