4410-4412: separate RAM SYNC example
This commit is contained in:
parent
9251da4ce0
commit
bc4e11cdf6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue