discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How does probe level works


From: Mike Jameson
Subject: Re: [Discuss-gnuradio] How does probe level works
Date: Mon, 19 Aug 2013 09:42:20 +0100

Hi Dilip,

Have a look at the scanoo GRC flowgraph build in GNU Radio 3.7 which uses the probe functions for spectrum sensing:

https://github.com/m0mik/scanoo

This is the GRC flowgraph in question:

https://raw.github.com/m0mik/scanoo/master/apps/scanoo.com_rx.grc

The 'Function Probe' block is used to call either the 'level()' or 'unmuted()' function in the probe_avg_mag_sqrd block.  You can then access the value using the name of the 'Function Probe' block.  The same technique applies for calling the value of the 'Probe Signal' and 'Probe Signal Vector' blocks, however these only have the 'level()' function available.

Regards,

Mike

--
Mike Jameson M0MIK BSc MIET
Email: address@hidden
Web: http://scanoo.com


On Mon, Aug 19, 2013 at 6:07 AM, dilip thapa <address@hidden> wrote:
Hi,

I am trying to detect the presence of primary user by energy detection. And after searching I was advised to use probe block to do the sense. (gr.probe_avg_mag_sqrd_f).

Can anyone explain how this works. How level() method gives the energy level.

~Dilip

_______________________________________________
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]