23 #ifndef INCLUDED_GR_FILTER_DELAY_FC_H
24 #define INCLUDED_GR_FILTER_DELAY_FC_H
59 int work (
int noutput_items,
60 gr_vector_const_void_star &input_items,
61 gr_vector_void_star &output_items);
GR_CORE_API gr_filter_delay_fc_sptr gr_make_filter_delay_fc(const std::vector< float > &taps)
Abstract class for FIR with float input, float output and float tapsThis is the abstract class for a ...
Definition: gr_fir_fff.h:48
Filter-Delay Combination Block.The block takes one or two float stream and outputs a complex stream...
Definition: gr_filter_delay_fc.h:54
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...
static const float taps[NSTEPS+1][NTAPS]
Definition: gnuradio-core/src/lib/filter/interpolator_taps.h:9