Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_PROBE_MPSK_SNR_EST_C_H
24 #define INCLUDED_DIGITAL_PROBE_MPSK_SNR_EST_C_H
67 int msg_nsamples=10000,
71 virtual double snr() = 0;
77 virtual int msg_nsample()
const = 0;
80 virtual double alpha()
const = 0;
86 virtual void set_msg_nsample(
int n) = 0;
89 virtual void set_alpha(
double alpha) = 0;