usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

In what units is being measured the power received in rxstream::recv?

RR
Román Rodríguez Pérez
Mon, Feb 6, 2017 4:05 PM

In what units is being measured the power received in rxstream::recv? I'm currently using B205mini-I and I was supposing that I was receiving Watts, but converting to dBW and then to dBm gives me a power level much higher than my spectrum analyser, even when my rx Gain is set to zero.

Thanks in advance

P Please consider the environment before printing this e-mail.


This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.


Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.


In what units is being measured the power received in rxstream::recv? I'm currently using B205mini-I and I was supposing that I was receiving Watts, but converting to dBW and then to dBm gives me a power level much higher than my spectrum analyser, even when my rx Gain is set to zero. Thanks in advance P Please consider the environment before printing this e-mail. ______________________ This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. ______________________ Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la Informacion siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo notifique al remitente y proceda a su borrado. Gracias por su colaboracion. ______________________
M
mleech@ripnet.com
Mon, Feb 6, 2017 4:18 PM

The values are linearly-proportional voltage readings that are
proportional to the voltage at the antenna terminals.  You'd need to
use external calibration to determine their meaning in absolute power
units like dBm.

SDRs deliver voltage samples, not power samples.  If you want to
determine the power level in a stream of samples, then you could compute
AVG(II + QQ) over whatever averaging interval is appropriate in your
application.

On 2017-02-06 11:05, Román Rodríguez Pérez via USRP-users wrote:

In what units is being measured the power received in rxstream::recv? I'm currently using B205mini-I and I was supposing that I was receiving Watts, but converting to dBW and then to dBm gives me a power level much higher than my spectrum analyser, even when my rx Gain is set to zero.

Thanks in advance
P Please consider the environment before printing this e-mail.

This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. Thank you.

Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener información clasificada por su emisor como confidencial en el marco de su Sistema de Gestión de Seguridad de la Información siendo para uso exclusivo del destinatario, quedando prohibida su divulgación copia o distribución a terceros sin la autorización expresa del remitente. Si Vd. ha recibido este mensaje erróneamente, se ruega lo notifique al remitente y proceda a su borrado. Gracias por su colaboración.

Esta mensagem, incluindo qualquer ficheiro anexo, pode conter informação confidencial, de acordo com nosso Sistema de Gestão de Segurança da Informação, sendo para uso exclusivo do destinatário e estando proibida a sua divulgação, cópia ou distribuição a terceiros sem autorização expressa do remetente da mesma. Se recebeu esta mensagem por engano, por favor avise de imediato o remetente e apague-a. Obrigado pela sua colaboração.


USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

The values are linearly-proportional voltage readings that are *proportional* to the voltage at the antenna terminals. You'd need to use external calibration to determine their meaning in absolute power units like dBm. SDRs deliver *voltage* samples, not *power* samples. If you want to determine the power level in a stream of samples, then you could compute AVG(I*I + Q*Q) over whatever averaging interval is appropriate in your application. On 2017-02-06 11:05, Román Rodríguez Pérez via USRP-users wrote: > In what units is being measured the power received in rxstream::recv? I'm currently using B205mini-I and I was supposing that I was receiving Watts, but converting to dBW and then to dBm gives me a power level much higher than my spectrum analyser, even when my rx Gain is set to zero. > > Thanks in advance > P Please consider the environment before printing this e-mail. > ------------------------- > > This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. Thank you. > ------------------------- > > Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener información clasificada por su emisor como confidencial en el marco de su Sistema de Gestión de Seguridad de la Información siendo para uso exclusivo del destinatario, quedando prohibida su divulgación copia o distribución a terceros sin la autorización expresa del remitente. Si Vd. ha recibido este mensaje erróneamente, se ruega lo notifique al remitente y proceda a su borrado. Gracias por su colaboración. > ------------------------- > > Esta mensagem, incluindo qualquer ficheiro anexo, pode conter informação confidencial, de acordo com nosso Sistema de Gestão de Segurança da Informação, sendo para uso exclusivo do destinatário e estando proibida a sua divulgação, cópia ou distribuição a terceiros sem autorização expressa do remetente da mesma. Se recebeu esta mensagem por engano, por favor avise de imediato o remetente e apague-a. Obrigado pela sua colaboração. > ------------------------- > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com