Re: Problem with OOT Interpolator Python module

2021-01-24 Thread George Edwards
Hi Cinaed, Thanks for the attempt! I will continue to seek a solution via experimentation with trying more permutations and going back to Gnuradio Discussion if I still cannot find something to stick. Regards, George George On Sat, Jan 23, 2021 at 11:15 PM Cinaed Simson wrote: > Hi Edward -

Re: Problem with OOT Interpolator Python module

2021-01-23 Thread Cinaed Simson
Hi Edward - okay, I sent the wrong copy anyway - the one I sent wasn't finished.When I change the inputs to 5 complex numbers I get 9 complex values. And that's good because it appeared you weren't doing anything. See the loop   for k in range(0,2) which is loop over only 3 values - may be y

Re: Problem with OOT Interpolator Python module

2021-01-23 Thread George Edwards
Hi Cinaed, Thanks again for your suggestion. I can tell it will not work because I am not writing plain stand alone Python. My code is written within Gnuradio constructs in an OOT module. The QA test shows the module is reading in the input complex samples (5 complex samples) and responding with

Re: Problem with OOT Interpolator Python module

2021-01-23 Thread George Edwards
Thanks Cinaed! I will test how it works. George On Sat, Jan 23, 2021 at 2:58 PM Cinaed Simson wrote: > Hi George - I'm presuming the enclosed example.py script is what you're > trying calculate - and that the input data is complex. > > I invented my own data. > > If true, it should be easy to

Re: Problem with OOT Interpolator Python module

2021-01-23 Thread Cinaed Simson
Hi George - I'm presuming the enclosed example.py script is what you're trying calculate - and that the input data is complex. I invented my own data. If true, it should be easy to adapt it to your problem by combining the 2 loops for any value of n. -- Cinaed On 1/22/21 10:49 AM, George E

Problem with OOT Interpolator Python module

2021-01-22 Thread George Edwards
Hello, I am working with the OOT Interpolator template and I set the interpolation factor to 2. In the QA file I input 5-complex samples and based on my simple code below in the work() method, I expect the QA test to return 1+j1, 10-times (5x2). The QA returns ((1+1j), (1+1j), 0j, 0j, 0j, 0j, 0