8#ifndef INCLUDED_CYBERRADIO_SINGLE_POLE_IIR_FILTER_FF_IMPL_H
9#define INCLUDED_CYBERRADIO_SINGLE_POLE_IIR_FILTER_FF_IMPL_H
13#include <boost/bind/bind.hpp>
21 bool d_resetOnAlphaChange;
23 std::vector<single_pole_iir<float,float,double> > d_iir;
24 void rxResetMsg(pmt::pmt_t msg);
36 gr_vector_const_void_star &input_items,
37 gr_vector_void_star &output_items
single_pole_iir_filter_ff_impl(double alpha, unsigned int vlen, bool resetOnAlphaChange)
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~single_pole_iir_filter_ff_impl()
void set_taps(double alpha)
<+description of block+>
Definition single_pole_iir_filter_ff.h:23
Provides programming elements for controlling the CyberRadio Solutions NDR651 radio.
Definition single_pole_iir.h:31
Provides programming elements for controlling CyberRadio Solutions products.
Definition single_pole_iir.h:30