Forum: GNU Radio Block to keep streams in sync

Posted by Juha Vierinen (Guest)
on 2013-01-11 00:34
(Received via mailing list)
Hi,

Is there a block in gnuradio that would watch stream tags and pad
zeros into the stream when a USRP drops packets. This would allow
other processing blocks to assume that outgoing and incoming IQ
streams are always in sync, which would help in many of the
applications that I'm working with.

juha
Posted by Tom Rondeau (Guest)
on 2013-01-13 16:48
(Received via mailing list)
On Thu, Jan 10, 2013 at 6:32 PM, Juha Vierinen <jvierine@gmail.com> 
wrote:

> Hi,
>
> Is there a block in gnuradio that would watch stream tags and pad
> zeros into the stream when a USRP drops packets. This would allow
> other processing blocks to assume that outgoing and incoming IQ
> streams are always in sync, which would help in many of the
> applications that I'm working with.
>
> juha
>

Juha,

No, there isn't. Keep us posted if you come up with something.

Tom
Posted by Josh Blum (Guest)
on 2013-01-14 04:06
(Received via mailing list)
On 01/10/2013 05:32 PM, Juha Vierinen wrote:
> Hi,
>
> Is there a block in gnuradio that would watch stream tags and pad
> zeros into the stream when a USRP drops packets. This would allow
> other processing blocks to assume that outgoing and incoming IQ
> streams are always in sync, which would help in many of the
> applications that I'm working with.
>

Is there some upstream logic that makes some assumptions from the sample
count -- rather than using the time stamp?

It should be possible to fill in missing samples using the timestamp
information, so the upstream logic sees zeros rather than gaps. But, I
worry that if something isnt keeping up, inserting more host samples
into the pipeline isnt the answer. That could just make the overflows
worse. Its better to make whatever that upstream logic is, to recover
from the gap.

-josh
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.