#include <gr_sync_block.h>#include <gr_single_pole_iir.h>#include <gr_complex.h>#include <stdexcept>

Go to the source code of this file.
Classes | |
| class | gr_single_pole_iir_filter_cc |
| single pole IIR filter with complex input, complex output
The input and output satisfy a difference equation of the form More... | |
Typedefs | |
| typedef boost::shared_ptr < gr_single_pole_iir_filter_cc > | gr_single_pole_iir_filter_cc_sptr |
Functions | |
| gr_single_pole_iir_filter_cc_sptr | gr_make_single_pole_iir_filter_cc (double alpha, unsigned int vlen=1) |
| gr_single_pole_iir_filter_cc_sptr gr_make_single_pole_iir_filter_cc | ( | double | alpha, | |
| unsigned int | vlen = 1 | |||
| ) |
1.5.8