23#ifndef INCLUDED_WAVELET_WAVELET_FF_H
24#define INCLUDED_WAVELET_WAVELET_FF_H
40 typedef boost::shared_ptr<wavelet_ff>
sptr;
47 static sptr make(
int size = 1024,
int order = 20,
bool forward =
true);
synchronous 1:1 input to output with history
Definition: sync_block.h:38
Compute wavelet transform using gsl routines.
Definition: wavelet_ff.h:37
boost::shared_ptr< wavelet_ff > sptr
Definition: wavelet_ff.h:40
static sptr make(int size=1024, int order=20, bool forward=true)
#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