All public logs

Jump to navigation Jump to search

Combined display of all available logs of GNU Radio. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:46, 26 August 2024 Destevez talk contribs created page GR4 tutorial: blocks 101 (Created page with "== Structure of a block == A good example to show how a GNU Radio 4.0 block is structured is the Head block. This block has an input and an output, and only lets the first <code>num_items</code> input items make it through to the output. The code for the block is shown below, without the required <code>#include</code>s. Typically the code for the block will be placed in a <code>.hpp</code> file with include guards and at least <code><gnuradio-4.0/Block.hpp></code> a...")