aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-23 17:39:53 +0100
committerNao Pross <np@0hm.ch>2021-12-23 17:39:53 +0100
commit567f05c5981898d21035f75b9591a4c6d41bcb9b (patch)
tree2c9071ce784e4a1adc656e893c3ec083b5d6a762
parentRename directory (diff)
downloadFading-567f05c5981898d21035f75b9591a4c6d41bcb9b.tar.gz
Fading-567f05c5981898d21035f75b9591a4c6d41bcb9b.zip
Clean up doc/
-rw-r--r--doc/poster/paragraphs.txt37
-rw-r--r--doc/projectplan/ProjectPlan.pdfbin36851 -> 36604 bytes
-rw-r--r--doc/projectplan/ProjectPlan.tex14
-rw-r--r--doc/thesis/Fading.tex6
-rw-r--r--doc/thesis/appendix/ProjectPlan.pdfbin0 -> 36604 bytes
-rw-r--r--doc/thesis/appendix/SA_HS2021_Fading.pdf (renamed from doc/SA_HS2021_Fading.pdf)bin103947 -> 103947 bytes
6 files changed, 12 insertions, 45 deletions
diff --git a/doc/poster/paragraphs.txt b/doc/poster/paragraphs.txt
deleted file mode 100644
index e715e7b..0000000
--- a/doc/poster/paragraphs.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-INTRODUCTION
-
-Nowadays smartphones, internet of things (IoT) and many other wireless
-devices are carried around by everyone and have to work in environments
-that from a technical perspective are very far from ideal. Wireless
-channels have many complex problems that need to be solved to guarantee
-a reliable communication link.
-
-Among the multitude of problems, a common issue that observed in
-wireless channels is what is called "multipath fading effect". Multipath
-refers to the fact electromagnetic waves (EMWs) radiated from a sender
-antenna may take different paths by reflecting on multiple surfaces
-before reaching the receiver (see figure). Because EMWs travel at a
-constant speed, and some paths are longer than others, the receiver sees
-multiple overlapped (superimposed) copies of the sent signal, each with
-a different phase shift. In practice only one path is desirable, thus
-the other delayed copies cause a degradation of the received signal
-(fading).
-
-TASK DESCRIPTION
-
-The goal of the project is to develop a platform to illustrate the
-impact of different fading effects on the received signal. The platform
-is thus built for pedagogical purposes and ought to show the various
-parts of the signal processing chain of a receiver.
-
-METHODS
-
-Two USRP B210 software defined radio (SDR) devices from Ettus Reasearch,
-together with the open source software libraries GNU Radio and Dear
-PyGUI were used to create a graphical user interface to display
-waveforms from either a simulated or real wireless links affected by
-multipath fading. The platform transmits a picture either using QPSK or
-16ary QAM over a 2.4 GHz carrier and computes the empirical bit error
-rate of the link.
-
-
diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf
index 77c59ee..45d8407 100644
--- a/doc/projectplan/ProjectPlan.pdf
+++ b/doc/projectplan/ProjectPlan.pdf
Binary files differ
diff --git a/doc/projectplan/ProjectPlan.tex b/doc/projectplan/ProjectPlan.tex
index 007706d..d309ad0 100644
--- a/doc/projectplan/ProjectPlan.tex
+++ b/doc/projectplan/ProjectPlan.tex
@@ -45,7 +45,7 @@
\usepackage{pgfgantt}
%% Landscape pages
-\usepackage{pdflscape}
+\usepackage{lscape}
% Metadata
\title{Fading illustration with SDR -- Project Plan}
@@ -288,13 +288,13 @@ If there will be some time left, we may also use a car to demonstrate some other
\ganttgroup{Research}{2021-09-21}{2021-11-28}
\ganttnewline
- \ganttbar[progress=20]{Theory}{2021-09-22}{2021-11-28}
+ \ganttbar[progress=0]{Theory}{2021-09-22}{2021-11-28}
\ganttnewline
- \ganttbar [progress=25]{Software Toolboxes}{2021-09-27}{2021-10-31}
+ \ganttbar [progress=0]{Software Toolboxes}{2021-09-27}{2021-10-31}
\ganttnewline
- \ganttbar[progress=6]{Hardware}{2021-10-04}{2021-10-31}
+ \ganttbar[progress=0]{Hardware}{2021-10-04}{2021-10-31}
\ganttnewline
\ganttgroup{Prototype}{2021-10-04}{2021-10-31}
@@ -312,7 +312,7 @@ If there will be some time left, we may also use a car to demonstrate some other
\ganttgroup{Documentation}{2021-09-21}{2021-12-20}
\ganttnewline
- \ganttbar{Project Plan}{2021-09-21}{2021-10-04}
+ \ganttbar[progress=0]{Project Plan}{2021-09-21}{2021-10-04}
\ganttmilestone{Submission}{2021-10-05}
\ganttbar[progress=0]{Elevator Pitch Video}{2021-11-08}{2021-11-28}
\ganttbar[progress=0]{Abstract}{2021-12-02}{2021-12-09}
@@ -362,7 +362,7 @@ If there will be some time left, we may also use a car to demonstrate some other
milestone height = .3,
% colored elements
bar/.append style={
- fill = teal!30!white,
+ fill = cyan!30!white,
},
bar incomplete/.append style={
fill = white
@@ -404,7 +404,7 @@ If there will be some time left, we may also use a car to demonstrate some other
\ganttgroup{Demonstration}{2021-11-03}{2021-12-05}
\ganttnewline
- \ganttbar[progress=100]{Simulation}{2021-10-13}{2021-10-18}
+ \ganttbar[progress=100]{Sim}{2021-10-13}{2021-10-18}
\ganttbar[progress=100]{Hardware}{2021-10-18}{2021-10-31}
\ganttmilestone{Working SDR TX -- RX}{2021-11-01}
\ganttbar[progress=100]{Fading model}{2021-11-03}{2021-12-19}
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 4be6d1d..62791cb 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -64,6 +64,8 @@
\usepackage{subcaption}
% Frames around includegraphics
\usepackage[export]{adjustbox}
+% Include PDF
+\usepackage{pdfpages}
%% Placeholders
\usepackage{skeldoc}
@@ -243,5 +245,7 @@
\item Task Description
\item Project Plan
\end{itemize}
- %TODO Projectplan
+
+ \includepdf[openright, pages=-]{appendix/SA_HS2021_Fading}
+ \includepdf[openright, pages=-]{appendix/ProjectPlan}
\end{document}
diff --git a/doc/thesis/appendix/ProjectPlan.pdf b/doc/thesis/appendix/ProjectPlan.pdf
new file mode 100644
index 0000000..45d8407
--- /dev/null
+++ b/doc/thesis/appendix/ProjectPlan.pdf
Binary files differ
diff --git a/doc/SA_HS2021_Fading.pdf b/doc/thesis/appendix/SA_HS2021_Fading.pdf
index 3193ee8..3193ee8 100644
--- a/doc/SA_HS2021_Fading.pdf
+++ b/doc/thesis/appendix/SA_HS2021_Fading.pdf
Binary files differ