Hi Marcus, Thanks for your answer. Please, check out this flowgraph. Shouldn't the Time Sink update its graph content every second in this configuration?
[image: image.png] https://gist.github.com/marcinsztajn/224ced2e1b3921aa97ef28978c1b8426 BR, Marcin śr., 29 gru 2021 o 19:27 Marcus Müller <[email protected]> napisał(a): > 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 > > >
