diff options
author | Tom Rondeau | 2012-03-16 14:17:02 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-03-16 14:17:02 -0400 |
commit | b5dbeb3f02b7e230f0e8fd49640047a04c6908b6 (patch) | |
tree | 19ef9ff02e3ecbcfb11f101c064e77e015f03daf /gnuradio-core/src/lib | |
parent | 8b63090ba35fb29f583f0c06d31804951b5f643e (diff) | |
parent | b42436cd0b2304d93729d356ad6b94478a540e5e (diff) | |
download | gnuradio-b5dbeb3f02b7e230f0e8fd49640047a04c6908b6.tar.gz gnuradio-b5dbeb3f02b7e230f0e8fd49640047a04c6908b6.tar.bz2 gnuradio-b5dbeb3f02b7e230f0e8fd49640047a04c6908b6.zip |
Merge branch 'master' into next
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 { |