USRP source block queries

Hello.

I am a graduate student researcher with the Satellite Technology Lab at
The
University of Texas at Arlington.

I’ve been trying to find out the working behind the USRP source block. I
did find some basic description (like what it does in a few sentences
and
the arguments it accepts) in the GNU radio documentation but could not
find
detailed information. My queries include the following:

1: How exactly does the USRP source block process an incoming signal?
Meaning, what kind of signal processing techniques does it use?
2: What kind of sampling techniques does the USRP block use on the
incoming signal?

I’ve looked into the Python (Sphinx) and C++ (Doxygen) documentation
provided by GNU radio but was unable to find a thorough design document
on
the USRP source block.

I was wondering if someone could please provide a detailed description
of
the USRP source block including it’s signal processing and sampling
techniques.
I am hoping to save all the time and effort that would go into going
through all the USRP codes line by line.

Please pardon me if the above problem seems trivial or simplistic. I am
very new to GNU radio and would really appreciate some direction.

Thanks and regards,
Namrata Kamte

Hi Namrata,

USRPs use UHD as their hardware driver. [1] provides lots of
documentation
about USRPs.

Have fun and happy hacking
Johannes

[1] http://code.ettus.com/redmine/ettus/projects/uhd/wiki

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Namrata,

I think you’re mixing up a lot of concepts. A “block” is a software
unit in the GNU Radio framework. Please read the introductory pages of
gnuradio.org to understand blocks better.
A USRP is a hardware device; it does the sampling, which, of course,
is a functionality of hardware. It, in fact, does a lot of signal
processing. To learn about the properties of the USRP devices, read
the website of the manufacturer Ettus and the UHD driver wiki.

The USRP source block doesn’t do any “signal processing”; it just gets
the samples from the USRP driver (called UHD) into GNU Radio.

Greetings,
Marcus

On 03.12.2013 17:34, Namrata Kamte wrote:

description of the USRP source block including it’s signal

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEbBAEBAgAGBQJSniJRAAoJEAFxB7BbsDrLx/IH91hi5QBGbdK9Xy7Rtws1VN82
8VkLRqRGSkgjz2g1HOGnjhPa2Crmq4c8RfGCMFh7oPvDHsATUARnCXpQwm+mEc25
bl/2SGsNFQ1MPMety03jVvTzpws8TmIYYnoG/Mn/IAp0toIh9J6zKxE0Cxz+3kDX
i8dxxJ13pduWju4gp0CMZi8p+FaHerQmC4enLV5awYq9MTxp8VVLN0qGRB9ArAVP
BqrvaK8PpY1D8L/eNWe92eSvZp9Q+WW18AvzmCEIsnn18kqNJtp9KS5v3gtUOWIX
enoq/y8WpRuLrTvyEXVLcjoCp0ZLNptq/psQegtcvvb41MovL362Mi5gpPc6Cg==
=+5T8
-----END PGP SIGNATURE-----