 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_WAVELET_WAVELET_FF_H
12 #define INCLUDED_WAVELET_WAVELET_FF_H
28 typedef std::shared_ptr<wavelet_ff>
sptr;
35 static sptr make(
int size = 1024,
int order = 20,
bool forward =
true);
#define WAVELET_API
Definition: gr-wavelet/include/gnuradio/wavelet/api.h:18
static sptr make(int size=1024, int order=20, bool forward=true)
synchronous 1:1 input to output with history
Definition: sync_block.h:26
GNU Radio logging wrapper.
Definition: basic_block.h:29
Compute wavelet transform using gsl routines.
Definition: wavelet_ff.h:25
std::shared_ptr< wavelet_ff > sptr
Definition: wavelet_ff.h:28