mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-16 04:13:31 +01:00
Thesis: Beacon: moved tProp into RadioInter chapter
This commit is contained in:
parent
0e53c270da
commit
53c1b2fe81
1 changed files with 42 additions and 39 deletions
|
@ -56,49 +56,52 @@ Before going in-depth on the synchronisation using either of such beacons, the s
|
||||||
% <<<<
|
% <<<<
|
||||||
% time delay
|
% time delay
|
||||||
An in-band solution for synchronising the detectors is effectively a reversal of the method of interferometry in Section~\ref{sec:interferometry}.
|
An in-band solution for synchronising the detectors is effectively a reversal of the method of interferometry in Section~\ref{sec:interferometry}.
|
||||||
The distance between the transmitter $T$ and the antenna $A_i$ incur a time delay $(\tProp)_i$ caused by the finite propagation speed of the radio signal.
|
The distance between the transmitter $T$ and the antenna $A_i$ incur a time delay $(\tProp)_i$ caused by the finite propagation speed of the radio signal (see \eqref{eq:propagation_delay}).
|
||||||
\\
|
\\
|
||||||
|
|
||||||
Since the signal is an electromagnetic wave, its instantaneous velocity $v$ depends solely on the refractive index~$n$ of the medium as $v = \frac{c}{n}$.
|
\Todo{continuity}
|
||||||
In general, the refractive index of air is dependent on factors such as the pressure and temperature of the air the signal is passing through and the frequencies of the signal.
|
|
||||||
However, in many cases, the refractive index can be taken constant over the trajectory to simplify models.
|
|
||||||
|
|
||||||
%\begin{figure}%<<<
|
%Since the signal is an electromagnetic wave, its instantaneous velocity $v$ depends solely on the refractive index~$n$ of the medium as $v = \frac{c}{n}$.
|
||||||
% \centering
|
%In general, the refractive index of air is dependent on factors such as the pressure and temperature of the air the signal is passing through and the frequencies of the signal.
|
||||||
% \begin{subfigure}{0.49\textwidth}%<<<
|
%However, in many cases, the refractive index can be taken constant over the trajectory to simplify models.
|
||||||
% %\centering
|
%
|
||||||
% \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{beacon/antenna_setup_two.pdf}
|
%%\begin{figure}%<<<
|
||||||
% \caption{
|
%% \centering
|
||||||
% Schematic of two antennas ($A_i$) at different distances from a transmitter ($T$).
|
%% \begin{subfigure}{0.49\textwidth}%<<<
|
||||||
% Each distance incurs a specific time delay $(\tProp)_i$.
|
%% %\centering
|
||||||
% The maximum time delay difference for these antennas is proportional to the baseline distance (green line).
|
%% \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{beacon/antenna_setup_two.pdf}
|
||||||
% \protect \Todo{use `real' transmitter and radio for schematic}
|
%% \caption{
|
||||||
% }
|
%% Schematic of two antennas ($A_i$) at different distances from a transmitter ($T$).
|
||||||
% \label{fig:beacon_spatial_setup}
|
%% Each distance incurs a specific time delay $(\tProp)_i$.
|
||||||
% \end{subfigure}%>>>
|
%% The maximum time delay difference for these antennas is proportional to the baseline distance (green line).
|
||||||
% \begin{subfigure}{0.49\textwidth}%<<<
|
%% \protect \Todo{use `real' transmitter and radio for schematic}
|
||||||
% %\centering
|
%% }
|
||||||
% \includegraphics[width=\textwidth]{beacon/auger/1512.02216.figure2.beacon_beat.png}
|
%% \label{fig:beacon_spatial_setup}
|
||||||
% \caption{
|
%% \end{subfigure}%>>>
|
||||||
% From Ref~\cite{PierreAuger:2015aqe}.
|
%% \begin{subfigure}{0.49\textwidth}%<<<
|
||||||
% The beacon signal that the \gls{Auger} has employed in \gls{AERA}.
|
%% %\centering
|
||||||
% The beating between 4 frequencies gives a total period of $1.1\us$ (indicated by the arrows).
|
%% \includegraphics[width=\textwidth]{beacon/auger/1512.02216.figure2.beacon_beat.png}
|
||||||
% With a synchronisation uncertainty below $100\ns$ from the \gls{GNSS}, it fully resolves the period degeneracy.
|
%% \caption{
|
||||||
% \protect \Todo{incorporate into text}
|
%% From Ref~\cite{PierreAuger:2015aqe}.
|
||||||
% }
|
%% The beacon signal that the \gls{Auger} has employed in \gls{AERA}.
|
||||||
% \label{fig:beacon:pa}
|
%% The beating between 4 frequencies gives a total period of $1.1\us$ (indicated by the arrows).
|
||||||
% \end{subfigure}%>>>
|
%% With a synchronisation uncertainty below $100\ns$ from the \gls{GNSS}, it fully resolves the period degeneracy.
|
||||||
%\end{figure}%>>>
|
%% \protect \Todo{incorporate into text}
|
||||||
|
%% }
|
||||||
As such, the time delay due to the propagation from the transmitter to an antenna can be written as
|
%% \label{fig:beacon:pa}
|
||||||
\begin{equation}\label{eq:propagation_delay}% <<<
|
%% \end{subfigure}%>>>
|
||||||
\phantom{,}
|
%%\end{figure}%>>>
|
||||||
(\tProp)_i = \frac{ \left|{ \vec{x}_{T} - \vec{x}_{A_i} }\right| }{c} n_\mathrm{eff}
|
%
|
||||||
,
|
%As such, the time delay due to the propagation from the transmitter to an antenna can be written as
|
||||||
\end{equation}% >>>
|
%\begin{equation}\label{eq:propagation_delay}% <<<
|
||||||
where $n_\mathrm{eff}$ is the effective refractive index over the trajectory of the signal.
|
% \phantom{,}
|
||||||
\\
|
% (\tProp)_i = \frac{ \left|{ \vec{x}_{T} - \vec{x}_{A_i} }\right| }{c} n_\mathrm{eff}
|
||||||
|
% ,
|
||||||
|
%\end{equation}% >>>
|
||||||
|
%where $n_\mathrm{eff}$ is the effective refractive index over the trajectory of the signal.
|
||||||
|
%\\
|
||||||
|
|
||||||
|
\Todo{continuity}
|
||||||
If the time of emitting the signal at the transmitter $\tTrueEmit$ is known, this allows to directly synchronise the transmitter and an antenna since
|
If the time of emitting the signal at the transmitter $\tTrueEmit$ is known, this allows to directly synchronise the transmitter and an antenna since
|
||||||
\begin{equation}\label{eq:transmitter2antenna_t0}%<<<
|
\begin{equation}\label{eq:transmitter2antenna_t0}%<<<
|
||||||
\phantom{,}
|
\phantom{,}
|
||||||
|
|
Loading…
Reference in a new issue