diff options
Diffstat (limited to 'gr-digital/include/digital/mpsk_snr_est.h')
-rw-r--r-- | gr-digital/include/digital/mpsk_snr_est.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gr-digital/include/digital/mpsk_snr_est.h b/gr-digital/include/digital/mpsk_snr_est.h index 69c03430d3..f9edcbd05a 100644 --- a/gr-digital/include/digital/mpsk_snr_est.h +++ b/gr-digital/include/digital/mpsk_snr_est.h @@ -29,10 +29,11 @@ namespace gr { namespace digital { - //! Enum for the type of SNR estimator to select - /*! \ingroup snr_blk - * \anchor ref_snr_est_types + /*! + * \brief A block for computing SNR of a signal. + * \ingroup measurement_tools_blk * + * \details * 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. |