From 567f05c5981898d21035f75b9591a4c6d41bcb9b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 23 Dec 2021 17:39:53 +0100 Subject: Clean up doc/ --- doc/SA_HS2021_Fading.pdf | Bin 103947 -> 0 bytes doc/poster/paragraphs.txt | 37 ------------------------------- doc/projectplan/ProjectPlan.pdf | Bin 36851 -> 36604 bytes doc/projectplan/ProjectPlan.tex | 14 ++++++------ doc/thesis/Fading.tex | 6 ++++- doc/thesis/appendix/ProjectPlan.pdf | Bin 0 -> 36604 bytes doc/thesis/appendix/SA_HS2021_Fading.pdf | Bin 0 -> 103947 bytes 7 files changed, 12 insertions(+), 45 deletions(-) delete mode 100644 doc/SA_HS2021_Fading.pdf delete mode 100644 doc/poster/paragraphs.txt create mode 100644 doc/thesis/appendix/ProjectPlan.pdf create mode 100644 doc/thesis/appendix/SA_HS2021_Fading.pdf diff --git a/doc/SA_HS2021_Fading.pdf b/doc/SA_HS2021_Fading.pdf deleted file mode 100644 index 3193ee8..0000000 Binary files a/doc/SA_HS2021_Fading.pdf and /dev/null differ 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 Binary files a/doc/projectplan/ProjectPlan.pdf and b/doc/projectplan/ProjectPlan.pdf 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 Binary files /dev/null and b/doc/thesis/appendix/ProjectPlan.pdf differ diff --git a/doc/thesis/appendix/SA_HS2021_Fading.pdf b/doc/thesis/appendix/SA_HS2021_Fading.pdf new file mode 100644 index 0000000..3193ee8 Binary files /dev/null and b/doc/thesis/appendix/SA_HS2021_Fading.pdf differ -- cgit v1.2.1