IChar To Complex: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:


; C++ files
; C++ files
 
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib/interleaved_char_to_complex_impl.h interleaved_char_to_complex_impl.h]
: [https://github.com/gnuradio/gnuradio TODO]


; Header files
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib/interleaved_char_to_complex_impl.cc interleaved_char_to_complex_impl.cc]


; Public header files
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/include/gnuradio/blocks/interleaved_char_to_complex.h interleaved_char_to_complex.h]


; Block definition
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/grc/blocks_interleaved_char_to_complex.block.yml blocks_interleaved_char_to_complex.block.yml]

Revision as of 10:24, 11 February 2022

Convert stream of interleaved chars to a stream of complex.

See Complex To IChar for the creation of such a stream.

Parameters

Vector input
Use vector input instead of interleaved samples for the I and Q channels.

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.

Source Files

C++ files
interleaved_char_to_complex_impl.h
Header files
interleaved_char_to_complex_impl.cc
Public header files
interleaved_char_to_complex.h
Block definition
blocks_interleaved_char_to_complex.block.yml