GNU Radio 3.6.5 C++ API

digital_correlate_access_code_tag_bb.h File Reference

#include <digital_api.h>
#include <gr_sync_block.h>
#include <string>

Go to the source code of this file.

Classes

class  digital_correlate_access_code_tag_bb
 Examine input for specified access code, one bit at a time.input: stream of bits, 1 bit per input byte (data in LSB) output: unaltered stream of bits (plus tags) More...

Functions

DIGITAL_API
digital_correlate_access_code_tag_bb_sptr 
digital_make_correlate_access_code_tag_bb (const std::string &access_code, int threshold, const std::string &tag_name)

Function Documentation

DIGITAL_API digital_correlate_access_code_tag_bb_sptr digital_make_correlate_access_code_tag_bb ( const std::string &  access_code,
int  threshold,
const std::string &  tag_name 
)
Parameters:
access_codeis represented with 1 byte per bit, e.g., "010101010111000100"
thresholdmaximum number of bits that may be wrong
tag_namekey of the tag inserted into the tag stream