 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_BLOCKS_COMPLEX_TO_INTERLEAVED_CHAR_H
12 #define INCLUDED_BLOCKS_COMPLEX_TO_INTERLEAVED_CHAR_H
37 typedef std::shared_ptr<complex_to_interleaved_char>
sptr;
42 static sptr make(
bool vector =
false,
float scale_factor = 1.0f);
Convert stream of complex to a stream of interleaved chars.
Definition: complex_to_interleaved_char.h:34
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
static sptr make(bool vector=false, float scale_factor=1.0f)
synchronous 1:N input to output with history
Definition: sync_interpolator.h:26
virtual void set_scale_factor(float new_value)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< complex_to_interleaved_char > sptr
Definition: complex_to_interleaved_char.h:37