initial commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
\subsection{Signalreflexion bei Leerlauf, Kurzschluss und Anpassung}
|
||||
Im Folgenden werden die Messungen der Signalreflexion bei Leerlauf, Kurzschluss und mit einem 50
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[height=5cm]{Bilder/Diagramme/ReflexionBeiKurzschluss}
|
||||
\end{figure}
|
||||
@@ -0,0 +1 @@
|
||||
\subsection{Signalreflexion in Abhängigkeit vom Abschlusswiderstand}
|
||||
@@ -0,0 +1 @@
|
||||
\subsection{Ermittlung der Signalverfälschung bei unterschiedlichen Abschlusswiderständen}
|
||||
@@ -0,0 +1 @@
|
||||
\subsection{Bestimmung der frequenzabhängigen Signaldämpfung}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,4 @@
|
||||
Temperatur, Geschwindigkeit, Höhe, Länge, Breite
|
||||
5,5,2,5,2
|
||||
2,3,5,6,7
|
||||
1,4,3,2,1
|
||||
|
@@ -0,0 +1,19 @@
|
||||
\begin{titlepage}
|
||||
\centering
|
||||
\includegraphics[width=0.6\textwidth]{Bilder/V.jpg}
|
||||
\vspace{1cm}
|
||||
|
||||
{\LARGE V5 Impulse auf Leitungen \par} % Hier Ihren Titel einfügen
|
||||
\vspace{1.5cm}
|
||||
|
||||
{\large Modul: Grundlagen der Elektrotechnik 3\par}
|
||||
{\large Professor: Prof. Dr. W. Soppa \par}
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
{\large Autoren:\par Matthias Biermann\par Jonas Backer\par Lukas Hindahl \par}
|
||||
\vspace{1cm}
|
||||
|
||||
{\large Datum: \today \par}
|
||||
\end{titlepage}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
\section{1. Einleitung}
|
||||
\vspace{1cm}
|
||||
In dem Versuch V5
|
||||
@@ -0,0 +1,3 @@
|
||||
\begin{document}
|
||||
|
||||
\end{document}
|
||||
@@ -0,0 +1,96 @@
|
||||
\documentclass[a4paper,11pt]{scrartcl}
|
||||
\usepackage{fancyhdr}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{} % Löscht alle vorherigen Einstellungen
|
||||
\fancyfoot[C]{\thepage} % Seitenzahl in der Mitte der Fußzeile
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\renewcommand{\headrulewidth}{0pt} % Entfernt die Kopfzeile auf Seiten mit plain-Stil
|
||||
}
|
||||
|
||||
|
||||
\usepackage{graphicx} % Für Bilder
|
||||
\usepackage{titling} % Für Titel
|
||||
\usepackage{datetime} % Für das Datum
|
||||
\newdateformat{mydate}{\THEDAY.\ \monthname[\THEMONTH], \THEYEAR} % Datum im gewünschten Format
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepackage{csvsimple}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\thispagestyle{plain} % Erste Seite als plain markieren
|
||||
%Deckblatt
|
||||
\begin{titlepage}
|
||||
\centering
|
||||
\includegraphics[width=0.6\textwidth]{Bilder/V.jpg}
|
||||
\vspace{1cm}
|
||||
|
||||
{\LARGE V5 Impulse auf Leitungen \par} % Hier Ihren Titel einfügen
|
||||
\vspace{1.5cm}
|
||||
|
||||
{\large Modul: Grundlagen der Elektrotechnik 3\par}
|
||||
{\large Professor: Prof. Dr. W. Soppa \par}
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
{\large Autoren:\par Matthias Biermann\par Jonas Backer\par Lukas Hindahl \par}
|
||||
\vspace{1cm}
|
||||
|
||||
{\large Datum: \today \par}
|
||||
\end{titlepage}
|
||||
|
||||
\newpage
|
||||
\thispagestyle{plain} % Zweite Seite als plain markieren
|
||||
|
||||
%Inhaltsverzeichnis
|
||||
\tableofcontents
|
||||
|
||||
|
||||
|
||||
\newpage
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\setcounter{page}{1}
|
||||
\fancyhead[L]{V5}
|
||||
\fancyhead[R]{Impulse auf Leitungen}
|
||||
\fancyfoot[C]{\thepage}
|
||||
|
||||
\section{Einleitung}
|
||||
Hier kommt die Einleitung. Ihre Überschrift kommt
|
||||
automatisch in das Inhaltsverzeichnis.
|
||||
|
||||
\subsection{Formeln}
|
||||
\LaTeX{} ist auch ohne Formeln sehr nützlich und
|
||||
einfach zu verwenden. Grafiken, Tabellen,
|
||||
Querverweise aller Art, Literatur- und
|
||||
Stichwortverzeichnis sind kein Problem.
|
||||
|
||||
Formeln sind etwas schwieriger, dennoch hier ein
|
||||
einfaches Beispiel. Zwei von Einsteins
|
||||
berühmtesten Formeln lauten:
|
||||
\begin{align}
|
||||
E &= mc^2 \\
|
||||
m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
|
||||
\end{align}
|
||||
Aber wer keine Formeln schreibt, braucht sich
|
||||
damit auch nicht zu beschäftigen.
|
||||
$$R_1 = \frac{U_1}{I_1}$$
|
||||
|
||||
\newpage
|
||||
Test
|
||||
\newpage
|
||||
test\\\\
|
||||
\csvautotabular{test.csv} \\
|
||||
\vspace{1cm}
|
||||
\csvreader[tabular=|c|c|c|c|, table head= \hline Aufzählung&Lukas&Jonas&Matthias \\ \hline , late after line = \\ \hline]{test.csv}{}{
|
||||
\thecsvrow & \csvcoli & \csvcoliv & \csvcolv
|
||||
}
|
||||
|
||||
|
||||
\end{document}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,70 @@
|
||||
\documentclass[a4paper,11pt]{scrartcl}
|
||||
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{graphicx} % Für Bilder
|
||||
\usepackage{titling} % Für Titel
|
||||
\usepackage{datetime} % Für das Datum
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{csvsimple}
|
||||
|
||||
\newdateformat{mydate}{\THEDAY.\ \monthname[\THEMONTH], \THEYEAR} % Datum im gewünschten Format
|
||||
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{} % Löscht alle vorherigen Einstellungen
|
||||
\fancyfoot[C]{\thepage} % Seitenzahl in der Mitte der Fußzeile
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\renewcommand{\headrulewidth}{0pt} % Entfernt die Kopfzeile auf Seiten mit plain-Stil
|
||||
}
|
||||
|
||||
|
||||
\begin{document}
|
||||
test
|
||||
|
||||
%Deckblatt (erste Seite)
|
||||
\thispagestyle{plain} % Erste Seite als plain markieren
|
||||
\input{Deckblatt.tex}
|
||||
\newpage
|
||||
|
||||
%Inhaltsverzeichnis (zweite Seite)
|
||||
\thispagestyle{plain} % Zweite Seite als plain markieren
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
%1.Seite
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\setcounter{page}{1}
|
||||
\fancyhead[L]{V5}
|
||||
\fancyhead[R]{Impulse auf Leitungen}
|
||||
\fancyfoot[C]{\thepage}
|
||||
\input{Einleitung.tex}
|
||||
\newpage
|
||||
|
||||
%2.Seite
|
||||
\section{Versuchsauswertung}
|
||||
\input{Abschnitt 2.1.tex}
|
||||
\newpage
|
||||
|
||||
%3.Seite
|
||||
\input{Abschnitt 2.2.tex}
|
||||
\newpage
|
||||
|
||||
%4.Seite
|
||||
\input{Abschnitt 2.3.tex}
|
||||
\newpage
|
||||
|
||||
%5.Seite
|
||||
\input{Abschnitt 2.4.tex}
|
||||
\newpage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
@@ -0,0 +1,16 @@
|
||||
\relax
|
||||
\providecommand*\new@tpo@label[2]{}
|
||||
\providecommand\babel@aux[2]{}
|
||||
\@nameuse{bbl@beforestart}
|
||||
\catcode `"\active
|
||||
\babel@aux{ngerman}{}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1}1. Einleitung}{1}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2}Versuchsauswertung}{2}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Signalreflexion bei Leerlauf, Kurzschluss und Anpassung}{2}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Signalreflexion in Abhängigkeit vom Abschlusswiderstand}{3}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Ermittlung der Signalverfälschung bei unterschiedlichen Abschlusswiderständen}{4}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}Bestimmung der frequenzabhängigen Signaldämpfung}{5}{}\protected@file@percent }
|
||||
\global\@namedef{scr@dte@section@lastmaxnumwidth}{10.85587pt}
|
||||
\global\@namedef{scr@dte@subsection@lastmaxnumwidth}{18.26904pt}
|
||||
\@writefile{toc}{\providecommand\tocbasic@end@toc@file{}\tocbasic@end@toc@file}
|
||||
\gdef \@abspage@last{8}
|
||||
@@ -0,0 +1,533 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (MiKTeX 23.5) (preloaded format=pdflatex 2023.9.25) 27 SEP 2023 12:13
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
**./Vorlage_main.tex
|
||||
(Vorlage_main.tex
|
||||
LaTeX2e <2023-06-01> patch level 1
|
||||
L3 programming layer <2023-08-29>
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrartcl.cl
|
||||
s
|
||||
Document Class: scrartcl 2023/07/07 v3.41 KOMA-Script document class (article)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrkbase.st
|
||||
y
|
||||
Package: scrkbase 2023/07/07 v3.41 KOMA-Script package (KOMA-Script-dependent b
|
||||
asics and keyval usage)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrbase.sty
|
||||
Package: scrbase 2023/07/07 v3.41 KOMA-Script package (KOMA-Script-independent
|
||||
basics and keyval usage)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrlfile.st
|
||||
y
|
||||
Package: scrlfile 2023/07/07 v3.41 KOMA-Script package (file load hooks)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrlfile-ho
|
||||
ok.sty
|
||||
Package: scrlfile-hook 2023/07/07 v3.41 KOMA-Script package (using LaTeX hooks)
|
||||
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrlogo.sty
|
||||
Package: scrlogo 2023/07/07 v3.41 KOMA-Script package (logo)
|
||||
))) (C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/graphics\keyval.sty
|
||||
Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks17
|
||||
)
|
||||
Applying: [2021/05/01] Usage of raw or classic option list on input line 252.
|
||||
Already applied: [0000/00/00] Usage of raw or classic option list on input line
|
||||
368.
|
||||
))
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\tocbasic.st
|
||||
y
|
||||
Package: tocbasic 2023/07/07 v3.41 KOMA-Script package (handling toc-files)
|
||||
\scr@dte@tocline@numberwidth=\skip48
|
||||
\scr@dte@tocline@numbox=\box51
|
||||
)
|
||||
Package tocbasic Info: omitting babel extension for `toc'
|
||||
(tocbasic) because of feature `nobabel' available
|
||||
(tocbasic) for `toc' on input line 133.
|
||||
Package scrartcl Info: You've used standard option `11pt'.
|
||||
(scrartcl) This is correct!
|
||||
(scrartcl) Internally I'm using `fontsize=11pt'.
|
||||
(scrartcl) If you'd like to set the option with \KOMAoptions,
|
||||
(scrartcl) you'd have to use `fontsize=11pt' there
|
||||
(scrartcl) instead of `11pt', too.
|
||||
Class scrartcl Info: File `scrsize11pt.clo' used to setup font sizes on input l
|
||||
ine 2441.
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\scrsize11pt
|
||||
.clo
|
||||
File: scrsize11pt.clo 2023/07/07 v3.41 KOMA-Script font size class option (11pt
|
||||
)
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/koma-script\typearea.st
|
||||
y
|
||||
Package: typearea 2023/07/07 v3.41 KOMA-Script package (type area)
|
||||
\ta@bcor=\skip49
|
||||
\ta@div=\count185
|
||||
Package typearea Info: You've used standard option `a4paper'.
|
||||
(typearea) This is correct!
|
||||
(typearea) Internally I'm using `paper=a4'.
|
||||
(typearea) If you'd like to set the option with \KOMAoptions,
|
||||
(typearea) you'd have to use `paper=a4' there
|
||||
(typearea) instead of `a4paper', too.
|
||||
\ta@hblk=\skip50
|
||||
\ta@vblk=\skip51
|
||||
\ta@temp=\skip52
|
||||
\footheight=\skip53
|
||||
Package typearea Info: These are the values describing the layout:
|
||||
(typearea) DIV = 10
|
||||
(typearea) BCOR = 0.0pt
|
||||
(typearea) \paperwidth = 597.50793pt
|
||||
(typearea) \textwidth = 418.25555pt
|
||||
(typearea) DIV departure = -6%
|
||||
(typearea) \evensidemargin = 17.3562pt
|
||||
(typearea) \oddsidemargin = 17.3562pt
|
||||
(typearea) \paperheight = 845.04694pt
|
||||
(typearea) \textheight = 595.80026pt
|
||||
(typearea) \topmargin = -25.16531pt
|
||||
(typearea) \headheight = 17.0pt
|
||||
(typearea) \headsep = 20.40001pt
|
||||
(typearea) \topskip = 11.0pt
|
||||
(typearea) \footskip = 47.6pt
|
||||
(typearea) \baselineskip = 13.6pt
|
||||
(typearea) on input line 1799.
|
||||
)
|
||||
\c@part=\count186
|
||||
\c@section=\count187
|
||||
\c@subsection=\count188
|
||||
\c@subsubsection=\count189
|
||||
\c@paragraph=\count190
|
||||
\c@subparagraph=\count191
|
||||
\scr@dte@section@maxnumwidth=\skip54
|
||||
Class scrartcl Info: using compatibility default `runin=bysign'
|
||||
(scrartcl) for `\section on input line 5082.
|
||||
Class scrartcl Info: using compatibility default `afterindent=bysign'
|
||||
(scrartcl) for `\section on input line 5082.
|
||||
\scr@dte@part@maxnumwidth=\skip55
|
||||
Class scrartcl Info: using compatibility default `afterindent=false'
|
||||
(scrartcl) for `\part on input line 5090.
|
||||
\scr@dte@subsection@maxnumwidth=\skip56
|
||||
Class scrartcl Info: using compatibility default `runin=bysign'
|
||||
(scrartcl) for `\subsection on input line 5100.
|
||||
Class scrartcl Info: using compatibility default `afterindent=bysign'
|
||||
(scrartcl) for `\subsection on input line 5100.
|
||||
\scr@dte@subsubsection@maxnumwidth=\skip57
|
||||
Class scrartcl Info: using compatibility default `runin=bysign'
|
||||
(scrartcl) for `\subsubsection on input line 5110.
|
||||
Class scrartcl Info: using compatibility default `afterindent=bysign'
|
||||
(scrartcl) for `\subsubsection on input line 5110.
|
||||
\scr@dte@paragraph@maxnumwidth=\skip58
|
||||
Class scrartcl Info: using compatibility default `runin=bysign'
|
||||
(scrartcl) for `\paragraph on input line 5121.
|
||||
Class scrartcl Info: using compatibility default `afterindent=bysign'
|
||||
(scrartcl) for `\paragraph on input line 5121.
|
||||
\scr@dte@subparagraph@maxnumwidth=\skip59
|
||||
Class scrartcl Info: using compatibility default `runin=bysign'
|
||||
(scrartcl) for `\subparagraph on input line 5131.
|
||||
Class scrartcl Info: using compatibility default `afterindent=bysign'
|
||||
(scrartcl) for `\subparagraph on input line 5131.
|
||||
\abovecaptionskip=\skip60
|
||||
\belowcaptionskip=\skip61
|
||||
\c@pti@nb@sid@b@x=\box52
|
||||
Package tocbasic Info: omitting babel extension for `lof'
|
||||
(tocbasic) because of feature `nobabel' available
|
||||
(tocbasic) for `lof' on input line 6309.
|
||||
\scr@dte@figure@maxnumwidth=\skip62
|
||||
\c@figure=\count192
|
||||
Package tocbasic Info: omitting babel extension for `lot'
|
||||
(tocbasic) because of feature `nobabel' available
|
||||
(tocbasic) for `lot' on input line 6325.
|
||||
\scr@dte@table@maxnumwidth=\skip63
|
||||
\c@table=\count193
|
||||
Class scrartcl Info: Redefining `\numberline' on input line 6495.
|
||||
\bibindent=\dimen140
|
||||
)
|
||||
|
||||
Class scrartcl Warning: Usage of package `fancyhdr' together
|
||||
(scrartcl) with a KOMA-Script class is not recommended.
|
||||
(scrartcl) I'd suggest to use
|
||||
(scrartcl) package `scrlayer' or `scrlayer-scrpage', because
|
||||
(scrartcl) they support KOMA-Script classes.
|
||||
(scrartcl) With `fancyhdr' several features of class `scrartcl'
|
||||
(scrartcl) like options `headsepline', `footsepline' or command
|
||||
(scrartcl) `\MakeMarkcase' and the commands `\setkomafont' and
|
||||
(scrartcl) `\addtokomafont' for the page style elements need
|
||||
(scrartcl) explicite user intervention to work.
|
||||
(scrartcl) Nevertheless, using requested
|
||||
(scrartcl) package `fancyhdr' on input line 5.
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/fancyhdr\fancyhdr.sty
|
||||
Package: fancyhdr 2022/11/09 v4.1 Extensive control of page headers and footers
|
||||
|
||||
\f@nch@headwidth=\skip64
|
||||
\f@nch@O@elh=\skip65
|
||||
\f@nch@O@erh=\skip66
|
||||
\f@nch@O@olh=\skip67
|
||||
\f@nch@O@orh=\skip68
|
||||
\f@nch@O@elf=\skip69
|
||||
\f@nch@O@erf=\skip70
|
||||
\f@nch@O@olf=\skip71
|
||||
\f@nch@O@orf=\skip72
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphicx.sty
|
||||
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphics.sty
|
||||
Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/graphics\trig.sty
|
||||
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/graphics-cfg\graphics.c
|
||||
fg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 107.
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/graphics-def\pdftex.def
|
||||
File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen141
|
||||
\Gin@req@width=\dimen142
|
||||
) (C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/titling\titling.sty
|
||||
Package: titling 2009/09/04 v2.1d maketitle typesetting
|
||||
\thanksmarkwidth=\skip73
|
||||
\thanksmargin=\skip74
|
||||
\droptitle=\skip75
|
||||
) (C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/datetime\datetime.sty
|
||||
Package: datetime 2015/03/20 v2.60 Date Time Package
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/etoolbox\etoolbox.sty
|
||||
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
|
||||
\etb@tempcnta=\count194
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/fmtcount\fmtcount.sty
|
||||
Package: fmtcount 2020/01/30 v3.07
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/base\ifthen.sty
|
||||
Package: ifthen 2022/04/13 v1.1d Standard LaTeX ifthen package (DPC)
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/xkeyval\xkeyval.sty
|
||||
Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/xkeyval\xkeyval.tex
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/xkeyval\xkvutils.tex
|
||||
\XKV@toks=\toks18
|
||||
\XKV@tempa@toks=\toks19
|
||||
)
|
||||
\XKV@depth=\count195
|
||||
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
|
||||
))
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/fmtcount\fcprefix.sty
|
||||
Package: fcprefix 2012/09/28
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/fmtcount\fcnumparser.st
|
||||
y
|
||||
Package: fcnumparser 2017/06/15
|
||||
\fc@digit@counter=\count196
|
||||
)) (C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks20
|
||||
\ex@=\dimen143
|
||||
)
|
||||
\c@padzeroesN=\count197
|
||||
\fc@tmpcatcode=\count198
|
||||
\@DT@modctr=\count199
|
||||
\@ordinalctr=\count266
|
||||
\@orgargctr=\count267
|
||||
\@strctr=\count268
|
||||
\@tmpstrctr=\count269
|
||||
\@DT@loopN=\count270
|
||||
\@DT@X=\count271
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/datetime\datetime-defau
|
||||
lts.sty
|
||||
Package: datetime-defaults 2013/09/10
|
||||
)
|
||||
\@day=\count272
|
||||
\@month=\count273
|
||||
\@year=\count274
|
||||
\c@HOUR=\count275
|
||||
\c@HOURXII=\count276
|
||||
\c@MINUTE=\count277
|
||||
\c@TOHOUR=\count278
|
||||
\c@TOMINUTE=\count279
|
||||
\c@SECOND=\count280
|
||||
\currenthour=\count281
|
||||
\currentminute=\count282
|
||||
\currentsecond=\count283
|
||||
Package datetime Info: No datetime.cfg file found, using default settings on in
|
||||
put line 308.
|
||||
\@dtctr=\count284
|
||||
\dayofyear=\count285
|
||||
\dayofweek=\count286
|
||||
LaTeX Info: Redefining \today on input line 736.
|
||||
\dt@a=\toks21
|
||||
\dt@b=\toks22
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/base\inputenc.sty
|
||||
Package: inputenc 2021/02/14 v1.3d Input encoding file
|
||||
\inpenc@prehook=\toks23
|
||||
\inpenc@posthook=\toks24
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/babel\babel.sty
|
||||
Package: babel 2023/08/29 v3.93 The Babel package
|
||||
\babel@savecnt=\count287
|
||||
\U@D=\dimen144
|
||||
\l@unhyphenated=\language79
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/babel\txtbabel.def)
|
||||
\bbl@readstream=\read2
|
||||
\bbl@dirlevel=\count288
|
||||
|
||||
*************************************
|
||||
* Local config file bblopts.cfg used
|
||||
*
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/arabi\bblopts.cfg
|
||||
File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of
|
||||
babel
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/babel-german\ngerman.ld
|
||||
f
|
||||
Language: ngerman 2021/02/27 v2.13 German support for babel (post-1996 orthogra
|
||||
phy)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/babel-german\ngermanb.l
|
||||
df
|
||||
Language: ngermanb 2021/02/27 v2.13 German support for babel (post-1996 orthogr
|
||||
aphy)
|
||||
Package babel Info: Making " an active character on input line 122.
|
||||
)))
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/babel/locale/de\babel
|
||||
-ngerman.tex
|
||||
Package babel Info: Importing font and identification data for ngerman
|
||||
(babel) from babel-de.ini. Reported on input line 11.
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/base\fontenc.sty
|
||||
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsmath.sty
|
||||
Package: amsmath 2023/05/13 v2.17o AMS math features
|
||||
\@mathmargin=\skip76
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amstext.sty
|
||||
Package: amstext 2021/08/26 v2.01 AMS text
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen145
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsopn.sty
|
||||
Package: amsopn 2022/04/08 v2.04 operator names
|
||||
)
|
||||
\inf@bad=\count289
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count290
|
||||
\leftroot@=\count291
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
LaTeX Info: Redefining \colon on input line 410.
|
||||
\classnum@=\count292
|
||||
\DOTSCASE@=\count293
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box53
|
||||
\strutbox@=\box54
|
||||
LaTeX Info: Redefining \big on input line 722.
|
||||
LaTeX Info: Redefining \Big on input line 723.
|
||||
LaTeX Info: Redefining \bigg on input line 724.
|
||||
LaTeX Info: Redefining \Bigg on input line 725.
|
||||
\big@size=\dimen146
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count294
|
||||
LaTeX Info: Redefining \bmod on input line 905.
|
||||
LaTeX Info: Redefining \pmod on input line 910.
|
||||
LaTeX Info: Redefining \smash on input line 940.
|
||||
LaTeX Info: Redefining \relbar on input line 970.
|
||||
LaTeX Info: Redefining \Relbar on input line 971.
|
||||
\c@MaxMatrixCols=\count295
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count296
|
||||
\dspbrk@lvl=\count297
|
||||
\tag@help=\toks25
|
||||
\row@=\count298
|
||||
\column@=\count299
|
||||
\maxfields@=\count300
|
||||
\andhelp@=\toks26
|
||||
\eqnshift@=\dimen147
|
||||
\alignsep@=\dimen148
|
||||
\tagshift@=\dimen149
|
||||
\tagwidth@=\dimen150
|
||||
\totwidth@=\dimen151
|
||||
\lineht@=\dimen152
|
||||
\@envbody=\toks27
|
||||
\multlinegap=\skip77
|
||||
\multlinetaggap=\skip78
|
||||
\mathdisplay@stack=\toks28
|
||||
LaTeX Info: Redefining \[ on input line 2953.
|
||||
LaTeX Info: Redefining \] on input line 2954.
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/csvsimple\csvsimple.sty
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/l3packages/l3keys2e\l3k
|
||||
eys2e.sty
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/l3kernel\expl3.sty
|
||||
Package: expl3 2023-08-29 L3 programming layer (loader)
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/l3backend\l3backend-pdf
|
||||
tex.def
|
||||
File: l3backend-pdftex.def 2023-04-19 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count301
|
||||
\l__pdf_internal_box=\box55
|
||||
))
|
||||
Package: l3keys2e 2023-08-29 LaTeX2e option processing using LaTeX3 keys
|
||||
)
|
||||
Package: csvsimple 2023/05/09 v2.4.0 LaTeX CSV file processing
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/csvsimple\csvsimple-leg
|
||||
acy.sty
|
||||
Package: csvsimple-legacy 2023/05/09 version 2.4.0 LaTeX2e CSV file processing
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/pgf/utilities\pgfrcs.st
|
||||
y
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil
|
||||
-common.tex
|
||||
\pgfutil@everybye=\toks29
|
||||
\pgfutil@tempdima=\dimen153
|
||||
\pgfutil@tempdimb=\dimen154
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil
|
||||
-latex.def
|
||||
\pgfutil@abb=\box56
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfrcs.
|
||||
code.tex
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/pgf\pgf.revision.tex)
|
||||
Package: pgfrcs 2023-01-15 v3.1.10 (3.1.10)
|
||||
))
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/pgf/utilities\pgfkeys.s
|
||||
ty
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeys
|
||||
.code.tex
|
||||
\pgfkeys@pathtoks=\toks30
|
||||
\pgfkeys@temptoks=\toks31
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeys
|
||||
libraryfiltered.code.tex
|
||||
\pgfkeys@tmptoks=\toks32
|
||||
)))
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/tools\shellesc.sty
|
||||
Package: shellesc 2023/04/15 v1.0d unified shell escape interface for LaTeX
|
||||
Package shellesc Info: Restricted shell escape enabled on input line 77.
|
||||
)
|
||||
\csv@file=\read3
|
||||
\c@csvinputline=\count302
|
||||
\c@csvrow=\count303
|
||||
\c@csvcol=\count304
|
||||
\csv@out=\write3
|
||||
)
|
||||
(C:\Users\lukas\OneDrive - HSOS\Dokumente - GET3 Praktikum\General\V5\Auswertun
|
||||
g\build\Vorlage_main.aux)
|
||||
\openout1 = `Vorlage_main.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 26.
|
||||
LaTeX Font Info: ... okay on input line 26.
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/context/base/mkii\supp-pdf.mk
|
||||
ii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count305
|
||||
\scratchdimen=\dimen155
|
||||
\scratchbox=\box57
|
||||
\nofMPsegments=\count306
|
||||
\nofMParguments=\count307
|
||||
\everyMPshowfont=\toks33
|
||||
\MPscratchCnt=\count308
|
||||
\MPscratchDim=\dimen156
|
||||
\MPnumerator=\count309
|
||||
\makeMPintoPDFobject=\count310
|
||||
\everyMPtoPDFconversion=\toks34
|
||||
)
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/epstopdf-pkg\epstopdf-b
|
||||
ase.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/00miktex\epstopdf-sys.c
|
||||
fg
|
||||
File: epstopdf-sys.cfg 2021/03/18 v2.0 Configuration of epstopdf for MiKTeX
|
||||
)) (Deckblatt.tex [1
|
||||
|
||||
{C:/Users/lukas/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map}]
|
||||
<Bilder/V.jpg, id=6, 263.5446pt x 89.6148pt>
|
||||
File: Bilder/V.jpg Graphic file (type jpg)
|
||||
<use Bilder/V.jpg>
|
||||
Package pdftex.def Info: Bilder/V.jpg used on input line 3.
|
||||
(pdftex.def) Requested size: 250.95587pt x 85.33731pt.
|
||||
[2 <./Bilder/V.jpg>])
|
||||
LaTeX Font Info: Trying to load font information for T1+cmss on input line 3
|
||||
6.
|
||||
|
||||
(C:\Users\lukas\AppData\Local\Programs\MiKTeX\tex/latex/base\t1cmss.fd
|
||||
File: t1cmss.fd 2023/04/13 v2.5m Standard LaTeX font definitions
|
||||
)
|
||||
(C:\Users\lukas\OneDrive - HSOS\Dokumente - GET3 Praktikum\General\V5\Auswertun
|
||||
g\build\Vorlage_main.toc)
|
||||
\tf@toc=\write4
|
||||
\openout4 = `Vorlage_main.toc'.
|
||||
|
||||
[3] (Einleitung.tex) [1] (Abschnitt 2.1.tex
|
||||
<Bilder/Diagramme/ReflexionBeiKurzschluss.png, id=20, 722.7pt x 289.08pt>
|
||||
File: Bilder/Diagramme/ReflexionBeiKurzschluss.png Graphic file (type png)
|
||||
<use Bilder/Diagramme/ReflexionBeiKurzschluss.png>
|
||||
Package pdftex.def Info: Bilder/Diagramme/ReflexionBeiKurzschluss.png used on
|
||||
input line 5.
|
||||
(pdftex.def) Requested size: 355.65892pt x 142.26378pt.
|
||||
) [2 <./Bilder/Diagramme/ReflexionBeiKurzschluss.png>] (Abschnitt 2.2.tex) [3]
|
||||
(Abschnitt 2.3.tex) [4] (Abschnitt 2.4.tex) [5]
|
||||
(C:\Users\lukas\OneDrive - HSOS\Dokumente - GET3 Praktikum\General\V5\Auswertun
|
||||
g\build\Vorlage_main.aux)
|
||||
***********
|
||||
LaTeX2e <2023-06-01> patch level 1
|
||||
L3 programming layer <2023-08-29>
|
||||
***********
|
||||
)
|
||||
Here is how much of TeX's memory you used:
|
||||
9227 strings out of 475248
|
||||
187511 string characters out of 5757813
|
||||
1921801 words of memory out of 5000000
|
||||
30606 multiletter control sequences out of 15000+600000
|
||||
566874 words of font info for 55 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
108i,11n,107p,10909b,363s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
<C:\Users\lukas\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecsx
|
||||
1200.pk> <C:\Users\lukas\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi60
|
||||
0\ecsx1095.pk> <C:\Users\lukas\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec
|
||||
/dpi600\ecsx1440.pk> <C:\Users\lukas\AppData\Local\MiKTeX\fonts/pk/ljfour/jknap
|
||||
pen/ec/dpi600\ecrm1200.pk> <C:\Users\lukas\AppData\Local\MiKTeX\fonts/pk/ljfour
|
||||
/jknappen/ec/dpi600\ecrm1728.pk> <C:\Users\lukas\AppData\Local\MiKTeX\fonts/pk/
|
||||
ljfour/jknappen/ec/dpi600\ecrm1095.pk>
|
||||
Output written on "C:\Users\lukas\OneDrive - HSOS\Dokumente - GET3 Praktikum\Ge
|
||||
neral\V5\Auswertung\build\Vorlage_main.pdf" (8 pages, 213860 bytes).
|
||||
PDF statistics:
|
||||
232 PDF objects out of 1000 (max. 8388607)
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
11 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
\babel@toc {ngerman}{}\relax
|
||||
\contentsline {section}{\numberline {1}1. Einleitung}{1}{}%
|
||||
\contentsline {section}{\numberline {2}Versuchsauswertung}{2}{}%
|
||||
\contentsline {subsection}{\numberline {2.1}Signalreflexion bei Leerlauf, Kurzschluss und Anpassung}{2}{}%
|
||||
\contentsline {subsection}{\numberline {2.2}Signalreflexion in Abhängigkeit vom Abschlusswiderstand}{3}{}%
|
||||
\contentsline {subsection}{\numberline {2.3}Ermittlung der Signalverfälschung bei unterschiedlichen Abschlusswiderständen}{4}{}%
|
||||
\contentsline {subsection}{\numberline {2.4}Bestimmung der frequenzabhängigen Signaldämpfung}{5}{}%
|
||||
\providecommand \tocbasic@end@toc@file {}\tocbasic@end@toc@file
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
+189
@@ -0,0 +1,189 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import os\n",
|
||||
"import matplotlib as mpl\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"import numpy as np\n",
|
||||
"import pandas as pd\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"def read_oscilloscope_file(file_name, time_div=200):\n",
|
||||
" with open(file_name, 'r') as file:\n",
|
||||
" lines = []\n",
|
||||
" for line in file:\n",
|
||||
" lines.append(line.strip())\n",
|
||||
" print(file.name)\n",
|
||||
"\n",
|
||||
" data = pd.DataFrame()\n",
|
||||
" \n",
|
||||
" data[\"time\"] = np.linspace(0, 12*time_div, 1200)\n",
|
||||
" data[\"CH1\"] = np.float_(lines[5:1205])\n",
|
||||
" data[\"CH2\"] = np.float_(lines[1212:2412])\n",
|
||||
"\n",
|
||||
" return data\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"def plot_kurven(data: pd.DataFrame, title=\"\", xStart=0, xStop=0, xStep=200, xStepMinor=100, vlines=[]):\n",
|
||||
" fig, ax = plt.subplots(figsize=(10, 4))\n",
|
||||
"\n",
|
||||
" # time offset\n",
|
||||
" if xStop > xStart:\n",
|
||||
" data[\"time\"] -= xStart\n",
|
||||
"\n",
|
||||
" ax.plot(\"time\", \"CH1\", data=data, label=\"Anfang\", ls=\"-\", marker='.')\n",
|
||||
" ax.plot(\"time\", \"CH2\", data=data, label=\"Ende\", ls=\"-\", marker='.')\n",
|
||||
"\n",
|
||||
"\n",
|
||||
" # Beschriftungen setzen\n",
|
||||
" ax.set_xlabel(\"Zeit t [ns]\")\n",
|
||||
" ax.set_ylabel(\"Spannung U [V]\")\n",
|
||||
" if title != \"\": ax.set_title(title, fontsize=16, pad=10)\n",
|
||||
"\n",
|
||||
" \n",
|
||||
" # ax.set_xticks(np.arange(data[\"time\"].iloc[0], data[\"time\"].iloc[-1], xStepMinor), minor=True)\n",
|
||||
" ax.set_xticks(np.arange(data[\"time\"].iloc[0], data[\"time\"].iloc[-1], xStep))\n",
|
||||
"\n",
|
||||
" if xStop > xStart:\n",
|
||||
" ax.set_xlim(left=0, right=xStop-xStart)\n",
|
||||
" else:\n",
|
||||
" ax.set_xlim(left=data[\"time\"].iloc[0], right=data[\"time\"].iloc[-1])\n",
|
||||
"\n",
|
||||
" if xStepMinor != 0:\n",
|
||||
" ax.grid(which=\"major\", ls=\"-\", linewidth=0.5)\n",
|
||||
" # ax.grid(which=\"minor\", ls=\"-\", linewidth=0.1)\n",
|
||||
" else: \n",
|
||||
" ax.grid(which=\"major\")\n",
|
||||
"\n",
|
||||
" ax.legend()\n",
|
||||
" # plt.vlines(x=25, ymin=ax.get_ylim()[0], ymax=ax.get_ylim()[1], linestyles=\":\", label=\"t1\")\n",
|
||||
" # plt.show()\n",
|
||||
"\n",
|
||||
" return fig"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%matplotlib widget"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"lel = read_oscilloscope_file(\"Messungen/Rohdaten/Messung 2.1/Reflexion bei Kurzschluss.txt\", time_div=200)\n",
|
||||
"# plot_kurven(lel)\n",
|
||||
"plot_kurven(lel, 1000, 1400)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Alles plotten und als Bilder abspeichern\n",
|
||||
"current_directory = os.getcwd()\n",
|
||||
"\n",
|
||||
"# iterate over all files in the directory \"Messungen/Rohdaten/\"\n",
|
||||
"for root, dirs, files in os.walk(os.path.join(current_directory, \"Messungen/Rohdaten/\")):\n",
|
||||
" for file in files:\n",
|
||||
" if file.endswith(\".txt\"):\n",
|
||||
" file_path = os.path.join(root, file)\n",
|
||||
" messung = read_oscilloscope_file(file_path, 200)\n",
|
||||
" plot_kurven(messung, title=file[0:-4])\n",
|
||||
" plot_kurven(messung, title=file[0:-4], start=1000, stop=1500)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Diagramme für 3.2 Kurzschluss\n",
|
||||
"kurzschluss = read_oscilloscope_file(\"Messungen/Rohdaten/Messung 2.1/Reflexion bei Kurzschluss.txt\")\n",
|
||||
"# kurzschluss.set_index(\"time\", inplace=True)\n",
|
||||
"\n",
|
||||
"kurzschluss_fig = plot_kurven(kurzschluss, start=1060, stop=1232, title=\"Reflexion bei Kurzschluss\", xStep=10, xStepMinor=5)\n",
|
||||
"kurzschluss_fig.savefig(\"Reflexion_bei_Kurzschluss\", dpi=250)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Leerlauf\n",
|
||||
"leerlauf = read_oscilloscope_file(\"Messungen/Rohdaten/Messung 2.1/Reflexion im Leerlauf.txt\")\n",
|
||||
"\n",
|
||||
"leerlauf_fig = plot_kurven(leerlauf, title=\"Relfexion bei Leerlauf\", start=1120, stop=1370, xStep=20)\n",
|
||||
"leerlauf_fig.savefig(\"Reflexion_bei_Leerlauf\", dpi=250)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Endwiderstand\n",
|
||||
"endwiderstand = read_oscilloscope_file(\"Messungen/Rohdaten/Messung 2.1/Reflexion mit Endwiderstand.txt\")\n",
|
||||
"\n",
|
||||
"endwiderstand_fig = plot_kurven(endwiderstand, title=\"Relfexion mit Endwiderstand\", start=1120, stop=1340, xStep=20)\n",
|
||||
"endwiderstand_fig.savefig(\"Reflexion_mit_Endwiderstand\", dpi=250)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"kurzschluss.set_index(\"time\", inplace=True)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"kurzschluss[0:150].to_csv(\"text\")\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 3
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
time,CH1,CH2
|
||||
0.875729774812271,0.0,-0.0314
|
||||
2.8773978315261957,0.0,0.0
|
||||
4.87906588824012,-0.0627,-0.0314
|
||||
6.880733944954045,-0.0941,-0.0314
|
||||
8.88240200166797,-0.0627,-0.0314
|
||||
10.884070058381894,0.0,0.0
|
||||
12.885738115095819,0.0314,0.0
|
||||
14.887406171809744,0.0627,0.0
|
||||
16.88907422852367,0.0314,0.0
|
||||
18.890742285237593,0.0,0.0
|
||||
20.892410341951518,-0.0941,-0.0314
|
||||
22.894078398665442,-0.1255,-0.0314
|
||||
24.895746455379367,-0.0941,-0.0314
|
||||
26.89741451209329,0.0,0.0
|
||||
28.899082568807216,0.0627,0.0
|
||||
30.90075062552114,0.1255,0.0
|
||||
32.902418682235066,0.0941,0.0
|
||||
34.90408673894899,0.0,0.0314
|
||||
36.905754795662915,-0.1882,0.0
|
||||
38.90742285237684,-0.3137,0.0
|
||||
40.90909090909099,-0.2824,0.0
|
||||
42.910758965804916,0.0,0.0
|
||||
44.91242702251884,0.4392,-0.0314
|
||||
46.914095079232766,1.0039,-0.0314
|
||||
48.91576313594669,1.5686,-0.0314
|
||||
50.917431192660615,2.0078,0.0
|
||||
52.91909924937454,2.1333,0.0
|
||||
54.920767306088464,2.0078,0.0
|
||||
56.92243536280239,1.6314,0.0
|
||||
58.924103419516314,1.1922,0.0314
|
||||
60.92577147623024,0.7529,0.0314
|
||||
62.92743953294416,0.4392,0.0314
|
||||
64.92910758965809,0.2196,0.0
|
||||
66.93077564637201,0.1255,0.0
|
||||
68.93244370308594,0.0941,-0.0627
|
||||
70.93411175979986,0.0627,-0.1255
|
||||
72.93577981651379,0.0941,-0.1569
|
||||
74.93744787322771,0.0941,-0.1569
|
||||
76.93911592994164,0.0627,-0.1569
|
||||
78.94078398665556,0.0314,-0.1255
|
||||
80.94245204336949,0.0314,-0.0941
|
||||
82.94412010008341,0.0314,0.0
|
||||
84.94578815679733,0.0,0.0314
|
||||
86.94745621351126,0.0,0.0627
|
||||
88.94912427022518,0.0,0.0314
|
||||
90.95079232693911,0.0314,0.0
|
||||
92.95246038365303,0.0314,-0.0941
|
||||
94.95412844036696,0.0314,-0.1569
|
||||
96.95579649708088,0.0,-0.1882
|
||||
98.95746455379481,0.0,-0.1569
|
||||
100.95913261050873,-0.0314,-0.1569
|
||||
102.96080066722266,-0.0627,-0.1255
|
||||
104.96246872393658,-0.0314,-0.0627
|
||||
106.9641367806505,0.0314,-0.0314
|
||||
108.96580483736443,0.0627,-0.0314
|
||||
110.96747289407836,0.0941,-0.0627
|
||||
112.96914095079228,0.0627,-0.0627
|
||||
114.9708090075062,0.0314,-0.0314
|
||||
116.97247706422013,-0.0627,-0.0314
|
||||
118.97414512093405,-0.1255,-0.0314
|
||||
120.97581317764798,-0.1255,0.0
|
||||
122.9774812343619,0.0,0.0314
|
||||
124.97914929107583,0.1255,0.0
|
||||
126.98081734778975,0.1882,0.0
|
||||
128.98248540450368,0.1569,0.0
|
||||
130.9841534612176,-0.0314,0.0
|
||||
132.98582151793153,-0.4392,-0.0314
|
||||
134.98748957464545,-0.9098,-0.0314
|
||||
136.98915763135938,-1.349,-0.0627
|
||||
138.9908256880733,-1.5686,-0.0314
|
||||
140.99249374478723,-1.5373,-0.0627
|
||||
142.99416180150115,-1.2863,-0.0627
|
||||
144.99582985821507,-0.9098,-0.0314
|
||||
146.997497914929,-0.502,0.0
|
||||
148.99916597164292,-0.1882,0.0
|
||||
Reference in New Issue
Block a user