aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/chapters/introduction.tex
blob: 0429ea5296b763f133eb48c1b36878a558e0a2ce (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
% vim: set ts=2 sw=2 noet spell spelllang=en:

\chapter{Introduction} \label{chp:introduction}

\section{Background}

It is undeniable that in the last two decades wireless devices have become extremely ubiquitous, and are no longer employed under carefully chosen conditions.

Nowadays smart phones, internet of things (IoT) and many other wireless applications are omnipresent and have to work in environments that are very far from ideal. Furthermore, in addition to the already large class of networked appliances, the next generation of wireless devices in urban environments will include the new category of vehicles \cite{AntonescuTB17}. While at the same time in rural regions, developing countries as well as in other low-user density areas, wireless transmission links using mesh networks have become a practical alternative to wired broadband \cite{Macmillan2019tidal,Subramanian2006rethinking,Flickenger2007wireless}. Thus today the study of problems concerning wireless devices is a very relevant topic.

In particular, a common issue observed in the previously mentioned use cases is the so called \emph{multipath fading effect}, that degrades the reliability of a wireless transmission link \cite{Mathis, Gallager}. The problem of fading was actually foreseen \cite{Frederiksen2002overview,Maddocks1993introduction} and today most modern transmission schemes implement measures to reduce the effects fading \cite{Mathis,Hsu}.

This work studies the multipath fading effect, and how it affects modern digital transmission systems that use quadrature amplitude (QAM) and phase shift keying (PSK) modulation.

\section{Task description}

As described in the document given at the beginning of the semester:
\begin{quote}
	The goal is to develop a SDR-based demonstrator, consisting of one transmitter and one receiver, to illustrate the impact of different fading effects on the signal. To get a brief understanding of the concept of fading channels, the project should be started with a literature research followed by simulation of different scenarios, which then can be reproduced by measurements.
\end{quote}
The entire task description is found in the appendix.

\section{Overview}

In chapter \ref{chp:theory}, the theoretical formulations and mathematical basis necessary to understand the problem analyzed by this work are presented. Specifically \(M\)-ary QAM, \(M\)-PSK modulation, and three models for multipath fading (continuous time, discrete time and statistical) are explained. Chapter \ref{chp:implementation} describes in detail our implementation. The transmitter and receiver chains are explained, and simulations as well as measurements under different multipath fading conditions are presented. Finally some problems of the current implementation are addressed. Chapter \ref{chp:conclusions} discusses the results of the project, and suggests how the device could be improved in the future.