EV5_HW_Ontwikkeling/Doc/main.tex

49 lines
1.2 KiB
TeX
Raw Normal View History

2024-02-01 14:39:34 +01:00
\documentclass[10pt]{article}
2024-01-31 20:07:33 +01:00
\usepackage[english]{babel}
2024-02-03 11:37:17 +01:00
% \usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
\usepackage[a4paper, total={7in, 10in}]{geometry}
2024-01-31 20:07:33 +01:00
\usepackage{multicol}
\usepackage{lipsum}
2024-02-01 14:39:34 +01:00
\usepackage{graphicx}
\graphicspath{{images/}}
\title{B00st converter}
\author{
van Iterson, Arne\\
Student Number: 1800000
\and
Selier, Tom\\
Student Number: 1808444
}
2024-01-23 14:48:33 +01:00
\begin{document}
2024-02-01 14:39:34 +01:00
\maketitle
\begin{multicols}{2}
2024-02-03 11:37:17 +01:00
\section{Introduction}
\lipsum[1-2]
\section{Circuit Description}
\lipsum[3-4]
\section{Methodology}
To characterize the system, several tests have been performed. The
characteristics of interest are the following:
\begin{enumerate}
\item Efficiency
\item Noise
\item Ripple characteristics
\item Transients
\end{enumerate}
Each of these characteristics have been tested at two different output voltages
and load currents. The different voltages are $7V$ and $3.3V$. The chosen load
currents are $10$, $20$, $30$, $40$ and $50 mA$. These values were chosen to
give characterize the circuit over a broad range of conditions.
\section{Results}
\section{Conclusion}
2024-02-01 14:39:34 +01:00
\end{multicols}
\end{document}