 |
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_MPSK_SNR_EST_CC_H
12 #define INCLUDED_DIGITAL_MPSK_SNR_EST_CC_H
46 typedef std::shared_ptr<mpsk_snr_est_cc>
sptr;
61 virtual double snr() = 0;
67 virtual int tag_nsample()
const = 0;
70 virtual double alpha()
const = 0;
76 virtual void set_tag_nsample(
int n) = 0;
79 virtual void set_alpha(
double alpha) = 0;
std::shared_ptr< mpsk_snr_est_cc > sptr
Definition: mpsk_snr_est_cc.h:46
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
A block for computing SNR of a signal.
Definition: mpsk_snr_est_cc.h:42
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29