commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9586 - gnuradio/trunk/gnuradio-examples/python/usrp


From: n4hy
Subject: [Commit-gnuradio] r9586 - gnuradio/trunk/gnuradio-examples/python/usrp
Date: Tue, 16 Sep 2008 17:31:56 -0600 (MDT)

Author: n4hy
Date: 2008-09-16 17:31:52 -0600 (Tue, 16 Sep 2008)
New Revision: 9586

Modified:
   gnuradio/trunk/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py
Log:
bug in scopesink fixed

Modified: gnuradio/trunk/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py
===================================================================
--- gnuradio/trunk/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py    
2008-09-16 23:02:12 UTC (rev 9585)
+++ gnuradio/trunk/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py    
2008-09-16 23:31:52 UTC (rev 9586)
@@ -210,7 +210,7 @@
 
         if 0:
             self.scope = scopesink2.scope_sink_f(self.panel, 
sample_rate=demod_rate)
-            self.connect (self.guts.fm_demod_a,self.scope)
+            self.connect (self.guts.fm_demod,self.scope)
             vbox.Add (self.scope.win,4,wx.EXPAND)
         
         # control area form at bottom





reply via email to

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