aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-27 19:36:49 +0200
committerNao Pross <np@0hm.ch>2021-10-27 19:36:49 +0200
commit0bff4f6017de929991cb8b8f3eb091d4df2cdb6f (patch)
tree88b81fa5fe1ccef25d3a30d94e2bf6103c67ae0e /doc/thesis/Fading.tex
parentHardware AM korrigiert, QPSK angefangen (diff)
downloadFading-0bff4f6017de929991cb8b8f3eb091d4df2cdb6f.tar.gz
Fading-0bff4f6017de929991cb8b8f3eb091d4df2cdb6f.zip
Block diagram for QAM modulator
Diffstat (limited to '')
-rw-r--r--doc/thesis/Fading.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 0106754..694484b 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -35,12 +35,15 @@
\usetikzlibrary{
calc,
- backgrounds
+ backgrounds,
+ matrix,
}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}
+\usepackage{circuitikz}
+
%% Pretty plots
\usepackage{pgfplots}