discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] tagged stream interleaver, scheduler and forecast


From: Miklos Maroti
Subject: [Discuss-gnuradio] tagged stream interleaver, scheduler and forecast
Date: Sun, 6 Aug 2017 13:37:14 -0500

Hi Marcus,

I do not know if you or someone else has the expertise on tricking the
scheduler to do the right thing. I would like to implement a tagged
stream interleaver that takes two tagged stream inputs and merges them
into a single stream. Sometimes only one stream will contain packets,
so it cannot rely on waiting for input on all of its inputs (like
tagged_stream_mux does). The problem is what to return in forecast: if
we say that we need at least 1 item on port 0, and the packet comes on
port 1, then we are in trouble as we are blocked essentially till a
packet arrives on port 0. Is it possible to do this intelligently?

Miklos



reply via email to

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