discuss-gnuradio
[Top][All Lists]
Advanced

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

Fan In of tagged and un-tagged stream.


From: Nicholas Long
Subject: Fan In of tagged and un-tagged stream.
Date: Fri, 20 Nov 2020 07:36:13 -0600

Hi, I am looking for comments/thoughts/advice on how to combine (fan in) untagged and tagged streams.

Basically my goal is to make a sample synchronous filter with adjustable taps, where the data to be filtered is a untagged stream that periodically has a tag flag saying "update taps" when this flag is seen the block will look at the other input (tagged) and use the next pdu block there as the taps for the newly configured filter. I do not want to define the filter length before runtime, and that as the number of filter taps can change between update calls. Also because there is no packet type structure It does not make sense for the data stream to be tagged (though that is my current fallback plan).

Thanks,
Nick

reply via email to

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