discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: An example of pure C++ code of GNU Radio?


From: Gisle Vanem
Subject: Re: An example of pure C++ code of GNU Radio?
Date: Mon, 19 Apr 2021 09:52:42 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Clark Chiu wrote:

I went through most of the tutorials of GNU Radio and part of the source code. I understand GNU Radio is composed by Python for the interface and C++ for the DSP block implementations. My question is, is there any example that only uses C++ code?

A simple example is 'gr-audio/examples/c++/dial_tone.cc'.
If you want a more advanced C++ application, then look at
the GQrx program:
  https://github.com/csete/gqrx

--
--gv



reply via email to

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