chore: add proper table 4 values

This commit is contained in:
surtur 2020-11-05 01:47:09 +01:00
parent a2bcdc7b75
commit facc7c3fd5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -174,7 +174,7 @@ zapojovat čítač ve funkci děliče
\centering
\begin{tabular}{||c||c|c||}
\hline
Zkrácení cyklu & \[ MR_1\] & \[ MR_2\] \\
Zkrácení & \[ MR_1\] & \[ MR_2\] \\
\hline\hline
1 & \[Q_0\] & \[Q_0\] \\
2 & \[Q_1\] & \[Q_1\] \\
@ -182,15 +182,15 @@ zapojovat čítač ve funkci děliče
4 & \[Q_2\] & \[Q_2\] \\
5 & \[Q_2\] & \[Q_0\] \\
6 & \[Q_2\] & \[Q_1\] \\
7 & \[Q_2\] & \[Q_0\] \\
7 & \[Q_2 \oplus Q_1\] & \[Q_0\] \\
8 & \[Q_3\] & \[Q_3\] \\
9 & \[Q_3\] & \[Q_0\] \\
10 & \[Q_3\] & \[Q_1\] \\
11 & \[Q_3\] & \[Q_0\] \\
11 & \[Q_3 \oplus Q_1\] & \[Q_0\] \\
12 & \[Q_2\] & \[Q_3\] \\
13 & \[Q_3\] & \[Q_0\] \\
14 & \[Q_3\] & \[Q_1\] \\
15 & \[Q_3\] & \[Q_1\] \\
13 & \[Q_3 \oplus Q_2\] & \[Q_0\] \\
14 & \[Q_3 \oplus Q_2\] & \[Q_1\] \\
15 & \[Q_3 \oplus Q_2\] & \[Q_1 \oplus Q_0\] \\
\hline
\end{tabular}
\caption{Tabulka čítače ve funkci děliče}