 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_DIGITAL_MPSK_SNR_EST_H
12 #define INCLUDED_DIGITAL_MPSK_SNR_EST_H
125 double d_y1, d_y2, d_y3;
double snr() override
Use the register values to compute a new estimate.
SNR Estimator using 2nd and 4th-order moments.
Definition: mpsk_snr_est.h:160
double snr() override
Use the register values to compute a new estimate.
double alpha() const
Get the running-average coefficient.
virtual double noise()
Returns the noise power estimate.
~mpsk_snr_est_simple() override
Definition: mpsk_snr_est.h:103
SNR Estimator using skewness correction.
Definition: mpsk_snr_est.h:123
SNR Estimator using simple mean/variance estimates.
Definition: mpsk_snr_est.h:90
virtual int update(int noutput_items, const gr_complex *input)
Update the current registers.
mpsk_snr_est(double alpha)
double snr() override
Use the register values to compute a new estimate.
int update(int noutput_items, const gr_complex *input) override
Update the current registers.
int update(int noutput_items, const gr_complex *input) override
Update the current registers.
virtual double signal()
Returns the signal power estimate.
mpsk_snr_est_skew(double alpha)
~mpsk_snr_est_svr() override
Definition: mpsk_snr_est.h:267
mpsk_snr_est_simple(double alpha)
double d_beta
Definition: mpsk_snr_est.h:48
virtual double snr()
Use the register values to compute a new estimate.
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
std::complex< float > gr_complex
Definition: gr_complex.h:15
int update(int noutput_items, const gr_complex *input) override
Update the current registers.
SNR Estimator using 2nd and 4th-order moments.
Definition: mpsk_snr_est.h:211
~mpsk_snr_est_m2m4() override
Definition: mpsk_snr_est.h:172
double snr() override
Use the register values to compute a new estimate.
int update(int noutput_items, const gr_complex *input) override
Update the current registers.
~mpsk_snr_est_skew() override
Definition: mpsk_snr_est.h:136
double snr() override
Use the register values to compute a new estimate.
mpsk_snr_est_svr(double alpha)
double d_signal
Definition: mpsk_snr_est.h:49
GNU Radio logging wrapper.
Definition: basic_block.h:29
A parent class for SNR estimators, specifically for M-PSK signals in AWGN channels.
Definition: mpsk_snr_est.h:46
void set_alpha(double alpha)
Set the running-average coefficient.
~snr_est_m2m4() override
Definition: mpsk_snr_est.h:226
snr_est_m2m4(double alpha, double ka, double kw)
mpsk_snr_est_m2m4(double alpha)
int update(int noutput_items, const gr_complex *input) override
Update the current registers.
Signal-to-Variation Ratio SNR Estimator.
Definition: mpsk_snr_est.h:255