i wondered how the USRP is transmitting the signal even if i set the
transmitting gain to ZERO. and same as the case with receiving section.
what does setting gain in USRP sink will do ? and what is this gain
referred to? is it just to set the PGA’s gain or something different.
please help me…
Am 17.06.2013 19:49, schrieb lingeswar kandregula:
hi community,
i wondered how the USRP is transmitting the signal even if i set the
transmitting gain to ZERO.
ZERO is 0 dB scale…
and same as the case with receiving section. what does setting gain in
USRP sink will do ? and what is this gain referred to? is it just to
set the PGA’s gain or something different. please help me… USRP Hardware Driver and USRP Manual: Daughterboards
Assuming you have the XCVR daughter board and the receiver end. For a
given gain setting, e.g, 50 dB, the uhd itself decides and divides the
gain between VGA and LNA.
hi ankit,
thanks for the reply. so, if we set a gain of 0dB, it will take it as
1 (10.^(0/10)). is it true? . and also please let me know is this gain
related to transmitting power?.
Google is your best friend!
what is the typical power transmitting from USRP.
Calibration is what you require. http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2012-June/004783.html
i saw that link before… there are VGA and BB in the transmitting path
if
we consider the XCVR daughter board. is that distributed between these
two
or anything else also shares it? …
i saw that link before… there are VGA and BB in the transmitting path
if we consider the XCVR daughter board. is that distributed between
these two or anything else also shares it? …
There are only two gains (BB and VGA) that can be controlled over the
uhd interface…
Again I don’t know for what is your purpose and assuming you are using
uhd for setting gains…
You can set the BB and VGA gains values individually using the name
argument…
set_gain(uhd_usrp_source_sptr self, double gain, std::string const &
name, size_t chan=0)