diff options
author | Tom Rondeau | 2012-03-16 14:16:42 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-03-16 14:16:42 -0400 |
commit | b42436cd0b2304d93729d356ad6b94478a540e5e (patch) | |
tree | f083b8b4026b6f67189009512b9ae1e3a2f9e8cd /gnuradio-core/src/lib | |
parent | c095de4eceafdb9751814aeb9e7d2e55efb1e6e8 (diff) | |
parent | 0f2ea17981b70472d24cad82989b1707c33572d8 (diff) | |
download | gnuradio-b42436cd0b2304d93729d356ad6b94478a540e5e.tar.gz gnuradio-b42436cd0b2304d93729d356ad6b94478a540e5e.tar.bz2 gnuradio-b42436cd0b2304d93729d356ad6b94478a540e5e.zip |
Merge branch 'maint'
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator.h | 4 | ||||
-rw-r--r-- | gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator_cc.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator.h b/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator.h index b2832b3f6..673802dbb 100644 --- a/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator.h +++ b/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator.h @@ -38,6 +38,10 @@ class gr_fir_fff; * Although mu, the fractional delay, is specified as a float, it is actually * quantized. 0.0 <= mu <= 1.0. That is, mu is quantized in the interpolate * method to 32nd's of a sample. + * + * For more information, in the GNU Radio source code, see: + * \li gnuradio-core/src/gen_interpolator_taps/README + * \li gnuradio-core/src/gen_interpolator_taps/praxis.txt */ class GR_CORE_API gri_mmse_fir_interpolator { diff --git a/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator_cc.h b/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator_cc.h index 2feef114b..5b04600b3 100644 --- a/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator_cc.h +++ b/gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator_cc.h @@ -39,6 +39,10 @@ class gr_fir_ccf; * Although mu, the fractional delay, is specified as a float, it is actually * quantized. 0.0 <= mu <= 1.0. That is, mu is quantized in the interpolate * method to 32nd's of a sample. + * + * For more information, in the GNU Radio source code, see: + * \li gnuradio-core/src/gen_interpolator_taps/README + * \li gnuradio-core/src/gen_interpolator_taps/praxis.txt */ class GR_CORE_API gri_mmse_fir_interpolator_cc { |