summaryrefslogtreecommitdiff
path: root/gr-digital/include/digital_impl_mpsk_snr_est.h
Commit message (Collapse)AuthorAgeFilesLines
* digital: fixed documentation of parameters.Tom Rondeau2011-12-301-8/+8
|
* digital: SNR estimators just take a complex vector; not full vector of ↵Tom Rondeau2011-12-301-6/+6
| | | | complex vectors.
* digital: added documentation for SNR estimators; made a Doxygen group for ↵Tom Rondeau2011-12-291-60/+134
| | | | them. Also set the alpha value to a default of 0.001; most won't need to change this.
* digital: adding documentation for SNR estimators; added an estimator for ↵Tom Rondeau2011-12-291-4/+84
| | | | | | M2M4 type that allows the user to set the kurtosis of the signal and noise, if known, to work with non-MPSK and non-AWGN channels (untested). Also, the technique is signal to variation ratio (SVR), not SVN. Couldn't read my own writing.
* digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau2011-12-291-10/+12
|
* digital: made separate implementation classes for the different SNR estimators.Tom Rondeau2011-12-291-0/+123