[Discuss-gnuradio] set_output_multiple() and forecast() when there are multiple sources in a general block

2016-12-16 Thread Tom Early
I am designing a general block that will split it's input into two outputs. 96 input items will become 9 items on one source and 3 items on another source. I have some questions: Is it required to set both streams in forecast()? How do I call set_output_multiple() where there are multiple sour

Re: [Discuss-gnuradio] set_output_multiple() and forecast() when there are multiple sources in a general block

2016-12-16 Thread Andrej Rode
Hey Tom, On 16/12/16 14:30, Tom Early wrote: > I am designing a general block that will split it's input into two > outputs. 96 input items will become 9 items on one source and 3 items on > another source. I have some questions: > > Is it required to set both streams in forecast()? Forecast just

Re: [Discuss-gnuradio] set_output_multiple() and forecast() when there are multiple sources in a general block

2016-12-17 Thread Tom Early
On 12/16/2016 11:52 PM, Andrej Rode wrote: Hey Tom, On 16/12/16 14:30, Tom Early wrote: I am designing a general block that will split it's input into two outputs. 96 input items will become 9 items on one source and 3 items on another source. I have some questions: Is it required to set both