 |
GNU Radio Manual and C++ API Reference
3.9.4.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_DIGITAL_PROBE_MPSK_SNR_EST_C_H
12 #define INCLUDED_DIGITAL_PROBE_MPSK_SNR_EST_C_H
53 typedef std::shared_ptr<probe_mpsk_snr_est_c>
sptr;
70 virtual double snr() = 0;
73 virtual double signal() = 0;
76 virtual double noise() = 0;
82 virtual int msg_nsample()
const = 0;
85 virtual double alpha()
const = 0;
91 virtual void set_msg_nsample(
int n) = 0;
94 virtual void set_alpha(
double alpha) = 0;
A probe for computing SNR of a PSK signal.
Definition: probe_mpsk_snr_est_c.h:49
synchronous 1:1 input to output with history
Definition: sync_block.h:25
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< probe_mpsk_snr_est_c > sptr
Definition: probe_mpsk_snr_est_c.h:53