diff options
author | Nao Pross <np@0hm.ch> | 2021-12-23 17:39:53 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-23 17:39:53 +0100 |
commit | 567f05c5981898d21035f75b9591a4c6d41bcb9b (patch) | |
tree | 2c9071ce784e4a1adc656e893c3ec083b5d6a762 /doc/poster | |
parent | Rename directory (diff) | |
download | Fading-567f05c5981898d21035f75b9591a4c6d41bcb9b.tar.gz Fading-567f05c5981898d21035f75b9591a4c6d41bcb9b.zip |
Clean up doc/
Diffstat (limited to 'doc/poster')
-rw-r--r-- | doc/poster/paragraphs.txt | 37 |
1 files changed, 0 insertions, 37 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. - - |