 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
#define WAVELET_API
Definition: gr-wavelet/include/gnuradio/wavelet/api.h:30
boost::shared_ptr< wavelet_ff > sptr
Definition: wavelet_ff.h:40
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
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Compute wavelet transform using gsl routines.
Definition: wavelet_ff.h:37