 |
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_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);
std::shared_ptr< interleaved_short_to_complex > sptr
Definition: interleaved_short_to_complex.h:28
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Convert stream of interleaved shorts to a stream of complex.
Definition: interleaved_short_to_complex.h:25
synchronous N:1 input to output with history
Definition: sync_decimator.h:26
static sptr make(bool vector_input=false, bool swap=false, float scale_factor=1.0f)
virtual void set_swap(bool swap)=0
virtual void set_scale_factor(float new_value)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29