-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: feature: begin to add parity block chapter (#3)
* feature: begin to add parity block chapter * enable artifact upload * Update ci.yml * Update ci.yml * Update ci.yml * Improve Block parity * Fix iamge not found * Fix problems * update authors * fix typo in authors --------- Co-authored-by: Paul Thiel <[email protected]> Co-authored-by: Darius Peters <[email protected]> Co-authored-by: TimoLass <[email protected]>
- Loading branch information
1 parent
94d54c5
commit f64a2ae
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ | |
\providecommand{\email}[1]{\href{mailto:#1}{\nolinkurl{#1}}} | ||
|
||
% | ||
\fancyfoot[C]{von Emanuel Regnath (\email{[email protected]}), Martin Zellner (\email{[email protected]}), Hendrik Böttcher (\email{hendrik.boettcher@tum.de}) } | ||
\fancyfoot[C]{von Emanuel Regnath, Martin Zellner, Hendrik Böttcher, Lukas Kompatscher, Paul Thiel, Justus Rossmeier, Darius Peters, Timotheus Lass - Mail: \email{info@latex4ei.de} } | ||
\fancyfoot[R]{Stand: \themydate \qquad \thepage/\pageref{LastPage}} | ||
\fancyfoot[L]{Homepage: \url{www.latex4ei.de} -- Fehler bitte \emph{sofort} \href{\issueslinkurl}{melden}.} | ||
|
||
|
@@ -696,6 +696,26 @@ \subsection{Moore und Mealy FSMs} | |
\end{multicols} | ||
Beim Zeichnen jede Eingabemöglichkeit für jeden Zustand berücksichtigen und Startzustand mit leerem Pfeil kennzeichnen. | ||
|
||
\section{Block Parity Schaltungen} | ||
\subsection{Paritätsprüfsumme} | ||
Konzept zur Absicherung von digitalen Daten durch Anhängen eines Paritätsbits $p$.\\ | ||
- Gerade Anzahl an Einsen im Datenwort: $p = 0$.\\ | ||
- Ungerade Anzahl an Einsen im Datenwort: $p = 1$.\\ | ||
- Realisierung durch XOR-Gatter | ||
\subsection{Block Parity} | ||
„Zweidimensionale“ Erweiterung der Paritätsprüfsumme\\ | ||
Beispielblock:\\ | ||
\includegraphics[scale=0.5]{./img/ds/Block_Parity.png}\\ | ||
\textbf{Vorteile:}\\ | ||
- Erkennung und Korrektur von einzelnen Bitfehlern.\\ | ||
- Erkennung von zusammenhängenden Mehrfachfehlern (Bursts). | ||
\subsection{Realisierung der Block Parity Schaltung} | ||
\textbf{Datenpfad:}\\ Das n-Bit Datenwort wird durch das Paritybit zu (n+1)-Bit erweitert und übertragen\\ | ||
\textbf{Kontrollpfad:} \\- Die Datenworte (Zeilen im obigen Beispielblock) aus dem Datenpfad werden bitweise verxodert und es entsteht die Pbits-Zeile\\ | ||
- Nach einem Block wird die Pbit-Zeile übertragen | ||
|
||
|
||
|
||
% subsection Vorgehensweise (end) | ||
|
||
% Ende der Spalten | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.