diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-29 11:16:42 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-29 11:16:42 -0700 |
commit | 7396b53e1bdd1aa5f9dcba760c8993a0cf620b6a (patch) | |
tree | 064f8d3f077ac4b16c8d35dbdfdf9ea7e4b842d3 /host/include | |
parent | 86fffe7f9ed78a682879dd56c26628256f89e6ae (diff) | |
download | uhd-7396b53e1bdd1aa5f9dcba760c8993a0cf620b6a.tar.gz uhd-7396b53e1bdd1aa5f9dcba760c8993a0cf620b6a.tar.bz2 uhd-7396b53e1bdd1aa5f9dcba760c8993a0cf620b6a.zip |
use bb_rate and if_rate to handle dxc io rates
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/tune_helper.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/utils/tune_helper.hpp b/host/include/uhd/utils/tune_helper.hpp index 828575c99..958d1eceb 100644 --- a/host/include/uhd/utils/tune_helper.hpp +++ b/host/include/uhd/utils/tune_helper.hpp @@ -30,7 +30,7 @@ namespace uhd{ * the given target frequency + the LO offset (when applicable). * The ddc cordic is setup to bring the IF down to baseband. * \param subdev the dboard subdevice object with properties - * \param ddc the ddc properties object (with "rate", "decim", "freq") + * \param ddc the ddc properties object (with "if_rate", "bb_rate", "freq") * \param target_freq the desired center frequency * \param lo_offset an offset for the subdevice IF from center * \return a tune result struct @@ -55,7 +55,7 @@ UHD_API tune_result_t tune_rx_subdev_and_ddc( * the given target frequency + the LO offset (when applicable). * The duc cordic is setup to bring the baseband up to IF. * \param subdev the dboard subdevice object with properties - * \param duc the duc properties object (with "rate", "interp", "freq") + * \param duc the duc properties object (with "if_rate", "bb_rate", "freq") * \param target_freq the desired center frequency * \param lo_offset an offset for the subdevice IF from center * \return a tune result struct |