Re: [Discuss-gnuradio] splitting the input in two

2008-01-13 Thread Johnathan Corgan
ChoJin wrote: > (in other words I need a block which has one input and n-output, > and doesn't do anything on the signal, just allow me to connect multiple > other blocks on its outputs) You don't need a separate "1->N" block for this; you can connect multiple block inputs to an output of a prior

[Discuss-gnuradio] splitting the input in two

2008-01-13 Thread ChoJin
Hello, I'm implementing a small block in python which takes complex numbers as input and I need to split this input node into multiple identical parts let me try to do an ascii art... /--> processing part 1 ---\ --> Input ---/ \-> output --->