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 :).
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
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
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