11 #ifndef INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H 12 #define INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H 46 typedef std::shared_ptr<mpsk_snr_est_cc>
sptr;
61 virtual double snr() = 0;
67 virtual int tag_nsample()
const = 0;
70 virtual double alpha()
const = 0;
76 virtual void set_tag_nsample(
int n) = 0;
79 virtual void set_alpha(
double alpha) = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
A block for computing SNR of a signal.
Definition: mpsk_snr_est_cc.h:42
std::shared_ptr< mpsk_snr_est_cc > sptr
Definition: mpsk_snr_est_cc.h:46