discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GRC XML Problem: Variable number of vector outputs wi


From: Felix Wunsch
Subject: [Discuss-gnuradio] GRC XML Problem: Variable number of vector outputs with different vlen
Date: Wed, 04 Jul 2012 17:50:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Hi all!

I have coded a block that basically takes an input vector of length N and divides it up into M smaller vectors with different vector length (for example: input vector of lenght 10 and 3 output vectors of length 2, 3 and 5). The idea is to have a std::vector<int> as parameter whose size equals the number of output ports and whose elements describe the length of each vector.

Is there a way to make this work in GRC without creating multiple .xml files for different configurations?

Best regards,
Felix Wunsch



reply via email to

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