 |
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_CORRECTIQ_SWAPIQ_H
12 #define INCLUDED_CORRECTIQ_SWAPIQ_H
29 typedef std::shared_ptr<swap_iq>
sptr;
std::shared_ptr< swap_iq > sptr
Definition: correctiq_swapiq.h:29
This block will transpose the I and Q channels (Swap IQ) to correct for spectrally inverted inputs.
Definition: correctiq_swapiq.h:27
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
GNU Radio logging wrapper.
Definition: basic_block.h:29
static sptr make(int datatype, int datasize)
Return a shared_ptr to a new instance of correctiq::swap_iq.