Go to the source code of this file.
Classes | |
class | gr::digital::mpsk_snr_est |
A parent class for SNR estimators, specifically for M-PSK signals in AWGN channels. More... | |
class | gr::digital::mpsk_snr_est_simple |
SNR Estimator using simple mean/variance estimates. More... | |
class | gr::digital::mpsk_snr_est_skew |
SNR Estimator using skewness correction. More... | |
class | gr::digital::mpsk_snr_est_m2m4 |
SNR Estimator using 2nd and 4th-order moments. More... | |
class | gr::digital::snr_est_m2m4 |
SNR Estimator using 2nd and 4th-order moments. More... | |
class | gr::digital::mpsk_snr_est_svr |
Signal-to-Variation Ratio SNR Estimator. More... | |
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
gr::digital | |
Enumerations | |
enum | gr::digital::snr_est_type_t { gr::digital::SNR_EST_SIMPLE = 0, gr::digital::SNR_EST_SKEW, gr::digital::SNR_EST_M2M4, gr::digital::SNR_EST_SVR } |
A block for computing SNR of a signal. More... | |