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

2011-05-26 Thread devin kelly
I did a project similar to this. Look at this structure m = parse_msg(tb.msgq.delete_head()) There is a field called data (I think) that contains the magnitude of the sweep. You record m.data to a file (like a csv, hdf5, or binary file). Keep in mind that you have to do the equivalent of fftshi

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

2011-05-23 Thread Tom Rondeau
On Sat, May 21, 2011 at 7:04 PM, Miguel Angel Sanz Rodriguez < mikys...@hotmail.com> wrote: > 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 t

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