aboutsummaryrefslogtreecommitdiffstats
path: root/doc/projectplan/ProjectPlan.tex
blob: 55edef452fb40f78e2a86c5c4ace2dcfe38af084 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
% !TeX program = xelatex
% !TeX encoding = utf8
% !TeX root = ProjectPlan.tex
% vim: set ts=2 sw=2 noet:

\documentclass[a4paper, twosided, 11pt]{scrartcl}

%% Language configuration
\usepackage{polyglossia}
\setdefaultlanguage{english}

%$ Specify where floatings go and make nicer looking tables
\usepackage{float}
\usepackage{array}
\usepackage{booktabs}
\usepackage{tabularx}

%% graphics
\usepackage{graphicx}

%% Set up font
\usepackage[T1]{fontenc}
\usepackage[usefilenames, DefaultFeatures={Ligatures=Common}]{plex-otf}
\renewcommand*\familydefault{\sfdefault}

%% Header and Footers
\usepackage[automark]{scrlayer-scrpage}
\ihead{Project Plan}
\chead{}
\ohead{\headmark}

\ifoot{}
\cfoot{}
\ofoot{\pagemark}

%% Access metadata
\usepackage{titling}

%% gantt configuration
\usepackage{pgfgantt}
\usepackage[]{geometry}


%% Landscape pages
\usepackage{pdflscape}

% Metadata
\title{Project Plan}
\author{Naoki Pross, Sara Cinzia Halter}


% Document
\begin{document}
\begin{titlepage}
	\includegraphics[height=3cm]{fig/ost-logo}
	\begin{flushright}
		% TODO: OST logo
		\vspace{5cm}
		{\Huge \bfseries \thetitle} \\
		\vspace{5mm}
		{\LARGE Project: \textit{Fading illustration with SDR}} \\
		\vspace{5mm}
		{\LARGE \bfseries Version 0.1}
	\end{flushright}
\end{titlepage}

\section*{Changelog}
\begin{tabularx}{\textwidth}{lrlX}
	\toprule
	\bfseries Date & \bfseries Version & \bfseries Author & \bfseries Description \\
	\midrule
	2021-09-21 & 0.1 & Pross N.  & Created document \\
	2021-09-23 & 0.2 & Pross N./ Halter S. & Created Project Plan \\
	2021-09-23 & 0.3 & Halter S. & First Task description \\
	\bottomrule
\end{tabularx}

\vfill
{
	\renewcommand{\arraystretch}{2}
	\begin{tabularx}{\textwidth}{lp{.2\textwidth}X}
		                   & \bfseries Date & \bfseries Signature\\
		Halter Sara Cinzia & \hrulefill & \hrulefill \\
		Pross Naoki        & \hrulefill & \hrulefill \\
	\end{tabularx}
}

\clearpage
\tableofcontents
\listoffigures
\listoftables
\clearpage

\section{Introduction}

\section{Task Description}

\subsection{Research}
Get some basically knowledge about the topic.

Decide wish software fits the best, get to know this.
Same thing with the SDR Hardware.

\subsection{Prototype}
The first simulation will be from the Transmitter to the Reviser without any planed effects in between, with fixed parameters. After the Simulation on that Setup we will try it on the Hardware.

The Goal of that task is to have a functional Prototype for further simulation and measurements to compare with. 

\subsection{Demonstration}
After we have a functional baseline we will add some fading channel Models.
First without movement. Later when that is done and tested, begins the same with a movable Reviser.

\subsection{Result}

So at the end we can show Fading the fading effect simple. 

	  
%\begin{itemize}
%	\item Prototype of QAM transmission with SDR (add other modulations later)
%	\item Model of a fading channel and simulation
%	\begin{itemize}
%		\item Slow fading (shadowing)
%		\item Fast fading (flat fading and multi path 
%	\end{itemize}
%	\item Demonstration (hardware) with fading channel
%	\item Demonstration with moving receiver 
%\end{itemize}



\clearpage
\newgeometry{vmargin = 2.5cm, hmargin = 1.5cm} 

\begin{landscape}
	\begin{figure}[h]
		\section{Project Schedule}
		\begin{ganttchart}[
			time slot format = isodate,
			% style changes
			% hgrid,
			vgrid,
			x unit = 2.5mm,
			y unit chart = 1.5cm,
			bar height = .4,
			inline,
			milestone inline label node/.append style = {
				above = 4mm, anchor = south east,
				fill = white,
			},
		]{2021-09-20}{2021-12-26}

			\gantttitlecalendar{year, month = name, week = 38} \\

			\ganttgroup{Research}{2021-09-21}{2021-11-28} \ganttnewline
			\ganttbar{Theory}{2021-09-22}{2021-11-28} \ganttnewline
			\ganttbar{Software Toolboxes}{2021-09-27}{2021-10-31} \ganttnewline

			\ganttgroup{Prototype}{2021-10-04}{2021-10-31}
			\ganttgroup{Demonstration}{2021-11-03}{2021-12-05}
			\ganttnewline

			\ganttbar{Simulation}{2021-10-04}{2021-10-18}
			\ganttbar{Hardware}{2021-10-18}{2021-10-31}
			\ganttmilestone{Working SDR TX -- RX}{2021-11-01}

			\ganttbar{Fading model}{2021-11-03}{2021-11-19}
			\ganttbar{Measurements}{2021-11-20}{2021-12-05}
			\ganttmilestone{TX -- RX with Fading}{2021-12-06}
			\ganttnewline

			\ganttgroup{Documentation}{2021-09-21}{2021-12-20} \ganttnewline
			\ganttbar{Project Plan}{2021-09-21}{2021-10-04}
			\ganttmilestone{Submission}{2021-10-05}
			\ganttbar{Slides}{2021-12-06}{2021-12-22}
			\ganttmilestone{Presentation}{2021-12-23}
			\ganttnewline

			\ganttbar{Introduction and Task Desc.}{2021-09-27}{2021-10-24}
			\ganttbar{Methods (SW and HW)}{2021-10-27}{2021-11-16}
			\ganttbar{Results}{2021-11-20}{2021-12-11}
			\ganttmilestone{Ready}{2021-12-12}
			\ganttbar{Review}{2021-12-14}{2021-12-23}
			\ganttmilestone{Submission}{2021-12-24}
			\ganttnewline

			\ganttbar{Theory}{2021-10-07}{2021-12-05}
		\end{ganttchart}
	\end{figure}
\end{landscape}
\restoregeometry % Wieder die alten Ränder
\end{document}