Hi Pierre,

You're looking for:
interleave(3,2)

Cheers,
Bart

On Thu, Jun 16, 2016 at 11:33:50AM -0400, Pierre Lecomte wrote:
>Hello,
>
>I'm wondering if it's possible to do some merge or split composition between A
>and B when the numbers of outputs of A is equal to number of inputs of B
>
>For example : A has (2*3 = 6 outputs) and B has (3*2) = 6 inputs
>
>When I do A<:B, or A>:B or A:B I've got this connection diagram
>
>A(0) => B(0)
>A(1) => B(1)
>A(2) => B(2)
>A(3) => B(3)
>A(4) => B(4)
>A(5) => B(5)
>
>I would like to implement an operation like merge or split but with the
>following result :
>
>A(0) => B(0)
>A(1) => B(2)
>A(2) => B(4)
>
>A(3)=> B(1)
>A(4)=> B(3)
>A(5)=> B(5)
>
>
>Any ideas ?
>Pierre
>
>
>------------------------------------------------------------------------------
>What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
>patterns at an interface-level. Reveals which users, apps, and protocols are
>consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>J-Flow, sFlow and other flows. Make informed decisions using capacity planning
>reports. http://sdm.link/zohomanageengine
>_______________________________________________
>Faudiostream-users mailing list
>Faudiostream-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/faudiostream-users

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to