Re: [Discuss-gnuradio] ENERGY DETECTOR

2009-12-29 Thread abbasi9999
Thanks for the reply> I've already checked usrp_spectrum_sense. I have two points: 1. usrp_fft: does this file still exist ? because i cannot find it. but i think, it just give you the same results as usrp_spectrum_sense without tuning the frequency band. 2. You meant by using "quiet time", is to

Re: [Discuss-gnuradio] ENERGY DETECTOR

2009-12-09 Thread Timothy R. Newman
On 12/9/2009 7:49 AM, abbasi wrote: HI ALL I'm trying to implement ENERGY DETECTOR using gnu radio. Is there any library or modules to help. Especially when implementing energy detection we need to estimate the awgn. I've searched in http://gnuradio.org/doc/doxygen/ but i cannot find any rel

Re: [Discuss-gnuradio] ENERGY DETECTOR

2009-12-09 Thread idg101
I implemented an energy detector on the GNU Radio by using a GPU at my old job. We used an FFT based method which is not uncommon. What you do is FFT the data and then compute the PSD. Do this in overlapping blocks (e.g. 12.5%, 50%, etc). You could optionally use a window too. Then, with the

[Discuss-gnuradio] ENERGY DETECTOR

2009-12-09 Thread abbasi9999
HI ALL I'm trying to implement ENERGY DETECTOR using gnu radio. Is there any library or modules to help. Especially when implementing energy detection we need to estimate the awgn. I've searched in http://gnuradio.org/doc/doxygen/ but i cannot find any relative information. regards, -- View