commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10600 - gnuradio/trunk/gr-radio-astronomy/src/python


From: mleech
Subject: [Commit-gnuradio] r10600 - gnuradio/trunk/gr-radio-astronomy/src/python
Date: Sat, 14 Mar 2009 14:53:00 -0600 (MDT)

Author: mleech
Date: 2009-03-14 14:53:00 -0600 (Sat, 14 Mar 2009)
New Revision: 10600

Modified:
   gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
Log:
Removed reference to DBS_RX_REV_2_1



Modified: gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2009-03-14 17:44:54 UTC (rev 10599)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2009-03-14 20:53:00 UTC (rev 10600)
@@ -426,7 +426,7 @@
                        self.myform['dbname'].set_value(self.subdev[0].name())
 
                # Set analog baseband filtering, if DBS_RX
-               if self.cardtype in (usrp_dbid.DBS_RX, 
usrp_dbid.DBS_RX_REV_2_1):
+               if self.cardtype == usrp_dbid.DBS_RX:
                        lbw = (self.u.adc_freq() / self.u.decim_rate()) / 2
                        if lbw < 1.0e6:
                                lbw = 1.0e6





reply via email to

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