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
