mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
Rough outline for group presentation
This commit is contained in:
parent
2d78877b53
commit
84a021f396
2 changed files with 80 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
\documentclass[showdate=false]{beamer}
|
||||
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{.}{../../figures/}}
|
||||
|
||||
|
||||
\addtobeamertemplate{navigation symbols}{}{%
|
||||
\usebeamerfont{footline}%
|
||||
|
@ -8,15 +12,76 @@
|
|||
\insertframenumber
|
||||
}
|
||||
|
||||
%%%%%%%% Outline %%%%%%%%
|
||||
%
|
||||
% - Timing Mechanisms
|
||||
%
|
||||
% - White Rabbit
|
||||
%
|
||||
% - Fourier and Phase information
|
||||
%
|
||||
%
|
||||
|
||||
\title{}
|
||||
\title{Timing Accuracy in Air Shower Detectors}
|
||||
\date{February 03, 2022}
|
||||
\author{E.T. de Boone}
|
||||
|
||||
\begin{document}
|
||||
\frame{\titlepage}
|
||||
|
||||
\begin{frame}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Timing Mechanisms in Detectors}
|
||||
\begin{frame}{Timing Mechanisms}
|
||||
\begin{block}{Timing Mechanisms}
|
||||
\begin{itemize}
|
||||
\item GNSS (online)
|
||||
\item Beacon (offline)
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
\begin{block}{}
|
||||
\begin{itemize}
|
||||
\item More accurate reference timing needed to characterise/improve current mechanisms.
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Timing Mechanisms: GNSS}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Timing Mechanisms: Beacon}
|
||||
\end{frame}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Experimental Setup: White Rabbit}
|
||||
\begin{frame}{White Rabbit}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Precision Time Protocol}
|
||||
\end{frame}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Fourier and Phase information}
|
||||
\begin{frame}{Discrete Fourier and Phase}
|
||||
\begin{block}{}
|
||||
\begin{equation*}
|
||||
N_{required} = f_{sample\_rate} / f_{signal}
|
||||
\end{equation*}
|
||||
\end{block}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Phase reconstruction??}
|
||||
\begin{figure}
|
||||
\makebox[\textwidth][c]{\includegraphics[width=1.4\textwidth]{fourier/02-fourier_phase-phi_f_vs_phi_t.pdf}}%
|
||||
\end{figure}
|
||||
\end{frame}
|
||||
\begin{frame}{Phase reconstruction??}
|
||||
\begin{block}{}
|
||||
\begin{equation*}
|
||||
A_1 / A_2
|
||||
\end{equation*}
|
||||
\end{block}
|
||||
\begin{figure}
|
||||
\makebox[\textwidth][c]{\includegraphics[width=1.4\textwidth]{fourier/02-fourier_phase-relative_amplitudes_vs_N_samples.pdf}}%
|
||||
\end{figure}
|
||||
\end{frame}
|
||||
\end{document}
|
||||
|
|
|
@ -1,4 +1,16 @@
|
|||
# Short Presentation on current status
|
||||
|
||||
Mostly to show what I've been doing uptil now.
|
||||
Maybe short description of experimental setup?
|
||||
Add short description of experimental setup?
|
||||
|
||||
|
||||
### Outline
|
||||
* Timing Mechanisms (GNSS, Beacon)
|
||||
|
||||
* White Rabbit as reference timing mechanism
|
||||
* White Rabbit
|
||||
* PTP
|
||||
|
||||
* Fourier and Phase information
|
||||
* precise measurement $N_{sample} = N_{required}$
|
||||
* imprecise measurement $N_{sample} != N_{required}$
|
||||
|
|
Loading…
Reference in a new issue