|
20 | 20 | \usepackage{hyperref}
|
21 | 21 |
|
22 | 22 | \usetikzlibrary{plotmarks}
|
23 |
| - |
| 23 | +\usepackage{pdfpages} |
24 | 24 | \usepackage{pgfplots}
|
25 | 25 | \usepackage{lscape}
|
26 | 26 |
|
|
29 | 29 |
|
30 | 30 | \definecolor{TabularBackgroundColor}{rgb}{0.83,0.96,0.96}
|
31 | 31 | \definecolor{TabularTitleColor}{rgb}{0.89,0.94,0.94}
|
32 |
| -\definecolor{RefColor}{rgb}{0.59,0.88,0.72} |
| 32 | +\definecolor{RefColor}{rgb}{0.2,0.47,0.39} |
33 | 33 |
|
34 | 34 | \newcommand{\skript}[1]{{\scriptsize \color{RefColor}Skript S.#1}}
|
35 |
| -\newcommand{\tiltewithref}[2]{\texorpdfstring{#1 {\scriptsize \color{RefColor}Skript S.#2}}{#1}} |
| 35 | +\newcommand{\titlewithref}[2]{\texorpdfstring{#1 {\scriptsize \color{RefColor}Skript S.#2}}{#1}} |
36 | 36 | %% TODO: publish to CTAN
|
37 | 37 | \usepackage{tex/hsrstud}
|
38 | 38 |
|
@@ -153,85 +153,93 @@ \subsection{Begriffe}
|
153 | 153 | \end{itemize}
|
154 | 154 | \normalsize
|
155 | 155 |
|
156 |
| -\subsection{Regelkreis} |
157 |
| -\includegraphics{img/Regelkreis.png} |
| 156 | +\subsection{\titlewithref{Regelkreis}{9}} |
| 157 | +\includegraphics[height = 4cm]{img/Regelkreis.png} |
158 | 158 |
|
159 |
| -\subsection{Steuern und Regeln} |
160 |
| -\begin{minipage}{0.5\textwidth} |
161 |
| - \subsubsection*{Steuerung} |
162 | 159 |
|
163 |
| -\end{minipage}% |
164 |
| -\begin{minipage}{0.5\textwidth} |
165 |
| - a |
166 |
| -\end{minipage} |
| 160 | +\subsection*{\titlewithref{Steuerung}{18}} |
| 161 | +\subsection*{\titlewithref{Regelung}{17}} |
| 162 | +\subsection*{\titlewithref{Gegen- und Mitkopplung}{106}} |
167 | 163 |
|
168 | 164 |
|
169 | 165 | \input{include/Grundglieder/Grundglieder.tex}
|
170 | 166 |
|
171 | 167 |
|
172 |
| -\section{\tiltewithref{Klassifizierung von Systemen}{76,78,81}} |
173 |
| -\begin{tabular}{|p{10cm}|p{10cm}|} |
| 168 | +\section{\titlewithref{Klassifizierung von Systemen}{76,78,81}} |
| 169 | +\begin{tabular}{|p{0.5\textwidth}|p{0.5\textwidth}|} |
174 | 170 | \hline
|
175 | 171 | \rowcolor{TabularTitleColor}
|
176 |
| - \textbf{Statisch} & \textbf{Dynamisch} \\ |
177 |
| - \begin{itemize} |
| 172 | + \textbf{Statisch} & \textbf{Dynamisch} \\ |
| 173 | + \begin{itemize} |
178 | 174 | \item System ohne Gedächtnis
|
179 | 175 | \item Ausgang hängt nur von aktuellem Eingang ab.
|
180 | 176 | \item $y(t) = f(x(t)) \forall t$
|
181 | 177 | \end{itemize}
|
182 |
| - & |
183 |
| - \begin{itemize} |
| 178 | + & |
| 179 | + \begin{itemize} |
184 | 180 | \item System mit Gedächtnis
|
185 | 181 | \item Ausgang hängt von aktuellem sowie vergangenen und zukünftigen Eingängen ab.
|
186 |
| - \item $y(t) = f(x(t \pm t_0)) $ |
| 182 | + \item $y(t) = f(x(t \pm t_0)) $ |
187 | 183 | \end{itemize}
|
188 | 184 | \\
|
189 | 185 | \hline
|
190 | 186 | \rowcolor{TabularTitleColor}
|
191 |
| - \textbf{Kausal} & \textbf{Akausal} \\ |
| 187 | + \textbf{Kausal} & \textbf{Akausal} \\ |
192 | 188 | \begin{itemize}
|
193 | 189 | \item Ausgang \textbf{unabhängig} von zukünftigen Werten
|
194 | 190 | \item $y(t) = f(x(t-t_0)) $
|
195 | 191 | \end{itemize}
|
196 |
| - & |
| 192 | + & |
197 | 193 | \begin{itemize}
|
198 | 194 | \item Ausgang \textbf{abhängig} von zukünftigem Eingang
|
199 | 195 | \item $y(t) = f(x(t+t_0)) $
|
200 | 196 | \end{itemize}
|
201 | 197 | \\
|
202 | 198 | \hline
|
203 | 199 | \rowcolor{TabularTitleColor}
|
204 |
| - \textbf{Linear} & \textbf{Nicht-Linear}\\ |
| 200 | + \textbf{Linear} & \textbf{Nicht-Linear} \\ |
205 | 201 | \begin{itemize}
|
206 | 202 | \item Linearkombination am Eingang -> Linearkombination am Ausgang
|
207 | 203 | \item Lineare DGL mit konstanten Koeffizenten
|
208 | 204 | \item $\Phi(\alpha x_a(t)+\beta x_b(t)) =\alpha y_a(t) + \beta y_b(t)$
|
209 | 205 | \item $\Phi(0) = 0$
|
210 | 206 | \end{itemize}
|
211 |
| - & |
| 207 | + & |
212 | 208 | \begin{itemize}
|
213 |
| - \item Ausgang ist nicht immer Proportional zum Eingang |
| 209 | + \item Ausgang ist nicht immer Proportional zum Eingang |
214 | 210 | \item Keine Superposition
|
215 | 211 | \item Neue Frequenzanteile werden erzeugt
|
216 | 212 | \end{itemize}
|
217 | 213 |
|
218 | 214 | \\
|
219 | 215 | \rowcolor{TabularTitleColor}
|
220 |
| - \textbf{Zeitinvariant} & \textbf{Zeitvariant}\\ |
| 216 | + \textbf{Zeitinvariant} & \textbf{Zeitvariant} \\ |
221 | 217 | \begin{itemize}
|
222 | 218 | \item Zeitliche Verschiebung am Eingang -> gleiche Zeitliche Verschiebung am Ausgang
|
223 | 219 | \item $\Phi(x(t-t_v)) = y(t-t_v)$
|
224 |
| - \end{itemize} |
225 |
| - & |
| 220 | + \end{itemize} |
| 221 | + & |
226 | 222 | \begin{itemize}
|
227 | 223 | \item Zeitinvarianz ist nicht erfüllt
|
228 | 224 | \item y(t) enthält t unabhägig von x(t)
|
229 |
| - \end{itemize} |
| 225 | + \end{itemize} |
230 | 226 | \\
|
231 | 227 | \hline
|
232 |
| - |
233 | 228 | \end{tabular}
|
234 |
| - |
| 229 | +\section{Wichtige Seiten im Skript:} |
| 230 | +\titlewithref{Klassifizierung von Modellen}{100} \\ |
| 231 | +\titlewithref{Linearisierung von Systemen}{93,95} |
| 232 | +\subsection{\titlewithref{Schaltende und stetigähnliche Regler}{61, 71}} |
| 233 | +\titlewithref{Geschaltete Steuerung}{62} \\ |
| 234 | +\titlewithref{Zweipunktregler}{63} |
| 235 | +\titlewithref{Zweipunktregler mit interner Rückkopplung}{71} \\ |
| 236 | +\titlewithref{Schrittregler}{73} |
| 237 | +\subsection{\titlewithref{Modellierung von Regelstrecken}{42}} |
| 238 | +\titlewithref{Füllprozess}{42} \\ |
| 239 | +\titlewithref{elektrischer Heizprozess}{47} \\ |
| 240 | +\titlewithref{Gleichstromantrieb}{52}\\ |
| 241 | +\titlewithref{Auto (Vorwärtsbewegung)}{57}\\ |
| 242 | +\titlewithref{Identifikation weiterer Prozesse}{59} |
235 | 243 |
|
236 | 244 | \newpage
|
237 | 245 | \input{include/Integraltransformationen/Integraltransformationen.tex}
|
@@ -261,10 +269,12 @@ \subsubsection*{Blockschaltbilder MatLab}
|
261 | 269 | \textbf{} \\
|
262 | 270 | \includegraphics[]{img/matlab/transport_delay_block_icon.png} &
|
263 | 271 | \includegraphics[]{img/matlab/derivative_block_icon.png} &
|
264 |
| - & |
265 |
| - & |
| 272 | + & |
| 273 | + & |
266 | 274 | \\
|
267 | 275 | \hline
|
268 | 276 | \end{tabular}
|
269 | 277 |
|
| 278 | +\includepdf[pages=-]{AnhangPDF/fourierLaplaceTabelle_v02.pdf} |
| 279 | + |
270 | 280 | \end{document}
|
0 commit comments