diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-06-07 00:44:21 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 22:44:39 +0100 |
| commit | 71f07f6ec0778b677c8c57908323704f3907d931 (patch) | |
| tree | 803b31eb3f09b3542f2c94ea4b56ccfd63dce2cf | |
| parent | dafcadaa725e38c0c3810266bc1694534b0ab7fe (diff) | |
| download | dcs-lecture-notes-71f07f6ec0778b677c8c57908323704f3907d931.zip dcs-lecture-notes-71f07f6ec0778b677c8c57908323704f3907d931.tar.gz dcs-lecture-notes-71f07f6ec0778b677c8c57908323704f3907d931.tar.bz2 | |
Strcuture for Chapter 6
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | chapter06/content_ch06.tex | 69 | ||||
| -rw-r--r-- | common/acronym.tex | 14 | ||||
| -rw-r--r-- | exercise06/exercise06.tex | 25 | ||||
| -rw-r--r-- | main/DCS.tex | 5 | ||||
| -rw-r--r-- | main/chapter06.tex | 115 | ||||
| -rw-r--r-- | main/exercise05.tex | 2 | ||||
| -rw-r--r-- | main/exercise06.tex | 74 |
8 files changed, 304 insertions, 4 deletions
@@ -4,8 +4,8 @@ BUILD_DIR = build LATEXMK = latexmk -pdf -silent -synctex=1 LATEXMK_PVC = $(LATEXMK) -pvc -ALL_CHAPTERS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf $(BUILD_DIR)/chapter02.pdf $(BUILD_DIR)/chapter03.pdf $(BUILD_DIR)/chapter04.pdf $(BUILD_DIR)/chapter05.pdf -ALL_EXERCISES = $(BUILD_DIR)/exercise00.pdf $(BUILD_DIR)/exercise01.pdf $(BUILD_DIR)/exercise02.pdf $(BUILD_DIR)/exercise03.pdf $(BUILD_DIR)/exercise04.pdf $(BUILD_DIR)/exercise05.pdf +ALL_CHAPTERS = $(BUILD_DIR)/chapter00.pdf $(BUILD_DIR)/chapter01.pdf $(BUILD_DIR)/chapter02.pdf $(BUILD_DIR)/chapter03.pdf $(BUILD_DIR)/chapter04.pdf $(BUILD_DIR)/chapter05.pdf $(BUILD_DIR)/chapter06.pdf +ALL_EXERCISES = $(BUILD_DIR)/exercise00.pdf $(BUILD_DIR)/exercise01.pdf $(BUILD_DIR)/exercise02.pdf $(BUILD_DIR)/exercise03.pdf $(BUILD_DIR)/exercise04.pdf $(BUILD_DIR)/exercise05.pdf $(BUILD_DIR)/exercise06.pdf ALL_SVGS = $(BUILD_DIR)/svg/cc-by-4-0.pdf $(BUILD_DIR)/svg/ch01_EM_Spectrum_Properties.pdf $(BUILD_DIR)/svg/ch01_Electromagnetic-Spectrum.pdf $(BUILD_DIR)/svg/ch01_NetworkTopologies.pdf $(BUILD_DIR)/svg/ch03_Conv_Corr_Auto.pdf $(BUILD_DIR)/svg/ch04_win_blackman.pdf $(BUILD_DIR)/svg/ch04_win_hamming.pdf $(BUILD_DIR)/svg/ch04_win_hann.pdf $(BUILD_DIR)/svg/ch04_win_rect.pdf $(BUILD_DIR)/svg/ch04_win_tri.pdf $(BUILD_DIR)/svg/ch04_win_gauss.pdf COMMON_DEPS = common/settings.tex common/titlepage.tex common/acronym.tex common/imprint.tex DCS.bib diff --git a/chapter06/content_ch06.tex b/chapter06/content_ch06.tex new file mode 100644 index 0000000..5af8984 --- /dev/null +++ b/chapter06/content_ch06.tex @@ -0,0 +1,69 @@ +% 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 + +\chapter{Digital Signal Processing and Spread Spectrum} + +\begin{refsection} + +\todo{Implementation in CPU or ASIC/PLD} + +\section{Digital Filters} + +\todo{Digital Systems} + +\todo{IIR} + +\todo{Stability of IIR Filters} + +\todo{FIR} + +\section{Resampling} + +\todo{Downsampling, Decimation} + +\todo{Upsampling, Interpolation} + +\todo{Processing Gain} + +\todo{CIC filter} + +\section{Digital Mixer} + +\section{Fast Fourier Transform} + +\todo{FFT} + +\todo{IFFT} + +\section{Spread Spectrum} + +\todo{Purpose: Noise immunity} + +\todo{Purpose: Immunity against narrowband disturbances} + +\todo{Purpose: Coexistence with other services} + +\subsection{Direct-Sequence Spread Spectrum} + +\todo{Processing Gain} + +\subsection{Frequency-Hopping Spread Spectrum} + +\subsection{Time-Hopping Spread Spectrum} + +\section{Multi-carrier Modulation} + +\todo{OFDM} + +\phantomsection +\addcontentsline{toc}{section}{References} +\printbibliography[heading=subbibliography] +\end{refsection} + diff --git a/common/acronym.tex b/common/acronym.tex index c605c5a..344b59b 100644 --- a/common/acronym.tex +++ b/common/acronym.tex @@ -17,6 +17,7 @@ \acro{AM}{amplitude modulation} \acro{AOA}{angle of arrival} \acro{AWGN}{additive white Gaussian noise} + \acro{ASIC}{application-specific integrated circuit} \acro{ASK}{amplitude-shift keying} \acro{B2B}{business-to-business} \acro{BER}{bit error rate} @@ -27,6 +28,7 @@ \acro{BS}{base station} \acro{BSF}{band stop filter} \acro{CDF}{cummulative distribution function} + \acro{CDM}{code-division multiplexing} \acro{CDMA}{code-division multiple access} \acro{CEP}{circular error probablilty} \acro{CFR}{channel frequency response} @@ -46,7 +48,7 @@ \acro{DSB}{double-sideband} \acro{DSB-TC}{double-sideband transmitted carrier} \acro{DSB-SC}{double-sideband suppressed carrier} - \acro{DSSS}{direct sequence spread specturm} + \acro{DSSS}{direct-sequence spread specturm} \acro{DS-CDMA}{direct sequence code-division multiple access} \acro{DTFT}{discrete-time Fourier transform} \acro{EHF}{extremely high frequency} @@ -57,15 +59,20 @@ \acro{FCC}{Federal Communications Commission} \acro{FDL}{field bus data link} \acro{FDP}{first detected path} + \acro{FDM}{frequency-division multiplexing} \acro{FDMA}{frequency-division multiple access} \acro{FEC}{forward error coding} \acro{FFT}{fast Fourier transform} + \acro{FHSS}{frequency-hopping spread specturm} + \acro{FIR}{finite impulse response} + \acro{FGPA}{field-programmable gate array} \acro{FSPL}{free-space path loss} \acro{FWHM}{full width at half maximum} \acro{GIS}{Geo Information System} \acro{GNSS}{global navigation satellite system} \acro{GPIO}{general-purpose input and output} \acro{GPS}{Global Positioning System} + \acro{HDL}{hardware description language} \acro{HF}{high frequency} \acro{HPF}{high pass filter} \acro{HTTP}{Hypertext Transfer Protocol} @@ -76,6 +83,7 @@ \acro{IETF}{Internet Engineering Task Force} \acro{IF}{intermediate frequency} \acro{IFFT}{inverse fast Fourier transform} + \acro{IIR}{infinite impulse response} \acro{IOT}{Intenet of Things} \acro{IP}{Internet Protocol} \acro{IR}{impulse radio} @@ -118,6 +126,7 @@ \acro{PDF}{probability density function} \acro{PHR}{physical layer header} \acro{PHY}{physical layer} + \acro{PLD}{programmable logic device} \acro{PLL}{phase-locked loop} \acro{PM}{phase modulation} \acro{PPM}{pulse-position modulation} @@ -144,6 +153,7 @@ \acro{RTLS}{real-time localization system} \acro{RTT}{round trip time} \acro{SAP}{service access point} + \acro{SDM}{space-division multiplexing} \acro{SECDED}{single error correct, double error detect} \acro{SEP}{spherical error probablilty} \acro{SFD}{start of frame delimiter} @@ -156,7 +166,9 @@ \acro{SSB-SC}{single-sideband suppressed carrier} \acro{TCXO}{temperature-compensated crystal oscillator} \acro{TCP}{Transmission Control Protocol} + \acro{THSS}{time-hopping spread specturm} \acro{TOA}{time of arrival} + \acro{TDM}{time-division multiplexing} \acro{TDMA}{time-division multiple access} \acro{TD-CDMA}{time-division code-division multiple access} \acro{TDOA}{time difference of arrival} diff --git a/exercise06/exercise06.tex b/exercise06/exercise06.tex new file mode 100644 index 0000000..169b3f6 --- /dev/null +++ b/exercise06/exercise06.tex @@ -0,0 +1,25 @@ +% 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}{section}{Exercise 6} +\section*{Exercise 6} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\begin{question}[subtitle={Decibel}] +% \begin{tasks} +% \end{tasks} +%\end{question} +% +%\begin{solution} +% \begin{tasks} +% \end{tasks} +%\end{solution} diff --git a/main/DCS.tex b/main/DCS.tex index 8804df7..8411533 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -94,6 +94,11 @@ \input{../exercise05/exercise05.tex} \clearpage +\input{../chapter06/content_ch06.tex} +\clearpage +\input{../exercise06/exercise06.tex} +\clearpage + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix diff --git a/main/chapter06.tex b/main/chapter06.tex new file mode 100644 index 0000000..e741eac --- /dev/null +++ b/main/chapter06.tex @@ -0,0 +1,115 @@ +% 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 + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Lecture Notes} +\def\thesubtitle{Chapter 6: Digital Signal Processing and Spread Spectrum} +\def\therevision{1} +\def\therevisiondate{2020-06-06} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Header +\input{../common/settings.tex} + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title Page +\pagenumbering{Alph} +\pagestyle{empty} + +% Title Page +\input{../common/titlepage.tex} +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preface +\pagenumbering{arabic} +\pagestyle{headings} + +% Inhaltsverzeichnis +%\tableofcontents +%\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Content + +\setcounter{chapter}{5} + +\input{../chapter06/content_ch06.tex} +\clearpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +%\include{appendix/crlb} + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% References +%\bibliographystyle{unsrt} +%\bibliography{Masterarbeit} + +% List of Acronyms +\input{../common/acronym.tex} +\newpage + +% Notation +%\include{formales/notation} +%\newpage + +% List of Symbols +%\include{formales/formelzeichen} +\newpage + +% List of Block Diagram Symbols +%\include{formales/blockfigures} +\newpage + +% Print default index +\phantomsection +\addcontentsline{toc}{chapter}{Index} +\printindex +\newpage + +% List of Figures +\phantomsection +\addcontentsline{toc}{chapter}{\listfigurename} +\listoffigures +\newpage + +% List of Tables +\phantomsection +\addcontentsline{toc}{chapter}{\listtablename} +\listoftables +\newpage + +% Nomenclature +\phantomsection +\addcontentsline{toc}{chapter}{Nomenclature} +\printnomenclature +\newpage + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} diff --git a/main/exercise05.tex b/main/exercise05.tex index 70d43bf..2a04deb 100644 --- a/main/exercise05.tex +++ b/main/exercise05.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Exercise} -\def\thesubtitle{Chapter 3: Modulation and Mixing} +\def\thesubtitle{Chapter 5: Modulation and Mixing} \def\therevision{1} \def\therevisiondate{2020-05-26} diff --git a/main/exercise06.tex b/main/exercise06.tex new file mode 100644 index 0000000..8787444 --- /dev/null +++ b/main/exercise06.tex @@ -0,0 +1,74 @@ +% 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 + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Exercise} +\def\thesubtitle{Chapter 6: Digital Signal Processing and Spead Spectrum} +\def\therevision{1} +\def\therevisiondate{2020-05-26} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Header +\input{../common/settings.tex} + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title Page +\pagenumbering{Alph} +\pagestyle{empty} + +% Title Page +\input{../common/titlepage.tex} +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preface +\pagenumbering{arabic} +\pagestyle{headings} + +% Inhaltsverzeichnis +%\tableofcontents +%\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Content + +\setcounter{chapter}{6} + +\input{../exercise06/exercise06.tex} +\clearpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +\chapter{Solutions} + +\printsolutions +\clearpage + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} |
