DPSK Demod digital_dxpsk_demod from gnuradio import digital digital.$(type)_demod( samples_per_symbol=$samples_per_symbol, excess_bw=$excess_bw, freq_bw=$freq_bw, phase_bw=$phase_bw, timing_bw=$timing_bw, gray_coded=$gray_coded, verbose=$verbose, log=$log ) clock_recov.set_loop_bandwidth($phase_bw) time_recov.set_loop_bandwidth($timing_bw) Type type enum Samples/Symbol samples_per_symbol 2 int Excess BW excess_bw 0.35 real FLL Bandwidth freq_bw 6.28/100.0 real Phase Loop Bandwidth phase_bw 6.28/100.0 real Timing Bandwidth timing_bw 6.28/100.0 real Omega Relative Limit omega_relative_limit 0.005 real Gray Code gray_coded True bool Verbose verbose False bool #if str($verbose) == 'False' then 'part' else 'none'# Logging log False bool #if str($log) == 'False' then 'part' else 'none'# Sync Out sync_out False bool in complex out byte