UChar To Float: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(add example flowgraph)
Line 3: Line 3:


== Example Flowgraph ==
== Example Flowgraph ==
This flowgraph shows the outputs of AND, OR, and XOR logic blocks converted to Float to display in a Time Sink.


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.
[[File:And_Or_Xor_fg.png|700px]]
[[File:And_Or_Xor_out.png|700px]]


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

Revision as of 16:07, 28 December 2019

Convert stream of unsigned chars to a stream of floats.

Example Flowgraph

This flowgraph shows the outputs of AND, OR, and XOR logic blocks converted to Float to display in a Time Sink.

And Or Xor fg.png And Or Xor out.png

Source Files

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