Binary Slicer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
m (clarify intro) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Slice a float value producing 1 bit output. Positive input produces a binary 1 and negative input produces a binary zero. | |||
== Parameters == | == 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. | |||
[[File:RTTY_rcv.png|800px]] | |||
== Source Files == | == Source Files == |
Latest revision as of 00:25, 29 October 2019
Slice a float value producing 1 bit output. Positive input produces a binary 1 and negative input produces a binary zero.
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.
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO