From f3940929549170ecd33142f2578e0137fb31a0c1 Mon Sep 17 00:00:00 2001
From: Nao Pross <np@0hm.ch>
Date: Wed, 13 Oct 2021 14:40:43 +0200
Subject: Introduction

---
 doc/thesis/Fading.bib          |   9 +++++++++
 doc/thesis/Fading.pdf          | Bin 0 -> 29740 bytes
 doc/thesis/chapters/theory.tex |  10 +++++++---
 3 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 doc/thesis/Fading.pdf

(limited to 'doc')

diff --git a/doc/thesis/Fading.bib b/doc/thesis/Fading.bib
index 64cbcea..79c990d 100644
--- a/doc/thesis/Fading.bib
+++ b/doc/thesis/Fading.bib
@@ -33,6 +33,15 @@
 	doi       = "10.1109/INFCOMW.2010.5466612"
 }
 
+@inproceedings{AntonescuTB17,
+	author    = "Antonescu, Bogdan and Moayyed, Miead Tehrani and Basagni, Stefano",
+	booktitle = "2017 IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC)",
+	title     = "mmWave channel propagation modeling for V2X communication systems",
+	year      = 2017,
+	pages     = "1-6",
+	doi       = "10.1109/PIMRC.2017.8292718"
+}
+
 @book{Griffith,
 	title     = "Introduction to Electrodynamics Fourth Edition",
 	author    = "Griffiths, David J.",
diff --git a/doc/thesis/Fading.pdf b/doc/thesis/Fading.pdf
new file mode 100644
index 0000000..7497fd1
Binary files /dev/null and b/doc/thesis/Fading.pdf differ
diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex
index de1524d..a382785 100644
--- a/doc/thesis/chapters/theory.tex
+++ b/doc/thesis/chapters/theory.tex
@@ -1,15 +1,19 @@
-% vim: set ts=2 sw=2 noet:
+% vim: set ts=2 sw=2 noet spell:
 
 \chapter{Theory}
 
 \section{Problem description}
 
+%% NP: move in introduction?
+Since decades now modern wireless devices have become so ubiquitous and are no longer employed under carefully chosen conditions. Cellphones and IoT devices are carried around by users and thus have to work in environments where reflexions are omnipresent. In order to efficiently develop such devices we need for mathematical models to simulate such environments.
+
+In this chapter we will briefly illustrate some undergraduate level mathematical models employed in modern communication devices.
+
 \section{Geometric Model}
 
 \section{Statistical Model}
-%% TODO: write about advantage of statistical model instead of geometric
 
-%% TODO: review and rewrite notes
+%% TODO: write about advantage of statistical model instead of geometric
 
 \subsection{Continuous time model}
 
-- 
cgit v1.2.1


From ce774a692a634818d8917dbc69650eb782d25b56 Mon Sep 17 00:00:00 2001
From: Nao Pross <np@0hm.ch>
Date: Wed, 13 Oct 2021 14:42:24 +0200
Subject: Delete PDF

---
 doc/thesis/Fading.pdf | Bin 29740 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 doc/thesis/Fading.pdf

(limited to 'doc')

diff --git a/doc/thesis/Fading.pdf b/doc/thesis/Fading.pdf
deleted file mode 100644
index 7497fd1..0000000
Binary files a/doc/thesis/Fading.pdf and /dev/null differ
-- 
cgit v1.2.1