0

I was trying to follow through with GNU Radio Tutorial 2, but I wasn't able to find any of the QT blocks in the library. The tutorial wants me to use QT GUI Time Sink, but it and many similar blocks are missing from my library.

What the tutorial says my search should return. My search, following the tutorial.

Searching for the specific block.

The version yum installed for me is 3.7.11. I received no errors during installation.

I even tried porting in the tutorial's finished code, but the block was marked as a Missing Block.

Tutorial 2's GUI Representation.

How do I incorporate these blocks in the library?

1 Answers1

0

I'm not familiar with CentOS, but based on your description, the GNU Radio package you installed was compiled without QT support. You will have to find a different package or compile GNU Radio yourself.

Also note that GNU Radio 3.7.11 is a very old version, from 2017. Therefore another reason to install a better package, with a current version, is to get new blocks and bug fixes from the past three years.

Kevin Reid
  • 37,492
  • 13
  • 80
  • 108