Hi,
I need grc/script with energy detector. Algorithm is very simple
sense in each 2 sec
In each interval check the power (energy level) for given frequency
If the energy level is greater than threshold
return 1
else return 0
Please help me, I’m stuck on this. I have checked usrp_spectrum_sense.py
but can’t get any clue.
Thanks in advance.
Dilip
Sent from Windows Mail
On 07/30/2013 06:14 PM, dilip thapa wrote:
usrp_spectrum_sense.py but can’t get any clue.
Thanks in advance.
Dilip
Sent from Windows Mail
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
There’s a probe_avg_mag**2 block, which computes the instantaneous power
and runs it through an averager. You can then probe that at whatever
rate you want in a Python routine.