aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/calibration.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-12-09 13:50:35 -0800
committerMartin Braun <martin.braun@ettus.com>2015-12-09 13:50:35 -0800
commit9a6f82eff99db3b8658f4ae6b27aba78e634b398 (patch)
tree3cd9ad0e192f8b53814383e982aa153005f8d7c6 /host/docs/calibration.dox
parent930035768259e5a53ba3aed47a17b2671a86704c (diff)
parent21df150ec873f15c4e85f9564b56586e3fe2afcf (diff)
downloaduhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.tar.gz
uhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.tar.bz2
uhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.zip
Merge branch 'maint'
Diffstat (limited to 'host/docs/calibration.dox')
-rw-r--r--host/docs/calibration.dox10
1 files changed, 6 insertions, 4 deletions
diff --git a/host/docs/calibration.dox b/host/docs/calibration.dox
index eecb7af5c..02ad41699 100644
--- a/host/docs/calibration.dox
+++ b/host/docs/calibration.dox
@@ -39,19 +39,19 @@ utilities:
UHD software installs the calibration utilities into
`<install-path>/bin`. **Disconnect** any external hardware from the
RF antenna ports, and run the following from the command line. Each
-utility will take several minutes to complete. :
+utility will take several minutes to complete:
uhd_cal_rx_iq_balance --verbose --args=<optional device args>
uhd_cal_tx_iq_balance --verbose --args=<optional device args>
uhd_cal_tx_dc_offset --verbose --args=<optional device args>
-See the output given by --help for more advanced options, such as:
+See the output given by `--help` for more advanced options, such as
manually choosing the frequency range and step size for the sweeps.
<b>Note:</b> Your daughterboard needs a serial number to run a calibration
utility. Some older daughterboards may not have a serial number. If this
is the case, run the following command to burn a serial number into the
-daughterboard's EEPROM: :
+daughterboard's EEPROM:
<install dir>/lib/uhd/utils/usrp_burn_db_eeprom --ser=<desired serial> --args=<optional device args>
@@ -76,7 +76,9 @@ recovered by the user.
\subsection ignore_cal_file Ignoring Calibration Files
-At runtime, the user can choose to ignore a daughterboard's calibration file by adding "ignore-cal-file" to the arguments. With the UHD API, it can be done as follows:
+At runtime, the user can choose to ignore a daughterboard's calibration file by
+adding "ignore-cal-file" to the arguments. With the UHD API, it can be done as
+follows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
uhd::device_addr_t hint;