discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] synchronising two source blocks


From: Josh Blum
Subject: Re: [Discuss-gnuradio] synchronising two source blocks
Date: Fri, 01 Feb 2013 10:31:55 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2


On 02/01/2013 07:09 AM, Ghulam Rasool Begh wrote:
> Hi all,when i feed output of two sine sources to a scope sinks with
> two inputs, it shows a phase difference even when they have same
> frequency and sample rate. How can i synchronize them in gnuradio
> companion RegardsGR Begh
> 

The sine sources are sync'd in your flow graph. There is a block inside
the scope sink that non synchronously drops packets when the display is
not active. The lazy way (this is what I often do :-)) is to use one
complex channel with a float to complex block. I think the right way
might involve removing the gr.copy block from inside the wxgui scope
sink guts.

-josh

> 
> 
> _______________________________________________ Discuss-gnuradio
> mailing list address@hidden 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

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