[Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Lebowski80
Hello everyone, Before to explain my problem I give some technical information about my hardaware. I'm using USRPs v1 and the boards integrated are XCVR2450 Transceivers. I'm using the script usrp_spectrum_sense.py in a USRP to detect a signal in a ISM channel. To have a signal expressed in db

Re: [Discuss-gnuradio] How to reconfigure automatically the channel used to received data in USRPs

2011-10-26 Thread Lebowski80
ohnny > > On Tue, Sep 13, 2011 at 10:08 AM, Lebowski80 > wrote: > >> >> Hi Nick, >> >> I just wanted tell you that I solved my problem using interprocess >> communication, thank you for your advice! >> >> Regards >> >> >> L

Re: [Discuss-gnuradio] How to reconfigure automatically the channel used to received data in USRPs

2011-09-13 Thread Lebowski80
Hi Nick, I just wanted tell you that I solved my problem using interprocess communication, thank you for your advice! Regards Lebowski80 wrote: > > Ok, thank you for your advice, I will try with interprocess communication. > > Regards > > > Nick Foster-4 wrote: >

Re: [Discuss-gnuradio] How to reconfigure automatically the channel used to received data in USRPs

2011-09-08 Thread Lebowski80
figure it as necessary. > > --n > > On Wed, Sep 7, 2011 at 9:31 AM, Lebowski80 > wrote: > >> >> Hello Nick, >> >> What do you mean? Actually I'm running RX and TX in two different >> flowgraphs >> on USRP1, the first one in usrp_spectrum_sen

Re: [Discuss-gnuradio] How to reconfigure automatically the channel used to received data in USRPs

2011-09-07 Thread Lebowski80
; I really need an answer to understand the potentiality of my hardware, thanks a lot! Regards Nick Foster-4 wrote: > > On Wed, Sep 7, 2011 at 3:27 AM, Lebowski80 > wrote: > >> >> Hello everyone, >> >> Before to explain my problem I give some technical inf

[Discuss-gnuradio] How to reconfigure automatically the channel used to received data in USRPs

2011-09-07 Thread Lebowski80
Hello everyone, Before to explain my problem I give some technical information about my hardaware. I'm using USRPs v1 and the boards integrated are XCVR2450 Transceivers. I'm using the script usrp_spectrum_sense.py in a USRP (called USRP1) to make sensing in the ISM band, after a few seconds i

[Discuss-gnuradio] My USRP sometime can receive data, sometime not!

2011-09-02 Thread Lebowski80
Hello everyone, I've got four USRPs and they are equal and the boards integrated are XCVR2450 Transceivers. I want to transmit data from one USRP to another one using the code found in benchmark_tx.py and benchmark_rx.py; I'm doing the experiments using two USRPs at a time. Three of them work wel

[Discuss-gnuradio] Overrun problem visualized on the screen but that does not affect the results

2011-07-01 Thread Lebowski80
Hello everyone, I'm using a USRP platform with XCVR2450 Transceivers daugtherboard for sensing experiments. I'm sweeping the WiFi band from 2.4 to 2.5 GHz knowing which channels are used by the APs (i.e. Ch1, Ch6 and Ch11). I considered the script usrp_spectrum_sense.py with a decimation factor e

Re: [Discuss-gnuradio] Unexpected energy peak sensing thermal noise and using usrp_spectrum_sense.py

2011-05-26 Thread Lebowski80
about that? Thank you! Nick Foster-4 wrote: > > On Wed, 2011-05-25 at 08:51 -0700, Lebowski80 wrote: >> Hello everyone >> >> I’m using an USRP with a XCVR2450 daughter board working at 2.4 - 2.5 >> GHz. I >> want to find a threshold between thermal n

[Discuss-gnuradio] Unexpected energy peak sensing thermal noise and using usrp_spectrum_sense.py

2011-05-25 Thread Lebowski80
Hello everyone I’m using an USRP with a XCVR2450 daughter board working at 2.4 - 2.5 GHz. I want to find a threshold between thermal noise and signals energy using the script usrp_spectrum_sense.py and sensing from 2.400 GHz to 2.500 GHz. To do that, I replaced the WiFi antenna with a resistor of

[Discuss-gnuradio] 'Failed to automatically setup a usrp device' running benchmark_{rx/tx}.py

2011-01-24 Thread Lebowski80
Hello everyone, I already read another post regarding a same problem as mine (http://old.nabble.com/Full-duplex-and-half-duplex-doesnot-work-td27226209.html) but unfortunately I still don't understand how to solve it. I'm modified benchmark code to receive a file by benchmark_rx and and to send i

Re: [Discuss-gnuradio] Full duplex and half duplex doesnot work

2010-12-01 Thread Lebowski80
How did you resolve your problem? I have the same problem and reading your post I cannot understand the solution of your one. Thanks in advance blwfsoj wrote: > > Hi all, > Before i start telling about my problem, i want to mention that i have > already read the post named "help: cannot send a

Re: [Discuss-gnuradio] Equal USRPs working differently running the same code

2010-11-26 Thread Lebowski80
You are right thanks, I solved the problem using higher bitrates Lebowski80 wrote: > > Hello everyone, > > I have a problem with my USRPs that I cannot solve. I've got three USRPs > and they are equal and the boards integrated are XCVR2450 Transceivers. > I'll s

[Discuss-gnuradio] Equal USRPs working differently running the same code

2010-11-23 Thread Lebowski80
Hello everyone, I have a problem with my USRPs that I cannot solve. I've got three USRPs and they are equal and the boards integrated are XCVR2450 Transceivers. I'll simply call them USRP1, USRP2 and USRP3 to be able to clearly explain my problem. I want to transmit data from one USRP to another

[Discuss-gnuradio] Problem using benchmark_rx.py with XCVR2450 Transceivers

2010-09-21 Thread Lebowski80
Hello I'm trying to utilize benchmark_tx.py and benchmark_rx.py using 2 USRPs with XCVR2450 Transceivers. When I consider a bit rate equal or greater than 124k everything works well. With bit rates smaller than 124k only the ./benchmark_tx.py can run, while ./benchmark_rx.py can't receive any sig

[Discuss-gnuradio] Python example implementing an Automatic Repeat reQuest (ARQ) technique

2010-07-15 Thread Lebowski80
Hello everyone, Can someone tell me if there is some python example in the directory gnuradio-example where is implemented an Automatic Repeat reQuest (ARQ) technique? I'm trying to modify the benchmark_tx.py and benchmark_rx.py files but this does not seem the faster and easier way to do thet! T

[Discuss-gnuradio] Missing critical module: "gnuradio.gr.hier_block2"

2010-05-10 Thread Lebowski80
Hello all I'm trying to execute the graphical interface since several days from the command promnt but I get the following error: Missing critical module: "gnuradio.gr.hier_block2" Exiting! I tried to import such a file from gnuradio_swig_python but in vain! could someone help me to solve tha

[Discuss-gnuradio] error running usrp_rx_cfile.py

2010-03-26 Thread Lebowski80
Hello everyone, I'm trying to capture a signal with the USRP board and save it into a file using the script usrp_rx_cfile.py. When I try to run the script I get the following error: File "./usrp_rx_cfile.py", line 16, in class my_graph(gr.flow_graph): AttributeError: 'module' object has n