Re: [Discuss-gnuradio] Simple QAM mod/demod

2012-10-03 Thread Fabián Kozynski
I figured out the problem. There were two things I wasn't taking into account: - The modulator reads bits in MSB order, which means that I should pack them the same way. - There is a bit framing problem (can be solved using packet encoder/decoder). Checked converting both sequences to

Re: [Discuss-gnuradio] Simple QAM mod/demod

2012-10-03 Thread Fabián Kozynski
It's not just an offset problem. Even though in the output file, there is a delayed sequence, it doesn't have the right bits. As it has exactly the same period it leads me to believe that it's just a problem of phase sync. Attached is a minimal grc file. Cheers, Fabián On Wed, Oct 3, 2012 at 12:

Re: [Discuss-gnuradio] Simple QAM mod/demod

2012-10-02 Thread Ben Reynwar
On Mon, Oct 1, 2012 at 1:27 PM, Fabián Kozynski wrote: > As sanity check I'm trying a simple flowgraph in GRC with a QAM mod/demod: > > Vector Source ==> Throttle ==> QAM Mod ==> QAM Demod ==> Unpacked to Packed > ==> File Sink > > The parameters in the mod/demod are as default. I also have a File

[Discuss-gnuradio] Simple QAM mod/demod

2012-10-01 Thread Fabián Kozynski
As sanity check I'm trying a simple flowgraph in GRC with a QAM mod/demod: Vector Source ==> Throttle ==> QAM Mod ==> QAM Demod ==> Unpacked to Packed ==> File Sink The parameters in the mod/demod are as default. I also have a File Sink before the mod. In the output I see first a bunch of zeros,