summaryrefslogtreecommitdiff
path: root/gr-digital/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-12-29 15:38:49 -0500
committerTom Rondeau <trondeau@vt.edu>2011-12-29 15:38:49 -0500
commit886e3c258ff40b4d10e7e8fc28912f14565a4fd1 (patch)
treebefcf76a159a74300d4ef7aef93664cfc3c9095c /gr-digital/swig
parent2db40bb40eda996bf47417a04ec001acb422d3d9 (diff)
digital: adding documentation for SNR estimators; added an estimator for 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.
Diffstat (limited to 'gr-digital/swig')
-rw-r--r--gr-digital/swig/digital_swig.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/swig/digital_swig.i b/gr-digital/swig/digital_swig.i
index bc50fc7279..962cb5d282 100644
--- a/gr-digital/swig/digital_swig.i
+++ b/gr-digital/swig/digital_swig.i
@@ -28,7 +28,7 @@ enum snr_est_type_t {
SNR_EST_SIMPLE = 0, // Simple estimator (>= 7 dB)
SNR_EST_SKEW, // Skewness-base est (>= 5 dB)
SNR_EST_M2M4, // 2nd & 4th moment est (>= 1 dB)
- SNR_EST_SVN // SVN-based est (>= 0dB)
+ SNR_EST_SVR // SVR-based est (>= 0dB)
};
%include <gri_control_loop.i>