commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7133 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r7133 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Wed, 12 Dec 2007 15:37:57 -0700 (MST)

Author: gnychis
Date: 2007-12-12 15:37:56 -0700 (Wed, 12 Dec 2007)
New Revision: 7133

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
Setting center frequency on both TX channels.

This assumes that both sides of the board use the same daughterboard.

Once C++ daughterboard support is complete, usrp_server should query for the
current daughterboards and make more intelligent decisions.


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
      2007-12-12 22:27:30 UTC (rev 7132)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
      2007-12-12 22:37:56 UTC (rev 7133)
@@ -303,7 +303,7 @@
     return;
   }
 
-  if(!d_utx->set_tx_freq (0,d_rf_freq)) {  // try setting center freq to 0
+  if(!d_utx->set_tx_freq (0,d_rf_freq) || !d_utx->set_tx_freq(1,d_rf_freq)) {  
// try setting center freq to 0
     if (verbose)
       std::cout << "[USRP_USB_INTERFACE] Failed to set center frequency on 
TX\n";
     reply_data = pmt_list2(invocation_handle, PMT_F);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]