diff options
author | Naoki Pross <np@0hm.ch> | 2021-10-12 19:36:06 +0200 |
---|---|---|
committer | Naoki Pross <np@0hm.ch> | 2021-10-12 19:36:06 +0200 |
commit | 0388bc62ce9de66e18988c1535d2019086cdaf7a (patch) | |
tree | 28511fc1d4aafbad6b74cf4317660859c736568f /doc/thesis | |
parent | Block diagram of communication and start AM and QAM (diff) | |
parent | Simulations Versuch von AM und SSB (diff) | |
download | Fading-0388bc62ce9de66e18988c1535d2019086cdaf7a.tar.gz Fading-0388bc62ce9de66e18988c1535d2019086cdaf7a.zip |
Merge branch 'master' of github.com:NaoPross/Fading
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 4b4f1f7..3df010e 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -47,14 +47,14 @@ Quadrature amplitude modulation is a family of modern digital modulation methods \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} |