11 #ifndef INCLUDED_BLOCKS_INTERLEAVED_CHAR_TO_COMPLEX_H
12 #define INCLUDED_BLOCKS_INTERLEAVED_CHAR_TO_COMPLEX_H
28 typedef std::shared_ptr<interleaved_char_to_complex>
sptr;
33 static sptr make(
bool vector_input =
false,
float scale_factor = 1.0f);
Convert stream of interleaved chars to a stream of complex.
Definition: interleaved_char_to_complex.h:25
std::shared_ptr< interleaved_char_to_complex > sptr
Definition: interleaved_char_to_complex.h:28
virtual void set_scale_factor(float new_value)=0
static sptr make(bool vector_input=false, float scale_factor=1.0f)
synchronous N:1 input to output with history
Definition: sync_decimator.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29