summaryrefslogtreecommitdiff
path: root/gr-digital/include/digital_mpsk_snr_est_cc.h
AgeCommit message (Collapse)Author
2011-12-29digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau
2011-12-29digital: using impl SNR estimator classes instead of function pointers.Tom Rondeau
2011-12-23digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of ↵Tom Rondeau
an M-ary PSK signal. This block can calculate the SNR using 1 of 4 different methods specified in the block's constructor. They (tend to) trade off accuracy for computational performnace.