11#ifndef INCLUDED_WAVELET_SQUASH_FF_H 
   12#define INCLUDED_WAVELET_SQUASH_FF_H 
   29    typedef std::shared_ptr<squash_ff> 
sptr;
 
   35    static sptr make(
const std::vector<float>& igrid, 
const std::vector<float>& ogrid);
 
 
 
sync_block(void)
Definition sync_block.h:28
Implements cheap resampling of spectrum directly from spectral points, using gsl interpolation.
Definition squash_ff.h:26
std::shared_ptr< squash_ff > sptr
Definition squash_ff.h:29
static sptr make(const std::vector< float > &igrid, const std::vector< float > &ogrid)
#define WAVELET_API
Definition gr-wavelet/include/gnuradio/wavelet/api.h:18
Definition squash_ff.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29