mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
103 lines
2.8 KiB
TeX
103 lines
2.8 KiB
TeX
\documentclass[showdate=false]{beamer}
|
|
|
|
\usepackage[british]{babel}
|
|
\usepackage{amsmath}
|
|
\usepackage{hyperref}
|
|
\usepackage[backend=bibtex,style=trad-plain]{biblatex}
|
|
\usepackage{graphicx}
|
|
\graphicspath{{.}{../../figures/}}
|
|
|
|
\addbibresource{../../../bibliotheca/bibliography.bib}
|
|
|
|
% Disable Captions
|
|
\setbeamertemplate{caption}{\raggedright\small\insertcaption\par}
|
|
|
|
% Show Section overview at beginning of section
|
|
%\AtBeginSection[]
|
|
%{
|
|
% \begin{frame}<beamer>{Table of Contents}
|
|
% \tableofcontents[currentsection, currentsubsection, sectionstyle=show/shaded, subsectionstyle=hide]
|
|
% \end{frame}
|
|
%}
|
|
|
|
% no to navigation, yes to frame numbering
|
|
\beamertemplatenavigationsymbolsempty
|
|
\setbeamerfont{page number in head/foot}{size=\normalsize}
|
|
\setbeamertemplate{footline}[frame number]
|
|
|
|
\title[Grand DU]{Channel delays in the Grand Digitizer}
|
|
\date{May 31, 2022}
|
|
\author{E.T. de Boone}
|
|
|
|
\begin{document}
|
|
\frame{\titlepage}
|
|
|
|
\begin{frame}{Wireless time distribution}
|
|
\begin{block}{Current Timing Methods}
|
|
\begin{itemize}
|
|
\item GNSS (online)
|
|
\item Beacon (online/offline)
|
|
\end{itemize}
|
|
\end{block}
|
|
\vspace{2em}
|
|
\begin{itemize}
|
|
\item GPS Accuracy $\leq 30 \mathrm{ns}$ for $95$\% time (often better)
|
|
\item Total time accuracy in the order of 5 -- 10~ns
|
|
\end{itemize}
|
|
\vspace{2em}
|
|
\begin{alertblock}{Grand Digitizer Unit}
|
|
\begin{itemize}
|
|
\item Both GNSS and Beacon,
|
|
\item Maybe test GNSS with Beacon?
|
|
\end{itemize}
|
|
\end{alertblock}
|
|
\end{frame}
|
|
|
|
\section{Channel Delays in the GRAND DU}
|
|
\begin{frame}{Grand DU before ADC}
|
|
\begin{columns}
|
|
\begin{column}{0.5\textwidth}
|
|
\begin{block}{GRAND Digitizer Unit}
|
|
\begin{itemize}
|
|
\item Four channel ADC
|
|
\item Per-channel Filterchain (might introduce delays)
|
|
\end{itemize}
|
|
\end{block}
|
|
\end{column}
|
|
\begin{column}{0.5\textwidth}
|
|
\begin{figure}
|
|
\includegraphics[width=1\textwidth]{grand/setup/antenna-to-adc.pdf}
|
|
\caption{
|
|
Antennae to the four-channel ADC
|
|
}
|
|
\end{figure}
|
|
\end{column}
|
|
\end{columns}
|
|
\end{frame}
|
|
\begin{frame}{Channel Delays Setup}
|
|
\begin{block}{Channel Delay Setup}
|
|
Single input into two channels
|
|
$\mapsto$ delays due to cabling and filterchain
|
|
\\
|
|
Use correlation or phase differences to determine delay
|
|
\end{block}
|
|
\only<1>{\begin{figure}
|
|
\includegraphics[width=0.8\textwidth]{grand/setup/channel-delay-setup.pdf}
|
|
\caption{Single input to two channels}
|
|
\end{figure}}
|
|
\only<2>{\begin{block}{What signal to put in?}
|
|
\begin{itemize}
|
|
\item Sine $\mapsto$ single frequency response of chain
|
|
\item Pulse $\mapsto$ multiple frequencies to compare
|
|
\end{itemize}
|
|
\end{block}}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Channel Delays Result}
|
|
\begin{figure}
|
|
\includegraphics[width=\textwidth]{grand/split-cable-delays/split-cable-delays-ch1ch4.pdf}
|
|
\end{figure}
|
|
\end{frame}
|
|
|
|
%%%%%%%%%%%%%
|
|
\end{document}
|