diff options
author | sara <sara.halter@gmx.ch> | 2021-12-23 23:35:13 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-12-23 23:35:13 +0100 |
commit | ea1c2d67623010b2b42a4a1a654f1ca37b57403e (patch) | |
tree | 086a1e3c3aed9181e3018de4da52b2b623a5d98a /video/Text | |
parent | Slides (diff) | |
download | Fading-ea1c2d67623010b2b42a4a1a654f1ca37b57403e.tar.gz Fading-ea1c2d67623010b2b42a4a1a654f1ca37b57403e.zip |
Diffstat (limited to '')
-rw-r--r-- | video/Text | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/video/Text b/video/Text new file mode 100644 index 0000000..972f442 --- /dev/null +++ b/video/Text @@ -0,0 +1,9 @@ +In our semeter thesis, we have built a multipath fading demonstration platform using a software defined radio. + +Multipath fading is common problem that affects today's wireless devices. Multipath refers to the fact that, when a transmitter radiates a signal, some of the electromagnetic waves do not go straight to the receiver. What happens instead, is that some waves get reflected in the channel, thus taking a longer path to the receiver, and interfere destructively with eachother. + +This is a block diagram of our platform. The transmitter modulates the data using either QPSK or QAM. We have simulated a channel model with additive white gaussian noise, and multipath fading. The receiver's signal processing chain demodulates the data and computes the empirical bit error rate. + +Here we have a few pictures of our setup for the measurements. We used two USRP B210 software defined radios with a Rubidium clock generator each. + +And here's a screenshot of the graphical interface we built to demonstrate the effect of multipath fading.
\ No newline at end of file |