 |
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_COMPLEX_TO_INTERLEAVED_SHORT_H
12 #define INCLUDED_BLOCKS_COMPLEX_TO_INTERLEAVED_SHORT_H
37 typedef std::shared_ptr<complex_to_interleaved_short>
sptr;
42 static sptr make(
bool vector =
false,
float scale_factor = 1.0f);
static sptr make(bool vector=false, float scale_factor=1.0f)
virtual void set_scale_factor(float new_value)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:N input to output with history
Definition: sync_interpolator.h:26
std::shared_ptr< complex_to_interleaved_short > sptr
Definition: complex_to_interleaved_short.h:37
GNU Radio logging wrapper.
Definition: basic_block.h:29
Convert stream of complex to a stream of interleaved shorts.
Definition: complex_to_interleaved_short.h:34