discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] trouble with QAM mod/ WX GUI Constellation Sink


From: Martin Braun
Subject: Re: [Discuss-gnuradio] trouble with QAM mod/ WX GUI Constellation Sink
Date: Fri, 17 Jul 2015 09:23:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 17.07.2015 05:35, Sylvain Munaut wrote:
> AFAIK the constellation sink just can't do QAM.
> 

Yeah, and personally I've always doubted the utility of a dedicated
constellation sink (guess what, it's gone in QT). The reason being, if
the GUI widget has it's own demod chain, you're always plotting
something that's unavailable elsewhere in the flow graph.

My preference is to build the demod/sync chain with it's own blocks, and
then just output the complex symbols into either an X/Y plot (WX) or the
QT Constellation Sink. This way, you have better control over the
timing, phase etc. recovery.

And, in your case, you can actually start with baby steps. So you can
start by testing your QAM mapper directly with the graphical sink. Then,
as you add stuff, you can how well e.g. the timing recovery is working.
Makes sense?

M




reply via email to

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