diff options
author | Nao Pross <np@0hm.ch> | 2021-11-10 19:11:54 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-10 19:11:54 +0100 |
commit | e8f64007ec9707c83db6e8a2797e0d75a164c90b (patch) | |
tree | 56bad0ab05ee572e0e8afb217f03cfaa05b8d998 /doc/thesis | |
parent | Merge branch 'master' of github.com:NaoPross/Fading (diff) | |
download | Fading-e8f64007ec9707c83db6e8a2797e0d75a164c90b.tar.gz Fading-e8f64007ec9707c83db6e8a2797e0d75a164c90b.zip |
Typo in doc
Diffstat (limited to 'doc/thesis')
-rw-r--r-- | doc/thesis/chapters/theory.tex | 2 | ||||
-rw-r--r-- | doc/thesis/tex/docstyle.sty | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index f0afe65..88ac58c 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -170,7 +170,7 @@ In our model we are going to include an additive white Gaussian noise (AWGN) and \subsection{Geometric multipath fading model} -The simplest way to understand the multipath fading, is to consider it from a geometrical perspective. Figure \ref{fig:multipath-sketch} is a sketch a wireless transmission system affected by multipath fading. The sender's antenna radiates an electromagnetic wave in the direction of the receiver (red line), however even under the best circumstances a part of the signal is dispersed in other directions (blue lines). +The simplest way to understand the multipath fading, is to consider it from a geometrical perspective. Fig.~\ref{fig:multipath-sketch} is a sketch a wireless transmission system affected by multipath fading. The sender's antenna radiates an electromagnetic wave in the direction of the receiver (red line), however even under the best circumstances a part of the signal is dispersed in other directions (blue lines). \begin{figure} \centering diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index 32a76e8..b33e206 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -54,7 +54,7 @@ %% Bibliography style \PassOptionsToPackage{biblatex}{% backend = biber, - style = ieeee, + style = ieee, } \RequirePackage{biblatex} |