diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-23 19:49:25 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-23 19:49:25 +0100 |
commit | 91ae742f513515f88484f281c52414cd7ec78721 (patch) | |
tree | b6f06d101a41246b642b14c33706d07b0687b235 /host/lib/usrp/common/ad9361_driver/ad9361_device.h | |
parent | e97c4c72d88d3b5b0744c1f76813c9950fe6f820 (diff) | |
parent | 3807f816068abca5dbe0ca6c54a251dea270a11a (diff) | |
download | uhd-91ae742f513515f88484f281c52414cd7ec78721.tar.gz uhd-91ae742f513515f88484f281c52414cd7ec78721.tar.bz2 uhd-91ae742f513515f88484f281c52414cd7ec78721.zip |
Merge branch 'maint'
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 b178e46cc..8f64922f8 100644 --- a/host/lib/usrp/common/ad9361_driver/ad9361_device.h +++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.h @@ -80,7 +80,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(); |