Hi all,
I update the gnuradio from 3.8 to 3.10 on ubuntu 20.04 lts.
Every think is working well except qt frequency sink that now is very slow
and not respond to update rate adjustments.
Waterflow working fine.
Do you have some issue?
Ciao
David
Hi Ahmad,
I think both, sink and source, start consuming/producing samples as fast
as they can. If the buffer for a hardware sink runs empty, you will get
"U"s printed in the command line, for under-run. If a buffer after a
hardware source runs full, you will get "O"s printed, for over-run.
If
On 25/04/2023 02:23, Ahmad Oweis wrote:
Hi all,
I'm investigating the factors behind the latency in my simple GRC flow
graph, I have a theory and I'd be grateful if someone can confirm it
or refute it.
Say I have a simple flow graph consisting of a file source connected
to a hardware sink.
Thanks Marcus. I'm getting latency in the range of seconds, and this was
the only way I could explain it..
Is this mentioned anywhere in the documentation? How can I learn more about
the scheduler operation?
Thanks,
On Tue, 25 Apr 2023, 17:23 Marcus D. Leech, wrote:
> On 25/04/2023 02:23, Ah
On 25/04/2023 11:46, Ahmad Oweis wrote:
Thanks Marcus. I'm getting latency in the range of seconds, and this
was the only way I could explain it..
Is this mentioned anywhere in the documentation? How can I learn more
about the scheduler operation?
Thanks,
How are you measuring latency? Do
Hi all,
I update the gnuradio from 3.8 to 3.10 on ubuntu 20.04 lts.
Everythink is working well except qt frequency sink that now is very slow
and not respond to update rate adjustments.
Waterflow and other are working fine.
Someone have same issue?
Thanks
Ciao
David