53 lines
1.3 KiB
TeX
53 lines
1.3 KiB
TeX
\documentclass[paper=A4]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[a4paper, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
|
|
|
|
\usepackage{siunitx}
|
|
\sisetup{
|
|
group-separator = {.},
|
|
input-decimal-markers={.},
|
|
output-decimal-marker = {,},
|
|
group-minimum-digits=4}
|
|
\usepackage{graphicx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{lastpage}
|
|
\usepackage{subfigure}
|
|
\usepackage{float}
|
|
\usepackage{multicol}
|
|
\usepackage{amsmath, amssymb}
|
|
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
|
|
\rhead{\includegraphics*[scale=0.03]{bilder/Fasttube-Logo.png}}
|
|
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
|
|
|
|
\begin{document}
|
|
|
|
\lhead{Car 313, 06.03.2025, Rev. 1}
|
|
\chead{\large Voltage Measurement Error Calculation}
|
|
|
|
\hfill \break
|
|
\hfill \break
|
|
We use the C-ADC of the ADBMS6830B to measure the cell voltages of the battery. The maximum lifetime error for voltage measurement is $\pm \SI{2}{mV}$, since the maximum voltage of the cell is $\SI{4.2}{V}$. (Fig. \ref{fig:adbms}) \cite{datasheet}
|
|
|
|
\begin{figure}[H]
|
|
\centering
|
|
\includegraphics[width=\textwidth]{./bilder/adbms.png}
|
|
\caption{ADBMS6830B specifications}
|
|
\label{fig:adbms}
|
|
\end{figure}
|
|
|
|
\bibliographystyle{plain}
|
|
%\nocite{*}
|
|
|
|
\renewcommand\refname{Reference}
|
|
\begin{thebibliography}{00}
|
|
|
|
\bibitem{datasheet} \textit{Data Sheet ADBMS6830B Rev.0 page 5}. analog.com, 01.2024.
|
|
|
|
\end{thebibliography}
|
|
|
|
\end{document}
|