From 35352b4b9eeae6ad8d1d764c2c241eef60cc7d0f Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Thu, 16 Jun 2022 16:26:07 +0200 Subject: doc: Remove ZBX phase sync documentation The current ZBX documents how to use the phase sync feature. Because phase sync is not working yet, the documentation should be removed as well. --- host/docs/zbx.dox | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'host') diff --git a/host/docs/zbx.dox b/host/docs/zbx.dox index 727a00b7d..0ec7166aa 100644 --- a/host/docs/zbx.dox +++ b/host/docs/zbx.dox @@ -122,22 +122,6 @@ and one for "RX1". These LEDs behave as follows: | Green | Port is receiving | Port is receiving | | Red | Port is transmitting | N/A | -\section zbx_phase_alignment Phase Alignment - -Like the UBX and SBX daughterboards, the ZBX allows to be phase-aligned. This is -done by setting a command time before tuning the individual channels: -~~~{.cpp} -// Assume that `usrp` is a multi_usrp object -// 1) Set a command time in the future, e.g. 500ms from now: -usrp->set_command_time(usrp->get_time_now() + .5); -// 2) Tune to a new frequency on all channels, e.g., 2 GHz: -usrp->set_rx_freq(2e9); // The ALL_CHANS argument is implied here -// 3) Wait until we're past the command time: -std::this_thread::sleep_for(500ms); -// Channel phases are now at a deterministic offset. Repeating this procedure -// will lead to the same offset. -~~~ - \section zbx_pwr_cal Power Calibration The ZBX supports the UHD power API (see also \ref page_power). UHD ships with -- cgit v1.2.3