 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_MPSK_SNR_EST_H
24 #define INCLUDED_DIGITAL_MPSK_SNR_EST_H
137 double d_y1, d_y2, d_y3;
int update(int noutput_items, const gr_complex *input)
Update the current registers.
SNR Estimator using 2nd and 4th-order moments.
Definition: mpsk_snr_est.h:172
double snr()
Use the register values to compute a new estimate.
double alpha() const
Get the running-average coefficient.
~mpsk_snr_est_m2m4()
Definition: mpsk_snr_est.h:184
virtual double noise()
Returns the noise power estimate.
SNR Estimator using skewness correction.
Definition: mpsk_snr_est.h:135
double snr()
Use the register values to compute a new estimate.
~mpsk_snr_est_svr()
Definition: mpsk_snr_est.h:279
SNR Estimator using simple mean/variance estimates.
Definition: mpsk_snr_est.h:102
virtual int update(int noutput_items, const gr_complex *input)
Update the current registers.
double snr()
Use the register values to compute a new estimate.
mpsk_snr_est(double alpha)
~snr_est_m2m4()
Definition: mpsk_snr_est.h:238
int update(int noutput_items, const gr_complex *input)
Update the current registers.
virtual double signal()
Returns the signal power estimate.
mpsk_snr_est_skew(double alpha)
int update(int noutput_items, const gr_complex *input)
Update the current registers.
int update(int noutput_items, const gr_complex *input)
Update the current registers.
mpsk_snr_est_simple(double alpha)
double d_beta
Definition: mpsk_snr_est.h:60
virtual double snr()
Use the register values to compute a new estimate.
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
std::complex< float > gr_complex
Definition: gr_complex.h:27
SNR Estimator using 2nd and 4th-order moments.
Definition: mpsk_snr_est.h:223
double snr()
Use the register values to compute a new estimate.
~mpsk_snr_est_skew()
Definition: mpsk_snr_est.h:148
~mpsk_snr_est_simple()
Definition: mpsk_snr_est.h:115
int update(int noutput_items, const gr_complex *input)
Update the current registers.
mpsk_snr_est_svr(double alpha)
double d_signal
Definition: mpsk_snr_est.h:61
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
A parent class for SNR estimators, specifically for M-PSK signals in AWGN channels.
Definition: mpsk_snr_est.h:58
void set_alpha(double alpha)
Set the running-average coefficient.
snr_est_m2m4(double alpha, double ka, double kw)
mpsk_snr_est_m2m4(double alpha)
double snr()
Use the register values to compute a new estimate.
Signal-to-Variation Ratio SNR Estimator.
Definition: mpsk_snr_est.h:267