commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9278 - gnuradio/branches/developers/trondeau/dbs/usrp


From: trondeau
Subject: [Commit-gnuradio] r9278 - gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy
Date: Wed, 13 Aug 2008 23:01:09 -0600 (MDT)

Author: trondeau
Date: 2008-08-13 23:01:09 -0600 (Wed, 13 Aug 2008)
New Revision: 9278

Modified:
   gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_tv_rx.cc
Log:
this is not a TX board

Modified: 
gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_tv_rx.cc
===================================================================
--- gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_tv_rx.cc  
2008-08-14 04:31:13 UTC (rev 9277)
+++ gnuradio/branches/developers/trondeau/dbs/usrp/host/lib/legacy/db_tv_rx.cc  
2008-08-14 05:01:09 UTC (rev 9278)
@@ -102,7 +102,7 @@
 
 
 db_tv_rx::db_tv_rx(usrp_basic *usrp, int which, float first_IF, float 
second_IF)
-  : db_base(usrp, which, true)
+  : db_base(usrp, which, false)
 {
   // Handler for Tv Rx daughterboards.
   // 
@@ -125,7 +125,7 @@
   d_fast_tuning = false;
   d_inverted = false;                     // FIXME get rid of this
         
-  set_gain(float(gain_min() + gain_max()) / 2.0);       // initialize gain
+  set_gain((gain_min() + gain_max()) / 2.0);       // initialize gain
 
   bypass_adc_buffers(false);
 }





reply via email to

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