discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] UHD readiness level?


From: Josh Blum
Subject: Re: [Discuss-gnuradio] UHD readiness level?
Date: Mon, 01 Nov 2010 09:36:49 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101006 Thunderbird/3.1.5


Any estimate as to the readiness level of the UHD driver? (if open-source
has such a concept...)
Back in April they were called "pre-alpha". How are things progressing? Do
you recommend use of it yet to people whose day-job would (lamentably)
prefer they be productive? :)


The UHD is still being improved, and you can expect minor API changes and additions. However, it is ready for production use and supports all of the Ettus Research hardware as it stands now.

As a checklist, could I use the UHD to:

-receive on a WBX card

check

-transmit on a WBX card

check

-alternate transmitting and receiving on a WBX card

check

-simultaneously receive with 2 WBXs in 1 USRP

check

-simultaneously receive with 1  WBX&  1 BasicRX on 1 USRP (even though one
is quadrature and the other not)

This is a limitation of the mux in the FPGA fabric on USRP1. Unless you specify a quadrature subdevice for the basic board, you will get this warning:

"Mixing real and quadrature rx subdevices is not supported.\n"
"The Q input to the real source(s) will be non-zero.\n"

-simultaneously receive with 4 WBXs in 2 USRPs

There is nothing in the uhd to synchronize across USRP1s. But yes, you can still do this with two independent source blocks each setup for dual channel.

-transmit on a WBX while issuing tune commands to the card every 50ms to
perform freq hopping (could I expect more precise timing control over the
hops than I had in python-land?)


There is no "send a command at this time". However, you do get greater control of the tuning (and this applies to python land).

The tune_request struct allows for fine grained control of the tuning across the RX and TX chains: http://www.ettus.com/uhd_docs/doxygen/html/structuhd_1_1tune__request__t.html

So you can for example, tune by setting the DDC which is fast and responsive and leave the daughter-board LO untouched which takes time to settle.

-Josh



reply via email to

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