Re: [Discuss-gnuradio] OOT Module Not Working Properly

2018-01-12 Thread CEL
Hi Tellrell, >def forecast(self, noutput_items, ninput_items_required): >#setup size of input_items[i] for work call >for i in range(len(ninput_items_required)): >ninput_items_required[i] = noutput_items what your forecast does: it tells the GNU Radio runtime that

Re: [Discuss-gnuradio] OOT Module Not Working Properly

2018-01-12 Thread Jeff Long
Noise amplitude is 1.0, so you are generating a lot of noise. The following two lines in your block are not right. 'c' is computed but not used. 'i' is the original value, not the log. Not sure about the scaling factor (1024). #converts 1024 values stored in in1 to dB and stores them in c c

[Discuss-gnuradio] OOT Module Not Working Properly

2018-01-11 Thread Tellrell White
Hello Guys I'm creating a customized block in the GNU Radio framework using python that takes in a number of input items and once that number of input items surpasses a certain number, 1024 of the input items are taken and stored into an array, and then those items are converted to dB and lastly