commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4222 - gnuradio/branches/developers/trondeau/digital-


From: trondeau
Subject: [Commit-gnuradio] r4222 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl
Date: Tue, 2 Jan 2007 17:07:18 -0700 (MST)

Author: trondeau
Date: 2007-01-02 17:07:18 -0700 (Tue, 02 Jan 2007)
New Revision: 4222

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
Log:
fixed logging diffdec file type

Modified: 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
      2007-01-03 00:00:09 UTC (rev 4221)
+++ 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
      2007-01-03 00:07:18 UTC (rev 4222)
@@ -321,7 +321,7 @@
         self._fg.connect(self.receiver,
                          gr.file_sink(gr.sizeof_gr_complex, "rx_receiver.dat"))
         self._fg.connect(self.diffdec,
-                         gr.file_sink(gr.sizeof_char, "rx_diffdec.dat"))       
 
+                         gr.file_sink(gr.sizeof_gr_complex, "rx_diffdec.dat")) 
       
         self._fg.connect(self.slicer,
                          gr.file_sink(gr.sizeof_char, "rx_slicer.dat"))
         self._fg.connect(self.symbol_mapper,





reply via email to

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