summaryrefslogtreecommitdiff
path: root/gr-wavelet/include/wavelet
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wavelet/include/wavelet')
-rw-r--r--gr-wavelet/include/wavelet/wavelet_squash_ff.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gr-wavelet/include/wavelet/wavelet_squash_ff.h b/gr-wavelet/include/wavelet/wavelet_squash_ff.h
index 5824969162..a9d1c12812 100644
--- a/gr-wavelet/include/wavelet/wavelet_squash_ff.h
+++ b/gr-wavelet/include/wavelet/wavelet_squash_ff.h
@@ -26,17 +26,18 @@
#include <wavelet_api.h>
#include <gr_sync_block.h>
-/*!
- * \brief implements cheap resampling of spectrum directly from
- * spectral points, using gsl interpolation
- * \ingroup misc
- */
class wavelet_squash_ff;
typedef boost::shared_ptr<wavelet_squash_ff> wavelet_squash_ff_sptr;
WAVELET_API wavelet_squash_ff_sptr wavelet_make_squash_ff(const std::vector<float> &igrid,
const std::vector<float> &ogrid);
+/*!
+ * \brief implements cheap resampling of spectrum directly from
+ * spectral points, using gsl interpolation
+ * \ingroup misc
+ */
+
class WAVELET_API wavelet_squash_ff : virtual public gr_sync_block
{
// No public API methods visible