discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Simple QPSK baseband transmission using GRC


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Simple QPSK baseband transmission using GRC
Date: Thu, 4 Dec 2008 15:31:27 -0800

On Thu, Dec 4, 2008 at 12:11 PM, Jérémy Skelton <address@hidden> wrote:

> To problem is that I'm not able to recover the original data but only the
> repetitions of it : I repeat several times two bytes in the input file and I
> get several two other bytes at the output.

It looks like you have the endianess wrong.  The DBPSK modulator works
MSB to LSB on the incoming bytes, while your demodulator is packing
the bits back into bytes LSB to MSB.

-Johnathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]