Re: [Discuss-gnuradio] Using forecast() for input dependant output?

2013-01-10 Thread MJS
Works like a charm now, thanks for the help Martin. -- View this message in context: http://gnuradio.4.n7.nabble.com/Using-forecast-for-input-dependant-output-tp38858p38916.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

[Discuss-gnuradio] Using forecast() for input dependant output?

2013-01-07 Thread MJS
I'm currently working on an arbitrary ratio block, the idea is that the output rate of the block is completely dependent on the data received, ie, there is no way to know how much data will be output until the input data is processed. This doesn't seem to match exactly the definition of the

Re: [Discuss-gnuradio] Using forecast() for input dependant output?

2013-01-07 Thread Martin Braun (CEL)
On Mon, Jan 07, 2013 at 03:09:35AM -0800, MJS wrote: I'm currently working on an arbitrary ratio block, the idea is that the output rate of the block is completely dependent on the data received, ie, there is no way to know how much data will be output until the input data is processed. This