Re: [Discuss-gnuradio] A block with different input signatures

2010-06-13 Thread Zohair
Oh That's makes sense. Thanks a lot. Eric Blossom wrote: > > On Sat, Jun 12, 2010 at 05:21:43AM -0700, Zohair wrote: >> >> Dear all, >> >> How can I define a 3-input block io signatures if the inputs are: >> 1- two float vectors with length LENGTH1 each. (from 5 to 12) >> 2- a complex vector

Re: [Discuss-gnuradio] A block with different input signatures

2010-06-12 Thread Eric Blossom
On Sat, Jun 12, 2010 at 05:21:43AM -0700, Zohair wrote: > > Dear all, > > How can I define a 3-input block io signatures if the inputs are: > 1- two float vectors with length LENGTH1 each. (from 5 to 12) > 2- a complex vector with length LENGTH1^2 > > output is: > float vector with length LENGTH

[Discuss-gnuradio] A block with different input signatures

2010-06-12 Thread Zohair
Dear all, How can I define a 3-input block io signatures if the inputs are: 1- two float vectors with length LENGTH1 each. (from 5 to 12) 2- a complex vector with length LENGTH1^2 output is: float vector with length LENGTH2. All what I dealt with before was inputs with same length but in case I