|
2 | 2 | \section{Anhang} |
3 | 3 | \subsection{AudioPreprocessor Klasse} |
4 | 4 | \lstset{escapeinside={\#(*@}{@*)}} |
5 | | - \lstinputlisting[caption={Signalvorverarbeitung}, captionpos=b, language=Python, label=code:AudioPreprocessor]{code/AudioPreprocessor/AudioPreprocessor.py} |
| 5 | + \lstinputlisting[caption={Signalvorverarbeitung - Klasse AudioPreprocessor}, captionpos=b, language=Python, label=code:AudioPreprocessor]{code/AudioPreprocessor/AudioPreprocessor.py} |
6 | 6 |
|
7 | 7 | \subsection{ExtractorInterface Klasse} |
8 | 8 | \lstset{escapeinside={\#(*@}{@*)}} |
9 | | - \lstinputlisting[caption={Koeffizientenberechnung Interface}, captionpos=b, language=Python, label=code:ExtractorInterface]{code/FeatureExtractor/ExtractorInterface.py} |
| 9 | + \lstinputlisting[caption={Koeffizientenberechnung Interface - Klasse ExtractorInterface}, captionpos=b, language=Python, label=code:ExtractorInterface]{code/FeatureExtractor/ExtractorInterface.py} |
10 | 10 |
|
11 | 11 | \subsection{LPCExtractor Klasse} |
12 | 12 | \lstset{escapeinside={\#(*@}{@*)}} |
13 | | - \lstinputlisting[caption={Koeffizientenberechnung LPC}, captionpos=b, language=Python, label=code:LPCExtractor]{code/FeatureExtractor/LPCExtractor.py} |
| 13 | + \lstinputlisting[caption={Koeffizientenberechnung LPC - Klasse LPCExtractor}, captionpos=b, language=Python, label=code:LPCExtractor]{code/FeatureExtractor/LPCExtractor.py} |
14 | 14 |
|
15 | 15 | \subsection{FeatureExtractor Klasse} |
16 | 16 | \lstset{escapeinside={\#(*@}{@*)}} |
17 | | - \lstinputlisting[caption={Koeffizientenberechnung}, captionpos=b, language=Python, label=code:FeatureExtractor]{code/FeatureExtractor/FeatureExtractor.py} |
| 17 | + \lstinputlisting[caption={Koeffizientenberechnung - Klasse FeatureExtractor}, captionpos=b, language=Python, label=code:FeatureExtractor]{code/FeatureExtractor/FeatureExtractor.py} |
18 | 18 |
|
19 | 19 | \subsection{FeatureEvaluator Klasse} |
20 | 20 | \lstset{escapeinside={\#(*@}{@*)}} |
21 | | - \lstinputlisting[caption={Koeffizientenvalidierung}, captionpos=b, language=Python, label=code:FeatureEvaluator]{code/FeatureEvaluator/FeatureEvaluator.py} |
| 21 | + \lstinputlisting[caption={Koeffizientenvalidierung - Klasse FeatureEvaluator}, captionpos=b, language=Python, label=code:FeatureEvaluator]{code/FeatureEvaluator/FeatureEvaluator.py} |
22 | 22 |
|
23 | 23 | \end{appendix} |
0 commit comments