Added ECC handout
This commit is contained in:
28
Advanced/Error-Correcting Codes/main.tex
Executable file
28
Advanced/Error-Correcting Codes/main.tex
Executable file
@ -0,0 +1,28 @@
|
||||
% https://git.betalupi.com/Mark/latex-packages
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
% Last built with version 1.1.0
|
||||
\documentclass[
|
||||
solutions
|
||||
]{ormc_handout}
|
||||
|
||||
\usepackage{tikz}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
<Advanced 2>
|
||||
<Fall 2022>
|
||||
{Error-Correcting Codes}
|
||||
{
|
||||
Based on a handout by Yingkun Li \\
|
||||
Revised by Mark on \today
|
||||
}
|
||||
|
||||
|
||||
\input{parts/00 detection}
|
||||
\input{parts/01 correction}
|
||||
\input{parts/02 distance}
|
||||
\input{parts/03 bonus}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user