summaryrefslogtreecommitdiff
path: root/gnuradio-core
diff options
context:
space:
mode:
authorTom Rondeau2012-03-16 14:15:45 -0400
committerTom Rondeau2012-03-16 14:15:45 -0400
commit8badde89a36a1e24513632ed92a5174c89dabf42 (patch)
tree5e13be733531e1ee30ab81591aa4a095efbab967 /gnuradio-core
parent65e316fdeff9c1c1c09d4fd6cb41166ae72a004a (diff)
downloadgnuradio-8badde89a36a1e24513632ed92a5174c89dabf42.tar.gz
gnuradio-8badde89a36a1e24513632ed92a5174c89dabf42.tar.bz2
gnuradio-8badde89a36a1e24513632ed92a5174c89dabf42.zip
docs: added reference to more details on gri_mmse_fir_interpolator documentation.
Diffstat (limited to 'gnuradio-core')
-rw-r--r--gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator.h4
-rw-r--r--gnuradio-core/src/lib/filter/gri_mmse_fir_interpolator_cc.h4
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 {