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);
36 virtual void set_swap(
bool swap) = 0;
38 virtual void set_scale_factor(
float new_value) = 0;
Convert stream of interleaved shorts to a stream of complex.
Definition: interleaved_short_to_complex.h:24
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:25
std::shared_ptr< interleaved_short_to_complex > sptr
Definition: interleaved_short_to_complex.h:28