Voltage Measurement Error done

This commit is contained in:
Hamza Tamim 2025-03-27 15:01:51 +01:00
parent f3ceb14902
commit eced5e2462
9 changed files with 60 additions and 52 deletions

View File

@ -1,52 +0,0 @@
\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}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

View File

@ -0,0 +1,60 @@
\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=9}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{subfigure}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{amsmath, amssymb}
\hyphenpenalty=10000 %to stop cutting words in a paragraph
\pagestyle{fancy}
\fancyhf{}
\rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\lhead{Car 313, 06.03, Rev. 1}
\chead{\large Voltage Measurement Error Calculation}
\begin{document}
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}{\milli\volt}$, since the maximum voltage of the cell is $\SI{4.2}{\volt}$. (Fig. \ref{fig:C-ADC}) \cite{datasheet}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Pictures/Table 1. C-ADC DC Specifications.png}
\caption{Table 1. C-ADC DC Specifications}
\label{fig:C-ADC}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Pictures/Table 2. S-ADC DC Specifications.png}
\caption{Table 2. S-ADC DC Specifications}
\label{fig:S-ADC}
\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}