Re: Python problem..

2022-03-21 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
David, Your code is not available anymore. What you want to achieve? I don't understand your problem. Marcin On Sat, Mar 19, 2022, 12:49 tech k1ng wrote: > Hello Marcin, > > Thanks for getting back to me. Sorry for the last response!! > > I tried to do it another way using basic block, but this

Re: Python problem..

2022-03-15 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi David, Problem is in the line: output_items[0] = outvec There is a type mismatch here, you cannot write a list of tuples (outvec) to the numpy array. BR, Marcin wt., 15 mar 2022 o 00:28 tech k1ng napisaƂ(a): > Hello again. > > Here is the python code: https://pastebin.com/waUMgRSD > > I p

Re: Python problem..

2022-03-14 Thread tech k1ng
Hello again. Here is the python code: https://pastebin.com/waUMgRSD I patiently await your response. By the way, this is my first time using a mailing list:) Regards, David. tir. 15. mar. 2022 kl. 00:15 skrev tech k1ng : > Hi there, > > This is my first mailing post, so please excuse me if t