[Discuss-gnuradio] gnuradio applications on UHD

2011-05-21 Thread open bts
Has anyone ported the example applications such as hf_radio to the UHD interface? It looks like the hf_radiocode already has the USRP-specific code isolated out sothat it shouldn't be too difficult (although I'm still new enoughto be intimidated by it :).

Re: [Discuss-gnuradio] Store data with usrp_spectrum_sense.py

2011-05-21 Thread yulong yang
Hi, maybe you can try to catch them into a file, you know, write python script like f.open() and f.write(), that stuff. You can google it for its usage. Hope this helps. On Sun, May 22, 2011 at 2:04 AM, Miguel Angel Sanz Rodriguez < mikys...@hotmail.com> wrote: > Hi everyone, > I am new in GNUr

[Discuss-gnuradio] Store data with usrp_spectrum_sense.py

2011-05-21 Thread Miguel Angel Sanz Rodriguez
Hi everyone, I am new in GNUradio and I want to sense the spectrum of Wifi from 2.4G to 2.5 G with a USRP. I have been reading through a lot of discussions in the forum but I have not been able to store any data using usrp_spectrum_sense.py. I want to analyze this data with matlab, but I dont g

[Discuss-gnuradio] How exactly dose rx_callback work in benchmark script?

2011-05-21 Thread yulong yang
Hi all, I have been reading the benchmark_rx.py codes.I want to add the channel sensing and selecting in callback function. I understand rx_callback in benchmark_rx is a function that make the block wait for packet generating from the data that received from the receive_path while running. But ho