diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-12-29 18:30:27 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-12-29 18:30:27 -0500 |
commit | 36dda1f11620c6c9db63036d76a67b3be3f711bc (patch) | |
tree | 81eba2a0287406cb7cc14838009652c5c40e23e9 /gr-digital/swig/digital_probe_mpsk_snr_est_c.i | |
parent | 062f4f37c8dd543cbd29ab4a4745534497c920a8 (diff) |
digital: added documentation for SNR estimators; made a Doxygen group for them. Also set the alpha value to a default of 0.001; most won't need to change this.
Diffstat (limited to 'gr-digital/swig/digital_probe_mpsk_snr_est_c.i')
-rw-r--r-- | gr-digital/swig/digital_probe_mpsk_snr_est_c.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/swig/digital_probe_mpsk_snr_est_c.i b/gr-digital/swig/digital_probe_mpsk_snr_est_c.i index fe3684a811..fbe04cec2a 100644 --- a/gr-digital/swig/digital_probe_mpsk_snr_est_c.i +++ b/gr-digital/swig/digital_probe_mpsk_snr_est_c.i @@ -24,7 +24,7 @@ GR_SWIG_BLOCK_MAGIC(digital,probe_mpsk_snr_est_c); digital_probe_mpsk_snr_est_c_sptr digital_make_probe_mpsk_snr_est_c(snr_est_type_t type, - double alpha); + double alpha=0.001); class digital_probe_mpsk_snr_est_c : public gr_sync_block { |