Advertisement
Guest User

Untitled

a guest
Feb 24th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. diff --git a/host/lib/usrp/cores/tx_dsp_core_200.cpp b/host/lib/usrp/cores/tx_ds
  2. index 7f02d59..2faf7c2 100644
  3. --- a/host/lib/usrp/cores/tx_dsp_core_200.cpp
  4. +++ b/host/lib/usrp/cores/tx_dsp_core_200.cpp
  5. @@ -192,6 +192,8 @@ public:
  6. }
  7. else throw uhd::value_error("USRP TX cannot handle requested wire forma
  8.  
  9. + _host_extra_scaling /= stream_args.args.cast<double>("fullscale", 1.0);
  10. +
  11. this->update_scalar();
  12.  
  13. _iface->poke32(REG_TX_CTRL_FORMAT, format_word);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement