diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-14 07:09:45 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-14 07:10:35 -0700 |
commit | e7342b0d1ffad4a1c6a6f42717cfe46187df57a8 (patch) | |
tree | e6422ec03457473f659a8d8590bcb2805962423b | |
parent | b024982081ee4384e95d8a8958900de93c5fd064 (diff) | |
parent | f7122b81f7daab0422ec08024064eb00c32e219c (diff) |
Merge branch 'maint'
-rw-r--r-- | gr-digital/include/gnuradio/digital/lms_dd_equalizer_cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/include/gnuradio/digital/lms_dd_equalizer_cc.h b/gr-digital/include/gnuradio/digital/lms_dd_equalizer_cc.h index 01e5b6e71a..72fcf52972 100644 --- a/gr-digital/include/gnuradio/digital/lms_dd_equalizer_cc.h +++ b/gr-digital/include/gnuradio/digital/lms_dd_equalizer_cc.h @@ -38,7 +38,7 @@ namespace gr { * This block implements an LMS-based decision-directed equalizer. * It uses a set of weights, w, to correlate against the inputs, * u, and a decisions is then made from this output. The error in - * the decision is used to update teh weight vector. + * the decision is used to update the weight vector. * * y[n] = conj(w[n]) u[n] * d[n] = decision(y[n]) |