Re: [Discuss-gnuradio] Bug in DBPSK blocks

2013-12-04 Thread Tom Rondeau
On Tue, Dec 3, 2013 at 1:52 PM, Nick Foster wrote: > Hi all, > > There's a bug in the block for the DBPSK modulator. The "differential" param > isn't set to True in dbpsk_mod; it's just left to default, and differential > defaults to False in the bpsk_mod block. So it really acts like a BPSK > mod

[Discuss-gnuradio] Bug in DBPSK blocks

2013-12-03 Thread Nick Foster
Hi all, There's a bug in the block for the DBPSK modulator. The "differential" param isn't set to True in dbpsk_mod; it's just left to default, and differential defaults to False in the bpsk_mod block. So it really acts like a BPSK modulator. QPSK was the same. Here's a patch. diff --git a/gr-dig