Author: gnychis
Date: 2007-07-31 11:17:51 -0600 (Tue, 31 Jul 2007)
New Revision: 6090

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
Log:
Resetting the TX test back to 10M


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
   2007-07-31 04:04:45 UTC (rev 6089)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/apps/test_usrp_inband_tx.cc
   2007-07-31 17:17:51 UTC (rev 6090)
@@ -121,7 +121,7 @@
   // Specify the RBF to use
   pmt_dict_set(usrp_dict,
                pmt_intern("rbf"),
-               pmt_intern("last3.rbf"));
+               pmt_intern("fixed1.rbf"));
 
   // Set TX and RX interpolations
   pmt_dict_set(usrp_dict,
@@ -134,7 +134,7 @@
   
   pmt_dict_set(usrp_dict,
                pmt_intern("rf-freq"),
-               pmt_from_long(24e8));
+               pmt_from_long(10e6));
 
   define_component("server", "usrp_server", usrp_dict);
 



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to