GNU Radio 3.6.5 C++ API
|
Go to the source code of this file.
Classes | |
class | digital_impl_mpsk_snr_est |
A parent class for SNR estimators, specifically for M-PSK signals in AWGN channels. More... | |
class | digital_impl_mpsk_snr_est_simple |
SNR Estimator using simple mean/variance estimates. More... | |
class | digital_impl_mpsk_snr_est_skew |
SNR Estimator using skewness correction. More... | |
class | digital_impl_mpsk_snr_est_m2m4 |
SNR Estimator using 2nd and 4th-order moments. More... | |
class | digital_impl_snr_est_m2m4 |
SNR Estimator using 2nd and 4th-order moments. More... | |
class | digital_impl_mpsk_snr_est_svr |
Signal-to-Variation Ratio SNR Estimator. More... | |
Enumerations | |
enum | snr_est_type_t { SNR_EST_SIMPLE = 0, SNR_EST_SKEW, SNR_EST_M2M4, SNR_EST_SVR } |
Enum for the type of SNR estimator to select. More... |
enum snr_est_type_t |
Enum for the type of SNR estimator to select.
Below are some ROUGH estimates of what values of SNR each of these types of estimators is good for. In general, these offer a trade-off between accuracy and performance.