summaryrefslogtreecommitdiff
path: root/gr-digital/include/digital_mpsk_snr_est_cc.h
Commit message (Collapse)AuthorAgeFilesLines
* digital: converted mpsk snr and probes to new style.Tom Rondeau2012-08-141-115/+0
|
* digital: fixed documentation of parameters.Tom Rondeau2011-12-301-3/+3
|
* digital: the SNR estimator block now issues a tag with the SNR (key = ↵Tom Rondeau2011-12-301-2/+19
| | | | 'snr'). The number of samples between when the tag is sent is set in the constructor (default = 10000) and can be changed.
* digital: added documentation for SNR estimators; made a Doxygen group for ↵Tom Rondeau2011-12-291-4/+26
| | | | them. Also set the alpha value to a default of 0.001; most won't need to change this.
* digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau2011-12-291-7/+0
|
* digital: using impl SNR estimator classes instead of function pointers.Tom Rondeau2011-12-291-28/+3
|
* digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of ↵Tom Rondeau2011-12-231-0/+108
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.