commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gr-radio-astronomy/src/python usrp_psr_receiver.py


From: Marcus D. Leech
Subject: [Commit-gnuradio] gr-radio-astronomy/src/python usrp_psr_receiver.py
Date: Fri, 30 Jun 2006 20:11:43 +0000

CVSROOT:        /sources/gnuradio
Module name:    gr-radio-astronomy
Changes by:     Marcus D. Leech <mleech>        06/06/30 20:11:43

Modified files:
        src/python     : usrp_psr_receiver.py 

Log message:
        Removed a diagnostic message in ntaps computation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gr-radio-astronomy/src/python/usrp_psr_receiver.py?cvsroot=gnuradio&r1=1.4&r2=1.5

Patches:
Index: usrp_psr_receiver.py
===================================================================
RCS file: /sources/gnuradio/gr-radio-astronomy/src/python/usrp_psr_receiver.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- usrp_psr_receiver.py        30 Jun 2006 17:05:31 -0000      1.4
+++ usrp_psr_receiver.py        30 Jun 2006 20:11:43 -0000      1.5
@@ -1089,11 +1089,10 @@
         # Should be bandwidth*smeartime*2, but the Gnu Radio FFT filter
         #   already expands it by a factor of 2
         ntaps = bw*Dt
-        print "Dedisp requires ", ntaps, "taps"
         return(int(ntaps))
 
 def main ():
-    app = stdgui.stdapp(app_flow_graph, "RADIO ASTRONOMY PULSAR RECEIVER: 
$Revision: 1.4 $", nstatus=1)
+    app = stdgui.stdapp(app_flow_graph, "RADIO ASTRONOMY PULSAR RECEIVER: 
$Revision: 1.5 $", nstatus=1)
     app.MainLoop()
 
 if __name__ == '__main__':




reply via email to

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