commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: mleech
Subject: [Commit-gnuradio] r5570 - gnuradio/trunk/gr-radio-astronomy/src/python
Date: Wed, 30 May 2007 07:17:35 -0600 (MDT)

Author: mleech
Date: 2007-05-30 07:17:34 -0600 (Wed, 30 May 2007)
New Revision: 5570

Modified:
   gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
Log:
DBS_RX_2_1 --> 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    
2007-05-30 05:33:12 UTC (rev 5569)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2007-05-30 13:17:34 UTC (rev 5570)
@@ -426,7 +426,7 @@
         self.myform['dbname'].set_value(self.subdev.name())
 
         # Set analog baseband filtering, if DBS_RX
-        if self.cardtype in (usrp_dbid.DBS_RX, usrp_dbid.DBS_RX_2_1):
+        if self.cardtype in (usrp_dbid.DBS_RX, usrp_dbid.DBS_RX_REV_2_1):
             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]