aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-11-15 18:44:05 +0100
committersara <sara.halter@gmx.ch>2021-11-15 18:44:05 +0100
commit43e278405384f91bf9fccc9beda49fef98633d7c (patch)
tree56117117825d99f4771f0f8533c237062c7be3e9 /doc
parentCrate slides (diff)
downloadFading-43e278405384f91bf9fccc9beda49fef98633d7c.tar.gz
Fading-43e278405384f91bf9fccc9beda49fef98633d7c.zip
FIR Filter beendet
Diffstat (limited to 'doc')
-rw-r--r--doc/thesis/chapters/implementation.tex40
1 files changed, 29 insertions, 11 deletions
diff --git a/doc/thesis/chapters/implementation.tex b/doc/thesis/chapters/implementation.tex
index e57caa6..18282e4 100644
--- a/doc/thesis/chapters/implementation.tex
+++ b/doc/thesis/chapters/implementation.tex
@@ -7,19 +7,36 @@
For the simulation task and after for the Hardware part, the open-source Software GNU Radio has been chosen. This software uses toolboxes for signal processing systems too simulate or/and implement a software-defined radio, based on Python and some C++ implementations for some rapid-application-development environments. The toolboxes can simply, with the help of the graphical user interface, used by drag-and-drop. The Boxes are used to write applications, to receive or to transmit date for a digital system. Some blocks like different filters, channel codes or demodulator elements and a lot more are already implemented. For missing application new elements can be added by coding own block. With the help of the GNU Radio software those toolboxes can easily get connected to each other, creating data streams.
-\subsection{AM Simulation}
-For the first Simulation we done a simple AM-simulation to learn how to work with the GNU Radio software. Without any channel effects in between. ...
+\subsection{16QAM Simulation}
+\paragraph{Source}
-\subsection{QPSK Simulation}
+\paragraph{Modulator}
-The second Simulation was a QPSK simulation.
-...
+\paragraph{Channel Mode}
+\paragraph{Polyphase Clock Sync}
-\subsection{QPSK Simulation with Fading effect}
-...
+\paragraph{Equalizer}
+
+\paragraph{Costas Loop}
+
+\paragraph{Decoder}
+
+
+
+
+\subsection{Simulation Fading}
+%% TO DO: Quelle:
+
+\subsubsection{FIR-Filter}
+
+For a first simple Simulation of the Fading effect. A FIR-Filter has been integrate in the Simulation Model.
+\begin{figure}
+
+ \includegraphics[width=10cm]{./figures/screenshots/QAM16_Fading_2.png}
+ \end{figure}
\section{Hardware}
@@ -36,15 +53,16 @@ The second was with the antennas. 2.4GHz.
-\begin{table}[]
+\begin{table}[]
%To DO sepzifikationen ampssen / genauer? https://www.ettus.com/wp-content/uploads/2019/01/b200-b210_spec_sheet.pdf
%https://kb.ettus.com/B200/B210/B200mini/B205mini#FAQ
\caption{USRP B210 specifications}
- \begin{tabular}[h]{|c|c|}
+ \begin{tabular}[h]{|c|c|}
\hline
Dimensions & 9.7 x 15.5 x 1.5 cm \\
\hline
- Ports & 2 TX , 2 RX, Half or Full Duplex\\
+ Ports &
+2 TX , 2 RX, Half or Full Duplex\\
\hline
RF frequencies & from 70MHz to 6GHz\\
\hline
@@ -53,7 +71,7 @@ The second was with the antennas. 2.4GHz.
External reference input & 10 MHz \\
\hline
\end{tabular}
-\label{tab:USRP B210 specifications}
+\label{tab:USRP B210 specifications}
\end{table}