Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: converted mpsk snr and probes to new style. | Tom Rondeau | 2012-08-14 | 1 | -115/+0 |
| | |||||
* | digital: fixed documentation of parameters. | Tom Rondeau | 2011-12-30 | 1 | -3/+3 |
| | |||||
* | digital: the SNR estimator block now issues a tag with the SNR (key = ↵ | Tom Rondeau | 2011-12-30 | 1 | -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 Rondeau | 2011-12-29 | 1 | -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 Rondeau | 2011-12-29 | 1 | -7/+0 |
| | |||||
* | digital: using impl SNR estimator classes instead of function pointers. | Tom Rondeau | 2011-12-29 | 1 | -28/+3 |
| | |||||
* | digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of ↵ | Tom Rondeau | 2011-12-23 | 1 | -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. |