Received Signal Power

Hello,

I have transmitted and received signal using USRP board. I can see the
received power spectral density by using WX GUI FFT Sink. How can I find
the received power of a signal? I mean I don’t require power spectral
density but I need the received signal power.

I highly appreciate your reply.

Regards
Nashid Anjum

The power of a signal over its bandwidth is computed as:

AVG(II+QQ)

Average/Decimate/SQRT to taste.

On 2014-08-14 14:44, Md. Anjum wrote:

Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page [1]

Links:

Use complex_to_maq_squared, integrate with decimate, then 10*log() + K,
and
into a time sink or signal probe. K is a calibration factor in dB that
you
obtain by feeding your hardware with a known power level, typically a
signal
generator.

Lou
KD4HSO

Md. Anjum wrote

Nashid Anjum


Discuss-gnuradio mailing list

Discuss-gnuradio@

Discuss-gnuradio Info Page


View this message in context:
http://gnuradio.4.n7.nabble.com/Received-Signal-Power-tp49961p49964.html
Sent from the GnuRadio mailing list archive at Nabble.com.