diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 13:11:48 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 13:11:48 -0400 |
commit | 58fbb1695f17bb44ecc0ef268e2640a1f7f71906 (patch) | |
tree | a98e293b085a414ed30f0209e234a07d0c28915c | |
parent | 5282e807683a3ca6d96449298e24e4f16fc491c9 (diff) |
analog: fixed documentation for new agc3 block.
-rw-r--r-- | gr-analog/include/gnuradio/analog/agc3_cc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-analog/include/gnuradio/analog/agc3_cc.h b/gr-analog/include/gnuradio/analog/agc3_cc.h index 033caf3efe..2bbe275055 100644 --- a/gr-analog/include/gnuradio/analog/agc3_cc.h +++ b/gr-analog/include/gnuradio/analog/agc3_cc.h @@ -49,8 +49,6 @@ namespace gr { * \param attack_rate the update rate of the loop when in attack mode. * \param decay_rate the update rate of the loop when in decay mode. * \param reference reference value to adjust signal power to. - * \param gain initial gain value. - * \param max_gain maximum gain value (0 for unlimited). */ static sptr make(float attack_rate = 1e-1, float decay_rate = 1e-2, float reference = 1.0); |