diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-19 09:50:08 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-23 11:13:09 +0100 |
commit | 38164fb54d0116abf8df4eb2e2df9c1a892c64af (patch) | |
tree | d625d6e56e67a8abaa65e8d48f3d0e34bd1b5c61 /host/lib/usrp/common/ad9361_driver/ad9361_device.h | |
parent | 9c3cdb6ee831f164e5a8734a71ad3cd5543719ac (diff) | |
download | uhd-38164fb54d0116abf8df4eb2e2df9c1a892c64af.tar.gz uhd-38164fb54d0116abf8df4eb2e2df9c1a892c64af.tar.bz2 uhd-38164fb54d0116abf8df4eb2e2df9c1a892c64af.zip |
ad9361: More check for interpolation/decim ratios
Diffstat (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_device.h')
-rw-r--r-- | host/lib/usrp/common/ad9361_driver/ad9361_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_device.h b/host/lib/usrp/common/ad9361_driver/ad9361_device.h index fead90424..ca83f3037 100644 --- a/host/lib/usrp/common/ad9361_driver/ad9361_device.h +++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.h @@ -74,7 +74,7 @@ public: private: //Methods void _program_fir_filter(direction_t direction, int num_taps, boost::uint16_t *coeffs); void _setup_tx_fir(size_t num_taps, boost::int32_t interpolation); - void _setup_rx_fir(size_t num_taps, boost::int32_t interpolation); + void _setup_rx_fir(size_t num_taps, boost::int32_t decimation); void _calibrate_lock_bbpll(); void _calibrate_synth_charge_pumps(); double _calibrate_baseband_rx_analog_filter(); |