discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] WBX power level


From: Jason Abele
Subject: Re: [Discuss-gnuradio] WBX power level
Date: Tue, 15 Jun 2010 15:45:04 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Jun 15, 2010 at 06:48:39PM +0100, Charles Brain wrote:
> >
> >Does your code set the transmit gain on the WBX?
> >
> >Eric
> 
> Yes to 25. I checked the range and set it to maximum.
> 
> - Charles

Charles,

In my test with USRP2 and UHD here in the lab, I am able to get similar
power output numbers to when I used usrp_siggen_gui.py.

Here are my best guesses:

Try my attached grc/python code for transmitting with gr-uhd, assuming
you have built a gnuradio from branch next, which includes gr-uhd.

Probe the voltage at R532, it should vary from 1.4V to 0.5V with
different transmit gain settings.  Ok, R532 is on the bottom, so instead
try probing at the via between the "2" and "1" in the C521 label (which
is near the C523 label).

> I am using my own code that writes directly to the UHD and I forced it to
> set the I channel to 0x7FFF
> and the Q channel to 0 and the gain to 25.

Its also possible your app is not sending the correct type data for that
DC tone. (ie, sending int on an interface expecting float)

see host/include/uhd/types/io_type.hpp

Jason

Attachment: uhd-test-tx.grc
Description: Text document

Attachment: uhd_test_tx.py
Description: Text Data


reply via email to

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