23 #ifndef INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H
24 #define INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H
68 int tag_nsamples=10000,
72 virtual double snr() = 0;
78 virtual int tag_nsample()
const = 0;
81 virtual double alpha()
const = 0;
87 virtual void set_tag_nsample(
int n) = 0;
90 virtual void set_alpha(
double alpha) = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
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