diff options
author | Tom Rondeau | 2012-05-21 15:32:05 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-05-21 15:32:05 -0400 |
commit | 5d33373a99265bc075bddb95c1e7b06a2e176cbd (patch) | |
tree | 029cee44e91b70acda19942edc83674dbdab854f /gr-digital/include/digital_fll_band_edge_cc.h | |
parent | ed838eb9be22d769247a9c63f23423c8c2f81f72 (diff) | |
parent | f684f3c3997b973a914b3c1adffc3ba616f0f49b (diff) | |
download | gnuradio-5d33373a99265bc075bddb95c1e7b06a2e176cbd.tar.gz gnuradio-5d33373a99265bc075bddb95c1e7b06a2e176cbd.tar.bz2 gnuradio-5d33373a99265bc075bddb95c1e7b06a2e176cbd.zip |
Merge branch 'sphinxdocs'
Diffstat (limited to 'gr-digital/include/digital_fll_band_edge_cc.h')
-rw-r--r-- | gr-digital/include/digital_fll_band_edge_cc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/include/digital_fll_band_edge_cc.h b/gr-digital/include/digital_fll_band_edge_cc.h index f07d7ba42..c70bfc86d 100644 --- a/gr-digital/include/digital_fll_band_edge_cc.h +++ b/gr-digital/include/digital_fll_band_edge_cc.h @@ -65,8 +65,8 @@ DIGITAL_API digital_fll_band_edge_cc_sptr digital_make_fll_band_edge_cc (float s * abs(x_l(t))^2 - abs(x_u(t))^2 = norm(x_l(t)) - norm(x_u(t)). * * In theory, the band-edge filter is the derivative of the matched - * filter in frequency, (H_be(f) = \\frac{H(f)}{df}. In practice, this - * comes down to a quarter sine wave at the point of the matched + * filter in frequency, (H_be(f) = frac{H(f)}{df}). In practice, + * this comes down to a quarter sine wave at the point of the matched * filter's rolloff (if it's a raised-cosine, the derivative of a * cosine is a sine). Extend this sine by another quarter wave to * make a half wave around the band-edges is equivalent in time to the |