fixing sync routines by wrapping the angle and not clipping it; also opening up the...
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / blks2impl / dbpsk.py
index 27063767c94b27b8b0bbc7ffc2fffffab0ad639b..3147bfa2ab4f4f102b27121083368394063148c7 100644 (file)
@@ -255,8 +255,8 @@ class dbpsk_demod(gr.hier_block2):
         self._mm_omega = self._samples_per_symbol
         self._mm_gain_omega = .25 * self._mm_gain_mu * self._mm_gain_mu
         self._costas_beta  = 0.25 * self._costas_alpha * self._costas_alpha
-        fmin = -0.025
-        fmax = 0.025
+        fmin = -0.1
+        fmax = 0.1
         
         self.receiver=gr.mpsk_receiver_cc(arity, 0,
                                          self._costas_alpha, self._costas_beta,