Binary Slicer: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(add Example Flowgraph)
Line 7: Line 7:
== Example Flowgraph ==
== Example Flowgraph ==


Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI.  Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
This flowgraph shows a Binary Slicer block used to change the float output of the Quadrature Demod block into a binary 1 or zero, depending on whether the received tone is high or low.
 
[[File:RTTY_rcv.png|800px]]


== Source Files ==
== Source Files ==

Revision as of 00:20, 29 October 2019

Slice float binary symbol producing 1 bit output.

Parameters

None

Example Flowgraph

This flowgraph shows a Binary Slicer block used to change the float output of the Quadrature Demod block into a binary 1 or zero, depending on whether the received tone is high or low.

RTTY rcv.png

Source Files

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