Correlate Access Code - Tag

From GNU Radio
Revision as of 23:45, 30 December 2020 by Duggabe (talk | contribs) (initial creation)
Jump to navigation Jump to search

Examine input for specified access code, one bit at a time.

This block replaces Correlate_Access_Code.

input: stream of bits, 1 bit per input byte (data in LSB) output: unaltered stream of bits (plus tags)

This block annotates the input stream with tags. The tags have key name [tag_name], specified in the constructor. Used for searching an input data stream for preambles, etc.

Parameters

(R): Run-time adjustable

Access Code (R)
default: 101010
Threshold (R)
dtype: int
Tag Name (R)
dtype: string

Example Flowgraph

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO