4410: add recommended env

This commit is contained in:
occheung 2021-12-01 16:13:44 +08:00
parent 5c18e9267d
commit cf9d395947
1 changed files with 60 additions and 10 deletions

View File

@ -4,7 +4,6 @@
\usepackage{minted}
\usepackage{tcolorbox}
\usepackage{etoolbox}
\usepackage{makecell}
\BeforeBeginEnvironment{minted}{\begin{tcolorbox}[colback=white]}%
\AfterEndEnvironment{minted}{\end{tcolorbox}}%
@ -47,7 +46,7 @@
\begin{itemize}
\item{Agile local oscillator (LO) frequency synthesis.}
\item{Programmable clock generators.}
\item{FM chirp source for radar and scanning systems.}
\item{Fast frequency hopping.}
\end{itemize}
\section{General Description}
@ -307,6 +306,59 @@ Urukul comes with either AD9910 or AD9912 chips.
\onecolumn
\section{Electrical Specifications}
\begin{table}[h]
\begin{threeparttable}
\caption{Recommended Operating Conditions}
\begin{tabularx}{\textwidth}{l | c | c c c | c | X}
\thickhline
\textbf{Parameter} & \textbf{Symbol} & \textbf{Min.} & \textbf{Typ.} & \textbf{Max.} &
\textbf{Unit} & \textbf{Conditions} \\
\hline
Clock input & & & & & &\\
\hspace{3mm} Input frequency & & 10 & & 1000 & MHz & PLL disabled \\
& & 3.2 & & 60 & MHz & AD9910, PLL enabled, no clock division \\
& & 12.8 & & 240 & MHz & AD9910, PLL enabled, 4x clock division \\
& & 11 & & 200 & MHz & AD9912, PLL enabled, no clock division \\
& & 44 & & 800 & MHz & AD9912, PLL enabled, 4x clock division \\
\hspace{3mm} Nominal input power & & & 10 & & dBm & \\
\hline
Air flow & & 50 & & & cm/s & \\
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
\begin{table}[h]
\begin{threeparttable}
\caption{RF Output Specifications}
\begin{tabularx}{\textwidth}{l | c | c c c | c | X}
\thickhline
\textbf{Parameter} & \textbf{Symbol} & \textbf{Min.} & \textbf{Typ.} & \textbf{Max.} &
\textbf{Unit} & \textbf{Conditions} \\
\hline
Nominal power & & & & 10 & dBm & 13 dBm P1dB\\
\hline
Frequency & & 1 & & 400 & MHz & \\
\hline
Attenuation & & -31.5 & & 0 & dB & \\
\hline
Resolution & & & & & & \\
\hspace{3mm} Frequency & & & 0.25 & & Hz & AD9910 \\
& & & 8 & & $\mu$Hz & AD9912 \\
\hspace{3mm} Phase offset & & & 16 & & bits & AD9910 \\
& & & 14 & & bits & AD9912 \\
\hspace{3mm} Digital amplitude & & & 14 & & bits & AD9910 \\
\hspace{3mm} DAC full scale current & & & 8 & & bits & AD9910 \\
& & & 10 & & bits & AD9912 \\
\hspace{3mm} Temporal (I/O Update) & & & 4 & & ns & \\
\hspace{3mm} Attenuation & & & 0.5 & & dB & \\
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
All performance data are produced using 1 GHz PLL unless otherwise noted.
\begin{table}[h]
\begin{threeparttable}
\caption{Electrical Characteristics}
@ -315,13 +367,7 @@ Urukul comes with either AD9910 or AD9912 chips.
\textbf{Parameter} & \textbf{Symbol} & \textbf{Min.} & \textbf{Typ.} & \textbf{Max.} &
\textbf{Unit} & \textbf{Conditions} \\
\hline
Output power & $P$ & -19 & & 12.5 & dBm & \\
\hline
Output frequency & $f$ & 1 & & 400 & MHz & \\
\hline
Digital attenuator & & & & & &\\
\hspace{3mm} Range & & -31.5 & & 0 & dB & \\
\hspace{3mm} Glitch duration & & & 100 & & ns & \\
Attenuator glitch duration & & & 100 & & ns & \\
\hline
RF switch & & & & & &\\
\hspace{3mm} Rise to 90\% & $t_{on}$ & & 100 & & ns & \\
@ -333,7 +379,7 @@ Urukul comes with either AD9910 or AD9912 chips.
\hline
Cross-channel-intermodulation & & & -90 & & dB & \\
\hline
Phase noise & $\mathcal{L}(f)$ & & & & & \makecell[l]{100 MHz ref in, \\1 GHz DDS PLL, \\81 MHz output\\}\\
Phase noise & $\mathcal{L}(f)$ & & & & & 100 MHz ref in, 81 MHz output\\
& & & -85 & & dBc/Hz & 0.1 Hz \\
& & & -95 & & dBc/Hz & 1 Hz \\
& & & -107 & & dBc/Hz & 10 Hz \\
@ -344,11 +390,15 @@ Urukul comes with either AD9910 or AD9912 chips.
& & & -128 & & dBc/Hz & 1 MHz \\
& & & -149 & & dBc/Hz & 10 MHz \\
\hline
Power consumption (AD9910) & & & 7 & & W & 4x 400 MHz, 10.5 dBm, 52\degree C\\
Power consumption (AD9912) & & & 6.5 & & W & 4x 400 MHz, 10.5 dBm, 52\degree C\\
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
\newpage
\section{Example ARTIQ code}
The sections below demonstrate simple usage scenarios of the 4410 Urukul card with the ARTIQ control system.
They do not exhaustively demonstrate all the features of the ARTIQ system.