On 27/11/2022 05:26, Daniel Estévez wrote:
That would only allow the first or first-N of the streams to be captured, rather than some arbitrary single stream, no?Hi,Another option for extracting one or a range of items from a vector is to use Vector to Stream followed by Keep 1 in N or Keep M in N. See near the bottom of this flowgraph for an example:https://github.com/daniestevez/reu-2022/blob/main/polyphase/polyphase_filter.grcBest, Daniel.