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
static sptr make(bool vector=false, float scale_factor=1.0f)
std::shared_ptr< complex_to_interleaved_char > sptr
Definition: complex_to_interleaved_char.h:37
virtual void set_scale_factor(float new_value)=0
synchronous 1:N input to output with history
Definition: sync_interpolator.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29