diff options
author | sara <sara.halter@gmx.ch> | 2021-10-12 16:56:07 +0200 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-10-12 16:56:07 +0200 |
commit | 62e4fe1cac74a1055c20212f246d3547e976bd4f (patch) | |
tree | 18b5405d4c1c126ec0d5ed2d0dcd9bb085dcfa82 /doc/thesis | |
parent | Merge branch 'master' of github.com:NaoPross/Fading (diff) | |
download | Fading-62e4fe1cac74a1055c20212f246d3547e976bd4f.tar.gz Fading-62e4fe1cac74a1055c20212f246d3547e976bd4f.zip |
Simulations Versuch von AM und SSB
Diffstat (limited to 'doc/thesis')
-rw-r--r-- | doc/thesis/chapters/theory.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index de1524d..67938f1 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -13,14 +13,14 @@ \subsection{Continuous time model} -Continuous time small scale fading channel response. +Continuous time small scale fading channel response. \cite{Alimohammad2009} time varying channel impulse response: \begin{equation} h(t, \tau) = \sum_k c_k (t) \delta(\tau - \tau_k(t)) \end{equation} -received signal \(y = h * x\), i.e. convolution with channel model. +received signal \(y = h * x\), i.e. convolution with channel model. \subsection{Time discretization of the model} |