discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Collecting raw iq samples from 2.4GHz to 2.5GHz e


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Collecting raw iq samples from 2.4GHz to 2.5GHz entire band
Date: Mon, 16 Jan 2017 19:07:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Mallesham,

could you explain what of Julian's answer you did not understand? I would have pretty much given you exactly the same answer.

Best regards,

Marcus


On 01/16/2017 06:51 PM, Mallesham Dasari wrote:
Hi all,

I am scanning the wifi entire band to collect the raw IQ samples instead of having fft as in usrp_spectrum_sense.py. Can anyone throw some light on it?

As of now, I am trying with approach given by Julian as below:

You might want to take a look at [1] which is the block
usrp_spectrum_sense.py is using internally and modify it to your needs.
I guess you could just remove the FFT and Complex to Mag Square block
from usrp_spectrum_sense.py
(change self.connect(self.u, s2v, ffter, c2mag, stats) to
self.connect(self.u, s2v, stats)) and make sure
that [1] accepts a vector of complex float as input and stores it to a
file instead of sending a message to the top block.



Thank you very much!

--
Best Regards,
Mallesham Dasari
Department of Computer Science
Stony Brook University
USA - 11794


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]