commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6618 - gnuradio/branches/developers/gnychis/inband-pr


From: gnychis
Subject: [Commit-gnuradio] r6618 - gnuradio/branches/developers/gnychis/inband-profiling/usrp/host/apps-inband
Date: Thu, 11 Oct 2007 13:50:52 -0600 (MDT)

Author: gnychis
Date: 2007-10-11 13:50:51 -0600 (Thu, 11 Oct 2007)
New Revision: 6618

Modified:
   
gnuradio/branches/developers/gnychis/inband-profiling/usrp/host/apps-inband/test_usrp_inband_underrun.cc
Log:
underrun now ready for testing


Modified: 
gnuradio/branches/developers/gnychis/inband-profiling/usrp/host/apps-inband/test_usrp_inband_underrun.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband-profiling/usrp/host/apps-inband/test_usrp_inband_underrun.cc
    2007-10-11 19:38:25 UTC (rev 6617)
+++ 
gnuradio/branches/developers/gnychis/inband-profiling/usrp/host/apps-inband/test_usrp_inband_underrun.cc
    2007-10-11 19:50:51 UTC (rev 6618)
@@ -129,7 +129,7 @@
   d_rx_chan(PMT_NIL),
   d_which_usrp(pmt_from_long(0)),
   d_state(INIT),
-  d_nsamples_to_send((long) 20e6),
+  d_nsamples_to_send((long) 27e6),
   d_nsamples_xmitted(0),
   d_nframes_xmitted(0),
   d_samples_per_frame(d_nsamples_to_send),     // full packet
@@ -145,12 +145,12 @@
   // Specify the RBF to use
   pmt_dict_set(usrp_dict,
                pmt_intern("rbf"),
-               pmt_intern("nanocell9.rbf"));
+               pmt_intern("usrp_inband_profiling.rbf"));
 
   // Set TX and RX interpolations
   pmt_dict_set(usrp_dict,
                pmt_intern("interp-tx"),
-               pmt_from_long(8));
+               pmt_from_long(64));
 
   pmt_dict_set(usrp_dict,
                pmt_intern("decim-rx"),
@@ -670,8 +670,6 @@
 {
   d_state = CLOSING_USRP;
 
-  sleep(2);
-
   d_cs->send(s_cmd_close, pmt_list1(PMT_NIL));
 }
 





reply via email to

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