discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Questions about using UHD with USRP2


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Questions about using UHD with USRP2
Date: Thu, 18 Nov 2010 23:49:23 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

On 11/18/2010 11:37 PM, peng senl wrote:

First, I am not quite sure if it is a good idea to use UHD with USRP2 right now.


I have the UHD driver installed and the USRP2 board detected.

What I need to do first is to write a basic program to collect some data from the USRP2 board by C++.

But I can not find any introduction file or example to explain what I should do.

For example, which directory I should include in the Makefile?

Which class I should use? What is the relationship or these classes?

How can I set the setting of the daughter board?


Thanks!


_______________________________________________ Discuss-gnuradio mailing list address@hidden http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
The Doxygen docs for the API for UHD start here:

http://www.ettus.com/uhd_docs/doxygen/html/index.html


Do you really need C++?  Is there something about the Python generated by GRC that won't
  let you do what you want to do?

Keep in mind that *ALL* the performance-critical components of Gnu Radio are already
  implemented in C++ -- all the DSP blocks, data-movement, etc, etc.  There's essentially
  *zero* performance penalty for coding in Python, or structuring your flow-graph using
  GRC.   The Python code handles flow-graph "management", but flow-graph execution happens
  within a compiled C++ environment.



-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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