 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
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
56 typedef boost::shared_ptr<mpsk_snr_est_cc>
sptr;
70 virtual double snr() = 0;
76 virtual int tag_nsample()
const = 0;
79 virtual double alpha()
const = 0;
85 virtual void set_tag_nsample(
int n) = 0;
88 virtual void set_alpha(
double alpha) = 0;
boost::shared_ptr< mpsk_snr_est_cc > sptr
Definition: mpsk_snr_est_cc.h:56
synchronous 1:1 input to output with history
Definition: sync_block.h:37
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
A block for computing SNR of a signal.
Definition: mpsk_snr_est_cc.h:52
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43