GNU Radio v3.6.2-149-ga6d285d9 C++ API
digital_map_bb.h File Reference
#include <digital_api.h>
#include <gr_sync_block.h>

Go to the source code of this file.

Classes

class  digital_map_bb
 output[i] = map[input[i]]This block maps an incoming signal to the value in the map. The block expects that the incoming signal has a maximum value of len(map)-1. More...

Functions

DIGITAL_API digital_map_bb_sptr digital_make_map_bb (const std::vector< int > &map)

Function Documentation

DIGITAL_API digital_map_bb_sptr digital_make_map_bb ( const std::vector< int > &  map)