On Sun, Feb 28, 2010 at 17:20, Makmur Hidayat <[email protected]> wrote:
> Dear Johnathan, > > Thank you for your information. > I inform you that now. I have already installed GNU Radio on ubuntu linux > (Jaunthy) and I can run example successfully. I want to process signal from > the DSP connected to a computer > > Because I am new in C++, therefore to learn GNU Radio C++ API, therefore do > I have to learn C++ first? What is the best way to learn GNU Radio C++ API? Yes. You will need to learn the GNU Radio architecture, then write a custom C++ source block that knows how to read samples from your TE320 board. Yes, you will need to know C++. I suggest you start using GRC as a way of learning the GNU Radio flowgraph architecture, and then study the 'gr-howto-write-a-block' component to understand the mechanics of how custom C++ blocks are written. Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
