Go to the documentation of this file.
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;