11 #ifndef INCLUDED_BLOCKS_INTERLEAVED_SHORT_TO_COMPLEX_H
12 #define INCLUDED_BLOCKS_INTERLEAVED_SHORT_TO_COMPLEX_H
28 typedef std::shared_ptr<interleaved_short_to_complex>
sptr;
34 make(
bool vector_input =
false,
bool swap =
false,
float scale_factor = 1.0f);
Convert stream of interleaved shorts to a stream of complex.
Definition: interleaved_short_to_complex.h:25
virtual void set_swap(bool swap)=0
std::shared_ptr< interleaved_short_to_complex > sptr
Definition: interleaved_short_to_complex.h:28
virtual void set_scale_factor(float new_value)=0
static sptr make(bool vector_input=false, bool swap=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