aboutsummaryrefslogtreecommitdiffstats
path: root/doc/slides/slides.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-14 23:16:07 +0100
committerNao Pross <np@0hm.ch>2021-11-14 23:16:07 +0100
commit0e84d92d98d3a7ed20d735718afbd1d46df04f44 (patch)
tree20d9c4c53f19dc92cfcd3ee732e6f8eca155900c /doc/slides/slides.tex
parentDiscrete time model as tapped delay line (diff)
downloadFading-0e84d92d98d3a7ed20d735718afbd1d46df04f44.tar.gz
Fading-0e84d92d98d3a7ed20d735718afbd1d46df04f44.zip
Crate slides
Diffstat (limited to '')
-rw-r--r--doc/slides/slides.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/slides/slides.tex b/doc/slides/slides.tex
new file mode 100644
index 0000000..ef2bb6b
--- /dev/null
+++ b/doc/slides/slides.tex
@@ -0,0 +1,46 @@
+\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 channel demonstrator using SDR}
+\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}
+
+\end{frame}
+
+\end{document}
+
+% vim:et:ts=2:sw=2:wrap:nolinebreak: