commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10240 - gnuradio/branches/developers/gnychis/inband_d


From: gnychis
Subject: [Commit-gnuradio] r10240 - gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/apps-inband
Date: Thu, 15 Jan 2009 23:57:59 -0700 (MST)

Author: gnychis
Date: 2009-01-15 23:57:59 -0700 (Thu, 15 Jan 2009)
New Revision: 10240

Modified:
   
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/apps-inband/test_usrp_inband_rx.cc
Log:
just adding in commented out RF frequency setting to someone can find it easier

Modified: 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/apps-inband/test_usrp_inband_rx.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/apps-inband/test_usrp_inband_rx.cc
     2009-01-16 06:49:57 UTC (rev 10239)
+++ 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/apps-inband/test_usrp_inband_rx.cc
     2009-01-16 06:57:59 UTC (rev 10240)
@@ -112,6 +112,11 @@
                pmt_intern("decim-rx"),
                pmt_from_long(64));
 
+//  If unspecified, chooses center frequency from range
+//  pmt_dict_set(usrp_dict,
+//               pmt_intern("rf-freq"),
+//               pmt_from_long(10e6));
+
   define_component("server", "usrp_server", usrp_dict);
 
   connect("self", "rx0", "server", "rx0");





reply via email to

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