Re: [Discuss-gnuradio] How to check if more input is available on an input stream

2009-01-07 Thread Eric Blossom
On Wed, Jan 07, 2009 at 02:38:34PM -0600, Mir Ali wrote: > Hi Eric, > > I actually forgot to mention one more thing. > > I use N items of first stream and one item on second stream to produce N > items on output stream. > I am actually spreading data. If the spreading code is N-character bytes >

Re: [Discuss-gnuradio] How to check if more input is available on an input stream

2009-01-07 Thread Mir Ali
Hi Eric, I actually forgot to mention one more thing. I use N items of first stream and one item on second stream to produce N items on output stream. I am actually spreading data. If the spreading code is N-character bytes long, then each bit of data input byte (i.e. a total of 8 bits on input b

Re: [Discuss-gnuradio] How to check if more input is available on an input stream

2009-01-07 Thread Eric Blossom
On Wed, Jan 07, 2009 at 04:44:39AM -0600, Mir Ali wrote: > Hi, > I have a simple question. I have a block that has 2 input streams and the > inputs are consumed at different rates. For each 1 input consumed on the > first input stream N inputs are consumed in the second stream. > > The forecast fu

[Discuss-gnuradio] How to check if more input is available on an input stream

2009-01-07 Thread Mir Ali
Hi, I have a simple question. I have a block that has 2 input streams and the inputs are consumed at different rates. For each 1 input consumed on the first input stream N inputs are consumed in the second stream. The forecast function and set_multiple call of this block are as shown below, my_ne