49 lines
1.8 KiB
TeX
49 lines
1.8 KiB
TeX
\documentclass[notitlepage, a4]{scrreprt}
|
|
\input{preamble}
|
|
\usepackage{xparse}
|
|
\usepackage{siunitx}
|
|
\sisetup{separate-uncertainty}
|
|
\input{../pitstop/20180819/res.tex}
|
|
|
|
\usepackage{fontawesome}
|
|
\pretitle{\centering \huge \bfseries }
|
|
\posttitle{\par\vspace{0.5em}}
|
|
\preauthor{\begin{center}\Large}
|
|
\postauthor{\end{center}}
|
|
\predate{\par\large\centering}
|
|
\postdate{\par\vspace{3cm}}
|
|
|
|
\titleformat{\chapter}{\bfseries\huge\color{myteal}}{\thechapter}{.5em}{}
|
|
\titleformat*{\section}{\bfseries\Large\color{myteal}}
|
|
\titleformat*{\subsection}{\bfseries\large\color{myteal}}
|
|
|
|
\author{Patrick Nisblé}
|
|
\title{\color{myteal}Calibration and Regulation of BrainScaleS' PowerIt Subsystems}
|
|
\begin{document}
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\begin{abstract}
|
|
This Thesis will address Calibration and Regulation of the in BrainScaleS used power delivery Board, PowerIt.
|
|
Its circuitry will be examined and calibrated, for use in BrainScaleS' monitoring and a method of regulating the 1.8V Output Terminal will be implemented.
|
|
|
|
This thesis also contains the changes done to the PowerIt Firmware while working on these Problems.
|
|
\\\\
|
|
|
|
Diese Arbeit befasst sich mit de Kalibration und Regulation der PowerIt Komponenete des BrainScale Systems. Die Schaltungen werden untersucht und kalibriert, damit sie in der Systemüberwachung von nutzen sein können.
|
|
|
|
Ausserdem enthält diese Arbeit die Änderungen, die dabei auf die PowerIt Firmware angewendet werden.
|
|
\end{abstract}
|
|
|
|
\setcounter{tocdepth}{1}
|
|
\tableofcontents
|
|
\include{parts/intro}
|
|
\include{parts/theory}
|
|
\include{parts/experiments}
|
|
\include{parts/results}
|
|
\include{parts/outlook}
|
|
|
|
\bibliographystyle{ieeetr}
|
|
\bibliography{../../github/ubib/ubib.bib}
|
|
\end{document}
|