11#ifndef INCLUDED_IVAL_DECIMATOR_H
12#define INCLUDED_IVAL_DECIMATOR_H
32 typedef std::shared_ptr<ival_decimator>
sptr;
34 static sptr make(
int decimation,
int data_size);
Filter-Delay Combination Block.
Definition ival_decimator.h:30
static sptr make(int decimation, int data_size)
std::shared_ptr< ival_decimator > sptr
Definition ival_decimator.h:32
synchronous N:1 input to output with history
Definition sync_decimator.h:26
#define FILTER_API
Definition gr-filter/include/gnuradio/filter/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29