commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: gnychis
Subject: [Commit-gnuradio] r6090 - gnuradio/branches/developers/gnychis/inband/usrp/host/apps
Date: Tue, 31 Jul 2007 11:17:53 -0600 (MDT)

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);
 





reply via email to

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