Transformmetoder Projekt Template (Uppsala University)
Author
Fatih Emre Tosun
Last Updated
4 yıl önce
License
Creative Commons CC BY 4.0
Abstract
Latex template for the term project of the Transformmetoder course at Uppsala University.
%-------------
% PACKAGES %%
%-------------
\documentclass[11pt]{article}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{float}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{listings}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage[parfill]{parskip}
\usepackage{changepage}
\usepackage{subcaption}
\usepackage{changepage}
\usepackage{listings}
\usepackage{color}
\usepackage{minted}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
\begin{center}
%---------------------
% HEADING SECTIONS
%---------------------
\textsc{\LARGE Uppsala University}\\[1.5cm] % Name of your university/college
%------------------
% TITLE SECTION
%------------------
\HRule \\[0.4cm]
{ \huge \bfseries Transformmetoder\\Projekt}\\[0.4cm] % Title of your document
\HRule \\[1.5cm]
%--------------------
% AUTHOR SECTION
%--------------------
\large\emph{Author:}\\ Your name here\\[1.0cm]
\large\emph{Personnummer:} XXX\\[1.0cm]
\large\emph{Filternummer:} X\\[1.0cm]
{\large \today}\\[1cm] % Date
%----------
% LOGO
%----------
\includegraphics[width=1.7in]{uulogga.png}\\%[1cm]
\end{center}
\end{titlepage}
\pagebreak
%-------------------------
% Table of Contents (Optional)
%-------------------------
%\tableofcontents
%\pagebreak
%-------------------------
% Main Text
%-------------------------
\renewcommand\thesubsection{\thesection.\alph{subsection}}
\section{Introduction}
Make some bollocks about the theoretical background and purpose of the project. Less is more!
\section{Derivation of the filter transfer function}
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\section{Amplitude and phase diagram}
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\section{Step response}
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\section{Sine-in --$>$ Sine-out}
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\section{Square wave input excitation}
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\subsection{}
Fill in here.
\end{document}