#include <gr_sync_block.h>
#include <gr_single_pole_rec.h>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | gr_single_pole_rec_filter_ff |
single pole recursive filter with float input, float output More... | |
Typedefs | |
typedef boost::shared_ptr< gr_single_pole_rec_filter_ff > | gr_single_pole_rec_filter_ff_sptr |
Functions | |
gr_single_pole_rec_filter_ff_sptr | gr_make_single_pole_rec_filter_ff (double alpha, unsigned int vlen=1) |
gr_single_pole_rec_filter_ff_sptr gr_make_single_pole_rec_filter_ff | ( | double | alpha, | |
unsigned int | vlen = 1 | |||
) |