discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] measuring noise power


From: Kyungtae Kim
Subject: RE: [Discuss-gnuradio] measuring noise power
Date: Mon, 18 Jan 2010 15:07:40 -0500

If you mean usrp_spectrum_sense.py and usrp_fft.py, then, usrp_spectrum_sense.py in Gnuradio/gnuradio-examples/python/usrp, usrp_fft.py in Gnuradio/gr-utils/src/python/, if your install gnuradio is Gnuradio.

 

Thanks,

Kyungtae

 

From: Marcus D. Leech [mailto:address@hidden
Sent: Monday, January 18, 2010 2:11 PM
To: Kyungtae Kim
Cc: address@hidden
Subject: Re: [Discuss-gnuradio] measuring noise power

 

On 01/18/2010 01:22 PM, Kyungtae Kim wrote:

Thanks, I tried to find the example, however I couldn’t in the gnuradio directories. Could you let me know where I can find the sample code?

 

Thanks,

Kyungtae

 

From: address@hidden [mailto:address@hidden] On Behalf Of Marcus D. Leech
Sent: Monday, January 18, 2010 1:06 PM
To: address@hidden
Subject: Re: [Discuss-gnuradio] measuring noise power

 

On 01/18/2010 12:36 PM, Kyungtae Kim wrote:

Hi,

 

I am looking for a way to measure noise power through usrp1. I tried to test with usrp_spectrum_sense.py, however I am not sure the power values measured is correct, because it is not same values shown as the graph from usrp_fft.py. I wonder if someone helps me out for this.

 

Thanks,

Kyungtae

 

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

Try building a little app using GRC using gr_complex_to_mag_squared(), then run it through an
  averager. 

Or the

gr_probe_avg_mag_sqrd_c()

Block.  Pretty straightforward.  Should be quite accurate.


gr-radio-astronomy/src/python/usrp_ra_receiver.py   computes total power, using a long-term averager.


reply via email to

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