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

Python problem..

2022-03-14 Thread tech k1ng
Hi there, This is my first mailing post, so please excuse me if there are any errors. I'm trying to make a block that gives me the bins with corresponding its energy ([bins, energy]) when over a thresh, so input vector is from "log power fft" block. With the output, I'm hoping to store it as a fi

Still: adaptation of the ISDB-T blocks for DVB-T / python problem

2021-12-20 Thread Ralf Gorholt
Dear all, I have adapted Federicos blocks OFDM Synchronization and TMCC Decoder (which is a TPS decoder now) to DVB-T. They seem to work correctly but I am still having troubles getting a stable video. I have added debug code to the OFDM Synchronization and TPS Decoder blocks. Whenever I detect

Re: [Discuss-gnuradio] gr-gsm python problem "ImportError: No module named osmosdr"

2016-03-19 Thread Andrej Rode
Hello Uli, > - > ~/GSM/gr-gsm/apps$ ./grgsm_livemon > Traceback (most recent call last): > File "./grgsm_livemon", line 29, in > import osmosdr > ImportError: No module named osmosdr > -

[Discuss-gnuradio] gr-gsm python problem "ImportError: No module named osmosdr"

2016-03-19 Thread Hcx HCX
Hi fellows, I am relatively new in gnuradio that I took from github (version 3.7.9) Further I have taken osmocom and gr-osmosdr from github also libvolk-1.21. The installation worked fine. I am using Pyxthon-2.7 on BACKBOX-LINUX 4.2 kernel 3.19.0-51-generic. So far so good. My problem I havent

[Discuss-gnuradio] USRP python problem

2010-07-22 Thread Guanbo Zheng
Hi, I am trying to output the data of constellation sink to a file. Since constellation sink has some synchronization process in the block, which shows me a better constellation points compared to scope. My gnuradio version is: V3.2.2. The constellation python code is located at: /usr/lib/python2

Re: [Discuss-gnuradio] python-problem

2008-03-28 Thread wolfgang buesser
effect. > BTW: I get the same error-message when I try an example like > gnuradio-3.1.1/gnuradio-examples/python/usrp/ usrp_benchmark_usb.py > I try everything as root for the time being. > > Any hint on how I can make gnuradio consider both

[Discuss-gnuradio] python-problem

2008-03-28 Thread wolfgang buesser
=> no effect. BTW: I get the same error-message when I try an example like gnuradio-3.1.1/gnuradio-examples/python/usrp/ usrp_benchmark_usb.py I try everything as root for the time being. Any hint on how I can make gnuradio consider both python directories would be very welcome