Advertisement
Guest User

Untitled

a guest
Jun 18th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. diff --git a/host/lib/usrp/dboard/db_xcvr2450.cpp b/host/lib/usrp/dboard/db_xcvr2450.cpp
  2. index 0fdad0d..9d0033a 100644
  3. --- a/host/lib/usrp/dboard/db_xcvr2450.cpp
  4. +++ b/host/lib/usrp/dboard/db_xcvr2450.cpp
  5. @@ -291,7 +291,7 @@ xcvr2450::xcvr2450(ctor_args_t args) : xcvr_dboard_base(args){
  6. this->get_tx_subtree()->create<bool>("enabled")
  7. .set(true); //always enabled
  8. this->get_tx_subtree()->create<bool>("use_lo_offset")
  9. - .set(true);
  10. + .set(false);
  11. this->get_tx_subtree()->create<double>("bandwidth/value")
  12. .coerce(boost::bind(&xcvr2450::set_tx_bandwidth, this, _1)) //complex bandpass bandwidth
  13. .set(2.0*_tx_bandwidth); //_tx_bandwidth in lowpass, convert to complex bandpass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement