aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/dsp_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-13 14:30:32 -0700
committerJosh Blum <josh@joshknows.com>2011-06-15 16:03:19 -0700
commitb9a32f31acee6fc0852763f2f30d98206430d52b (patch)
treeee8b07fd7c8a2a88712bec2deea2924a3d8f3704 /host/lib/usrp/usrp2/dsp_impl.cpp
parent335e9ae544995ec98687438539d1f5704f3dceff (diff)
downloaduhd-b9a32f31acee6fc0852763f2f30d98206430d52b.tar.gz
uhd-b9a32f31acee6fc0852763f2f30d98206430d52b.tar.bz2
uhd-b9a32f31acee6fc0852763f2f30d98206430d52b.zip
usrp: added registers and mux calculation for fe work
Diffstat (limited to 'host/lib/usrp/usrp2/dsp_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/dsp_impl.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/usrp/usrp2/dsp_impl.cpp b/host/lib/usrp/usrp2/dsp_impl.cpp
index 03cdeae42..d9cde3f13 100644
--- a/host/lib/usrp/usrp2/dsp_impl.cpp
+++ b/host/lib/usrp/usrp2/dsp_impl.cpp
@@ -173,12 +173,6 @@ void usrp2_mboard_impl::ddc_set(const wax::obj &key_, const wax::obj &val, size_
//set the decimation
_iface->poke32(U2_REG_DSP_RX_DECIM(which_dsp), dsp_type1::calc_cic_filter_word(_dsp_impl->ddc_decim[which_dsp]));
-
- //set the scaling
- static const boost::int16_t default_rx_scale_iq = 1024;
- _iface->poke32(U2_REG_DSP_RX_SCALE_IQ(which_dsp),
- dsp_type1::calc_iq_scale_word(default_rx_scale_iq, default_rx_scale_iq)
- );
}
_device.update_xport_channel_mapping(); //rate changed -> update
return;