diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-10-13 17:39:03 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-10-13 17:39:03 -0700 |
commit | 9e73914791be936216ea11eea9bd38061ef5f323 (patch) | |
tree | 4c5d9420494c55c88cfdb11432c1744590dadf6d /host/utils/uhd_cal_rx_iq_balance.cpp | |
parent | 11bdf9e8a5342d54947d4aace0ce93f8808727d9 (diff) | |
download | uhd-9e73914791be936216ea11eea9bd38061ef5f323.tar.gz uhd-9e73914791be936216ea11eea9bd38061ef5f323.tar.bz2 uhd-9e73914791be936216ea11eea9bd38061ef5f323.zip |
utils: Minor doc fix (amplitudes are not in counts)
Diffstat (limited to 'host/utils/uhd_cal_rx_iq_balance.cpp')
-rw-r--r-- | host/utils/uhd_cal_rx_iq_balance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/uhd_cal_rx_iq_balance.cpp b/host/utils/uhd_cal_rx_iq_balance.cpp index 2414ef007..99a5abdda 100644 --- a/host/utils/uhd_cal_rx_iq_balance.cpp +++ b/host/utils/uhd_cal_rx_iq_balance.cpp @@ -116,7 +116,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]) ("verbose", "enable some verbose") ("args", po::value<std::string>(&args)->default_value(""), "Device address args [default = \"\"]") ("subdev", po::value<std::string>(&subdev), "Subdevice specification (default: first subdevice, often 'A')") - ("tx_wave_ampl", po::value<double>(&tx_wave_ampl)->default_value(0.7), "Transmit wave amplitude in counts") + ("tx_wave_ampl", po::value<double>(&tx_wave_ampl)->default_value(0.7), "Transmit wave amplitude") ("tx_offset", po::value<double>(&tx_offset)->default_value(.9344e6), "TX LO offset from the RX LO in Hz") ("freq_start", po::value<double>(&freq_start), "Frequency start in Hz (do not specify for default)") ("freq_stop", po::value<double>(&freq_stop), "Frequency stop in Hz (do not specify for default)") |