From bc4e11cdf6359667a533fbc8a56839e8e91e3cc8 Mon Sep 17 00:00:00 2001 From: occheung Date: Wed, 22 Dec 2021 17:17:03 +0800 Subject: [PATCH] 4410-4412: separate RAM SYNC example --- 4410-4412.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/4410-4412.tex b/4410-4412.tex index 83baeba..5cbddfc 100644 --- a/4410-4412.tex +++ b/4410-4412.tex @@ -620,6 +620,7 @@ Urukul was operated with a 50$\Omega$ termination to produce the waveform. \newpage +\subsection{RAM Synchronization (AD9910 Only)} Multiple RAM channels can also be synchronized. Similar to the 10 MHz single-tone RF signals, specify \texttt{phase} when calling \texttt{dds.set()} in \texttt{configure\char`_ram\char`_mode}. For example, set phase to 0 for the channels (\texttt{phase=0.0}). @@ -642,7 +643,7 @@ def run(self): self.configure_ram_mode(self.dds0) self.configure_ram_mode(self.dds1) \end{minted} -Two phase-coherent RF signal with the same waveform as the previous figure should be generated. +Two phase-coherent RF signal with the same waveform as the previous figure (from either RAM examples) should be generated. \newpage