23 #ifndef INCLUDED_DIGITAL_PROBE_MPSK_SNR_EST_C_H 24 #define INCLUDED_DIGITAL_PROBE_MPSK_SNR_EST_C_H 63 typedef boost::shared_ptr<probe_mpsk_snr_est_c>
sptr;
76 static sptr make(
snr_est_type_t type,
int msg_nsamples = 10000,
double alpha = 0.001);
79 virtual double snr() = 0;
82 virtual double signal() = 0;
85 virtual double noise() = 0;
91 virtual int msg_nsample()
const = 0;
94 virtual double alpha()
const = 0;
100 virtual void set_msg_nsample(
int n) = 0;
103 virtual void set_alpha(
double alpha) = 0;
boost::shared_ptr< probe_mpsk_snr_est_c > sptr
Definition: probe_mpsk_snr_est_c.h:63
#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
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
A probe for computing SNR of a PSK signal.
Definition: probe_mpsk_snr_est_c.h:59