generated from HSR-Stud/VorlageZF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSigSys1_HS22.tex
116 lines (89 loc) · 2.84 KB
/
SigSys1_HS22.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
% !TeX program = xelatex
% !TeX encoding = utf8
% !TeX root = SigSys1_HS22.tex
%% TODO: publish to CTAN
\documentclass[margin=normal]{tex/hsrzf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages
%% TODO: publish to CTAN
\usepackage{tex/hsrstud}
%% Language configuration
\usepackage{polyglossia}
\setdefaultlanguage[variant=swiss]{german}
%% License configuration
\usepackage[
type={CC},
modifier={by-nc-sa},
version={4.0},
lang={german},
]{doclicense}
%other Packages
\usepackage{multicol}
\usepackage{adjustbox}
\usepackage{color, colortbl}
\usepackage{trfsigns}
\usepackage{graphicx}
\usepackage{mathrsfs}
\usepackage{amsmath}
\usepackage{bm}
\usepackage{pdfpages}
\definecolor{TabularBackgroundColor}{rgb}{0.83,0.96,0.96}
%amssymb,amsmath,fancybox,graphicx,color,lastpage,
%wrapfig,fancyhdr,hyperref,verbatim,floatflt,
%multicol,multirow,rotating,pdflscape,array,longtable
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metadata
\course{Elektrotechnik}
\module{SigSys}
\semester{Herbstsemester 2022}
\authoremail{[email protected]}
\author{\textsl{Joël Leirer} -- \texttt{\theauthoremail}}
% did someone help you with this work?
\contributors{
}
\title{\texttt{\themodule} Zusammenfassung}
\date{\thesemester}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document
\begin{document}
% use roman numberals for introductiory pages
\pagenumbering{roman}
\maketitle
% \begin{abstract}
% \end{abstract}
% show the names of the people who contributed to this document.
% \section*{Contributors}
% \thecontributors
\section*{Lizenz}
\doclicenseThis
\subsection*{Note:}
Erlaubte Hilfsmittel HS22:
\begin{itemize}
\item Unterrichtsskript
\item Selbsterstellte Zusammenfassung
\item Taschenrechner: "TI-30 ECO RS", wird zur Verfügung gestellt an der Prüfung.
\end{itemize}
\includegraphics[width=3cm]{img/Taschenrechner.png}
\newpage
\tableofcontents
% actual content
\newpage
\setcounter{page}{1}
\pagenumbering{arabic}
\input{include/Integraltransformationen/Integraltransformationen.tex}
\input{include/Wichtige Funktionen/Wichtige Funktionen.tex}
\input{include/Signalklassen/Signalklassen.tex}
\input{include/Kenngrössen von Signalen/Kenngrössen von Signalen.tex}
\input{include/Signalflussdiagramme/Signalflussdiagramme.tex}
\newpage
\section{Anhang}
\input{include/Integrieren und Differenzieren/Integrieren und Differenzieren.tex}
\input{include/Wichtige Werte & Vereinfachungen/Wichtige Werte & Vereinfachungen.tex}
\subsection{Tabellen}
\subsubsection*{Tabelle Dichtefunktionen (Skript S.38)}
\subsubsection*{Tabelle Signale/Funktion (Skript S.44)}
\subsubsection*{Tabelle der Q-Funktion (Skript S.51)}
\subsubsection*{Tabelle Fourier-Transformationspaare (Skript S.151)}
\subsubsection*{Tabelle Laplace-Transfromationspaare (Skript S.158)}
\includepdf[pages=-]{AnhangPDF/fourierLaplaceTabelle_v02.pdf}
\end{document}