diff options
author | sara <sara.halter@gmx.ch> | 2021-12-20 21:50:23 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-12-20 21:50:23 +0100 |
commit | 39823790097c4d83292db1cc9527032ecdf3eae0 (patch) | |
tree | 8d3fa0f40ac92acf3eac72ed20474bd8d3f0cfc5 | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | Fading-39823790097c4d83292db1cc9527032ecdf3eae0.tar.gz Fading-39823790097c4d83292db1cc9527032ecdf3eae0.zip |
first version for conclusion
-rw-r--r-- | doc/thesis/chapters/conclusions.tex | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/thesis/chapters/conclusions.tex b/doc/thesis/chapters/conclusions.tex index 2566bdf..8100949 100644 --- a/doc/thesis/chapters/conclusions.tex +++ b/doc/thesis/chapters/conclusions.tex @@ -2,9 +2,17 @@ \chapter{Conclusions} +The goal to build a functional demonstrator could be realized, unfortunately not with all futures as originally planned. A functional receiver and transmitter chain, for QPSK were implemented. -\section{Next Steps} +Some different typ of multiple fading model were tested and illustrated. +Two different Models for the simulation options are build. One discrete time model whish is basicly a FIR filter in the channel, the other with a statistical model which is based on a GR block. +One other file to implement the hardware with. Unfortunately it wasent possible to measure those in a meaningful way. For that a least square approximation could be used as described in the further steps. An other difficulty is to reproduce the same effect in a simulation compare with the hardware, because of al the side effect of the environment, which cant be predicted in a simulation. -Create some exacter calculation environment to verifite the simulation in a exacter way. +%TODo :Mention QAM16 -Show the BER with the help of a least Square approximation.
\ No newline at end of file + +\section{Further Steps} + +To improve this project a simulation environment could be implementer, which can be replicated for more accurate measurements. So then it is possible to compare the simulation with the measurements. + +An other developnet basde on this project could be to show the BER with the help of a least Square approximation.(like in the paper)
\ No newline at end of file |