23 #ifndef INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H 24 #define INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H 56 typedef boost::shared_ptr<mpsk_snr_est_cc>
sptr;
67 static sptr make(
snr_est_type_t type,
int tag_nsamples = 10000,
double alpha = 0.001);
70 virtual double snr() = 0;
76 virtual int tag_nsample()
const = 0;
79 virtual double alpha()
const = 0;
85 virtual void set_tag_nsample(
int n) = 0;
88 virtual void set_alpha(
double alpha) = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< mpsk_snr_est_cc > sptr
Definition: mpsk_snr_est_cc.h:56
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
A block for computing SNR of a signal.
Definition: mpsk_snr_est_cc.h:52