-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
60 lines (43 loc) · 1.53 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass[a4paper,12pt,oneside,onecolumn]{article} % Document type
\usepackage[left=1.0in, right=1.0in, top=1.0in, bottom=1.0in]{geometry}
\usepackage{amsmath,amssymb} % Contains mathematical symbols
\usepackage[ansinew]{inputenc} % Input encoding, identical to Windows 1252
\usepackage[english]{babel} % Language
\usepackage[square,numbers]{natbib} %Nice numbered citations
\bibliographystyle{plainnat} %Sorted bibliography
\usepackage{float}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{lscape}
\usepackage{graphicx}
\usepackage{pstricks}
\usetikzlibrary{arrows,automata}
\usepackage{subfigure}
\usepackage{multicol}
\usepackage{caption}
\usepackage{rotating}
\title{VT16 $-$ EP2200 \\
Project I - Error Control in Relay Networks \\
Alexandros Filotheou \\
871108-5590, [email protected] }
\date{}
\begin{document}
\maketitle
\part*{Theoretic Analysis}
\section{AF relaying with end-to-end ARQ}
\input{./sections/01.af_e2e.tex}
\section{DF relaying with end-to-end ARQ}
\input{./sections/02.df_e2e.tex}
\section{DF relaying with hop-by-hop ARQ}
\input{./sections/03.df_hbh.tex}
\newpage
\part*{Numerical Evaluation}
\section{Stability region}
\input{./sections/04.stability_region.tex}
\section*{Arrival rate-delay characteristics}
\input{./sections/05.arrival_rate_delay.tex}
\section*{AF or DF}
\input{./sections/06.af_or_df.tex}
\section*{Finite number of retransmissions}
\input{./sections/07.finite_number_of_retransmissions.tex}
\end{document}