discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Clock block slow in position satellite calculatio


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Clock block slow in position satellite calculation
Date: Tue, 10 Jun 2014 09:52:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Hi!
You shouldn't use so many throttles in one flow graph; throttle limits
the number of samples going through in a given time, and as soon as the
"upstream" blocks have filled their output buffer, they will be limited
in throughput, too.
So I guess this is the effect of throttles blocking each other; however,
I don't really understand what's happening inside your flowgraph, so
this is a lot of guesswork.

Greetings,
Marcus
On 10.06.2014 09:23, caruiz.ext wrote:
> Hello,
>
> I have this flowgraph in GNURadio:
> http://i1281.photobucket.com/albums/a515/Carlos_Alberto_Ruiz_Naranjo/esque_zpsd89166da.png
>
> -> Green: calculates the signal delay of a satellite.
> -> Yellow: a clock with a second precision.
>
> If I run the clock separately I can see in the WX GUI Number Sink that
> it works. (0,1,2,3,4... each second)
> But if I run the entire flowgraph I can see in the WX GUI Number Sink
> that clock becomes very slow. (0,1,2,3,4... each 2 second approximately)
>
>
> Why is this? Any solution?
>
> Thank you ;)
>
>
> _______________________________________________
> 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]