 |
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_DIGITAL_CONSTELLATION_SOFT_DECODER_CF_H
12 #define INCLUDED_DIGITAL_CONSTELLATION_SOFT_DECODER_CF_H
44 typedef std::shared_ptr<constellation_soft_decoder_cf>
sptr;
std::shared_ptr< constellation_soft_decoder_cf > sptr
Definition: constellation_soft_decoder_cf.h:44
An abstracted constellation object.
Definition: constellation.h:50
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
synchronous 1:N input to output with history
Definition: sync_interpolator.h:26
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual void set_constellation(constellation_sptr constellation)=0
virtual void set_npwr(float npwr)=0
static sptr make(constellation_sptr constellation, float npwr=-1)
Make constellation decoder block.
Constellation Decoder.
Definition: constellation_soft_decoder_cf.h:41