summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-07-02 00:00:57 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 22:44:39 +0100
commit864b4f36a83c95dc941174ec09a683464d3c1b82 (patch)
tree304a72b19409420561055375f447f052b02e5366
parente7e4766ff535ab9d4fb2b99b5eda5fa3fd1362ae (diff)
downloaddcs-lecture-notes-864b4f36a83c95dc941174ec09a683464d3c1b82.zip
dcs-lecture-notes-864b4f36a83c95dc941174ec09a683464d3c1b82.tar.gz
dcs-lecture-notes-864b4f36a83c95dc941174ec09a683464d3c1b82.tar.bz2
Adding abstract
-rw-r--r--Makefile4
-rw-r--r--common/abstract.tex17
-rw-r--r--main/DCS.tex12
3 files changed, 28 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fe43eda..9edb8c3 100644
--- a/Makefile
+++ b/Makefile
@@ -53,8 +53,8 @@ $(BUILD_DIR)/svg/ch04_win_tri.pdf: chapter04/win_tri.svg
$(BUILD_DIR)/svg/ch04_win_gauss.pdf: chapter04/win_gauss.svg
$(BUILD_DIR)/svg/ch06_FFT_Butterfly.pdf: chapter06/FFT_Butterfly.svg
-.PHONY: $(BUILD_DIR)/vcs_info.tex
-$(BUILD_DIR)/vcs_info.tex:
+
+$(BUILD_DIR)/vcs_info.tex: .git/HEAD .git/refs/heads/*
./gen_vcs_info.sh > $@
%-watch: main/%.tex
diff --git a/common/abstract.tex b/common/abstract.tex
new file mode 100644
index 0000000..0e6f74f
--- /dev/null
+++ b/common/abstract.tex
@@ -0,0 +1,17 @@
+% SPDX-License-Identifier: CC-BY-SA-4.0
+%
+% Copyright (c) 2020 Philipp Le
+%
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
+
+\phantomsection
+\addcontentsline{toc}{chapter}{Abstract}
+\chapter*{Abstract}
+
+The course covers the properties and functions of digital communication systems. The first part provides a recap on signal description in the time-domain and frequency-domain, stochastic and deterministic signal, and digital signal processing. Based on these foundations, various aspects of modern digital communication are considered. The concept of noise is introduced. System components of communication systems (mixers, filters, etc.) are discussed. Spread spectrum and channel access technologies are introduced (OFDM, CDMA, …). Basics of information theory and coding are considered as well as challenges of communication over wireless transmission channels.
+
+\textit{Keywords} -- digital communication, communication system, signal processing, spread spectrum, multiple access, wireless communication, OFDM, CMDA, information theory, coding
diff --git a/main/DCS.tex b/main/DCS.tex
index 2ede540..53b3ec3 100644
--- a/main/DCS.tex
+++ b/main/DCS.tex
@@ -43,6 +43,15 @@
\input{../common/imprint.tex}
\newpage
+% Abstract
+\input{../common/abstract.tex}
+\newpage
+
+\phantomsection
+\addcontentsline{toc}{chapter}{Contents}
+\tableofcontents
+\clearpage
+
% List of Acronyms
\input{../common/acronym.tex}
\newpage
@@ -59,9 +68,6 @@
\input{../chapter00/preface.tex}
\clearpage
-\tableofcontents
-\clearpage
-
\setcounter{chapter}{-1}
\input{../chapter00/content_ch00.tex}