28 #ifndef INCLUDED_GR_GR_FIR_FILTER_FCC_H
29 #define INCLUDED_GR_GR_FIR_FILTER_FCC_H
50 std::vector<gr_complex> d_new_taps;
61 void set_taps (
const std::vector<gr_complex> &taps);
62 std::vector<gr_complex>
taps ()
const;
64 int work (
int noutput_items,
65 gr_vector_const_void_star &input_items,
66 gr_vector_void_star &output_items);
size_t decimation(void) const
Definition: gr_block.h:424
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
Abstract class for FIR with float input, gr_complex output and gr_complex tapsThis is the abstract cl...
Definition: gr_fir_fcc.h:48
FIR filter with float input, gr_complex output and gr_complex taps.
Definition: gr_fir_filter_fcc.h:44
GR_CORE_API gr_fir_filter_fcc_sptr gr_make_fir_filter_fcc(int decimation, const std::vector< gr_complex > &taps)
Definition: gr_sync_decimator.h:27
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