diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-05-22 10:23:36 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2012-05-22 10:23:36 -0700 |
commit | c27d9d3bac3a870fee9ec8c4289ae65ab4f2decc (patch) | |
tree | 3063ba20fe825ca47d5c50deb907de338ee4b7ae /gr-wavelet/include/wavelet | |
parent | a3638941859c8ac2f61dfc81ff1837997d5540eb (diff) | |
parent | 5581c1913b9a77fcde11b4e25a07a06d076487a4 (diff) |
Merge branch 'sphinxdocs' into comments
Diffstat (limited to 'gr-wavelet/include/wavelet')
-rw-r--r-- | gr-wavelet/include/wavelet/wavelet_squash_ff.h | 11 |
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 |