From: Andreas Neiser Date: Fri, 28 Feb 2014 15:53:57 +0000 (+0100) Subject: Adding skeleton for users guide with some title image, add yourself to the authors... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4e3af50e7f21af0fe0c7c3c4c0e5436a44e21a11;p=padiwadocu.git Adding skeleton for users guide with some title image, add yourself to the authors list if you contribute something! --- 4e3af50e7f21af0fe0c7c3c4c0e5436a44e21a11 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3101a4d --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# emacs files +.prv_auto/ +main.log +main.aux +main.pdf +main.out +main.toc +main.bbl +main.blg diff --git a/biblio.bib b/biblio.bib new file mode 100644 index 0000000..89dd600 --- /dev/null +++ b/biblio.bib @@ -0,0 +1,60 @@ +@article{tdcBinCalibration, + author = "R. Szplet and J. Kalisz and R. Pelka", + title = "Nonlinearity correction of the integrated time-to-digital converter with direct coding", + journal = "IEEE Transactions on Instrumentation and Measurement", + volume = "46", + pages = "449--453", + month = "April", + year = "1997" +} + +@article{tdcWuWaveunion, + author = "J. Wu and Z. Shi", + title = "The 10-ps wave union TDC: Improving FPGA TDC resolution beyond its cell delay", + year = "2008", + journal = "Nuclear Science Symposium Conference Record, 2008 IEEE", + month = "19-25 October", + pages = "3440--3446" +} + +@article{tdcReview, + author = "J. Kalisz", + title = "Review of methods for time interval measurements with picosecond resolution", + journal = "Metrologia", + volume = "41", + number = "1", + pages = "17--32", + url = "http://iopscience.iop.org/0026-1394/41/1/004", + year = "2004" +} + +@article{tdcFaRef, + author = "J. Song and Q. An and S. Liu", + title = "A high-resolution time-to-digital converter implemented in field-programmable-gate-array", + year = "2006", + journal = "IEEE Transactions on Nuclear Science", + volume = "53", + number = "1", + month = "February", + pages = "236--241", + url = "http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5738332" +} + +@manual{tdcFpgaHb, + title = "LatticeECP2/M family handbook", + organization = "Lattice Semiconductor Corporation", + note = "HB1003 Version 04.3", + month = "March", + year = "2009", + url = "http://www.latticesemi.com/documents/HB1003.pdf" +} + +@Misc{penschuck12, + author = {Penschuck, Manuel}, + title = {Development and Implementation of +a Central Trigger System for TrbNet-based systems}, + howpublished = {Bachelor Thesis, Uni Frankfurt}, + year = 2012, +} + + diff --git a/figures/padiwa.jpg b/figures/padiwa.jpg new file mode 100644 index 0000000..115b3aa Binary files /dev/null and b/figures/padiwa.jpg differ diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..c839f4d --- /dev/null +++ b/main.tex @@ -0,0 +1,166 @@ +\documentclass[11pt,a4paper,twoside]{scrartcl} %twoside + +\usepackage[left=3.5cm,right=3cm,top=2.5cm,bottom=2.5cm,includeheadfoot]{geometry} + + +\usepackage[utf8]{inputenc} +\usepackage{amsfonts} +\usepackage[american]{babel} +\usepackage[T1]{fontenc} +\usepackage[pdftex]{graphicx} +\usepackage{pslatex} +\usepackage{xcolor} +\usepackage{array} +\usepackage{rotating} +\usepackage{multirow} +\usepackage{tabularx} +\usepackage{url} +\linespread{1.15} +\usepackage{booktabs} +\usepackage{longtable} +\usepackage{ltxtable} +\usepackage{upgreek} +\usepackage{listings} +\usepackage{scrtime} +\usepackage{lscape} +\usepackage{enumerate} +\usepackage{textcomp} +\usepackage{wrapfig} +\usepackage[caption=false]{subfig} +\usepackage{amsmath} +\usepackage{setspace} +\usepackage[update,prepend]{epstopdf} + +\definecolor{darkblue}{rgb}{.1,.1,.6} +\usepackage[linkbordercolor={0 0 0}, + pdfborder={0 0 0}, + bookmarks, + citecolor=blue, + linkcolor=darkblue, + colorlinks=true, + urlcolor=darkblue]{hyperref} +\usepackage{cite} + +\newcolumntype{W}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} +\newcolumntype{L}{>{\arraybackslash}X} +\newcolumntype{C}{>{\centering\arraybackslash}X} + +\usepackage{fancyhdr} +\pagestyle{headings}%{fancy} +\fancyhf{} +\fancyhead[R]{\nouppercase{\leftmark}} +\renewcommand{\headrulewidth}{0.5pt} +\fancyfoot[C]{\thepage} +%\renewcommand{\footrulewidth}{0} +%\usepackage[sort,square]{natbib} +%\usepackage{mathptmx} +%\usepackage{pslatex} + +\newenvironment{itemize*}% + {\begin{itemize}% + \setlength{\itemsep}{0pt}% + \setlength{\parskip}{0pt}% + \setlength{\topsep}{1pt}% + \setlength{\partopsep}{1pt}}% + {\end{itemize}} + +\newenvironment{description*}% + {\begin{description}% + \setlength{\itemsep}{0pt}% + \setlength{\parskip}{0pt}% + \setlength{\topsep}{1pt}% + \setlength{\partopsep}{1pt}}% + {\end{description}} + +\title{A Users Guide\\for the PaDiWa Front-Ends} +\date{\today ~-~\thistime} +\author{Wolfgang König, Jan Michel, Andreas Neiser, Michael Traxler} + + +\newcommand{\files}[1]{\texttt{#1}} +\newcommand{\signal}[1]{\textsc{#1}} +\newcommand{\genericname}[1]{\textsc{#1}} +\newcommand{\constname}[1]{\textsc{#1}} +\newcommand{\netname}[1]{\textsc{#1}} +\newcommand{\cmdname}[1]{\texttt{#1}} +\newcommand{\addr}[1]{\texttt{#1}} +\bibliographystyle{alpha} + +\usepackage{remreset} +\makeatletter\@removefromreset{footnote}{chapter}\makeatother + +%\lstset{morecomment=[l]{//}, +%morecomment=[s]{/*}{*/}, +%morecomment=[n]{(*}{*)}, +%morestring=[b]'', +%morestring=[d]’} + + + +\lstset { language = bash, numbers = none, breaklines=true, stringstyle=\color{black}\ttfamily } + +% \lstset{ language = bash, +% numbers =left, +% stepnumber =1, +% frame =none, +% linewidth = \textwidth, +% captionpos=b, +% breaklines=true +% basicstyle=\small, +% identifierstyle=\small, +% stringstyle=\small, +% numberstyle=\small, +% fontadjust=false} + +\begin{document} +\newcounter{line} +\newcounter{ct} + +\maketitle + +\vspace*{\fill} +\begin{figure}[htp] + \centering + \includegraphics[width=\textwidth]{figures/padiwa} + \caption{PaDiWa Discriminator Front-End Board.} +\end{figure} +\vspace*{\fill} +\clearpage +\tableofcontents + +\cleardoublepage +\part{General Remarks} + \section{Description} + \section{Modifications: Available and Planned} + +\cleardoublepage + +\part{Hardware} + \section{Building Blocks} + \section{Schematics / Documentation} + \section{Troubleshooting} + +\cleardoublepage + +\part{Firmware} + \section{Flash ROM} + \section{Temperature Compensation} + +\cleardoublepage + +\part{Measurements / Tests} + \section{Temperature Compensation} + \section{Padiwa: Timings} + \section{Padiwa Amps: Charge and Timings} + + +\cleardoublepage + +\bibliography{biblio} + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: