discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] What happens to incoming data if a block is too s


From: John Andrews
Subject: Re: [Discuss-gnuradio] What happens to incoming data if a block is too slow?
Date: Mon, 13 Jun 2011 18:49:58 -0500

Is the data coming in the buffer FIFO? Is there a way to keep track of how much data is lost?

On Mon, Jun 13, 2011 at 6:35 PM, Marcus D. Leech <address@hidden> wrote:
Hi,
What happens to the incoming data from USRP, over the USB bus, when a gnuradio block takes a lot of time to process its output? Is the data buffered indefinitely or is it dropped as new samples come in case the consumption rate is slow.

Thanks
That's what's called an "overrun".  Data gets dropped.  The buffers are large, but not infinite.

--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org




_______________________________________________
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]