4410: add electrical characteristics
This commit is contained in:
parent
da7058d442
commit
6ef53abe0e
43
4410.tex
43
4410.tex
|
@ -4,6 +4,7 @@
|
||||||
\usepackage{minted}
|
\usepackage{minted}
|
||||||
\usepackage{tcolorbox}
|
\usepackage{tcolorbox}
|
||||||
\usepackage{etoolbox}
|
\usepackage{etoolbox}
|
||||||
|
\usepackage{makecell}
|
||||||
\BeforeBeginEnvironment{minted}{\begin{tcolorbox}[colback=white]}%
|
\BeforeBeginEnvironment{minted}{\begin{tcolorbox}[colback=white]}%
|
||||||
\AfterEndEnvironment{minted}{\end{tcolorbox}}%
|
\AfterEndEnvironment{minted}{\end{tcolorbox}}%
|
||||||
|
|
||||||
|
@ -302,7 +303,47 @@ Urukul comes with either AD9910 or AD9912 chips.
|
||||||
\onecolumn
|
\onecolumn
|
||||||
|
|
||||||
\section{Electrical Specifications}
|
\section{Electrical Specifications}
|
||||||
TODO
|
\begin{table}[h]
|
||||||
|
\begin{threeparttable}
|
||||||
|
\caption{Electrical Characteristics}
|
||||||
|
\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
|
||||||
|
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 & \\
|
||||||
|
\hline
|
||||||
|
RF switch & & & & & &\\
|
||||||
|
\hspace{3mm} Rise to 90\% & $t_{on}$ & & 100 & & ns & \\
|
||||||
|
\hspace{3mm} Isolation & & & 70 & & dB & \\
|
||||||
|
\hspace{3mm} Turn-on chirp & $\gamma$ & & & 0.1 & deg/s & Excluding the first $\mu$s\\
|
||||||
|
\hline
|
||||||
|
Crosstalk & & & -84 & & dB & victim RF switch opened \\
|
||||||
|
& & & -110 & & dB & victim RF switch closed \\
|
||||||
|
\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\\}\\
|
||||||
|
& & & -85 & & dBc/Hz & 0.1 Hz \\
|
||||||
|
& & & -95 & & dBc/Hz & 1 Hz \\
|
||||||
|
& & & -107 & & dBc/Hz & 10 Hz \\
|
||||||
|
& & & -116 & & dBc/Hz & 100 Hz \\
|
||||||
|
& & & -126 & & dBc/Hz & 1 kHz \\
|
||||||
|
& & & -133 & & dBc/Hz & 10 kHz \\
|
||||||
|
& & & -135 & & dBc/Hz & 100 kHz \\
|
||||||
|
& & & -128 & & dBc/Hz & 1 MHz \\
|
||||||
|
& & & -149 & & dBc/Hz & 10 MHz \\
|
||||||
|
\hline
|
||||||
|
\thickhline
|
||||||
|
\end{tabularx}
|
||||||
|
\end{threeparttable}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
\section{Example ARTIQ code}
|
\section{Example ARTIQ code}
|
||||||
The sections below demonstrate simple usage scenarios of the 4410 Urukul card with the ARTIQ control system.
|
The sections below demonstrate simple usage scenarios of the 4410 Urukul card with the ARTIQ control system.
|
||||||
|
|
Loading…
Reference in New Issue