diff options
author | Nao Pross <np@0hm.ch> | 2021-10-28 17:22:19 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-28 17:22:44 +0200 |
commit | d7c7ff4043a6477e1aa3ddcfca05b682873cd689 (patch) | |
tree | 8e353c97fb2ff7cbbd7cc5af0e2b8a472c3e9753 /doc/thesis | |
parent | Implement QPSK TX - RX with USRP hardware (diff) | |
download | Fading-d7c7ff4043a6477e1aa3ddcfca05b682873cd689.tar.gz Fading-d7c7ff4043a6477e1aa3ddcfca05b682873cd689.zip |
QPSK is actually only the name for 4-PSK
TODO: rename filenames and section titles as well
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 ac4c47a..e3809fd 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -79,12 +79,12 @@ A better way to see what QAM does, is to observe a so called \emph{constellation \hfill \begin{subfigure}{.4\linewidth} \input{figures/tikz/qam-constellation} - \caption{16--QAM\label{fig:qam-constellation}} + \caption{16-QAM\label{fig:qam-constellation}} \end{subfigure} \hfill \begin{subfigure}{.4\linewidth} \input{figures/tikz/qpsk-constellation} - \caption{8--QPSK\label{fig:qpsk-constellation}} + \caption{8-PSK\label{fig:qpsk-constellation}} \end{subfigure} \hfill \caption{ |