23#ifndef INCLUDED_WAVELET_SQUASH_FF_H
24#define INCLUDED_WAVELET_SQUASH_FF_H
41 typedef boost::shared_ptr<squash_ff>
sptr;
47 static sptr make(
const std::vector<float>& igrid,
const std::vector<float>& ogrid);
synchronous 1:1 input to output with history
Definition: sync_block.h:38
Implements cheap resampling of spectrum directly from spectral points, using gsl interpolation.
Definition: squash_ff.h:38
boost::shared_ptr< squash_ff > sptr
Definition: squash_ff.h:41
static sptr make(const std::vector< float > &igrid, const std::vector< float > &ogrid)
#define WAVELET_API
Definition: gr-wavelet/include/gnuradio/wavelet/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45