28#ifndef INCLUDED_FILTER_FREQ_XLATING_FIR_FILTER_CCC_H
29#define INCLUDED_FILTER_FREQ_XLATING_FIR_FILTER_CCC_H
66 typedef boost::shared_ptr<freq_xlating_fir_filter_ccc>
sptr;
84 const std::vector<gr_complex> &
taps,
86 double sampling_freq);
92 virtual std::vector<gr_complex>
taps()
const = 0;
FIR filter combined with frequency translation with gr_complex input, gr_complex output and gr_comple...
Definition: freq_xlating_fir_filter_ccc.h:63
boost::shared_ptr< freq_xlating_fir_filter_ccc > sptr
Definition: freq_xlating_fir_filter_ccc.h:66
virtual std::vector< gr_complex > taps() const =0
virtual void set_center_freq(double center_freq)=0
virtual double center_freq() const =0
static sptr make(int decimation, const std::vector< gr_complex > &taps, double center_freq, double sampling_freq)
FIR filter with gr_complex input, gr_complex output, and gr_complex taps that also frequency translat...
virtual void set_taps(const std::vector< gr_complex > &taps)=0
synchronous N:1 input to output with history
Definition: sync_decimator.h:38
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Include this header to use the message passing features.
Definition: basic_block.h:45