]> git.gag.com Git - debian/gnuradio/blobdiff - gnuradio-examples/python/digital/receive_path.py
Setting up code to handle setting of samples per symbol properly. Still buggy in...
[debian/gnuradio] / gnuradio-examples / python / digital / receive_path.py
index c229aa9e4784c9f6d848d893b0d42c520d52d87c..7aeeedab0999b6853aea6c2537c337530dade822 100644 (file)
@@ -135,4 +135,4 @@ class receive_path(gr.hier_block2):
         print "\nReceive Path:"
         print "modulation:      %s"    % (self._demod_class.__name__)
         print "bitrate:         %sb/s" % (eng_notation.num_to_str(self._bitrate))
-        print "samples/symbol:  %3d"   % (self._samples_per_symbol)
+        print "samples/symbol:  %.4f"   % (self._samples_per_symbol)