Correlate Access Code - Tag: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
(initial creation)
Line 6: Line 6:


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.
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 ==
<b>(''R''):</b> <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span>
; Access Code (R)
: default: 101010
; Threshold (R)
: dtype: int
; Tag Name (R)
: dtype: string
== Example Flowgraph ==
== Source Files ==
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]
[[Category:Block Docs]]

Revision as of 23:45, 30 December 2020

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