aboutsummaryrefslogtreecommitdiffstats
path: root/doc/slides/slides.tex
blob: 5ec08bc04209c292a494aef4da5f49cc5922bcbd (plain)
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
61
62
63
64
65
66
67
\documentclass[xetex, onlymath, handout]{beamer}
\usefonttheme{serif}
\usetheme{hsr}

% use lmodern for math
\usepackage{lmodern}

% math packages
\usepackage{amsmath}
\usepackage{amssymb}

\usepackage[T1]{fontenc}
\usepackage{beramono} % monospaced
\usepackage{roboto} % other
\renewcommand*\familydefault{\sfdefault}

% metadata
\title{Multipath Fading Demonstration Platform using Software Defined Radio}
\author{Naoki Sean Pross \and Sara Cinzia Halter}
\date{23. December 2021}

\institute[OST]{OST FHO Campus Rapperswil}

\AtBeginSection[]
{
  \begin{frame}{Table of Contents}
    \tableofcontents[currentsection]
  \end{frame}
}


\begin{document}

\frame{
  \maketitle
}

\section{Multipath Fading}

\begin{frame}{Multipath fading}
  \begin{itemize}
    \item Hello
  \end{itemize}
\end{frame}

\begin{frame}{Multipath fading}
  \begin{columns}
    \begin{column}{.5\linewidth}
      \begin{itemize}
        \item Hello
      \end{itemize}
    \end{column}
    \begin{column}{.5\linewidth}
      \begin{itemize}
        \item Hello
      \end{itemize}
    \end{column}
  \end{columns}
\end{frame}

\section{Channel model}

\section{Implementation}

\end{document}

% vim:et:ts=2:sw=2:wrap:nolinebreak: