Skip to content
Snippets Groups Projects
Commit a0612e5c authored by koenigl's avatar koenigl
Browse files

fix warning

parent 76fb685a
Branches
Tags
No related merge requests found
......@@ -1400,8 +1400,11 @@ zuerst mit dem Aufbau und der mathematischen Modellierung.
Gucken wir uns LFSRs zuerst anhand eines Beispiels an. Wir definieren einen
Vektor aus (öffentlich bekannten) sogenannten Rückkopplungskoeffizienten
\((a_0,\dotsc,a_{10})=(0,0,1,0,0,1,0,0,0,0,1)\). Der Schlüsselstrom wird
berechnet, indem das Shiftregister mit dem Schlüssel \(k_0,\dotsc,k_{10}\)
initialisiert wird. In jedem Takt wird an den Stellen mit \(a_i=1\)
\[
(a_0,\dotsc,a_{10})=(0,0,1,0,0,1,0,0,0,0,1)
\]
Der Schlüsselstrom wird berechnet, indem das Shiftregister mit dem Schlüssel
\(k_0,\dotsc,k_{10}\) initialisiert wird. In jedem Takt wird an den Stellen mit
\(a_i=1\)
\end{document}
......@@ -100,6 +100,9 @@
\usepackage[binary-units=true]{siunitx}
% Bibliography with biber backend
\makeatletter
\def\blx@nowarnpolyglossia{}
\makeatother
\usepackage[
natbib=true,
backend=biber,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment