discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: QT GUI Time Sink graph refresh rate


From: Marcus Müller
Subject: Re: QT GUI Time Sink graph refresh rate
Date: Wed, 29 Dec 2021 19:24:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

Hi Marcin,

only if there's no other component that limits the speed of processing. For example, if the samples come from an SDR, than that has a sampling rate, so there's only so many samples per second that can reach your sink.

> I noticed that when I am using
> throttle block along with QT GUI Time Sink the update period is not working 
properly (I
> have to wait much longer to see the updated graph).

That only happens when the number of samples reaching the sink isn't sufficient to get one full vector of samples per update period.

Best regards,
Marcus




reply via email to

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