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