Printing FLL gain value in verbose mode.
authorTom <trondeau@vt.edu>
Sat, 2 Jan 2010 21:31:35 +0000 (16:31 -0500)
committerTom <trondeau@vt.edu>
Sat, 2 Jan 2010 21:31:35 +0000 (16:31 -0500)
gnuradio-core/src/python/gnuradio/blks2impl/dbpsk2.py

index 07e1c945b9d3154c15b71bcd35daf6afda98b707..e36e4f01115ad2c64cea4ecce8bf35a89e28748e 100644 (file)
@@ -310,6 +310,7 @@ class dbpsk2_demod(gr.hier_block2):
         print "bits per symbol:     %d"   % self.bits_per_symbol()
         print "Gray code:           %s"   % self._gray_code
         print "RRC roll-off factor: %.2f" % self._excess_bw
+        print "FLL gain:            %.2f" % self._freq_alpha
         print "Costas Loop alpha:   %.2f" % self._costas_alpha
         print "Costas Loop beta:    %.2f" % self._costas_beta
         print "Timing alpha gain:   %.2f" % self._timing_alpha