5108: formatting

This commit is contained in:
architeuthis 2025-01-29 19:27:23 +01:00
parent 8db4b80f92
commit 6de882e92d

View File

@ -12,30 +12,31 @@
\section{Features}
\begin{itemize}
\item{8-channel ADC}
\item{16-bits resolution}
\item{1.5 MSPS simultaneously on all channels}
\item{Full scale input voltage, $\pm$10mV to $\pm$10V}
\item{BNC connector}
\item{SMA breakout with 5528 SMA-IDC adapter}
\end{itemize}
\begin{itemize}
\item{8-channel ADC}
\item{16-bits resolution}
\item{1.5 MSPS simultaneously on all channels}
\item{Full scale input voltage, $\pm$10mV to $\pm$10V}
\item{BNC connector}
\item{SMA breakout with 5528 SMA-IDC adapter}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{Sample intermediate-frequency (IF) waveform}
\item{Monitor laser power with a photodiode}
\item{Synchronize laser frequencies with a phase frequency detector}
\item{Form a laser intensity servo with 4410 Urukul}
\end{itemize}
\begin{itemize}
\item{Sample intermediate-frequency (IF) waveform}
\item{Monitor laser power with a photodiode}
\item{Synchronize laser frequencies with a phase frequency detector}
\item{Form a laser intensity servo with 4410 Urukul}
\end{itemize}
\section{General Description}
The 5108 ADC Sampler is a 8hp EEM module, part of the ARTIQ/Sinara family. It adds analog-digital converting capabilities to carrier cards such as 1124 Kasli and 1125 Kasli-SoC.
It provides eight analog-to-digital channels, exposed by eight BNC connectors. Each channel supports input voltage ranges from \textpm 10mV to \textpm 10V. All channels can be sampled simultaneously. Channels can broken out to SMA by adding a 5528 SMA-IDC card.
The 5108 ADC Sampler is a 8hp EEM module, part of the ARTIQ/Sinara family. It adds analog-digital converting capabilities to carrier cards such as 1124 Kasli and 1125 Kasli-SoC.
5108 ADC Sampler provides a sample rate of 1.5 MSPS. However, the sample rate in practice is typically limited by the use of ARTIQ-Python kernel code.
It provides eight analog-to-digital channels, exposed by eight BNC connectors. Each channel supports input voltage ranges from \textpm 10mV to \textpm 10V. All channels can be sampled simultaneously. Channels can broken out to SMA by adding a 5528 SMA-IDC card.
5108 ADC Sampler provides a sample rate of 1.5 MSPS. However, the sample rate in practice is typically limited by the use of ARTIQ-Python kernel code.
% Switch to next column
\vfill\break
@ -493,27 +494,30 @@ Bandwidth of small signal and large signal input is shown below\repeatfootnote{s
\newpage
\begin{multicols}{2}
\section{Configuring Termination}
\begin{multicols}{2}
The input termination must be configured by setting physical switches on the board. The termination switches are found at the middle left part of the card are by-channel. Switching the termination switches on adds a 50\textOmega~termination between the differential input signals.
Regardless of switch configurations, the differential input signals are separately terminated with 100k\textOmega~to the PCB ground.
The input termination must be configured by setting physical switches on the board. The termination switches are found at the middle left part of the card are by-channel. Switching the termination switches on adds a 50\textOmega~termination between the differential input signals.
\vspace*{\fill}
\columnbreak
\begin{center}
\centering
\includegraphics[height=1.7in]{sampler_switches.jpg}
\captionof{figure}{Position of switches}
\end{center}
\end{multicols}
Regardless of switch configurations, the differential input signals are separately terminated with 100k\textOmega~to the PCB ground.
\vspace*{\fill}
\columnbreak
\begin{center}
\centering
\includegraphics[height=1.7in]{sampler_switches.jpg}
\captionof{figure}{Position of switches}
\end{center}
\end{multicols}
\codesection{5108 ADC Sampler}
\subsection{Get input voltage}
The following example initializes the Sampler card with 1x gain on all ADC channels. At the end all ADC channels are sampled.
\subsection{Get input voltage}
\inputcolorboxminted{firstline=9,lastline=21}{examples/sampler.py}
The following example initializes the Sampler card with 1x gain on all ADC channels. At the end all ADC channels are sampled.
\inputcolorboxminted{firstline=9,lastline=21}{examples/sampler.py}
\newpage