28 #ifndef INCLUDED_GR_GR_INTERP_FIR_FILTER_FSF_H
29 #define INCLUDED_GR_GR_INTERP_FIR_FILTER_FSF_H
49 std::vector<float> d_new_taps;
51 std::vector<gr_fir_fsf *> d_firs;
58 void install_taps (
const std::vector<float> &taps);
63 void set_taps (
const std::vector<float> &taps);
65 int work (
int noutput_items,
66 gr_vector_const_void_star &input_items,
67 gr_vector_void_star &output_items);
GR_CORE_API gr_interp_fir_filter_fsf_sptr gr_make_interp_fir_filter_fsf(unsigned interpolation, const std::vector< float > &taps)
Interpolating FIR filter with float input, short output and float taps.
Definition: gr_interp_fir_filter_fsf.h:44
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Definition: gr_sync_interpolator.h:27
#define GR_CORE_API
Definition: gr_core_api.h:30
size_t interpolation(void) const
Definition: gr_block.h:419
Abstract class for FIR with float input, short output and float tapsThis is the abstract class for a ...
Definition: gr_fir_fsf.h:48
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