2019-01-15 15:56:28 +01:00
|
|
|
\documentclass{../../cours}
|
|
|
|
\usepackage{../../raccourcis}
|
2019-03-01 09:51:34 +01:00
|
|
|
% bug avec minted sinon
|
|
|
|
\let\framed\relax \let\endframed\relax
|
|
|
|
\let\shaded\relax \let\endshaded\relax
|
|
|
|
\let\leftbar\relax \let\endleftbar\relax
|
|
|
|
\let\snugshade\relax \let\endsnugshade\relax
|
2019-02-12 09:33:02 +01:00
|
|
|
\usepackage{minted}
|
2019-01-15 15:56:28 +01:00
|
|
|
% Mise en page
|
2019-01-21 17:07:56 +01:00
|
|
|
\renewcommand{\vec}{\mathbf}
|
2019-01-15 15:56:28 +01:00
|
|
|
\title{Notes de Cours}
|
|
|
|
\author{Pierre-Antoine Comby}
|
|
|
|
\teacher{Michel Kieffer}
|
2019-01-23 16:22:14 +01:00
|
|
|
\module{455\\ Codage de source}
|
2019-01-15 15:56:28 +01:00
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
2019-01-21 17:07:56 +01:00
|
|
|
\chapter*{Rappel de probabilité}
|
2019-01-17 20:12:37 +01:00
|
|
|
\subfile{chap0_MAN.tex}
|
2019-01-15 15:56:28 +01:00
|
|
|
\chapter{Introduction - Motivation}
|
|
|
|
\subfile{chap0.tex}
|
|
|
|
\chapter{Codage entropique (sans pertes)}
|
|
|
|
\subfile{chap1.tex}
|
|
|
|
\chapter{Quantification}
|
|
|
|
\subfile{chap2.tex}
|
|
|
|
\chapter{Codage prédictif}
|
|
|
|
\subfile{chap3.tex}
|
2019-03-18 14:50:43 +01:00
|
|
|
\chapter{Codage par transformée}
|
|
|
|
\subfile{chap4.tex}
|
2019-02-12 09:33:02 +01:00
|
|
|
|
|
|
|
\appendix
|
2019-03-18 14:50:43 +01:00
|
|
|
\chapter{Implémentation des différents algorithmes}
|
2019-02-12 09:33:02 +01:00
|
|
|
\subfile{chapA.tex}
|
2019-01-15 15:56:28 +01:00
|
|
|
\end{document}
|
2019-01-23 16:22:14 +01:00
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: t
|
|
|
|
%%% End:
|