[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3488 - gnuradio/trunk/gr-radio-astronomy/src/python
From: |
mleech |
Subject: |
[Commit-gnuradio] r3488 - gnuradio/trunk/gr-radio-astronomy/src/python |
Date: |
Mon, 4 Sep 2006 22:12:48 -0600 (MDT) |
Author: mleech
Date: 2006-09-04 22:12:48 -0600 (Mon, 04 Sep 2006)
New Revision: 3488
Modified:
gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
Log:
Turned on baseband filtering if DBS_RX
Modified: gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
2006-09-05 02:19:29 UTC (rev 3487)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
2006-09-05 04:12:48 UTC (rev 3488)
@@ -279,7 +279,7 @@
self._set_status_msg("Failed to set initial frequency")
self.set_decln (self.decln)
- calib_set_bw(self.decln)
+ calib_set_decln (self.decln)
self.myform['decim'].set_value(self.u.decim_rate())
self.myform['address@hidden'].set_value(self.u.adc_freq() /
self.u.decim_rate())
@@ -288,6 +288,10 @@
# Make sure calibrator knows what our bandwidth is
calib_set_bw(self.u.adc_freq() / self.u.decim_rate())
+ # Set analog baseband filtering, if DBS_RX
+ if self.cardtype == usrp_dbid.DBS_RX:
+ self.subdev.set_bw((self.u.adc_freq() / self.u.decim_rate())/2)
+
# Tell calibrator our declination as well
calib_set_decln(self.decln)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3488 - gnuradio/trunk/gr-radio-astronomy/src/python,
mleech <=